From b77a33d3a0c09e956e20e682b772518ad7a57da3 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Tue, 4 May 2021 14:42:18 +0100 Subject: [PATCH] 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 +++------------- src/Elasticsearch.Net/Api/Enums.Generated.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 +++------------- .../Configuration/ConnectionConfiguration.cs | 21 +++------------- .../IConnectionConfigurationValues.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 +++------------- src/Elasticsearch.Net/Extensions/CharUtils.cs | 21 +++------------- .../Extensions/DateTimeUtil.cs | 21 +++------------- .../Extensions/MapsApiAttribute.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 +++------------- .../Properties/ClsCompliancy.cs | 21 +++------------- .../Serialization/StringEnumAttribute.cs | 21 +++------------- src/ExamplesGenerator/AsciiDocGenerator.cs | 21 +++------------- src/ExamplesGenerator/AsciiDocParser.cs | 21 +++------------- src/ExamplesGenerator/CSharpGenerator.cs | 21 +++------------- src/ExamplesGenerator/CSharpParser.cs | 21 +++------------- src/ExamplesGenerator/ExampleLocation.cs | 21 +++------------- src/ExamplesGenerator/ImplementedExample.cs | 21 +++------------- src/ExamplesGenerator/Language.cs | 21 +++------------- .../MethodDeclarationSyntaxExtensions.cs | 21 +++------------- src/ExamplesGenerator/Program.cs | 21 +++------------- src/ExamplesGenerator/ReferenceExample.cs | 21 +++------------- src/ExamplesGenerator/ReferencePage.cs | 21 +++------------- src/ExamplesGenerator/StringExtensions.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 +++------------- .../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 +++------------- .../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 +++------------- .../ConnectionSettings/ConnectionSettings.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/ArraySegmentBytesExtensions.cs | 21 +++------------- .../Extensions/CharUtils.cs | 21 +++------------- .../Extensions/DateTimeUtil.cs | 21 +++------------- .../Extensions/EmptyReadonly.cs | 21 +++------------- .../Extensions/ExceptionExtensions.cs | 21 +++------------- .../Extensions/ExpressionExtensions.cs | 21 +++------------- .../Extensions/Extensions.cs | 21 +++------------- .../Extensions/StringBuilderCache.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 +++------------- .../NestElasticsearchProductConfiguration.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 +++------------- .../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/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 +++------------- .../Indices/Analyze/ElasticClient-Analyze.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 +++------------- .../DeleteIndex/ElasticClient-DeleteIndex.cs | 21 +++------------- .../FreezeIndex/FreezeIndexRequest.cs | 21 +++------------- .../FreezeIndex/FreezeIndexResponse.cs | 21 +++------------- .../GetIndex/ElasticClient-GetIndex.cs | 21 +++------------- .../GetIndex/GetIndexRequest.cs | 21 +++------------- .../GetIndex/GetIndexResponse.cs | 21 +++------------- .../ElasticClient-IndexExists.cs | 21 +++------------- .../IndicesExists/ExistsResponse.cs | 21 +++------------- .../IndicesExists/IndexExistsRequest.cs | 21 +++------------- .../CloseIndex/CloseIndexRequest.cs | 21 +++------------- .../CloseIndex/CloseIndexResponse.cs | 21 +++------------- .../CloseIndex/ElasticClient-CloseIndex.cs | 21 +++------------- .../OpenIndex/ElasticClient-OpenIndex.cs | 21 +++------------- .../OpenIndex/OpenIndexRequest.cs | 21 +++------------- .../OpenIndex/OpenIndexResponse.cs | 21 +++------------- .../ResolveIndex/ResolveIndexRequest.cs | 21 +++------------- .../ResolveIndex/ResolveIndexResponse.cs | 21 +++------------- .../ElasticClient-RolloverIndex.cs | 21 +++------------- .../RolloverIndex/RolloverConditions.cs | 21 +++------------- .../RolloverIndex/RolloverIndexRequest.cs | 21 +++------------- .../RolloverIndex/RolloverIndexResponse.cs | 21 +++------------- .../ShrinkIndex/ElasticClient-ShrinkIndex.cs | 21 +++------------- .../ShrinkIndex/ShrinkIndexRequest.cs | 21 +++------------- .../ShrinkIndex/ShrinkIndexResponse.cs | 21 +++------------- .../SplitIndex/ElasticClient-SplitIndex.cs | 21 +++------------- .../SplitIndex/SplitIndexRequest.cs | 21 +++------------- .../SplitIndex/SplitIndexResponse.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 +++------------- .../DeletePipeline/DeletePipelineRequest.cs | 21 +++------------- .../DeletePipeline/DeletePipelineResponse.cs | 21 +++------------- .../ElasticClient-DeletePipeline.cs | 21 +++------------- .../GetPipeline/ElasticClient-GetPipeline.cs | 21 +++------------- .../Ingest/GetPipeline/GetPipelineRequest.cs | 21 +++------------- .../Ingest/GetPipeline/GetPipelineResponse.cs | 21 +++------------- src/Nest/Ingest/Pipeline.cs | 21 +++------------- src/Nest/Ingest/Processor.cs | 21 +++------------- .../ElasticClient-GrokProcessorPatterns.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 +++------------- .../PutPipeline/ElasticClient-PutPipeline.cs | 21 +++------------- .../Ingest/PutPipeline/PutPipelineRequest.cs | 21 +++------------- .../Ingest/PutPipeline/PutPipelineResponse.cs | 21 +++------------- .../ElasticClient-SimulatePipeline.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 +++------------- .../ElasticClient-CreateRepository.cs | 21 +++------------- .../DeleteRepositoryRequest.cs | 21 +++------------- .../DeleteRepositoryResponse.cs | 21 +++------------- .../ElasticClient-DeleteRepository.cs | 21 +++------------- .../Repositories/FileSystemRepository.cs | 21 +++------------- .../ElasticClient-GetRepository.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 +++------------- .../ElasticClient-VerifyRepository.cs | 21 +++------------- .../VerifyRepositoryRequest.cs | 21 +++------------- .../VerifyRepositoryResponse.cs | 21 +++------------- .../ElasticClient-RestoreObservable.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 +++------------- .../ElasticClient-SnapshotObservable.cs | 21 +++------------- .../SnapshotObservable/SnapshotObservable.cs | 21 +++------------- .../SnapshotObservable/SnapshotObserver.cs | 21 +++------------- .../Snapshot/SnapshotShardFailure.cs | 21 +++------------- .../ElasticClient-SnapshotStatus.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/Utf8Json/Attributes.cs | 21 +++------------- .../Formatters/DynamicDictionaryFormatter.cs | 21 +++------------- .../ElasticsearchNetEnumResolver.cs | 21 +++------------- .../Formatters/ErrorCauseFormatter.cs | 21 +++------------- .../Formatters/ErrorCauseFormatterStatics.cs | 21 +++------------- .../Formatters/ErrorFormatter.cs | 21 +++------------- .../Formatters/ExceptionFormatter.cs | 21 +++------------- ...lyCollectionSingleOrEnumerableFormatter.cs | 21 +++------------- .../Formatters/NullableStringIntFormatter.cs | 21 +++------------- .../IInternalSerializerWithFormatter.cs | 21 +++------------- ...ormatterAwareDiagnosticsSerializerProxy.cs | 21 +++------------- .../ElasticsearchNetFormatterResolver.cs | 21 +++------------- .../Utf8JsonSerializerExtensions.cs | 21 +++------------- .../Utf8Json/Formatters/AnonymousFormatter.cs | 21 +++------------- .../Formatters/CollectionFormatters.cs | 21 +++------------- .../Utf8Json/Formatters/DateTimeFormatter.cs | 21 +++------------- .../Formatters/DictionaryFormatter.cs | 21 +++------------- .../DynamicObjectTypeFallbackFormatter.cs | 21 +++------------- src/Nest/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 +++------------- src/Nest/Utf8Json/IJsonFormatter.cs | 21 +++------------- src/Nest/Utf8Json/IJsonFormatterResolver.cs | 21 +++------------- src/Nest/Utf8Json/IJsonProperty.cs | 21 +++------------- src/Nest/Utf8Json/Internal/ArrayBuffer.cs | 21 +++------------- src/Nest/Utf8Json/Internal/ArrayPool.cs | 21 +++------------- .../Utf8Json/Internal/AutomataDictionary.cs | 21 +++------------- src/Nest/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 +++------------- src/Nest/Utf8Json/Internal/Emit/ILViewer.cs | 21 +++------------- src/Nest/Utf8Json/Internal/Emit/MetaMember.cs | 21 +++------------- src/Nest/Utf8Json/Internal/Emit/MetaType.cs | 21 +++------------- src/Nest/Utf8Json/Internal/FarmHash.cs | 21 +++------------- src/Nest/Utf8Json/Internal/FuncExtensions.cs | 21 +++------------- src/Nest/Utf8Json/Internal/GuidBits.cs | 21 +++------------- src/Nest/Utf8Json/Internal/NumberConverter.cs | 21 +++------------- .../Utf8Json/Internal/ReflectionExtensions.cs | 21 +++------------- src/Nest/Utf8Json/Internal/StringEncoding.cs | 21 +++------------- src/Nest/Utf8Json/Internal/StringMutator.cs | 21 +++------------- .../Internal/ThreadsafeTypeKeyHashTable.cs | 21 +++------------- .../Utf8Json/Internal/UnsafeMemory.Low.cs | 21 +++------------- src/Nest/Utf8Json/Internal/UnsafeMemory.cs | 21 +++------------- src/Nest/Utf8Json/JsonReader.cs | 21 +++------------- .../Utf8Json/JsonSerializer.NonGeneric.cs | 21 +++------------- src/Nest/Utf8Json/JsonSerializer.cs | 21 +++------------- src/Nest/Utf8Json/JsonToken.cs | 21 +++------------- src/Nest/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 +++------------- src/Nest/Utf8Json/Resolvers/EnumResolver.cs | 21 +++------------- .../Utf8Json/Resolvers/StandardResolver.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/Delete/EqlDeleteRequest.cs | 21 +++------------- .../XPack/Eql/Delete/EqlDeleteResponse.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 +++------------- .../ElasticClient-DeleteModelSnapshot.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 +++------------- .../ElasticClient-AcknowledgeWatch.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 +++------------- .../ElasticClient-ActivateWatch.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 +++------------- .../ElasticClient-DeactivateWatch.cs | 21 +++------------- .../Watcher/DeleteWatch/DeleteWatchRequest.cs | 21 +++------------- .../DeleteWatch/DeleteWatchResponse.cs | 21 +++------------- .../DeleteWatch/ElasticClient-DeleteWatch.cs | 21 +++------------- .../ElasticClient-ExecuteWatch.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 +++------------- .../GetWatch/ElasticClient-GetWatch.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 +++------------- .../PutWatch/ElasticClient-PutWatch.cs | 21 +++------------- .../XPack/Watcher/PutWatch/PutWatchRequest.cs | 21 +++------------- .../Watcher/PutWatch/PutWatchResponse.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 +++------------- .../ElasticClient-StartWatcher.cs | 21 +++------------- .../StartWatcher/StartWatcherRequest.cs | 21 +++------------- .../StartWatcher/StartWatcherResponse.cs | 21 +++------------- .../StopWatcher/ElasticClient-StopWatcher.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 +++------------- .../ElasticClient-WatcherStats.cs | 21 +++------------- .../WatcherStats/WatcherStatsRequest.cs | 21 +++------------- .../WatcherStats/WatcherStatsResponse.cs | 21 +++------------- .../_Generated/ApiUrlsLookup.generated.cs | 21 +++------------- .../BackupAndRestoreSecurityConfigPage.cs | 21 +++------------- .../Administering/BackupClusterConfigPage.cs | 21 +++------------- .../Bucket/AdjacencyMatrixAggregationPage.cs | 21 +++------------- .../AutodatehistogramAggregationPage.cs | 21 +++------------- .../Bucket/ChildrenAggregationPage.cs | 21 +++------------- .../Bucket/CompositeAggregationPage.cs | 21 +++------------- .../Bucket/DatehistogramAggregationPage.cs | 21 +++------------- .../Bucket/DaterangeAggregationPage.cs | 21 +++------------- .../DiversifiedSamplerAggregationPage.cs | 21 +++------------- .../Bucket/FilterAggregationPage.cs | 21 +++------------- .../Bucket/FiltersAggregationPage.cs | 21 +++------------- .../Bucket/GeodistanceAggregationPage.cs | 21 +++------------- .../Bucket/GeohashgridAggregationPage.cs | 21 +++------------- .../Bucket/GeotilegridAggregationPage.cs | 21 +++------------- .../Bucket/GlobalAggregationPage.cs | 21 +++------------- .../Bucket/HistogramAggregationPage.cs | 21 +++------------- .../Bucket/IprangeAggregationPage.cs | 21 +++------------- .../Bucket/MissingAggregationPage.cs | 21 +++------------- .../Bucket/NestedAggregationPage.cs | 21 +++------------- .../Bucket/ParentAggregationPage.cs | 21 +++------------- .../Bucket/RangeAggregationPage.cs | 21 +++------------- .../Aggregations/Bucket/RangeFieldNotePage.cs | 21 +++------------- .../Bucket/RareTermsAggregationPage.cs | 21 +++------------- .../Bucket/ReverseNestedAggregationPage.cs | 21 +++------------- .../Bucket/SamplerAggregationPage.cs | 21 +++------------- .../Bucket/SignificanttermsAggregationPage.cs | 21 +++------------- .../Bucket/SignificanttextAggregationPage.cs | 21 +++------------- .../Bucket/TermsAggregationPage.cs | 21 +++------------- .../VariablewidthhistogramAggregationPage.cs | 21 +++------------- .../Matrix/StatsAggregationPage.cs | 21 +++------------- .../Metrics/AvgAggregationPage.cs | 21 +++------------- .../Metrics/BoxplotAggregationPage.cs | 21 +++------------- .../Metrics/CardinalityAggregationPage.cs | 21 +++------------- .../Metrics/ExtendedstatsAggregationPage.cs | 21 +++------------- .../Metrics/GeoboundsAggregationPage.cs | 21 +++------------- .../Metrics/GeocentroidAggregationPage.cs | 21 +++------------- .../Metrics/MaxAggregationPage.cs | 21 +++------------- .../MedianAbsoluteDeviationAggregationPage.cs | 21 +++------------- .../Metrics/MinAggregationPage.cs | 21 +++------------- .../Metrics/PercentileAggregationPage.cs | 21 +++------------- .../Metrics/PercentileRankAggregationPage.cs | 21 +++------------- .../Metrics/ScriptedMetricAggregationPage.cs | 21 +++------------- .../Metrics/StatsAggregationPage.cs | 21 +++------------- .../Metrics/StringStatsAggregationPage.cs | 21 +++------------- .../Metrics/SumAggregationPage.cs | 21 +++------------- .../Metrics/TTestAggregationPage.cs | 21 +++------------- .../Metrics/TopMetricsAggregationPage.cs | 21 +++------------- .../Metrics/TophitsAggregationPage.cs | 21 +++------------- .../Metrics/ValuecountAggregationPage.cs | 21 +++------------- .../Metrics/WeightedAvgAggregationPage.cs | 21 +++------------- tests/Examples/Aggregations/MiscPage.cs | 21 +++------------- .../Pipeline/AvgBucketAggregationPage.cs | 21 +++------------- .../Pipeline/BucketScriptAggregationPage.cs | 21 +++------------- .../Pipeline/BucketSelectorAggregationPage.cs | 21 +++------------- .../Pipeline/BucketSortAggregationPage.cs | 21 +++------------- .../CumulativeCardinalityAggregationPage.cs | 21 +++------------- .../Pipeline/CumulativeSumAggregationPage.cs | 21 +++------------- .../Pipeline/DerivativeAggregationPage.cs | 21 +++------------- .../ExtendedStatsBucketAggregationPage.cs | 21 +++------------- .../Pipeline/MaxBucketAggregationPage.cs | 21 +++------------- .../Pipeline/MinBucketAggregationPage.cs | 21 +++------------- .../Pipeline/MovfnAggregationPage.cs | 21 +++------------- .../MovingPercentilesAggregationPage.cs | 21 +++------------- .../Pipeline/NormalizeAggregationPage.cs | 21 +++------------- .../PercentilesBucketAggregationPage.cs | 21 +++------------- .../Pipeline/SerialDiffAggregationPage.cs | 21 +++------------- .../Pipeline/StatsBucketAggregationPage.cs | 21 +++------------- .../Pipeline/SumBucketAggregationPage.cs | 21 +++------------- tests/Examples/Aggregations/PipelinePage.cs | 21 +++------------- .../Analysis/Analyzers/ConfiguringPage.cs | 21 +++------------- .../Analysis/Analyzers/CustomAnalyzerPage.cs | 21 +++------------- .../Analyzers/FingerprintAnalyzerPage.cs | 21 +++------------- .../Analysis/Analyzers/KeywordAnalyzerPage.cs | 21 +++------------- .../Analysis/Analyzers/LangAnalyzerPage.cs | 21 +++------------- .../Analysis/Analyzers/PatternAnalyzerPage.cs | 21 +++------------- .../Analysis/Analyzers/SimpleAnalyzerPage.cs | 21 +++------------- .../Analyzers/StandardAnalyzerPage.cs | 21 +++------------- .../Analysis/Analyzers/StopAnalyzerPage.cs | 21 +++------------- .../Analyzers/WhitespaceAnalyzerPage.cs | 21 +++------------- .../Charfilters/HtmlstripCharfilterPage.cs | 21 +++------------- .../Charfilters/MappingCharfilterPage.cs | 21 +++------------- .../PatternReplaceCharfilterPage.cs | 21 +++------------- tests/Examples/Analysis/NormalizersPage.cs | 21 +++------------- .../Examples/Analysis/SpecifyAnalyzerPage.cs | 21 +++------------- tests/Examples/Analysis/TestingPage.cs | 21 +++------------- .../Tokenfilters/ApostropheTokenfilterPage.cs | 21 +++------------- .../AsciifoldingTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/CjkBigramTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/CjkWidthTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/ClassicTokenfilterPage.cs | 21 +++------------- .../CommonGramsTokenfilterPage.cs | 21 +++------------- .../CompoundWordTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/ConditionTokenfilterPage.cs | 21 +++------------- .../DecimalDigitTokenfilterPage.cs | 21 +++------------- .../DelimitedPayloadTokenfilterPage.cs | 21 +++------------- .../DictionaryDecompounderTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/EdgengramTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/ElisionTokenfilterPage.cs | 21 +++------------- .../FingerprintTokenfilterPage.cs | 21 +++------------- .../FlattenGraphTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/HunspellTokenfilterPage.cs | 21 +++------------- .../HyphenationDecompounderTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/KeepTypesTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/KeepWordsTokenfilterPage.cs | 21 +++------------- .../KeywordMarkerTokenfilterPage.cs | 21 +++------------- .../KeywordRepeatTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/KstemTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/LengthTokenfilterPage.cs | 21 +++------------- .../LimitTokenCountTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/LowercaseTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/MinhashTokenfilterPage.cs | 21 +++------------- .../MultiplexerTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/NgramTokenfilterPage.cs | 21 +++------------- .../PatternCaptureTokenfilterPage.cs | 21 +++------------- .../PatternReplaceTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/PorterstemTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/PredicateTokenfilterPage.cs | 21 +++------------- .../RemoveDuplicatesTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/ReverseTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/ShingleTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/SnowballTokenfilterPage.cs | 21 +++------------- .../StemmerOverrideTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/StemmerTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/StopTokenfilterPage.cs | 21 +++------------- .../SynonymGraphTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/SynonymTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/TrimTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/TruncateTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/UniqueTokenfilterPage.cs | 21 +++------------- .../Tokenfilters/UppercaseTokenfilterPage.cs | 21 +++------------- .../WordDelimiterGraphTokenfilterPage.cs | 21 +++------------- .../WordDelimiterTokenfilterPage.cs | 21 +++------------- .../Tokenizers/ChargroupTokenizerPage.cs | 21 +++------------- .../Tokenizers/ClassicTokenizerPage.cs | 21 +++------------- .../Tokenizers/EdgengramTokenizerPage.cs | 21 +++------------- .../Tokenizers/KeywordTokenizerPage.cs | 21 +++------------- .../Tokenizers/LetterTokenizerPage.cs | 21 +++------------- .../Tokenizers/LowercaseTokenizerPage.cs | 21 +++------------- .../Analysis/Tokenizers/NgramTokenizerPage.cs | 21 +++------------- .../PathhierarchyTokenizerExamplesPage.cs | 21 +++------------- .../Tokenizers/PathhierarchyTokenizerPage.cs | 21 +++------------- .../Tokenizers/PatternTokenizerPage.cs | 21 +++------------- .../Tokenizers/SimplepatternTokenizerPage.cs | 21 +++------------- .../SimplepatternsplitTokenizerPage.cs | 21 +++------------- .../Tokenizers/StandardTokenizerPage.cs | 21 +++------------- .../Analysis/Tokenizers/ThaiTokenizerPage.cs | 21 +++------------- .../Tokenizers/UaxurlemailTokenizerPage.cs | 21 +++------------- .../Tokenizers/WhitespaceTokenizerPage.cs | 21 +++------------- .../Apis/DeleteAutoscalingPolicyPage.cs | 21 +++------------- .../Apis/GetAutoscalingDecisionPage.cs | 21 +++------------- .../Apis/GetAutoscalingPolicyPage.cs | 21 +++------------- .../Apis/PutAutoscalingPolicyPage.cs | 21 +++------------- tests/Examples/Cat/AliasPage.cs | 21 +++------------- tests/Examples/Cat/AllocationPage.cs | 21 +++------------- tests/Examples/Cat/AnomalyDetectorsPage.cs | 21 +++------------- tests/Examples/Cat/CountPage.cs | 21 +++------------- tests/Examples/Cat/DatafeedsPage.cs | 21 +++------------- tests/Examples/Cat/DataframeanalyticsPage.cs | 21 +++------------- tests/Examples/Cat/FielddataPage.cs | 21 +++------------- tests/Examples/Cat/HealthPage.cs | 21 +++------------- tests/Examples/Cat/IndicesPage.cs | 21 +++------------- tests/Examples/Cat/MasterPage.cs | 21 +++------------- tests/Examples/Cat/NodeattrsPage.cs | 21 +++------------- tests/Examples/Cat/NodesPage.cs | 21 +++------------- tests/Examples/Cat/PendingTasksPage.cs | 21 +++------------- tests/Examples/Cat/PluginsPage.cs | 21 +++------------- tests/Examples/Cat/RecoveryPage.cs | 21 +++------------- tests/Examples/Cat/RepositoriesPage.cs | 21 +++------------- tests/Examples/Cat/SegmentsPage.cs | 21 +++------------- tests/Examples/Cat/ShardsPage.cs | 21 +++------------- tests/Examples/Cat/SnapshotsPage.cs | 21 +++------------- tests/Examples/Cat/TasksPage.cs | 21 +++------------- tests/Examples/Cat/TemplatesPage.cs | 21 +++------------- tests/Examples/Cat/ThreadPoolPage.cs | 21 +++------------- tests/Examples/Cat/TrainedmodelPage.cs | 21 +++------------- tests/Examples/Cat/TransformsPage.cs | 21 +++------------- .../AutoFollow/DeleteAutoFollowPatternPage.cs | 21 +++------------- .../AutoFollow/GetAutoFollowPatternPage.cs | 21 +++------------- .../AutoFollow/PauseAutoFollowPatternPage.cs | 21 +++------------- .../AutoFollow/PutAutoFollowPatternPage.cs | 21 +++------------- .../AutoFollow/ResumeAutoFollowPatternPage.cs | 21 +++------------- .../Ccr/Apis/Follow/GetFollowInfoPage.cs | 21 +++------------- .../Ccr/Apis/Follow/GetFollowStatsPage.cs | 21 +++------------- .../Ccr/Apis/Follow/PostForgetFollowerPage.cs | 21 +++------------- .../Ccr/Apis/Follow/PostPauseFollowPage.cs | 21 +++------------- .../Ccr/Apis/Follow/PostResumeFollowPage.cs | 21 +++------------- .../Ccr/Apis/Follow/PostUnfollowPage.cs | 21 +++------------- .../Examples/Ccr/Apis/Follow/PutFollowPage.cs | 21 +++------------- tests/Examples/Ccr/Apis/GetCcrStatsPage.cs | 21 +++------------- tests/Examples/Ccr/GettingStartedPage.cs | 21 +++------------- tests/Examples/Ccr/OverviewPage.cs | 21 +++------------- .../Examples/Cluster/AllocationExplainPage.cs | 21 +++------------- tests/Examples/Cluster/GetSettingsPage.cs | 21 +++------------- tests/Examples/Cluster/HealthPage.cs | 21 +++------------- tests/Examples/Cluster/NodesHotThreadsPage.cs | 21 +++------------- tests/Examples/Cluster/NodesInfoPage.cs | 21 +++------------- .../Cluster/NodesReloadSecureSettingsPage.cs | 21 +++------------- tests/Examples/Cluster/NodesStatsPage.cs | 21 +++------------- tests/Examples/Cluster/NodesUsagePage.cs | 21 +++------------- tests/Examples/Cluster/PendingPage.cs | 21 +++------------- tests/Examples/Cluster/RemoteInfoPage.cs | 21 +++------------- tests/Examples/Cluster/ReroutePage.cs | 21 +++------------- tests/Examples/Cluster/StatePage.cs | 21 +++------------- tests/Examples/Cluster/StatsPage.cs | 21 +++------------- tests/Examples/Cluster/TasksPage.cs | 21 +++------------- tests/Examples/Cluster/UpdateSettingsPage.cs | 21 +++------------- .../Examples/Cluster/VotingExclusionsPage.cs | 21 +++------------- .../DataFrames/Apis/DeleteTransformPage.cs | 21 +++------------- .../DataFrames/Apis/GetTransformPage.cs | 21 +++------------- .../DataFrames/Apis/GetTransformStatsPage.cs | 21 +++------------- .../DataFrames/Apis/PreviewTransformPage.cs | 21 +++------------- .../DataFrames/Apis/PutTransformPage.cs | 21 +++------------- .../DataFrames/Apis/StartTransformPage.cs | 21 +++------------- .../DataFrames/Apis/StopTransformPage.cs | 21 +++------------- .../DataFrames/Apis/UpdateTransformPage.cs | 21 +++------------- .../ChangeMappingsAndSettingsPage.cs | 21 +++------------- .../DataStreams/SetUpADataStreamPage.cs | 21 +++------------- .../DataStreams/UseADataStreamPage.cs | 21 +++------------- tests/Examples/Docs/BulkPage.cs | 21 +++------------- tests/Examples/Docs/ConcurrencyControlPage.cs | 21 +++------------- tests/Examples/Docs/DeleteByQueryPage.cs | 21 +++------------- tests/Examples/Docs/DeletePage.cs | 21 +++------------- tests/Examples/Docs/GetPage.cs | 21 +++------------- tests/Examples/Docs/IndexPage.cs | 21 +++------------- tests/Examples/Docs/MultiGetPage.cs | 21 +++------------- tests/Examples/Docs/MultiTermvectorsPage.cs | 21 +++------------- tests/Examples/Docs/RefreshPage.cs | 21 +++------------- tests/Examples/Docs/ReindexPage.cs | 21 +++------------- tests/Examples/Docs/TermvectorsPage.cs | 21 +++------------- tests/Examples/Docs/UpdateByQueryPage.cs | 21 +++------------- tests/Examples/Docs/UpdatePage.cs | 21 +++------------- .../Eql/DeleteAsyncEqlSearchApiPage.cs | 21 +++------------- tests/Examples/Eql/EqlSearchApiPage.cs | 21 +++------------- .../Examples/Eql/GetAsyncEqlSearchApiPage.cs | 21 +++------------- tests/Examples/Eql/SearchPage.cs | 21 +++------------- tests/Examples/Example.cs | 21 +++------------- tests/Examples/ExampleBase.cs | 21 +++------------- tests/Examples/Graph/ExplorePage.cs | 21 +++------------- .../BackupAndRestoreSecurityConfigPage.cs | 21 +++------------- .../BackupClusterConfigPage.cs | 21 +++------------- tests/Examples/HowTo/AvoidOvershardingPage.cs | 21 +++------------- tests/Examples/HowTo/DiskUsagePage.cs | 21 +++------------- tests/Examples/HowTo/Recipes/ScoringPage.cs | 21 +++------------- tests/Examples/HowTo/Recipes/StemmingPage.cs | 21 +++------------- tests/Examples/HowTo/SearchSpeedPage.cs | 21 +++------------- tests/Examples/Ilm/Actions/IlmAllocatePage.cs | 21 +++------------- tests/Examples/Ilm/Actions/IlmDeletePage.cs | 21 +++------------- .../Examples/Ilm/Actions/IlmForcemergePage.cs | 21 +++------------- tests/Examples/Ilm/Actions/IlmFreezePage.cs | 21 +++------------- tests/Examples/Ilm/Actions/IlmReadonlyPage.cs | 21 +++------------- tests/Examples/Ilm/Actions/IlmRolloverPage.cs | 21 +++------------- .../Ilm/Actions/IlmSearchableSnapshotPage.cs | 21 +++------------- .../Ilm/Actions/IlmSetPriorityPage.cs | 21 +++------------- tests/Examples/Ilm/Actions/IlmShrinkPage.cs | 21 +++------------- tests/Examples/Ilm/Actions/IlmUnfollowPage.cs | 21 +++------------- .../Ilm/Actions/IlmWaitForSnapshotPage.cs | 21 +++------------- .../Examples/Ilm/Apis/DeleteLifecyclePage.cs | 21 +++------------- tests/Examples/Ilm/Apis/ExplainPage.cs | 21 +++------------- tests/Examples/Ilm/Apis/GetLifecyclePage.cs | 21 +++------------- tests/Examples/Ilm/Apis/GetStatusPage.cs | 21 +++------------- tests/Examples/Ilm/Apis/MoveToStepPage.cs | 21 +++------------- tests/Examples/Ilm/Apis/PutLifecyclePage.cs | 21 +++------------- .../Ilm/Apis/RemovePolicyFromIndexPage.cs | 21 +++------------- tests/Examples/Ilm/Apis/SlmApiPage.cs | 21 +++------------- tests/Examples/Ilm/Apis/StartPage.cs | 21 +++------------- tests/Examples/Ilm/Apis/StopPage.cs | 21 +++------------- tests/Examples/Ilm/ErrorHandlingPage.cs | 21 +++------------- tests/Examples/Ilm/GettingStartedIlmPage.cs | 21 +++------------- tests/Examples/Ilm/GettingStartedSlmPage.cs | 21 +++------------- tests/Examples/Ilm/IlmTutorialPage.cs | 21 +++------------- .../Ilm/IlmWithExistingIndicesPage.cs | 21 +++------------- tests/Examples/Ilm/PolicyDefinitionsPage.cs | 21 +++------------- .../Examples/Ilm/SetUpLifecyclePolicyPage.cs | 21 +++------------- tests/Examples/Ilm/SlmRetentionPage.cs | 21 +++------------- tests/Examples/Ilm/StartStopIlmPage.cs | 21 +++------------- tests/Examples/Ilm/StartStopPage.cs | 21 +++------------- .../Examples/Ilm/UpdateLifecyclePolicyPage.cs | 21 +++------------- .../Examples/Ilm/UsingPoliciesRolloverPage.cs | 21 +++------------- .../IndexModules/Allocation/DelayedPage.cs | 21 +++------------- .../IndexModules/Allocation/FilteringPage.cs | 21 +++------------- .../Allocation/PrioritizationPage.cs | 21 +++------------- tests/Examples/IndexModules/BlocksPage.cs | 21 +++------------- .../Examples/IndexModules/IndexSortingPage.cs | 21 +++------------- tests/Examples/IndexModules/SimilarityPage.cs | 21 +++------------- tests/Examples/IndexModules/SlowlogPage.cs | 21 +++------------- tests/Examples/IndexModules/StorePage.cs | 21 +++------------- tests/Examples/Indices/AddAliasPage.cs | 21 +++------------- tests/Examples/Indices/AliasExistsPage.cs | 21 +++------------- tests/Examples/Indices/AliasesPage.cs | 21 +++------------- tests/Examples/Indices/AnalyzePage.cs | 21 +++------------- tests/Examples/Indices/Apis/FreezePage.cs | 21 +++------------- .../Indices/Apis/ReloadAnalyzersPage.cs | 21 +++------------- tests/Examples/Indices/Apis/UnfreezePage.cs | 21 +++------------- tests/Examples/Indices/ClearcachePage.cs | 21 +++------------- tests/Examples/Indices/CloneIndexPage.cs | 21 +++------------- tests/Examples/Indices/ClosePage.cs | 21 +++------------- .../Indices/ComponentTemplatesPage.cs | 21 +++------------- .../Examples/Indices/CreateDataStreamPage.cs | 21 +++------------- tests/Examples/Indices/CreateIndexPage.cs | 21 +++------------- .../Indices/DanglingIndexDeletePage.cs | 21 +++------------- .../Indices/DanglingIndexImportPage.cs | 21 +++------------- .../Indices/DanglingIndicesListPage.cs | 21 +++------------- tests/Examples/Indices/DeleteAliasPage.cs | 21 +++------------- .../Examples/Indices/DeleteDataStreamPage.cs | 21 +++------------- tests/Examples/Indices/DeleteIndexPage.cs | 21 +++------------- .../Indices/DeleteIndexTemplatePage.cs | 21 +++------------- tests/Examples/Indices/FlushPage.cs | 21 +++------------- tests/Examples/Indices/ForcemergePage.cs | 21 +++------------- tests/Examples/Indices/GetAliasPage.cs | 21 +++------------- tests/Examples/Indices/GetDataStreamPage.cs | 21 +++------------- tests/Examples/Indices/GetFieldMappingPage.cs | 21 +++------------- tests/Examples/Indices/GetIndexPage.cs | 21 +++------------- .../Examples/Indices/GetIndexTemplatePage.cs | 21 +++------------- tests/Examples/Indices/GetMappingPage.cs | 21 +++------------- tests/Examples/Indices/GetSettingsPage.cs | 21 +++------------- tests/Examples/Indices/IndexTemplatesPage.cs | 21 +++------------- tests/Examples/Indices/IndicesExistsPage.cs | 21 +++------------- tests/Examples/Indices/OpenClosePage.cs | 21 +++------------- tests/Examples/Indices/PutMappingPage.cs | 21 +++------------- tests/Examples/Indices/RecoveryPage.cs | 21 +++------------- tests/Examples/Indices/RefreshPage.cs | 21 +++------------- tests/Examples/Indices/ResolvePage.cs | 21 +++------------- tests/Examples/Indices/RolloverIndexPage.cs | 21 +++------------- tests/Examples/Indices/SegmentsPage.cs | 21 +++------------- tests/Examples/Indices/ShardStoresPage.cs | 21 +++------------- tests/Examples/Indices/ShrinkIndexPage.cs | 21 +++------------- tests/Examples/Indices/SimulateIndexPage.cs | 21 +++------------- .../Examples/Indices/SimulateTemplatePage.cs | 21 +++------------- tests/Examples/Indices/SplitIndexPage.cs | 21 +++------------- tests/Examples/Indices/StatsPage.cs | 21 +++------------- tests/Examples/Indices/SyncedFlushPage.cs | 21 +++------------- tests/Examples/Indices/TemplateExistsPage.cs | 21 +++------------- tests/Examples/Indices/TemplatesPage.cs | 21 +++------------- tests/Examples/Indices/TypesExistsPage.cs | 21 +++------------- tests/Examples/Indices/UpdateSettingsPage.cs | 21 +++------------- .../Ingest/Apis/DeletePipelinePage.cs | 21 +++------------- .../Apis/Enrich/DeleteEnrichPolicyPage.cs | 21 +++------------- .../Ingest/Apis/Enrich/EnrichStatsPage.cs | 21 +++------------- .../Apis/Enrich/ExecuteEnrichPolicyPage.cs | 21 +++------------- .../Ingest/Apis/Enrich/GetEnrichPolicyPage.cs | 21 +++------------- .../Ingest/Apis/Enrich/PutEnrichPolicyPage.cs | 21 +++------------- tests/Examples/Ingest/Apis/GetPipelinePage.cs | 21 +++------------- tests/Examples/Ingest/Apis/PutPipelinePage.cs | 21 +++------------- .../Ingest/Apis/SimulatePipelinePage.cs | 21 +++------------- tests/Examples/Ingest/EnrichPage.cs | 21 +++------------- tests/Examples/Ingest/IngestNodePage.cs | 21 +++------------- .../Examples/Ingest/Processors/CirclePage.cs | 21 +++------------- .../Ingest/Processors/DateIndexNamePage.cs | 21 +++------------- tests/Examples/Ingest/Processors/GeoipPage.cs | 21 +++------------- tests/Examples/Ingest/Processors/GrokPage.cs | 21 +++------------- .../Ingest/Processors/PipelinePage.cs | 21 +++------------- .../Examples/Ingest/Processors/ScriptPage.cs | 21 +++------------- tests/Examples/Ingest/Processors/SetPage.cs | 21 +++------------- .../Ingest/Processors/UserAgentPage.cs | 21 +++------------- tests/Examples/JTokenExtensions.cs | 21 +++------------- tests/Examples/Licensing/DeleteLicensePage.cs | 21 +++------------- .../Examples/Licensing/GetBasicStatusPage.cs | 21 +++------------- tests/Examples/Licensing/GetLicensePage.cs | 21 +++------------- .../Examples/Licensing/GetTrialStatusPage.cs | 21 +++------------- tests/Examples/Licensing/StartBasicPage.cs | 21 +++------------- tests/Examples/Licensing/StartTrialPage.cs | 21 +++------------- tests/Examples/Licensing/UpdateLicensePage.cs | 21 +++------------- .../Mapping/Dynamic/FieldMappingPage.cs | 21 +++------------- .../Examples/Mapping/Dynamic/TemplatesPage.cs | 21 +++------------- tests/Examples/Mapping/DynamicMappingPage.cs | 21 +++------------- .../Mapping/Fields/FieldNamesFieldPage.cs | 21 +++------------- tests/Examples/Mapping/Fields/IdFieldPage.cs | 21 +++------------- .../Mapping/Fields/IgnoredFieldPage.cs | 21 +++------------- .../Examples/Mapping/Fields/IndexFieldPage.cs | 21 +++------------- .../Examples/Mapping/Fields/MetaFieldPage.cs | 21 +++------------- .../Mapping/Fields/RoutingFieldPage.cs | 21 +++------------- .../Mapping/Fields/SourceFieldPage.cs | 21 +++------------- .../Examples/Mapping/Fields/TypeFieldPage.cs | 21 +++------------- tests/Examples/Mapping/Params/AnalyzerPage.cs | 21 +++------------- tests/Examples/Mapping/Params/BoostPage.cs | 21 +++------------- tests/Examples/Mapping/Params/CoercePage.cs | 21 +++------------- tests/Examples/Mapping/Params/CopyToPage.cs | 21 +++------------- .../Examples/Mapping/Params/DocValuesPage.cs | 21 +++------------- tests/Examples/Mapping/Params/DynamicPage.cs | 21 +++------------- .../Mapping/Params/EagerGlobalOrdinalsPage.cs | 21 +++------------- tests/Examples/Mapping/Params/EnabledPage.cs | 21 +++------------- .../Examples/Mapping/Params/FielddataPage.cs | 21 +++------------- tests/Examples/Mapping/Params/FormatPage.cs | 21 +++------------- .../Mapping/Params/IgnoreAbovePage.cs | 21 +++------------- .../Mapping/Params/IgnoreMalformedPage.cs | 21 +++------------- .../Mapping/Params/IndexOptionsPage.cs | 21 +++------------- .../Mapping/Params/IndexPrefixesPage.cs | 21 +++------------- tests/Examples/Mapping/Params/MetaPage.cs | 21 +++------------- .../Mapping/Params/MultiFieldsPage.cs | 21 +++------------- .../Examples/Mapping/Params/NormalizerPage.cs | 21 +++------------- tests/Examples/Mapping/Params/NormsPage.cs | 21 +++------------- .../Examples/Mapping/Params/NullValuePage.cs | 21 +++------------- .../Params/PositionIncrementGapPage.cs | 21 +++------------- .../Examples/Mapping/Params/PropertiesPage.cs | 21 +++------------- .../Mapping/Params/SearchAnalyzerPage.cs | 21 +++------------- .../Examples/Mapping/Params/SimilarityPage.cs | 21 +++------------- tests/Examples/Mapping/Params/StorePage.cs | 21 +++------------- .../Examples/Mapping/Params/TermVectorPage.cs | 21 +++------------- tests/Examples/Mapping/RemovalOfTypesPage.cs | 21 +++------------- tests/Examples/Mapping/Types/AliasPage.cs | 21 +++------------- tests/Examples/Mapping/Types/ArrayPage.cs | 21 +++------------- tests/Examples/Mapping/Types/BinaryPage.cs | 21 +++------------- tests/Examples/Mapping/Types/BooleanPage.cs | 21 +++------------- .../Mapping/Types/ConstantKeywordPage.cs | 21 +++------------- tests/Examples/Mapping/Types/DateNanosPage.cs | 21 +++------------- tests/Examples/Mapping/Types/DatePage.cs | 21 +++------------- .../Examples/Mapping/Types/DenseVectorPage.cs | 21 +++------------- tests/Examples/Mapping/Types/FlattenedPage.cs | 21 +++------------- tests/Examples/Mapping/Types/GeoPointPage.cs | 21 +++------------- tests/Examples/Mapping/Types/GeoShapePage.cs | 21 +++------------- tests/Examples/Mapping/Types/HistogramPage.cs | 21 +++------------- tests/Examples/Mapping/Types/IpPage.cs | 21 +++------------- tests/Examples/Mapping/Types/KeywordPage.cs | 21 +++------------- tests/Examples/Mapping/Types/NestedPage.cs | 21 +++------------- tests/Examples/Mapping/Types/NumericPage.cs | 21 +++------------- tests/Examples/Mapping/Types/ObjectPage.cs | 21 +++------------- .../Examples/Mapping/Types/ParentJoinPage.cs | 21 +++------------- .../Examples/Mapping/Types/PercolatorPage.cs | 21 +++------------- tests/Examples/Mapping/Types/RangePage.cs | 21 +++------------- .../Examples/Mapping/Types/RankFeaturePage.cs | 21 +++------------- .../Mapping/Types/RankFeaturesPage.cs | 21 +++------------- .../Mapping/Types/SearchAsYouTypePage.cs | 21 +++------------- tests/Examples/Mapping/Types/ShapePage.cs | 21 +++------------- .../Mapping/Types/SparseVectorPage.cs | 21 +++------------- tests/Examples/Mapping/Types/TextPage.cs | 21 +++------------- .../Examples/Mapping/Types/TokenCountPage.cs | 21 +++------------- tests/Examples/Mapping/Types/WildcardPage.cs | 21 +++------------- .../Migration/Apis/DeprecationPage.cs | 21 +++------------- .../Migration/Migrate80/SnapshotsPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/CloseJobPage.cs | 21 +++------------- .../Apis/DeleteCalendarEventPage.cs | 21 +++------------- .../Apis/DeleteCalendarJobPage.cs | 21 +++------------- .../Apis/DeleteCalendarPage.cs | 21 +++------------- .../Apis/DeleteDatafeedPage.cs | 21 +++------------- .../Apis/DeleteExpiredDataPage.cs | 21 +++------------- .../AnomalyDetection/Apis/DeleteFilterPage.cs | 21 +++------------- .../Apis/DeleteForecastPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/DeleteJobPage.cs | 21 +++------------- .../Apis/DeleteSnapshotPage.cs | 21 +++------------- .../Apis/EstimateModelMemoryPage.cs | 21 +++------------- .../Apis/FindFileStructurePage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/FlushJobPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/ForecastPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/GetBucketPage.cs | 21 +++------------- .../Apis/GetCalendarEventPage.cs | 21 +++------------- .../AnomalyDetection/Apis/GetCalendarPage.cs | 21 +++------------- .../AnomalyDetection/Apis/GetCategoryPage.cs | 21 +++------------- .../AnomalyDetection/Apis/GetDatafeedPage.cs | 21 +++------------- .../Apis/GetDatafeedStatsPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/GetFilterPage.cs | 21 +++------------- .../Apis/GetInfluencerPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/GetJobPage.cs | 21 +++------------- .../AnomalyDetection/Apis/GetJobStatsPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/GetMlInfoPage.cs | 21 +++------------- .../Apis/GetOverallBucketsPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/GetRecordPage.cs | 21 +++------------- .../AnomalyDetection/Apis/GetSnapshotPage.cs | 21 +++------------- .../AnomalyDetection/Apis/JobresourcePage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/OpenJobPage.cs | 21 +++------------- .../Apis/PostCalendarEventPage.cs | 21 +++------------- .../Apis/PreviewDatafeedPage.cs | 21 +++------------- .../Apis/PutCalendarJobPage.cs | 21 +++------------- .../AnomalyDetection/Apis/PutCalendarPage.cs | 21 +++------------- .../AnomalyDetection/Apis/PutDatafeedPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/PutFilterPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/PutJobPage.cs | 21 +++------------- .../Apis/RevertSnapshotPage.cs | 21 +++------------- .../Apis/SetUpgradeModePage.cs | 21 +++------------- .../Apis/StartDatafeedPage.cs | 21 +++------------- .../AnomalyDetection/Apis/StopDatafeedPage.cs | 21 +++------------- .../Apis/UpdateDatafeedPage.cs | 21 +++------------- .../AnomalyDetection/Apis/UpdateFilterPage.cs | 21 +++------------- .../Ml/AnomalyDetection/Apis/UpdateJobPage.cs | 21 +++------------- .../Apis/UpdateSnapshotPage.cs | 21 +++------------- .../DfAnalytics/Apis/DeleteDfanalyticsPage.cs | 21 +++------------- .../Apis/DeleteInferenceTrainedModelPage.cs | 21 +++------------- .../Apis/DfanalyticsresourcesPage.cs | 21 +++------------- .../EstimateMemoryUsageDfanalyticsPage.cs | 21 +++------------- .../Apis/EvaluateDfanalyticsPage.cs | 21 +++------------- .../Apis/ExplainDfanalyticsPage.cs | 21 +++------------- .../Ml/DfAnalytics/Apis/GetDfanalyticsPage.cs | 21 +++------------- .../Apis/GetDfanalyticsStatsPage.cs | 21 +++------------- .../Apis/GetInferenceTrainedModelPage.cs | 21 +++------------- .../Apis/GetInferenceTrainedModelStatsPage.cs | 21 +++------------- .../Ml/DfAnalytics/Apis/PutDfanalyticsPage.cs | 21 +++------------- .../DfAnalytics/Apis/StartDfanalyticsPage.cs | 21 +++------------- .../DfAnalytics/Apis/StopDfanalyticsPage.cs | 21 +++------------- .../DfAnalytics/Apis/UpdateDfanalyticsPage.cs | 21 +++------------- tests/Examples/Models/Account.cs | 21 +++------------- tests/Examples/Models/Blog.cs | 21 +++------------- tests/Examples/Models/Customer.cs | 21 +++------------- tests/Examples/Models/Driver.cs | 21 +++------------- tests/Examples/Models/DriverDocument.cs | 21 +++------------- tests/Examples/Models/Employee.cs | 21 +++------------- tests/Examples/Models/GroupDoc.cs | 21 +++------------- tests/Examples/Models/MyDocument.cs | 21 +++------------- tests/Examples/Models/Tweet.cs | 21 +++------------- tests/Examples/Models/User.cs | 21 +++------------- tests/Examples/Models/Vehicle.cs | 21 +++------------- .../Cluster/AllocationFilteringPage.cs | 21 +++------------- .../Modules/Cluster/DiskAllocatorPage.cs | 21 +++------------- tests/Examples/Modules/Cluster/MiscPage.cs | 21 +++------------- .../Modules/CrossClusterSearchPage.cs | 21 +++------------- .../Discovery/AddingRemovingNodesPage.cs | 21 +++------------- .../Examples/Modules/Discovery/VotingPage.cs | 21 +++------------- tests/Examples/Modules/HttpPage.cs | 21 +++------------- .../Modules/Indices/RequestCachePage.cs | 21 +++------------- tests/Examples/Modules/RemoteClustersPage.cs | 21 +++------------- tests/Examples/Modules/SnapshotsPage.cs | 21 +++------------- tests/Examples/Modules/TransportPage.cs | 21 +++------------- .../CollectingMonitoringDataPage.cs | 21 +++------------- .../Monitoring/ConfiguringFilebeatPage.cs | 21 +++------------- .../Monitoring/ConfiguringMetricbeatPage.cs | 21 +++------------- tests/Examples/Monitoring/EsmsPage.cs | 21 +++------------- tests/Examples/Monitoring/IndicesPage.cs | 21 +++------------- tests/Examples/Monitoring/ProductionPage.cs | 21 +++------------- tests/Examples/QueryDsl/BoolQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/BoostingQueryPage.cs | 21 +++------------- .../QueryDsl/ConstantScoreQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/DisMaxQueryPage.cs | 21 +++------------- .../QueryDsl/DistanceFeatureQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/ExistsQueryPage.cs | 21 +++------------- .../QueryDsl/FunctionScoreQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/FuzzyQueryPage.cs | 21 +++------------- .../QueryDsl/GeoBoundingBoxQueryPage.cs | 21 +++------------- .../Examples/QueryDsl/GeoDistanceQueryPage.cs | 21 +++------------- .../Examples/QueryDsl/GeoPolygonQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/GeoShapeQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/HasChildQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/HasParentQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/IdsQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/IntervalsQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/MatchAllQueryPage.cs | 21 +++------------- .../QueryDsl/MatchBoolPrefixQueryPage.cs | 21 +++------------- .../QueryDsl/MatchPhrasePrefixQueryPage.cs | 21 +++------------- .../Examples/QueryDsl/MatchPhraseQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/MatchQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/MltQueryPage.cs | 21 +++------------- .../Examples/QueryDsl/MultiMatchQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/NestedQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/ParentIdQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/PercolateQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/PinnedQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/PrefixQueryPage.cs | 21 +++------------- .../QueryDsl/QueryFilterContextPage.cs | 21 +++------------- .../Examples/QueryDsl/QueryStringQueryPage.cs | 21 +++------------- .../QueryDsl/QueryStringSyntaxPage.cs | 21 +++------------- tests/Examples/QueryDsl/RangeQueryPage.cs | 21 +++------------- .../Examples/QueryDsl/RankFeatureQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/RegexpQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/ScriptQueryPage.cs | 21 +++------------- .../Examples/QueryDsl/ScriptScoreQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/ShapeQueryPage.cs | 21 +++------------- .../QueryDsl/SimpleQueryStringQueryPage.cs | 21 +++------------- .../QueryDsl/SpanContainingQueryPage.cs | 21 +++------------- .../QueryDsl/SpanFieldMaskingQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/SpanFirstQueryPage.cs | 21 +++------------- .../QueryDsl/SpanMultiTermQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/SpanNearQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/SpanNotQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/SpanOrQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/SpanTermQueryPage.cs | 21 +++------------- .../Examples/QueryDsl/SpanWithinQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/TermQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/TermsQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/TermsSetQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/WildcardQueryPage.cs | 21 +++------------- tests/Examples/QueryDsl/WrapperQueryPage.cs | 21 +++------------- tests/Examples/ResponseExtensions.cs | 21 +++------------- tests/Examples/RestApi/InfoPage.cs | 21 +++------------- tests/Examples/RestApi/UsagePage.cs | 21 +++------------- tests/Examples/Rollup/Apis/DeleteJobPage.cs | 21 +++------------- tests/Examples/Rollup/Apis/GetJobPage.cs | 21 +++------------- tests/Examples/Rollup/Apis/PutJobPage.cs | 21 +++------------- tests/Examples/Rollup/Apis/RollupCapsPage.cs | 21 +++------------- .../Rollup/Apis/RollupIndexCapsPage.cs | 21 +++------------- .../Rollup/Apis/RollupJobConfigPage.cs | 21 +++------------- .../Examples/Rollup/Apis/RollupSearchPage.cs | 21 +++------------- tests/Examples/Rollup/Apis/StartJobPage.cs | 21 +++------------- tests/Examples/Rollup/Apis/StopJobPage.cs | 21 +++------------- .../Rollup/RollupGettingStartedPage.cs | 21 +++------------- .../Rollup/RollupSearchLimitationsPage.cs | 21 +++------------- tests/Examples/Root/AnalysisPage.cs | 21 +++------------- tests/Examples/Root/ApiConventionsPage.cs | 21 +++------------- tests/Examples/Root/CatPage.cs | 21 +++------------- tests/Examples/Root/ClusterPage.cs | 21 +++------------- tests/Examples/Root/FrozenIndicesPage.cs | 21 +++------------- tests/Examples/Root/GettingStartedPage.cs | 21 +++------------- tests/Examples/Root/IngestPage.cs | 21 +++------------- tests/Examples/Root/MappingPage.cs | 21 +++------------- tests/Examples/Root/RedirectsPage.cs | 21 +++------------- tests/Examples/Root/SearchPage.cs | 21 +++------------- tests/Examples/Scripting/EnginePage.cs | 21 +++------------- tests/Examples/Scripting/FieldsPage.cs | 21 +++------------- tests/Examples/Scripting/UsingPage.cs | 21 +++------------- tests/Examples/Search/AsyncSearchPage.cs | 21 +++------------- tests/Examples/Search/ClearScrollApiPage.cs | 21 +++------------- tests/Examples/Search/CountPage.cs | 21 +++------------- tests/Examples/Search/ExplainPage.cs | 21 +++------------- tests/Examples/Search/FieldCapsPage.cs | 21 +++------------- tests/Examples/Search/MultiSearchPage.cs | 21 +++------------- tests/Examples/Search/ProfilePage.cs | 21 +++------------- tests/Examples/Search/RankEvalPage.cs | 21 +++------------- tests/Examples/Search/Request/CollapsePage.cs | 21 +++------------- .../Search/Request/DocvalueFieldsPage.cs | 21 +++------------- tests/Examples/Search/Request/ExplainPage.cs | 21 +++------------- tests/Examples/Search/Request/FromSizePage.cs | 21 +++------------- .../Search/Request/HighlightingPage.cs | 21 +++------------- .../Examples/Search/Request/IndexBoostPage.cs | 21 +++------------- .../Examples/Search/Request/InnerHitsPage.cs | 21 +++------------- tests/Examples/Search/Request/MinScorePage.cs | 21 +++------------- .../Request/NamedQueriesAndFiltersPage.cs | 21 +++------------- .../Examples/Search/Request/PostFilterPage.cs | 21 +++------------- .../Examples/Search/Request/PreferencePage.cs | 21 +++------------- tests/Examples/Search/Request/QueryPage.cs | 21 +++------------- tests/Examples/Search/Request/RescorePage.cs | 21 +++------------- .../Search/Request/ScriptFieldsPage.cs | 21 +++------------- tests/Examples/Search/Request/ScrollPage.cs | 21 +++------------- .../Search/Request/SearchAfterPage.cs | 21 +++------------- .../Examples/Search/Request/SearchTypePage.cs | 21 +++------------- tests/Examples/Search/Request/SeqNoPage.cs | 21 +++------------- tests/Examples/Search/Request/SortPage.cs | 21 +++------------- .../Search/Request/SourceFilteringPage.cs | 21 +++------------- .../Search/Request/StoredFieldsPage.cs | 21 +++------------- .../Search/Request/TrackTotalHitsPage.cs | 21 +++------------- tests/Examples/Search/Request/VersionPage.cs | 21 +++------------- tests/Examples/Search/RequestBodyPage.cs | 21 +++------------- tests/Examples/Search/RunASearchPage.cs | 21 +++------------- tests/Examples/Search/ScrollApiPage.cs | 21 +++------------- tests/Examples/Search/SearchFieldsPage.cs | 21 +++------------- tests/Examples/Search/SearchPage.cs | 21 +++------------- tests/Examples/Search/SearchShardsPage.cs | 21 +++------------- tests/Examples/Search/SearchTemplatePage.cs | 21 +++------------- .../Suggesters/CompletionSuggestPage.cs | 21 +++------------- .../Search/Suggesters/ContextSuggestPage.cs | 21 +++------------- tests/Examples/Search/Suggesters/MiscPage.cs | 21 +++------------- .../Search/Suggesters/PhraseSuggestPage.cs | 21 +++------------- tests/Examples/Search/SuggestersPage.cs | 21 +++------------- tests/Examples/Search/UriRequestPage.cs | 21 +++------------- tests/Examples/Search/ValidatePage.cs | 21 +++------------- .../Apis/ClearCachePage.cs | 21 +++------------- .../SearchableSnapshots/Apis/GetStatsPage.cs | 21 +++------------- .../Apis/MountSnapshotPage.cs | 21 +++------------- .../Apis/RepositoryStatsPage.cs | 21 +++------------- tests/Examples/Setup/AddNodesPage.cs | 21 +++------------- .../Setup/Install/CheckRunningPage.cs | 21 +++------------- tests/Examples/Setup/LoggingConfigPage.cs | 21 +++------------- tests/Examples/Setup/RestartClusterPage.cs | 21 +++------------- tests/Examples/Setup/SecureSettingsPage.cs | 21 +++------------- .../Setup/Sysconfig/FileDescriptorsPage.cs | 21 +++------------- tests/Examples/Setup/Sysconfig/SwapPage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmDeletePage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmExecutePage.cs | 21 +++------------- .../Slm/Apis/SlmExecuteRetentionPage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmGetPage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmGetStatusPage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmPutPage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmStartPage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmStatsPage.cs | 21 +++------------- tests/Examples/Slm/Apis/SlmStopPage.cs | 21 +++------------- tests/Examples/Slm/GettingStartedSlmPage.cs | 21 +++------------- tests/Examples/Slm/IndexPage.cs | 21 +++------------- tests/Examples/Slm/SlmRetentionPage.cs | 21 +++------------- tests/Examples/Slm/SlmSecurityPage.cs | 21 +++------------- .../Apis/CleanUpRepoApiPage.cs | 21 +++------------- .../Apis/CreateSnapshotApiPage.cs | 21 +++------------- .../SnapshotRestore/Apis/DeleteRepoApiPage.cs | 21 +++------------- .../Apis/DeleteSnapshotApiPage.cs | 21 +++------------- .../SnapshotRestore/Apis/GetRepoApiPage.cs | 21 +++------------- .../Apis/GetSnapshotApiPage.cs | 21 +++------------- .../Apis/GetSnapshotStatusApiPage.cs | 21 +++------------- .../SnapshotRestore/Apis/PutRepoApiPage.cs | 21 +++------------- .../SnapshotRestore/Apis/VerifyRepoApiPage.cs | 21 +++------------- .../MonitorSnapshotRestorePage.cs | 21 +++------------- .../SnapshotRestore/RegisterRepositoryPage.cs | 21 +++------------- .../SnapshotRestore/RestoreSnapshotPage.cs | 21 +++------------- .../SnapshotRestore/TakeSnapshotPage.cs | 21 +++------------- tests/Examples/Sql/Endpoints/RestPage.cs | 21 +++------------- tests/Examples/Sql/Endpoints/TranslatePage.cs | 21 +++------------- tests/Examples/Sql/GettingStartedPage.cs | 21 +++------------- .../Transform/Apis/DeleteTransformPage.cs | 21 +++------------- .../Transform/Apis/GetTransformPage.cs | 21 +++------------- .../Transform/Apis/GetTransformStatsPage.cs | 21 +++------------- .../Transform/Apis/PreviewTransformPage.cs | 21 +++------------- .../Transform/Apis/PutTransformPage.cs | 21 +++------------- .../Transform/Apis/StartTransformPage.cs | 21 +++------------- .../Transform/Apis/StopTransformPage.cs | 21 +++------------- .../Transform/Apis/UpdateTransformPage.cs | 21 +++------------- .../Transform/EcommerceTutorialPage.cs | 21 +++------------- tests/Examples/Transform/ExamplesPage.cs | 21 +++------------- .../Transform/PainlessExamplesPage.cs | 21 +++------------- tests/Examples/Upgrade/ClusterRestartPage.cs | 21 +++------------- tests/Examples/Upgrade/ReindexUpgradePage.cs | 21 +++------------- tests/Examples/Upgrade/RollingUpgradePage.cs | 21 +++------------- tests/Examples/Vectors/VectorFunctionsPage.cs | 21 +++------------- .../En/RestApi/Security/AuthenticatePage.cs | 21 +++------------- .../En/RestApi/Security/ChangePasswordPage.cs | 21 +++------------- .../En/RestApi/Security/ClearCachePage.cs | 21 +++------------- .../Security/ClearPrivilegesCachePage.cs | 21 +++------------- .../RestApi/Security/ClearRolesCachePage.cs | 21 +++------------- .../En/RestApi/Security/CreateApiKeysPage.cs | 21 +++------------- .../Security/CreateRoleMappingsPage.cs | 21 +++------------- .../En/RestApi/Security/CreateRolesPage.cs | 21 +++------------- .../En/RestApi/Security/CreateUsersPage.cs | 21 +++------------- .../Security/DelegatePkiAuthenticationPage.cs | 21 +++------------- .../Security/DeleteAppPrivilegesPage.cs | 21 +++------------- .../Security/DeleteRoleMappingsPage.cs | 21 +++------------- .../En/RestApi/Security/DeleteRolesPage.cs | 21 +++------------- .../En/RestApi/Security/DeleteUsersPage.cs | 21 +++------------- .../En/RestApi/Security/DisableUsersPage.cs | 21 +++------------- .../En/RestApi/Security/EnableUsersPage.cs | 21 +++------------- .../En/RestApi/Security/GetApiKeysPage.cs | 21 +++------------- .../RestApi/Security/GetAppPrivilegesPage.cs | 21 +++------------- .../Security/GetBuiltinPrivilegesPage.cs | 21 +++------------- .../RestApi/Security/GetRoleMappingsPage.cs | 21 +++------------- .../Docs/En/RestApi/Security/GetRolesPage.cs | 21 +++------------- .../Docs/En/RestApi/Security/GetTokensPage.cs | 21 +++------------- .../Docs/En/RestApi/Security/GetUsersPage.cs | 21 +++------------- .../En/RestApi/Security/HasPrivilegesPage.cs | 21 +++------------- .../RestApi/Security/InvalidateApiKeysPage.cs | 21 +++------------- .../RestApi/Security/InvalidateTokensPage.cs | 21 +++------------- .../Security/OidcAuthenticateApiPage.cs | 21 +++------------- .../En/RestApi/Security/OidcLogoutApiPage.cs | 21 +++------------- .../OidcPrepareAuthenticationApiPage.cs | 21 +++------------- .../RestApi/Security/PutAppPrivilegesPage.cs | 21 +++------------- .../Security/SamlAuthenticateApiPage.cs | 21 +++------------- .../RestApi/Security/SamlInvalidateApiPage.cs | 21 +++------------- .../En/RestApi/Security/SamlLogoutApiPage.cs | 21 +++------------- .../SamlPrepareAuthenticationApiPage.cs | 21 +++------------- .../XPack/Docs/En/RestApi/Security/SslPage.cs | 21 +++------------- .../Docs/En/RestApi/Watcher/AckWatchPage.cs | 21 +++------------- .../En/RestApi/Watcher/ActivateWatchPage.cs | 21 +++------------- .../En/RestApi/Watcher/DeactivateWatchPage.cs | 21 +++------------- .../En/RestApi/Watcher/DeleteWatchPage.cs | 21 +++------------- .../En/RestApi/Watcher/ExecuteWatchPage.cs | 21 +++------------- .../Docs/En/RestApi/Watcher/GetWatchPage.cs | 21 +++------------- .../Docs/En/RestApi/Watcher/PutWatchPage.cs | 21 +++------------- .../Docs/En/RestApi/Watcher/StartPage.cs | 21 +++------------- .../Docs/En/RestApi/Watcher/StatsPage.cs | 21 +++------------- .../XPack/Docs/En/RestApi/Watcher/StopPage.cs | 21 +++------------- .../En/Security/Auditing/OutputLogfilePage.cs | 21 +++------------- .../Authentication/BuiltInUsersPage.cs | 21 +++------------- .../ConfiguringActiveDirectoryRealmPage.cs | 21 +++------------- .../ConfiguringKerberosRealmPage.cs | 21 +++------------- .../ConfiguringLdapRealmPage.cs | 21 +++------------- .../Authentication/ConfiguringPkiRealmPage.cs | 21 +++------------- .../Security/Authentication/OidcGuidePage.cs | 21 +++------------- .../Security/Authentication/SamlGuidePage.cs | 21 +++------------- .../Authorization/AliasPrivilegesPage.cs | 21 +++------------- .../DocumentLevelSecurityPage.cs | 21 +++------------- .../Authorization/FieldLevelSecurityPage.cs | 21 +++------------- .../Authorization/ManagingRolesPage.cs | 21 +++------------- .../Authorization/MappingRolesPage.cs | 21 +++------------- .../Authorization/RoleTemplatesPage.cs | 21 +++------------- .../CrossClusterPage.cs | 21 +++------------- .../TutorialTlsAddnodesPage.cs | 21 +++------------- .../Docs/En/Security/UsingIpFilteringPage.cs | 21 +++------------- .../XPack/Docs/En/Watcher/ActionsPage.cs | 21 +++------------- .../ExampleWatchClusterstatusPage.cs | 21 +++------------- .../ExampleWatchMeetupdataPage.cs | 21 +++------------- .../Docs/En/Watcher/GettingStartedPage.cs | 21 +++------------- .../Docs/En/Watcher/HowWatcherWorksPage.cs | 21 +++------------- .../Docs/En/Watcher/ManagingWatchesPage.cs | 21 +++------------- .../Docs/En/Watcher/TroubleshootingPage.cs | 21 +++------------- tests/Examples/XunitBootstrap.cs | 21 +++------------- tests/Reproduce/GithubIssue3311.cs | 21 +++------------- tests/Tests.Benchmarking/BenchmarkProgram.cs | 21 +++------------- .../BulkBenchmarkLowLevelTests.cs | 21 +++------------- .../Tests.Benchmarking/BulkBenchmarkTests.cs | 21 +++------------- .../BulkCreationBenchmarkTests.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 +++------------- 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/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/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 +++------------- .../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 +++------------- .../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 +++------------- .../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 +++------------- .../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 +++------------- .../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 +++------------- .../NameValueCollectionExtensionsTests.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 +++------------- .../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 +++------------- .../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 | 21 +++------------- .../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 +++------------- .../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/Delete/EqlDeleteUrlTests.cs | 21 +++------------- .../XPack/Eql/EqlSearchApiCoordinatedTests.cs | 21 +++------------- 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 +++------------- 4248 files changed, 12746 insertions(+), 76466 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 29af1076b6b..6e18ee869e8 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 d9fd2247162..30c20dba161 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 7b6306bab97..b8a59693c31 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 b4babaeb6e7..79548ab2a63 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 7984c5aee0e..19f6c87a3f6 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 c5f667ca95d..ceb8f2fabbc 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 80b82c70020..636816866df 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 da254bf7a8c..de80b57a227 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 a3a9f347421..b527002b040 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 1cf290981cb..c34e420919c 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 9d58fe85645..1373d1e2672 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/Api/Enums.Generated.cs b/src/Elasticsearch.Net/Api/Enums.Generated.cs index b07b4f27a45..737e2cf1a74 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/RequestParameters/RequestParameters.AsyncSearch.cs b/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.AsyncSearch.cs index a41fa869dde..6e1276707fc 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 35ea5d4d87b..9ee03bad362 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 2dd76fbc0e7..b4a830d7894 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 af4c1c4a94b..b113a5ace3c 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 9542356273c..0b536a0524f 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 9eda2d0d817..d0ccb688314 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 47f07182466..5fe2ffe3729 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 638c6b217c9..fc631e4dbec 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 e97f3f25198..a02b6c1550f 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 d4baf0626a7..b7106408c08 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 18a7391c341..961616f0192 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 b4cfcd11881..b8f755ec52f 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 8b081e6ba5f..be532d49adc 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 3656b89d0ee..33df52511b3 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 ddabf04935c..c9a6d13557e 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 c3e58094831..fd56985710b 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 69b17aac547..68a3d296e04 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 b8c48b5a54a..b0966d41c54 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 bc69a47fbc1..0fd24708ab3 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 d666533bcb4..dba2b9ccc2d 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 3c6c7a84ded..55a14a6252c 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 f4428ca21f8..3a9c3564a62 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 5c1e92bc769..06f12705ce5 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 91693cbabd2..a2551ecf375 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 f850336d927..44d0e730fef 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 53ed1db9318..1f6acf23c2b 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 2897d52a2fa..5a5b6a2ca28 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 e9083ae8ad0..889a96776ea 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 07b87553423..14f959bdc3b 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 cb600d4317e..6c3964e187f 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 e2f2d1a8496..6e5ea6bc0e2 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 386a667f344..f5ce31343cc 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/Configuration/ConnectionConfiguration.cs b/src/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs index 4d10850050c..a8c462c429a 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.ComponentModel; diff --git a/src/Elasticsearch.Net/Configuration/IConnectionConfigurationValues.cs b/src/Elasticsearch.Net/Configuration/IConnectionConfigurationValues.cs index 289da9c1129..4470f7a31cd 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 Elastic.Transport; diff --git a/src/Elasticsearch.Net/ElasticLowLevelClient.AsyncSearch.cs b/src/Elasticsearch.Net/ElasticLowLevelClient.AsyncSearch.cs index 3801e966361..5bd006da8ed 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 ba0dc6502ff..e61d5682f4d 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 58a917cb908..60cd6fca8c6 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 fb25525ad48..8de2790541d 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 3a4e634f8fd..8390704a342 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 36ec5b93948..942bb6311c0 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 a7aaa99a4ce..35892a64207 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 8a9a16b5f88..5ab64955599 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 491458fde9b..de80ebf157d 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 4aeb2fa0375..b8551f7b71b 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 21fd4e27ecf..b8890e3b2de 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 f30c0ec690d..0d12723b4f6 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 59f50d920f8..9d51d2fd4ea 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 cebce09ad85..92fe8b2818f 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 89a35ee669b..505648cc9f5 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 bd2fa946453..41d414fd317 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 80510ae362f..91c408297bd 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 ab537bd2f35..c3813ca6f3e 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 02f989f0dfc..268bb3a2e51 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 13ef8150ba8..2b65426a97a 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 a4818f687d4..ad520929b17 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 9a569ab65e7..51e1e31f1c0 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 2139de5ba0b..8a85ff7117d 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 22acf723c1f..7ac8c1a2e31 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 2fffe71f226..4a57c1bf71b 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 90facf86328..8ba65f214a7 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 aa3391bdd1c..36f0006471c 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 d7e77256467..5b600e0d5ec 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 8904ff67e88..baa1e0c312a 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 53b70176ffd..8d0da040e57 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 d71b0fa976f..969b983f5b6 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 2b2e9e069de..62959790c12 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 2d1c5d72720..527c5e30df4 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/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/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/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 3e6695c1ddb..2c717357cb3 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 e998c9f2d40..b053db95216 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 7729fec981f..3fa2e2b2ea5 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 632ddc19c71..38338ee6c81 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 56349c8e011..efa7b5a1c16 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 15744aa93bf..02cd2a573fc 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/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/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/ExamplesGenerator/AsciiDocGenerator.cs b/src/ExamplesGenerator/AsciiDocGenerator.cs index 9cd42ed1053..e564503d76b 100644 --- a/src/ExamplesGenerator/AsciiDocGenerator.cs +++ b/src/ExamplesGenerator/AsciiDocGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to 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/ExamplesGenerator/AsciiDocParser.cs b/src/ExamplesGenerator/AsciiDocParser.cs index bae93685889..99b251157a9 100644 --- a/src/ExamplesGenerator/AsciiDocParser.cs +++ b/src/ExamplesGenerator/AsciiDocParser.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/src/ExamplesGenerator/CSharpGenerator.cs b/src/ExamplesGenerator/CSharpGenerator.cs index 316f8732f15..e11af42675e 100644 --- a/src/ExamplesGenerator/CSharpGenerator.cs +++ b/src/ExamplesGenerator/CSharpGenerator.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/src/ExamplesGenerator/CSharpParser.cs b/src/ExamplesGenerator/CSharpParser.cs index 3b8cd179a4a..f180bf802a3 100644 --- a/src/ExamplesGenerator/CSharpParser.cs +++ b/src/ExamplesGenerator/CSharpParser.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/src/ExamplesGenerator/ExampleLocation.cs b/src/ExamplesGenerator/ExampleLocation.cs index 6f65509f1c0..e192c9622a4 100644 --- a/src/ExamplesGenerator/ExampleLocation.cs +++ b/src/ExamplesGenerator/ExampleLocation.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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/ExamplesGenerator/ImplementedExample.cs b/src/ExamplesGenerator/ImplementedExample.cs index fee9345f81f..e8d2dc10f2b 100644 --- a/src/ExamplesGenerator/ImplementedExample.cs +++ b/src/ExamplesGenerator/ImplementedExample.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/ExamplesGenerator/Language.cs b/src/ExamplesGenerator/Language.cs index bb194c57be9..7e3b73dee3b 100644 --- a/src/ExamplesGenerator/Language.cs +++ b/src/ExamplesGenerator/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 namespace ExamplesGenerator { diff --git a/src/ExamplesGenerator/MethodDeclarationSyntaxExtensions.cs b/src/ExamplesGenerator/MethodDeclarationSyntaxExtensions.cs index 465c74febea..0a7a941feec 100644 --- a/src/ExamplesGenerator/MethodDeclarationSyntaxExtensions.cs +++ b/src/ExamplesGenerator/MethodDeclarationSyntaxExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V 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 Microsoft.CodeAnalysis; diff --git a/src/ExamplesGenerator/Program.cs b/src/ExamplesGenerator/Program.cs index b810476671d..6a607445095 100644 --- a/src/ExamplesGenerator/Program.cs +++ b/src/ExamplesGenerator/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.Diagnostics; diff --git a/src/ExamplesGenerator/ReferenceExample.cs b/src/ExamplesGenerator/ReferenceExample.cs index da0f1abe2e6..938db68a9cf 100644 --- a/src/ExamplesGenerator/ReferenceExample.cs +++ b/src/ExamplesGenerator/ReferenceExample.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/src/ExamplesGenerator/ReferencePage.cs b/src/ExamplesGenerator/ReferencePage.cs index 0b38eefd82f..6a502199615 100644 --- a/src/ExamplesGenerator/ReferencePage.cs +++ b/src/ExamplesGenerator/ReferencePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/src/ExamplesGenerator/StringExtensions.cs b/src/ExamplesGenerator/StringExtensions.cs index 469c966cda0..b94efd5f9b7 100644 --- a/src/ExamplesGenerator/StringExtensions.cs +++ b/src/ExamplesGenerator/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.Collections.Generic; using System.Linq; 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 5bff5076a45..cabb253c76b 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 3890ae2fc66..659385c036f 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 d0e83a1db0f..41e732d776d 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 eb2e66401a0..a6e46092c36 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 Elastic.Transport; diff --git a/src/Nest.JsonNetSerializer/JsonNetSerializer.cs b/src/Nest.JsonNetSerializer/JsonNetSerializer.cs index f97a3f09466..a55c942b8e3 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 10e3e78dcae..c930cd5acc8 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/AggregateDictionary.cs b/src/Nest/Aggregations/AggregateDictionary.cs index dda9e64beec..62e6d0ce216 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 f12e1df4db8..7e7746989e8 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 4eea38d8c85..6eef3feba56 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 18a2e004365..97784e67c07 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 0c740018886..625e725a60d 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 cf797397069..9c31c57fb5d 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 3505aab7a8f..7e03cef1f5c 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 e9d59a5d1ed..8e11588a4e4 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 namespace Nest { 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 d18bdfa76b8..6f72ec2708d 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.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 18746dbfa5d..e69903d56bf 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Composite/CompositeAggregation.cs b/src/Nest/Aggregations/Bucket/Composite/CompositeAggregation.cs index b5ff5232ddb..ef1d792285a 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 c433cc721b8..60250de0926 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 8c4753c55cf..0dddd9df7ae 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 d53c241094a..56238624c21 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.Linq.Expressions; 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 54114e3fc91..5da277daf10 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 eaebbdf1a0c..002ec624722 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 ea01a84d65b..a3de5d0a81e 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 77e7b0d87cb..d7cf2ab5ca2 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Filters/FiltersAggregate.cs b/src/Nest/Aggregations/Bucket/Filters/FiltersAggregate.cs index a6920e19593..c4e02041b4f 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 8d8725ea378..d40514304cf 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 4c2d6d66f90..08aa0cf0e64 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 2d781dbb264..762dc08c3f0 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 0275d0c871c..ae28e8945c9 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 cd3ef00f44a..61b31902e4d 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 ccd1395ec67..e1b933553a6 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 Nest.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 219b68fcf94..5bbca0f8ba9 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 c721c357d96..c2a1b7e75ea 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregation.cs b/src/Nest/Aggregations/Bucket/IpRange/IpRangeAggregation.cs index 855ad13f4cb..2d486d8500b 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 84f8dfc0068..e8a045af91c 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 Nest.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 dd500a6a992..9fbd0186ff3 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 cebce32eb30..f57bdb3934d 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 1689015b6d1..2b79e917a0d 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 1e3c81e974a..ca325b9eaac 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Range/RangeAggregation.cs b/src/Nest/Aggregations/Bucket/Range/RangeAggregation.cs index d9bd0dece06..53fbe769293 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 cc501a873a6..e7596ea0414 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 df0d104d623..9acc6971dad 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 8f70c91ea4a..4a71e772755 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/SignificantTerms/Heuristics/ChiSquareHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ChiSquareHeuristic.cs index 4df13f2afbb..909d209453e 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/GoogleNormalizedDistanceHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/GoogleNormalizedDistanceHeuristic.cs index ef8a34982dc..783baa0f4f9 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/MutualInformationHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/MutualInformationHeuristic.cs index f3ac4ce6cc3..997904284c8 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/PercentageScoreHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/PercentageScoreHeuristic.cs index 9ca14638b13..c87985b0fd3 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ScriptedHeuristic.cs b/src/Nest/Aggregations/Bucket/SignificantTerms/Heuristics/ScriptedHeuristic.cs index 1940153a343..71cb2133125 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 f5d010c979e..cceb6b7ba29 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 b99a0019c3e..2a9f5d779da 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 4e6c03fd5b7..ba4507319c8 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 9411ff4a37e..8d0bd1880c6 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 50743f8ed9a..845bf2fe8c1 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 ffc24bd1c68..eb6fa2c0bbc 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Bucket/Terms/TermsExcludeFormatter.cs b/src/Nest/Aggregations/Bucket/Terms/TermsExcludeFormatter.cs index 929d28c71d2..2e143ce3af5 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 79f98644547..1552d0647c4 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 b4642c0c925..ed3b553e98f 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 dd9e2271f2b..0d502701298 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 Nest.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/Matrix/MatrixAggregate.cs b/src/Nest/Aggregations/Matrix/MatrixAggregate.cs index 3c07262fde3..6c578ec4146 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; 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 9374fd4dd6b..862db3f6ff1 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 Nest.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 f5b05a39459..b2220b28242 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 Nest.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 4c69216ceb8..1a37855c67a 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/Cardinality/CardinalityAggregation.cs b/src/Nest/Aggregations/Metric/Cardinality/CardinalityAggregation.cs index 57c14dfbcb6..7e8cbc26870 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregate.cs b/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregate.cs index 4e5e930f74f..22208e0a761 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregation.cs b/src/Nest/Aggregations/Metric/ExtendedStats/ExtendedStatsAggregation.cs index a78de3cf0da..ca1918499bc 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 Nest.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 2a507f0b581..bd8641fe4fe 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 Nest.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 27e8b6185a5..70061645a9d 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 Nest.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 092f8eee2a1..f1bda75713c 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 f1b6cfe73da..700165a6cc4 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregation.cs b/src/Nest/Aggregations/Metric/MedianAbsoluteDeviation/MedianAbsoluteDeviationAggregation.cs index cc3f4a30822..1d1173abd71 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/MetricAggregate.cs b/src/Nest/Aggregations/Metric/MetricAggregate.cs index 297ec157784..3ba27271c27 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 81ceb65bb23..598519d7ab1 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregation.cs b/src/Nest/Aggregations/Metric/PercentileRanks/PercentileRanksAggregation.cs index 5093b3dfd20..78db497e3c7 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 8c9d969f80b..719e70a76e1 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 ed77548837b..f86f305049f 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 Nest.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 eea2932b90b..47c0e8b8220 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregation.cs b/src/Nest/Aggregations/Metric/Percentiles/PercentilesAggregation.cs index f2c0c2be3d4..46e329b3d05 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 95816f57ce1..8cae97569f1 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 5ed160c314d..71bf909eeb9 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 ea481e4c6b3..065654ea96e 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 8205e6a9c81..3671fb6d285 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregate.cs b/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregate.cs index 5b962cfed14..f93839076e7 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; diff --git a/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregation.cs b/src/Nest/Aggregations/Metric/StringStats/StringStatsAggregation.cs index d573e84fb64..f638f8f1674 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 750711edeb4..b7a24748270 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/TTest/TTestAggregation.cs b/src/Nest/Aggregations/Metric/TTest/TTestAggregation.cs index 345aa63c7b8..38cd2292e99 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 f7caa04ed14..48eeaf7e2da 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 226bcdacbfe..8601d5081f7 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 0557fb21e24..5f078b174a5 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 cc2ce9b4d64..733eda14215 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 660c05b95b3..7d0c782d09f 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 067084b3f68..abc1ab749f8 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 69e6bb0d4d3..4224707cfdf 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageAggregation.cs b/src/Nest/Aggregations/Metric/WeightedAverage/WeightedAverageAggregation.cs index 10c66be25cd..027175d6ab5 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 d06503f9683..26d8c31660e 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 362872f6573..fb887e5e069 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/BucketScript/BucketScriptAggregation.cs b/src/Nest/Aggregations/Pipeline/BucketScript/BucketScriptAggregation.cs index fcaa4e06868..6fb89c74864 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 ecb866704d2..51afe7b53ab 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 825e62d4d1c..402c0ab9bfe 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 06c3b34963e..0b2abf87d99 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregation.cs b/src/Nest/Aggregations/Pipeline/CumulativeCardinality/CumulativeCardinalityAggregation.cs index 1184c846d09..9259ba9393d 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregation.cs b/src/Nest/Aggregations/Pipeline/CumulativeSum/CumulativeSumAggregation.cs index f04d59621c5..21b9e5786ab 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/Derivative/DerivativeAggregation.cs b/src/Nest/Aggregations/Pipeline/Derivative/DerivativeAggregation.cs index 5794b361f1c..c68690f4502 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/ExtendedStatsBucket/ExtendedStatsBucketAggregation.cs index c479c1bd8a9..12df4505a35 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 Nest.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 6255170884d..91800548dc3 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MinBucket/MinBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/MinBucket/MinBucketAggregation.cs index 1693b2f0edd..1e7e82e3321 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/EwmaModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/EwmaModel.cs index 24172c8aeeb..64b2a76d787 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltLinearModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltLinearModel.cs index 415c2539808..80676e5a4fc 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltWintersModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/HoltWintersModel.cs index c82029353dd..2bb652a2dc6 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 6bcfcae0843..7a7fae72028 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/Models/SimpleModel.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/Models/SimpleModel.cs index bd605a8a64a..0c8470a1a55 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregation.cs b/src/Nest/Aggregations/Pipeline/MovingAverage/MovingAverageAggregation.cs index 5cf9b79ed96..513abc5fc18 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 b79f9680855..60c37d06160 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 Elastic.Transport.Extensions; diff --git a/src/Nest/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregation.cs b/src/Nest/Aggregations/Pipeline/MovingFunction/MovingFunctionAggregation.cs index b878c2a141b..302720d8a71 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregation.cs b/src/Nest/Aggregations/Pipeline/MovingPercentiles/MovingPercentilesAggregation.cs index d3c41105391..44eb43a8c2e 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/Normalize/NormalizeAggregation.cs b/src/Nest/Aggregations/Pipeline/Normalize/NormalizeAggregation.cs index 7494735cc6e..9dac5098364 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 e922c776cbd..7e97636a262 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 339922685e7..adb61d43834 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/StatsBucket/StatsBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/StatsBucket/StatsBucketAggregation.cs index 40c3de744dd..ba12cbab9d7 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/Pipeline/SumBucket/SumBucketAggregation.cs b/src/Nest/Aggregations/Pipeline/SumBucket/SumBucketAggregation.cs index 96b97afdb0a..09bb8d491b5 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 Nest.Utf8Json; diff --git a/src/Nest/Aggregations/VerbatimDictionaryKeysFormatter.cs b/src/Nest/Aggregations/VerbatimDictionaryKeysFormatter.cs index 4ba0550da9e..64d9ec7ba76 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 3d126e3b8cd..bd833fda9da 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 84743f0492f..4564892a0b6 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 4c3c0ee5e24..19bffdd4e80 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 1862d86ec2c..3da3c248b36 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Analyzers/AnalyzerFormatter.cs b/src/Nest/Analysis/Analyzers/AnalyzerFormatter.cs index cf8d8797fcf..2e5ff079db9 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Analyzers/Analyzers.cs b/src/Nest/Analysis/Analyzers/Analyzers.cs index d781565ec1b..42e162117cf 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 2cd05e230e4..672e36862e1 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 d51604d4cc3..cbefc7a0089 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 2946f1b39cf..5e2719d00a0 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 System.Runtime.Serialization; 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 c9a7a2ae414..211a2942424 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 9b4f41ad632..0b359537a54 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 e8953c5f082..f0567c9db4c 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/CharFilters/CharFilterFormatter.cs b/src/Nest/Analysis/CharFilters/CharFilterFormatter.cs index 5a12dcfbe79..8ec5468bb74 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/CharFilters/CharFilters.cs b/src/Nest/Analysis/CharFilters/CharFilters.cs index 195818c71a2..30b6cb04817 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 71df44f62c7..17ba5471bb4 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 4fc2b94921f..0cd969600bf 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Normalizers/NormalizerFormatter.cs b/src/Nest/Analysis/Normalizers/NormalizerFormatter.cs index da211f57b91..fdb5ff25d02 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Normalizers/Normalizers.cs b/src/Nest/Analysis/Normalizers/Normalizers.cs index 25b7e52cf93..46a11b275c2 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 ee852f2cdc8..ad03d4aed05 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 Nest.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 5f567ee46a9..12c82f96ac2 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 Nest.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 d0141ee964c..fad8d3744d5 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Plugins/Kuromoji/KuromojiStemmerTokenFilter.cs b/src/Nest/Analysis/Plugins/Kuromoji/KuromojiStemmerTokenFilter.cs index 4e3b6980f47..63a2aebf071 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 Nest.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 3c09d12c1b6..06528cb9cae 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 bc2bee28729..4f9426e6016 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 851a9064a37..1981c4faa24 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/AsciiFoldingTokenFilter.cs b/src/Nest/Analysis/TokenFilters/AsciiFoldingTokenFilter.cs index 8531fe7125c..823c82d70ea 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/CommonGramsTokenFilter.cs b/src/Nest/Analysis/TokenFilters/CommonGramsTokenFilter.cs index f7c2b82219a..73b8430162a 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 b9a3f9304ce..31de9f4e147 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 02cb701e972..97312589d7d 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/ElisionTokenFilter.cs b/src/Nest/Analysis/TokenFilters/ElisionTokenFilter.cs index 6853a555bf4..1fbc29bbfb8 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 6392430490f..46397aebe67 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/HunspellTokenFilter.cs b/src/Nest/Analysis/TokenFilters/HunspellTokenFilter.cs index 334b3bbacdd..198d9bf803c 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 Nest.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 cd35121abd1..def1d1349f4 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 97990e0f7f6..203ce481628 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 461e0e054b6..388ce3a6981 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/LimitTokenCountTokenFilter.cs b/src/Nest/Analysis/TokenFilters/LimitTokenCountTokenFilter.cs index bd05ca7fd43..dcd6dab0f51 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 Nest.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 0f7a995b805..60180b1779e 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 b10003e2235..8812d50ca1b 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 Nest.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 2c87199a231..93ecfecc59f 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 c5f0885d491..f5213856a09 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 Nest.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 a2269279b95..16cb3eb8cbc 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 77d11c95a3d..bae58e53383 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 90a42dda3ee..14aa8acfbbb 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 87fc738034a..5b26bc956cf 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/TokenFilterFormatter.cs b/src/Nest/Analysis/TokenFilters/TokenFilterFormatter.cs index 99e02313a3c..8e8a59a9c29 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/TokenFilters.cs b/src/Nest/Analysis/TokenFilters/TokenFilters.cs index fc3e61d1daf..5f4c43a0a77 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 7f80bac7892..48cf104f085 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/TokenFilters/UniqueTokenFilter.cs b/src/Nest/Analysis/TokenFilters/UniqueTokenFilter.cs index 482a5ee04f0..c45116246e7 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 Nest.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 1acede74636..cc30bc03485 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 d085b2cefb6..ae133f0177a 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 9f1090d3fe9..a7410dad357 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 437618bc062..81e5f1ffbcd 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 Nest.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 d0fed480f82..1d73e5de0c9 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 776cae552dd..8331e3fbcb4 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 dce92c74a5e..aac8893bc67 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 f167e8293c0..1f66e6b873f 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/PatternTokenizer.cs b/src/Nest/Analysis/Tokenizers/PatternTokenizer.cs index 2838aa6f9a6..ba085b0ce4b 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/StandardTokenizer.cs b/src/Nest/Analysis/Tokenizers/StandardTokenizer.cs index 3e4058663fc..eaa824c84e4 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/TokenizerBase.cs b/src/Nest/Analysis/Tokenizers/TokenizerBase.cs index 2006c9d8cf7..be048635ca4 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs b/src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs index e18fb58a690..b38ec2620b2 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/Tokenizers.cs b/src/Nest/Analysis/Tokenizers/Tokenizers.cs index f8b6891d384..01272a806a7 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 7ec927ddc2d..f6d6afdaedc 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 Nest.Utf8Json; diff --git a/src/Nest/Analysis/Tokenizers/WhitespaceTokenizer.cs b/src/Nest/Analysis/Tokenizers/WhitespaceTokenizer.cs index 01c05df3657..f6e6c868f8d 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 Nest.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 d737add8432..a731b36b794 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.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 c04de2c1c14..9174136fc27 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 Nest.Utf8Json; diff --git a/src/Nest/Cat/CatFielddata/CatFielddataRecordJsonConverter.cs b/src/Nest/Cat/CatFielddata/CatFielddataRecordJsonConverter.cs index 8d86dd891c4..2c0ce3f488b 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 Nest.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 781f401f452..e7e6c46beed 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 56049f152a5..ce4d19d82ff 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 bdd5283c0dd..b3fbd2312b3 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 356e1841ced..24f364d6836 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 Nest.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 234de252203..9cd4dd5d4ea 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 Nest.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 1a1b60bc01d..494bcf0e1fa 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 8d6be79f1a2..e9b98d00033 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 624479e916e..fa173faffed 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 Nest.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 0cb2cc34d60..83191479b2b 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 Nest.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 c386938797e..1192efed790 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 Nest.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 13a64fe02ad..cb95c7d3554 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 821e6b8b318..c4eb8155aff 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 02ce23ef717..6d0ebcbace2 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 9e29b4baeb8..ce24d661835 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 5525964f38b..bd1863c7260 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 441a75a31a5..2fb4475fcc7 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 Nest.Utf8Json; namespace Nest diff --git a/src/Nest/Cluster/ClusterReroute/Commands/IClusterRerouteCommand.cs b/src/Nest/Cluster/ClusterReroute/Commands/IClusterRerouteCommand.cs index 8cd88e3f96e..aaa5f3efb18 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 Nest.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 5ff36158b81..414e2eb7f64 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 82537f20761..4c8e3e43d67 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 36921610cbc..85285e11554 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 Elastic.Transport; 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 67b6253fe85..c471a2b1a1a 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 016d5668397..48676c60f88 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 Elastic.Transport; using Elasticsearch.Net.Specification.NodesApi; diff --git a/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsResponse.cs b/src/Nest/Cluster/NodesHotThreads/NodesHotThreadsResponse.cs index 5919619f4e4..b428ef227d1 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; diff --git a/src/Nest/Cluster/NodesInfo/NodeInfo.cs b/src/Nest/Cluster/NodesInfo/NodeInfo.cs index ba9ed05a123..25610ae400c 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 87082cac095..c05ce6aaef7 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 aac128cc733..201a04e9e05 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 193cd8f7992..d91ea12dc27 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 b3fde0ca250..8de9e1e18c6 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 57819768d79..b84f20e906f 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 461b9d90dd7..a2e732dcb1f 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 0c54585a273..c52de86d384 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 3e3c3a8317c..5bfbf2472f6 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 9c5e708d2f6..6ff22ed1883 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 d46f591c853..1888abfe9c6 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 11bb2accadb..306e2d8b427 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 517567ada7b..2eb468c8724 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 Elastic.Transport; diff --git a/src/Nest/Cluster/TaskManagement/GetTask/TaskInfo.cs b/src/Nest/Cluster/TaskManagement/GetTask/TaskInfo.cs index 98955ac19f7..d83fac4bfc6 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 ce7fe72f63c..51fe4507bc6 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 3e897017846..c19be7e2c00 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 016db83541c..9aaa4c1ff1e 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/ConnectionSettings.cs b/src/Nest/CommonAbstractions/ConnectionSettings/ConnectionSettings.cs index 13828beda45..350d98fee34 100644 --- a/src/Nest/CommonAbstractions/ConnectionSettings/ConnectionSettings.cs +++ b/src/Nest/CommonAbstractions/ConnectionSettings/ConnectionSettings.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.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 c0c589d8cdb..ae52e3f17b4 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 9f105c37ce1..1117890faa9 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 6d781fd3a91..5067b4342b3 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/ArraySegmentBytesExtensions.cs b/src/Nest/CommonAbstractions/Extensions/ArraySegmentBytesExtensions.cs index 58e591f459f..ce5ce58eed7 100644 --- a/src/Nest/CommonAbstractions/Extensions/ArraySegmentBytesExtensions.cs +++ b/src/Nest/CommonAbstractions/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/Nest/CommonAbstractions/Extensions/CharUtils.cs b/src/Nest/CommonAbstractions/Extensions/CharUtils.cs index 3051c7c948a..6b81bff1f6f 100644 --- a/src/Nest/CommonAbstractions/Extensions/CharUtils.cs +++ b/src/Nest/CommonAbstractions/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 Nest { diff --git a/src/Nest/CommonAbstractions/Extensions/DateTimeUtil.cs b/src/Nest/CommonAbstractions/Extensions/DateTimeUtil.cs index 457afa58863..2f330d98aff 100644 --- a/src/Nest/CommonAbstractions/Extensions/DateTimeUtil.cs +++ b/src/Nest/CommonAbstractions/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/Nest/CommonAbstractions/Extensions/EmptyReadonly.cs b/src/Nest/CommonAbstractions/Extensions/EmptyReadonly.cs index da1807fb2e5..f9c8fefc2b5 100644 --- a/src/Nest/CommonAbstractions/Extensions/EmptyReadonly.cs +++ b/src/Nest/CommonAbstractions/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/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 7afb493adba..bd35b022a4a 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 21bf9793d55..7e1ec2660c6 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/StringBuilderCache.cs b/src/Nest/CommonAbstractions/Extensions/StringBuilderCache.cs index 45b3a8992da..eec8caa7bad 100644 --- a/src/Nest/CommonAbstractions/Extensions/StringBuilderCache.cs +++ b/src/Nest/CommonAbstractions/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/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 605ac628f69..f989663b3a8 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 e697999fa2f..1939a8b8d20 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 f416042b6c8..0f6c3f66016 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 Nest.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 9d6432fdd36..e1a32ce3e82 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 Elastic.Transport; 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 f604022f4d7..a3323ac0a21 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 7afbc43ea32..638b423506f 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 Nest.Utf8Json; namespace Nest 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 6dacda1584a..2a7358ba51a 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 19186772d23..deab194d433 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 8ab8506aee5..50d477e3636 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/Id/Id.cs b/src/Nest/CommonAbstractions/Infer/Id/Id.cs index 35344eed51a..2fa18f5011c 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 0abc650a6f1..ef5ec4d9dc4 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 Nest.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 d86a93b8de4..5d655977fb6 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 4e6db731dea..e569e34de01 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 85220fa4ab8..8cf58e7dc06 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 Nest.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 62434bda684..22bf0a9d9e8 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 Elastic.Transport; diff --git a/src/Nest/CommonAbstractions/Infer/Indices/Indices.cs b/src/Nest/CommonAbstractions/Infer/Indices/Indices.cs index 660ee67e4f8..1b1ed0cd622 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 de086d74bbd..95ba452dbd6 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/Indices/IndicesMultiSyntaxFormatter.cs b/src/Nest/CommonAbstractions/Infer/Indices/IndicesMultiSyntaxFormatter.cs index 4af38994cab..639e6b0c735 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 Elastic.Transport; using Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/Inferrer.cs b/src/Nest/CommonAbstractions/Infer/Inferrer.cs index 29d1a736525..355e1638a19 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 0fb88738260..d7ebb15c0db 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 3f9c8d6a4cd..bc07613a053 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 Nest.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 abc6b770003..c77a074f248 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 555d342a8ba..f1880fad694 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 Elastic.Transport; diff --git a/src/Nest/CommonAbstractions/Infer/Metrics/Metrics.cs b/src/Nest/CommonAbstractions/Infer/Metrics/Metrics.cs index fba025e33d6..d28e49fd4de 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 Elastic.Transport; diff --git a/src/Nest/CommonAbstractions/Infer/Name/Name.cs b/src/Nest/CommonAbstractions/Infer/Name/Name.cs index b22af9b826e..f55c2259db3 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 6fda8ea7e48..0e46e631b7b 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 767b81f03f8..6962dd0b34a 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 51272f00c5e..1849b10bd15 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 44f15744ae0..44de68d6077 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Infer/RelationName/RelationName.cs b/src/Nest/CommonAbstractions/Infer/RelationName/RelationName.cs index 09d9046db6f..b2cbd28a646 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 3742b4f1706..c8c87968158 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 Nest.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 7d1ce715502..307cb835d44 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 c29c082b1d3..843b4f3832f 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 b1916b1c509..93f07111ea6 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 5fcef783851..7531b18f20a 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 Nest.Utf8Json; namespace Nest diff --git a/src/Nest/CommonAbstractions/NestElasticsearchProductConfiguration.cs b/src/Nest/CommonAbstractions/NestElasticsearchProductConfiguration.cs index 49691ae9ad4..c5b332a269b 100644 --- a/src/Nest/CommonAbstractions/NestElasticsearchProductConfiguration.cs +++ b/src/Nest/CommonAbstractions/NestElasticsearchProductConfiguration.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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.Transport; using Elastic.Transport.Products.Elasticsearch; 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 f26c8eadb37..00f282f729a 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 Elastic.Transport; 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 34e03481ccb..3773e152279 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 Elastic.Transport; diff --git a/src/Nest/CommonAbstractions/Request/RequestBase.cs b/src/Nest/CommonAbstractions/Request/RequestBase.cs index ff214badaa7..17c2b2e7f22 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 78156548e0c..2f42f61fb09 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 eb0b78ee4d8..ca19d1f695a 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 0b180b2d827..5eeec55fa69 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 342ffa288aa..b35de9ea81f 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 38c76359637..ee95dcbedf6 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 209d911d217..c1fc3f56105 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/PropertyNameAttribute.cs b/src/Nest/CommonAbstractions/SerializationBehavior/Attributes/PropertyNameAttribute.cs index e9325014ab3..0f35cfa2118 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 Nest.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 6394d40f7d8..08f4fcfc2d9 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 cde7101aae8..57e3df76c54 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeEpochMillisecondsFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeEpochMillisecondsFormatter.cs index 502ef9b0aed..e36ca41556a 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeOffsetEpochMillisecondsFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/DateTimeOffsetEpochMillisecondsFormatter.cs index 8bde729fb24..4d9cda16e99 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IndicesBoostFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/IndicesBoostFormatter.cs index f197a9fa8da..fe7cf61c308 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/InterfaceGenericDictionaryResolver.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/InterfaceGenericDictionaryResolver.cs index defce4a082f..6ab33c3bbc8 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 9c4177cf628..ec4f7ad5219 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 509585fcfb3..75df2284dad 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonNetCompatibleUriFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/JsonNetCompatibleUriFormatter.cs index 190fc8b7093..5525bb4ca6f 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NestFormatterResolver.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NestFormatterResolver.cs index 6ae674eb045..0f8794df380 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 487e7cc5c1e..33c45831714 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableStringBooleanFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableStringBooleanFormatter.cs index cae023d245b..2f6d227e034 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableTimeSpanTicksFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/NullableTimeSpanTicksFormatter.cs index 913f2e5989a..90197fe0c27 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ProxyRequestFormatterBase.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/ProxyRequestFormatterBase.cs index a02e062ed03..6fa310c1fc1 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 Elastic.Transport; using Nest.Utf8Json; 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 415d20fc6a4..70817c6cbe2 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 bd4c3fa1737..abcdabb51d9 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SortOrderFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SortOrderFormatter.cs index cc603c15d1f..98a54a644d7 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SourceFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/SourceFormatter.cs index ce3e6a4f526..52fa12f749a 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 Elastic.Transport; using Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/TimeSpanTicksFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/TimeSpanTicksFormatter.cs index 33e32ac91a3..597ed5ac61c 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/UnionListFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/UnionListFormatter.cs index 8508c3fc94c..6325245c52a 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/Utf8JsonReaderExtensions.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/Utf8JsonReaderExtensions.cs index 81d2c974424..d3cccb17ce2 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/VerbatimDictionaryKeysFormatter.cs b/src/Nest/CommonAbstractions/SerializationBehavior/JsonFormatters/VerbatimDictionaryKeysFormatter.cs index f8428570ad9..06ece113ed6 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 Nest.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 d782fbbe1ff..24098ce23b9 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/SerializationBehavior/StatefulSerializerExtensions.cs b/src/Nest/CommonAbstractions/SerializationBehavior/StatefulSerializerExtensions.cs index 8a3677b6edb..340f52b0046 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 Elastic.Transport; 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 fadca3a177b..7e88c671b77 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 Nest.Utf8Json; diff --git a/src/Nest/CommonAbstractions/Union/UnionFormatter.cs b/src/Nest/CommonAbstractions/Union/UnionFormatter.cs index 885c8527698..f43d11d119b 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 Nest.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 728d1e1961d..a2cfe6520ca 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 8a53843c415..d1b982d255b 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 Nest.Utf8Json; 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 c8be2adbc65..9d62e1be62e 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 7cdab96110f..b1ae2c942ed 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 Nest.Utf8Json; diff --git a/src/Nest/CommonOptions/Fuzziness/FuzzinessFormatter.cs b/src/Nest/CommonOptions/Fuzziness/FuzzinessFormatter.cs index a2bfd6f13d0..b5b807901f3 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 Nest.Utf8Json; namespace Nest diff --git a/src/Nest/CommonOptions/Fuzziness/IFuzziness.cs b/src/Nest/CommonOptions/Fuzziness/IFuzziness.cs index bcb2b083ff9..b0d99c8e432 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 Nest.Utf8Json; diff --git a/src/Nest/CommonOptions/Geo/Distance.cs b/src/Nest/CommonOptions/Geo/Distance.cs index 215e54ea09d..5cc5705de84 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 fc9258ebb61..470e2824365 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 Nest.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 4c0b892923c..40a6ce29996 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 1717d0ab8e5..e7f1b709024 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 Nest.Utf8Json; diff --git a/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatchFormatter.cs b/src/Nest/CommonOptions/MinimumShouldMatch/MinimumShouldMatchFormatter.cs index 98949724c9d..d64885e0236 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 Nest.Utf8Json; diff --git a/src/Nest/CommonOptions/Range/AggregationRange.cs b/src/Nest/CommonOptions/Range/AggregationRange.cs index 368661441ec..93fb636262b 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 Nest.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 a4e3c4547d5..9afc3ed8744 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 Nest.Utf8Json; diff --git a/src/Nest/CommonOptions/Scripting/InlineScript.cs b/src/Nest/CommonOptions/Scripting/InlineScript.cs index f43b08002ee..571fc6475ef 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 Nest.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 5e34b5bcd00..60d4abda698 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 f32496bc128..711fd2cfa88 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 ab0efe1fac1..274a568ae25 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 Nest.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 2604f4fd760..f43cb7f936f 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 Nest.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 2af93b4e48d..1c651f9ea79 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 f11a14488a0..08ff66d6cdd 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 5c907a4c3fd..025699215f7 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 Nest.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 3d3bda09cd2..7cb8f69cd36 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 eae9af2e890..06846577072 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 dac59ac84e8..80c3c157bc4 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 76aefd7322e..ea256720c3f 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 e679c795318..cfd2bcce518 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 8a003034eb0..da83ed7fe7a 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 c18f4bd73e8..a8d11eb0257 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 3a145d2b98d..2bc97927ff3 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 9791850f570..e4e11151cd4 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 1fe93dda755..869ebe76d3f 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 bbf61fe99c9..68298c6511a 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 a42118628bc..e28f22796bd 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 2cf7b1e769d..cc76829cdc7 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 3f06de90461..d99717b643b 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 e17d3b7eed7..2e21f03e781 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 059bcff9df5..6d0f5e1076b 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 ee59ee39976..6b09c5e9e38 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 409440c860d..0dfbee0e482 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 fb25f78cc80..e352bce1885 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 22a4a210548..760e9ebbcdd 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 6a8ec4ff2a8..6ee753bb485 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 4b7f92a4040..0a5556dc26b 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 317efbb2ee4..a17c339a46f 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 4ca4ffeb51e..f24fbc3dc8e 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 9ca25476927..259bea6f62b 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 70bf78ac9f3..a1d442440ac 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 ef4ad422a41..375f8e8c2e1 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 42a3e44271f..6a1b4ead05d 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 9dd94a9a235..88e0c57955a 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 e6254b6094d..33d4b4cf31d 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 04fe2d2be04..457108fd5cf 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 1105b88646e..3397522d9a9 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 14e72b4c83c..a8c33968b45 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkOperation/IBulkOperation.cs b/src/Nest/Document/Multiple/Bulk/BulkOperation/IBulkOperation.cs index ce9d2f13282..79c4d2c0e3d 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 ea276d0839f..38b0c675431 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 09cf2076939..7754a5bbba6 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 Elastic.Transport; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponse.cs b/src/Nest/Document/Multiple/Bulk/BulkResponse.cs index d390fa42246..51b6f7df449 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 a8598fac76c..25c3fb3252f 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkDeleteResponseItem.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkDeleteResponseItem.cs index 0d1b8959f84..d3ecd1eabfa 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkIndexResponseItem.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkIndexResponseItem.cs index 6889fc11c9d..c1c9b742497 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 714c781ac33..db2b1082825 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 Elastic.Transport; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemFormatter.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemFormatter.cs index 6870b2caff7..bd93a021593 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkUpdateResponseItem.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkUpdateResponseItem.cs index b827fc79800..2a8bc2178ba 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Multiple/Bulk/BulkResponseItem/ConcreteBulkIndexResponseItemFormatter.cs b/src/Nest/Document/Multiple/Bulk/BulkResponseItem/ConcreteBulkIndexResponseItemFormatter.cs index 3a259b3d188..501c095cd22 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 Nest.Utf8Json; namespace Nest 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 258d646f8ad..3089ca7ae24 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 567e87dadc3..c6e3a0ee4ff 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 6b852bdf978..75a3bc1e4b9 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 8e29ab610ce..02b3d948d39 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 eda62a589e1..d9594a08664 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 Elastic.Transport; 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 3f36ac74640..40f02b2a338 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 d733dad24c8..059748c100c 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 082fe18fe9e..5220966ae29 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 6fd27b6bcfc..5f4b5c034b6 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 edb8666fb9a..a77fcc4549c 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 6ab9fc63370..5387c98fe92 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 Elastic.Transport; diff --git a/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHitJsonConverter.cs b/src/Nest/Document/Multiple/MultiGet/Response/MultiGetHitJsonConverter.cs index ec0b9ea36e2..96c07e7aa55 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 5aaf1037612..043a1f328ff 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 4e5cb876c40..e82e3b7e45c 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 e579c2f137b..7543b9c4d6f 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 b5e67c600e5..d0aab395aa8 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 1c01824c3c9..19d424b8e52 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 9179d6ca727..9c96b5743c8 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 939a1f60613..501813e6b82 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Multiple/ReindexOnServer/ReindexRoutingJsonConverter.cs b/src/Nest/Document/Multiple/ReindexOnServer/ReindexRoutingJsonConverter.cs index 7beb028fa56..ca6bb8c0049 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 Nest.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 01e5270c04c..1880d54dc50 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 d8b7aafb751..46d4ddee2f3 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 9fa0c6383b8..805e52b5ebf 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 13a7171c77e..fe08674c756 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 095fcef509c..01541ef231c 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 3b3219dfac8..2ae6a144f4e 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 Elastic.Transport; 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 2d2fc209d44..17ef2fbb64c 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Single/Index/ElasticClient-Index.cs b/src/Nest/Document/Single/Index/ElasticClient-Index.cs index b7d77c16d70..643763d23f2 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 9a8c7078347..857b715cdc0 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 Elastic.Transport; 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 99a1b5894b8..60239fd1d81 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 5148c24e6c5..8ca100a8731 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 713f31829d7..7325c272b0d 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 Nest.Utf8Json; diff --git a/src/Nest/Document/Single/TermVectors/TermVectorTerm.cs b/src/Nest/Document/Single/TermVectors/TermVectorTerm.cs index 9ca94cabf19..861fe1a3474 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 61c153d3f4a..bc62e6ef577 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 50273dbc96e..91bd5e9b481 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 a848a0c92e9..abb88cc8102 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 4bb9f03b2cc..b3d9095b973 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 2e0223efb37..30ce7b78efb 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 b108ae7889a..0f4e67290ea 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 cbad4d702ea..71d555e2b6f 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 5d9b979c8f7..ed9ff6ef445 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/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 a720478fb1c..4c2be3a8d5e 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 Elastic.Transport; 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 92057670a76..719976d671f 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 Nest.Utf8Json; diff --git a/src/Nest/IndexModules/IndexSettings/Settings/DynamicIndexSettings.cs b/src/Nest/IndexModules/IndexSettings/Settings/DynamicIndexSettings.cs index 364d2a96e35..5c44650529c 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 0eb6f7d9d8e..cc9fd4a4855 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 438e1d06b82..8496c9a7a6c 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 c05171fc00c..805ea670e3d 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 Nest.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 4fe613c7159..9653a19a3cf 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 Nest.Utf8Json; diff --git a/src/Nest/IndexModules/Similarity/LMJelinekMercerSimilarity.cs b/src/Nest/IndexModules/Similarity/LMJelinekMercerSimilarity.cs index 5f8f06893c0..4f889dc3634 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 Nest.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 8b00417c62e..12741e1db42 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 6b7986fadf2..4b2e38252d9 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 Nest.Utf8Json; diff --git a/src/Nest/IndexModules/Similarity/SimilarityFormatter.cs b/src/Nest/IndexModules/Similarity/SimilarityFormatter.cs index e5c4439e669..bf962eeb6d9 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 5625fc55233..c12e8422346 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 ab4508115f8..a2a104584e6 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 1e0c08ddab9..b0dcaf5bbd7 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 98a6056562a..6d71c3592e1 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 e4c0135e7ae..a097fd3fd93 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 a16bb3a8748..8a02fcfc9b9 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 Nest.Utf8Json; namespace Nest 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 6af1fd5c777..7bf492f58a8 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 98307ac81b7..1ed62106ccc 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 ce09347b106..7aa857f8842 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 351da043d5d..50baffac30e 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 f1236340c72..141411a5ad1 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 bb8fadb1a64..d5ee796b1cc 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 719d2ecd1d9..95009d45fb9 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/Analyze/ElasticClient-Analyze.cs b/src/Nest/Indices/Analyze/ElasticClient-Analyze.cs index fbe8ba05db1..1f5d626b0a2 100644 --- a/src/Nest/Indices/Analyze/ElasticClient-Analyze.cs +++ b/src/Nest/Indices/Analyze/ElasticClient-Analyze.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 df155c2efff..a363f15910c 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 16f111bf579..d2d83460b36 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 Elastic.Transport; 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/DeleteIndex/ElasticClient-DeleteIndex.cs b/src/Nest/Indices/IndexManagement/DeleteIndex/ElasticClient-DeleteIndex.cs index 238eb27655e..20bb581e2b6 100644 --- a/src/Nest/Indices/IndexManagement/DeleteIndex/ElasticClient-DeleteIndex.cs +++ b/src/Nest/Indices/IndexManagement/DeleteIndex/ElasticClient-DeleteIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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/ElasticClient-GetIndex.cs b/src/Nest/Indices/IndexManagement/GetIndex/ElasticClient-GetIndex.cs index 9123ea6b6b9..f250641b148 100644 --- a/src/Nest/Indices/IndexManagement/GetIndex/ElasticClient-GetIndex.cs +++ b/src/Nest/Indices/IndexManagement/GetIndex/ElasticClient-GetIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 387535bcebf..5ed785d9ed3 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 Nest.Utf8Json; diff --git a/src/Nest/Indices/IndexManagement/IndicesExists/ElasticClient-IndexExists.cs b/src/Nest/Indices/IndexManagement/IndicesExists/ElasticClient-IndexExists.cs index 026dd0b5de5..ec73f5f3567 100644 --- a/src/Nest/Indices/IndexManagement/IndicesExists/ElasticClient-IndexExists.cs +++ b/src/Nest/Indices/IndexManagement/IndicesExists/ElasticClient-IndexExists.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 bd6ff82b778..0a7ae08d7b0 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/CloseIndex/ElasticClient-CloseIndex.cs b/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/ElasticClient-CloseIndex.cs index 208c834ff4d..bb28cb48786 100644 --- a/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/ElasticClient-CloseIndex.cs +++ b/src/Nest/Indices/IndexManagement/OpenCloseIndex/CloseIndex/ElasticClient-CloseIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/IndexManagement/OpenCloseIndex/OpenIndex/ElasticClient-OpenIndex.cs b/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/ElasticClient-OpenIndex.cs index fc3b4688c7e..7a89b3ebcf8 100644 --- a/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/ElasticClient-OpenIndex.cs +++ b/src/Nest/Indices/IndexManagement/OpenCloseIndex/OpenIndex/ElasticClient-OpenIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 b35a0f0f2f2..6d8e5c6cda6 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/ElasticClient-RolloverIndex.cs b/src/Nest/Indices/IndexManagement/RolloverIndex/ElasticClient-RolloverIndex.cs index ac850d393dc..de8e79958c1 100644 --- a/src/Nest/Indices/IndexManagement/RolloverIndex/ElasticClient-RolloverIndex.cs +++ b/src/Nest/Indices/IndexManagement/RolloverIndex/ElasticClient-RolloverIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/IndexManagement/RolloverIndex/RolloverConditions.cs b/src/Nest/Indices/IndexManagement/RolloverIndex/RolloverConditions.cs index 50ef26dbfc5..1da9e88a334 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 Nest.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 7ebd7eec7df..9dafa8a56f4 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/ElasticClient-ShrinkIndex.cs b/src/Nest/Indices/IndexManagement/ShrinkIndex/ElasticClient-ShrinkIndex.cs index 517f7df8cc9..3570f5eb503 100644 --- a/src/Nest/Indices/IndexManagement/ShrinkIndex/ElasticClient-ShrinkIndex.cs +++ b/src/Nest/Indices/IndexManagement/ShrinkIndex/ElasticClient-ShrinkIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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/ElasticClient-SplitIndex.cs b/src/Nest/Indices/IndexManagement/SplitIndex/ElasticClient-SplitIndex.cs index 0cd356dff44..8534ff50c85 100644 --- a/src/Nest/Indices/IndexManagement/SplitIndex/ElasticClient-SplitIndex.cs +++ b/src/Nest/Indices/IndexManagement/SplitIndex/ElasticClient-SplitIndex.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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/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 513c24ba926..7ad7567ec08 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 57151341b7d..7f3c67066c2 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 ffb1c34834f..bfc610a1026 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 8e9f8878f13..05499542e80 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 Nest.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 a8a276f65ca..c2095f5d86e 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 Nest.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 52b104ed8a4..12f33906bdb 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 db485ced81a..36a6300094c 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 e25686c9467..243cceffd39 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 2f565aa98cf..a1aba289f7b 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 04ea9c030c1..4f43a3e3a1a 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 8df2da8a217..29cf7a44e85 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 dd8638376f8..05d441acfa8 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 ba51934fc3b..1fa8b1b438f 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 b8bff3509d6..290f521873b 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 795d602028a..20533304349 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 d0c6ed112e0..8ffe795600c 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 0c94a540073..f6d19eb3a6c 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 Nest.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 54b5251822b..1b08af6202a 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 b464e3a34ba..d1ce2f9fca6 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 4387db14f5e..0e00b744d6f 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 be7afe04bf0..16fe3231a88 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 97e8f0b2c37..4fbee9745e3 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/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/DeletePipeline/ElasticClient-DeletePipeline.cs b/src/Nest/Ingest/DeletePipeline/ElasticClient-DeletePipeline.cs index 579bb7d9674..35595f59f82 100644 --- a/src/Nest/Ingest/DeletePipeline/ElasticClient-DeletePipeline.cs +++ b/src/Nest/Ingest/DeletePipeline/ElasticClient-DeletePipeline.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/Ingest/GetPipeline/ElasticClient-GetPipeline.cs b/src/Nest/Ingest/GetPipeline/ElasticClient-GetPipeline.cs index 96b6c236d56..a757cdcd880 100644 --- a/src/Nest/Ingest/GetPipeline/ElasticClient-GetPipeline.cs +++ b/src/Nest/Ingest/GetPipeline/ElasticClient-GetPipeline.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 aaf57b9e5d7..eca9ed573ed 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 e29c8de00e7..685ab43913c 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 0730e90e6a1..835eeac3f62 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/ElasticClient-GrokProcessorPatterns.cs b/src/Nest/Ingest/Processor/ElasticClient-GrokProcessorPatterns.cs index 9a565c230c8..69088948264 100644 --- a/src/Nest/Ingest/Processor/ElasticClient-GrokProcessorPatterns.cs +++ b/src/Nest/Ingest/Processor/ElasticClient-GrokProcessorPatterns.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 0a28d89c50a..12d526e4968 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 686573ce626..7cc0287e870 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 Nest.Utf8Json; namespace Nest diff --git a/src/Nest/Ingest/Processors/AppendProcessor.cs b/src/Nest/Ingest/Processors/AppendProcessor.cs index 2d08e6b3b9f..9997228c14a 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 f81049b750e..d50c6105f4c 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 a21c969a178..59011fdfeff 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 d6305632772..0d6989fa3a7 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 b74f19597db..1badd276efa 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 6ee9932a597..bdc20f30a30 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 ad50a6e5e35..15750d6ad6c 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 7ce047dc627..b2ef85eb113 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 723cc57795f..0dd3545a86d 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 0c02925046d..f2ba8f57c6c 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 Nest.Utf8Json; diff --git a/src/Nest/Ingest/Processors/EnrichProcessor.cs b/src/Nest/Ingest/Processors/EnrichProcessor.cs index 360d68e5fad..a9d07dea227 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 966520697bb..104f93896c0 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 Nest.Utf8Json; diff --git a/src/Nest/Ingest/Processors/FingerprintProcessor.cs b/src/Nest/Ingest/Processors/FingerprintProcessor.cs index aa62adf0350..e800ed61152 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 ed11e8a03cd..a0d68734dbc 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 d7e68465e2c..b8af15c30f2 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 433de034dd8..29b0809de8a 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 72884e0493a..465661903b9 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 95719bb9b91..fd4c6ad7972 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 356cdc3d54c..66e99e5d3d1 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 d8d3f1e4c6f..e463f4885f0 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 2db067a4151..248d064ded4 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 80c2a0a8bec..e67766a1f91 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 35a5d1109a0..bcc939a0a2e 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 Nest.Utf8Json; diff --git a/src/Nest/Ingest/Processors/Plugins/AttachmentProcessor.cs b/src/Nest/Ingest/Processors/Plugins/AttachmentProcessor.cs index a5b3f20bfde..1deb7206f74 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 913478ad896..6ce16bedba0 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 ed06ceb8b55..b1cb0a1713d 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 5d8dd91220e..3eaa81228dc 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 c3d7db39468..2054579ca79 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 004c524d7ed..818d37c1b47 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 f079983b3c8..36eebeee665 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 1be21125361..b2e1e913b10 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 5c690d61ed5..285d5b6a856 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 1177523900c..6bbf5de3be5 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 8936eaa0453..1b65871c856 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 4c3d955e093..737007f9570 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 e423773164a..378e2c2a818 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 096187ec6c8..214a828a277 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 f5f1de9a3a4..95bbabea9d8 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/ElasticClient-PutPipeline.cs b/src/Nest/Ingest/PutPipeline/ElasticClient-PutPipeline.cs index 9c89ef67607..4a57650bbd4 100644 --- a/src/Nest/Ingest/PutPipeline/ElasticClient-PutPipeline.cs +++ b/src/Nest/Ingest/PutPipeline/ElasticClient-PutPipeline.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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/ElasticClient-SimulatePipeline.cs b/src/Nest/Ingest/SimulatePipeline/ElasticClient-SimulatePipeline.cs index 5bfdc5a53f4..71fb18e1a45 100644 --- a/src/Nest/Ingest/SimulatePipeline/ElasticClient-SimulatePipeline.cs +++ b/src/Nest/Ingest/SimulatePipeline/ElasticClient-SimulatePipeline.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/Ingest/SimulatePipeline/SimulatePipelineDocument.cs b/src/Nest/Ingest/SimulatePipeline/SimulatePipelineDocument.cs index a4485cb5b85..7ab53ab9591 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 80fdbe50c3e..2c9ebbf9531 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 1ec70244948..8d5a22f9528 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 399136aae8d..992a49560ce 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 38417abb929..8ede853ba66 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 633752b926c..993f561e071 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 a160c36f366..657e07e9d65 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 Nest.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 d9cb249a5c7..f294955ea0f 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 d131287230a..fd204116237 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 d6a3980390f..237cb194c16 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 a953b91020a..ef510b244ca 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 ea2e9ebe183..74543c4b516 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 67758c7b217..a01e3a1e725 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 61765ce5c5d..60d549d07dc 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 72307456eec..de6a37a8908 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 Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Boolean/BooleanAttribute.cs b/src/Nest/Mapping/Types/Core/Boolean/BooleanAttribute.cs index dc08f2db17b..af84bcacdd5 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 6347c53936f..40643d40fe3 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 d445b9f2e31..f2a2ba56011 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 c86f9925252..8f1ccdf344d 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 8d34b418935..46a4ad83d99 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 1ac818c26b8..dd96abd11c2 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 0e35026e985..cd8a62428e1 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 87a3756a589..aa7237504a0 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 e17934bde9a..21ca47587e0 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 Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Join/JoinFieldFormatter.cs b/src/Nest/Mapping/Types/Core/Join/JoinFieldFormatter.cs index ccca57b1601..25d9cb74704 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 Elastic.Transport; using Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Join/JoinProperty.cs b/src/Nest/Mapping/Types/Core/Join/JoinProperty.cs index 82062479278..bc9f1d7c962 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 a959fb09d64..c145807760f 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 e50cb56c081..b715f8b98ec 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 7d9a8f30cee..f956ad9b32c 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 724f85d0121..8e3caae2818 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 862303d14d5..9d67ca32d40 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 5049970d046..dd032f1a2fe 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 Nest.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 076bd909964..ab9187e76e9 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 Nest.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 fa53c91b8e8..0c21bceeebd 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 Nest.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 496a2c24ff1..7db6c535afc 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 Nest.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 f139d49ec35..2af02bea492 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 Nest.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 dc8b20f43dc..28ff54bdb78 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 Nest.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 d075673046b..348930f2d22 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 Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Range/RangePropertyAttributeBase.cs b/src/Nest/Mapping/Types/Core/Range/RangePropertyAttributeBase.cs index ec25036f5ff..bd6cb36bd8f 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 05c2dd87bae..637ad7aedeb 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.Runtime.Serialization; using Nest.Utf8Json; 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 7e58835bcc8..c67f12f1627 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 e0886be8317..c190824f09d 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 Nest.Utf8Json; 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 fe299b679d4..072494d39f4 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 2daaf19d82f..df21c59e5a1 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 6f1952e6196..3c332f68c21 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 Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Core/Text/TextProperty.cs b/src/Nest/Mapping/Types/Core/Text/TextProperty.cs index cef864230df..58ccfd6f0cd 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 31770be3be1..e2e5c87512b 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 4177e66e72a..219b16eb7b1 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 Nest.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 0e1f0c5ed8d..bc4ef19da73 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 9a61a6767a9..f01bb255efb 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 Nest.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 c6b17a12119..cbf56712a3c 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 7eb79ae3203..ad45cec2397 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 f9ff9a58cf5..e9362819083 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 Nest.Utf8Json; namespace Nest diff --git a/src/Nest/Mapping/Types/PropertyBase.cs b/src/Nest/Mapping/Types/PropertyBase.cs index a43d2ac27d9..2547fd63092 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 5efbcbc2a5f..8ae3379c1e9 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 a7c67e73e43..629029bdfcd 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 Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Attachment/Attachment.cs b/src/Nest/Mapping/Types/Specialized/Attachment/Attachment.cs index 7b02dddc181..33b35e53f42 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 8808c44cc6f..6d8825944e8 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 96f39ac5400..e862f0e8815 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.Runtime.Serialization; using Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Completion/ISuggestContext.cs b/src/Nest/Mapping/Types/Specialized/Completion/ISuggestContext.cs index 0541b1bf2fe..aef8eadf77a 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 72d60781d0b..300393a4f2c 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 Nest.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 98d2b25914b..68505dd2c29 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 ac1246f9c42..0f74c223192 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 236c82a24a9..8f10faaea6f 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 f2283efa5fc..fd40a2a2b1e 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 1015fd923ce..2313f7c6101 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 namespace Nest { diff --git a/src/Nest/Mapping/Types/Specialized/Ip/IpProperty.cs b/src/Nest/Mapping/Types/Specialized/Ip/IpProperty.cs index af5960d0859..d5cfa0baf88 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.Diagnostics; using System.Runtime.Serialization; 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 57026540b06..fe0f989a3b2 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 Nest.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 b34dd949d6d..ff7e682bb88 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 a410cbf67f8..376ea1e3936 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 Nest.Utf8Json; diff --git a/src/Nest/Mapping/Types/Specialized/Shape/ShapeProperty.cs b/src/Nest/Mapping/Types/Specialized/Shape/ShapeProperty.cs index 45e4d82b747..812cec3da88 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 768ff5fb754..b1157732faa 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 73c8bd677c7..8fdfeaf9876 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.Diagnostics; using System.Runtime.Serialization; 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 982df893a5f..c612eb6066d 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 Nest.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 cdf611a00cb..393adcf5032 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 db158886c9c..c8bbabf2a65 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 42e01dc5938..cc6d04c53ba 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 fb1a6fa5c62..1d24fcf308a 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 0a734915e76..11becbe70ea 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 Nest.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 68e0a422c7b..f9bf453d825 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 Nest.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 84cfd7cb9b3..5c3502cd2fa 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 Nest.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 cfe1b378858..ae62c71230b 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 Nest.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 734617e3c0b..47351cdabfc 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 Nest.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 697776f579d..3f1f1f5da88 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 Elastic.Transport.Extensions; 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 1dfd440c5b2..1488e8b70c6 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 efccd5fe172..b4a6b917dce 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 Nest.Utf8Json; diff --git a/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryRequest.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/CreateRepositoryRequest.cs index d66b00f0c02..46670a6bbba 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 Nest.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/CreateRepository/ElasticClient-CreateRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/ElasticClient-CreateRepository.cs index d785596347b..06289821c43 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/ElasticClient-CreateRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/CreateRepository/ElasticClient-CreateRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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/DeleteRepository/ElasticClient-DeleteRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/ElasticClient-DeleteRepository.cs index fbf97d42753..a2d92ff5538 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/ElasticClient-DeleteRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/DeleteRepository/ElasticClient-DeleteRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/Modules/SnapshotAndRestore/Repositories/FileSystemRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/FileSystemRepository.cs index 56747cb1263..b09ba3806f3 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/ElasticClient-GetRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/ElasticClient-GetRepository.cs index 2d61063a993..cb2d8730da0 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/ElasticClient-GetRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/GetRepository/ElasticClient-GetRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 4974cc719e8..f0bf27688f3 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 e1f35aa96ea..554d2845cb2 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 9872c170317..306177805f8 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 7c0529485da..2d724dbf89a 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 6397c2710c2..6c538a3b0c8 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 f4c3e163a41..347f2cb2524 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/ElasticClient-VerifyRepository.cs b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/ElasticClient-VerifyRepository.cs index b41b513f4e2..61d53e38c65 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/ElasticClient-VerifyRepository.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Repositories/VerifyRepository/ElasticClient-VerifyRepository.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 54dbe6ac67e..ff3f8fbf80b 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/ElasticClient-RestoreObservable.cs b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/ElasticClient-RestoreObservable.cs index 00e8d525cda..ca76de21984 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/ElasticClient-RestoreObservable.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/ElasticClient-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; diff --git a/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObservable.cs b/src/Nest/Modules/SnapshotAndRestore/Restore/RestoreObservable/RestoreObservable.cs index 6a1b93969a3..5a45f5af152 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 1bb6dd702e8..08224bcee77 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 2248a002539..aec98674181 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 697e65522d9..b20869d19c0 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 e5badbaa02d..b0029b0274c 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/ElasticClient-SnapshotObservable.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/ElasticClient-SnapshotObservable.cs index f1295130c37..fa71a652f24 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/ElasticClient-SnapshotObservable.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/ElasticClient-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; diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObservable.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotObservable/SnapshotObservable.cs index fda8a92160c..3f11514022e 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 e81fc4f6808..6d22f411106 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; diff --git a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/ElasticClient-SnapshotStatus.cs b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/ElasticClient-SnapshotStatus.cs index d2eaa0b02bc..1f11a7888fc 100644 --- a/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/ElasticClient-SnapshotStatus.cs +++ b/src/Nest/Modules/SnapshotAndRestore/Snapshot/SnapshotStatus/ElasticClient-SnapshotStatus.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 cee3d3a5f45..2b82eb9d2ef 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 722ee17aae0..5b85cebb6e0 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 Nest.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 42c78e8d2f7..cec36a80319 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 84dbce03c6f..7a495c2a00b 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 e76da1140a8..8d780f07b99 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 Nest.Utf8Json; namespace Nest 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 23034eff8f1..8a20fcece54 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 d7e1bfe5470..0aec387effd 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 996521f595f..98054abaddd 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 796e5fc9cf8..1220febcb78 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 b5a766ff521..c5e6052ccf1 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 28b30c4537d..f054a3a86e6 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 235a9181ca3..712bdc93fce 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 a61becd427a..343cfc771f5 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 383bd81c208..e14cca0113b 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 Nest.Utf8Json; 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 0a4a092cfe2..e26c4cc2a41 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 c5b70b179b5..636476dc9e1 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/CombinedFields/CombinedFieldsQuery.cs b/src/Nest/QueryDsl/FullText/CombinedFields/CombinedFieldsQuery.cs index 3ceef3bd89f..5bcbea9980d 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 781c8b84a21..89454053c18 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 b696dadb1de..47a6ef84bf7 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 92e341e3f61..98163666c97 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 e08efc8d1cd..2f13143e4cb 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/MatchPhrase/MatchPhraseQuery.cs b/src/Nest/QueryDsl/FullText/MatchPhrase/MatchPhraseQuery.cs index bd3035c54b6..805f3907052 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixQuery.cs b/src/Nest/QueryDsl/FullText/MatchPhrasePrefix/MatchPhrasePrefixQuery.cs index 909e56e140b..63d06d92513 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/FullText/MultiMatch/MultiMatchQuery.cs b/src/Nest/QueryDsl/FullText/MultiMatch/MultiMatchQuery.cs index 4bf42edcd18..ad33041f427 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 baf84f280c4..cea711f02b7 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 9a0efc76c8a..f4a78386f4c 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 794e2456915..f98094b3bbb 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 b6baa014d79..9818e2e8fde 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 Nest.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 4b6b6349bd3..56ad6b707b6 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 Nest.Utf8Json; namespace Nest diff --git a/src/Nest/QueryDsl/Geo/GeoCoordinateFormatter.cs b/src/Nest/QueryDsl/Geo/GeoCoordinateFormatter.cs index 3d61dbd3515..1fecaddc1cb 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/Geo/GeoLocation.cs b/src/Nest/QueryDsl/Geo/GeoLocation.cs index fe3533cbcbd..61c214870e0 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 a18ed35ece8..aab2eae41b5 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 a5eb5a68107..fedd6ce233c 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/Geo/Shape/CircleGeoShape.cs b/src/Nest/QueryDsl/Geo/Shape/CircleGeoShape.cs index 6cfe7be9aa6..baf0238f2c8 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 323f239d4b9..64b0a614036 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 49ac1c072ac..31859a8b2be 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 b3e37215c81..08c33f1afc9 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/Geo/Shape/GeometryCollection.cs b/src/Nest/QueryDsl/Geo/Shape/GeometryCollection.cs index 32941995b30..550384ccc14 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 c79f809317c..a33c1c9c18a 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 0f9fab2b544..aba28a31e0c 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 ca951c183e8..103f32c5bb4 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 aeb78a2b09a..21e6318b6a2 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 57e17d0d029..eb349362cc9 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 15034659bfd..9018e0e1ca4 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 240a5433a09..5724660b5f5 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 9f4bc58ff8a..aef5659264f 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 ff176c43a11..916492b9566 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 2dcc1768bcf..74547035d9b 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 2cefa99f275..296636d9e81 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/MatchAllQuery.cs b/src/Nest/QueryDsl/MatchAllQuery.cs index 39b8eab8a5e..0a9737f8686 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/MatchNoneQuery.cs b/src/Nest/QueryDsl/MatchNoneQuery.cs index 6fc184cbcb7..11086553cc2 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/MultiTermQueryRewrite/MultiTermQueryRewriteFormatter.cs b/src/Nest/QueryDsl/MultiTermQueryRewrite/MultiTermQueryRewriteFormatter.cs index e9426676b32..fa9106ebefb 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/MultiTermQueryRewrite/RewriteMultiTerm.cs b/src/Nest/QueryDsl/MultiTermQueryRewrite/RewriteMultiTerm.cs index 895b413d3ee..5b8e659c529 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 86fcbc35a44..cac52fe5563 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 3cc1e7476ef..1ace31b81b0 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 e49c2f861fe..6fb0b1897b8 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 d47a5e972f0..47d9f239781 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 68f0849ebe7..c64cb258722 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 2b376460252..a4daa06859c 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 db7824129c0..d41a3df4a02 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 b0479875622..d1aced7c8e1 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 f48315a36ad..e341cf0037c 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 f9cd2b576f1..3f0a99cdae9 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/Span/Within/SpanWithinQuery.cs b/src/Nest/QueryDsl/Span/Within/SpanWithinQuery.cs index e38e5a8964b..06db1449167 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 15dc16ea75a..124df50b547 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/Like.cs b/src/Nest/QueryDsl/Specialized/MoreLikeThis/Like/Like.cs index 579c4f73042..2b7db44b74d 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 dc2ce7a4390..f9ba0f7d962 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 454cc24dcca..d6b6fa9bed6 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 7734fa0fb05..ffc47e38062 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 3806f818726..c3401ea8904 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 e8a555f6c4c..3f05382a541 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 d6a05b707d7..e0c3e18fad4 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 5740c4c2e69..a8d2d493b78 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 0d9789e9a03..1e2e0509743 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 38b4ec78ad2..9ec5a3bcf3f 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 c7270c87206..7b7773a4089 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Exists/ExistsQuery.cs b/src/Nest/QueryDsl/TermLevel/Exists/ExistsQuery.cs index 4a466f3f3b2..a12d3fdd5e5 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 f33437373da..82165809b17 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryFormatter.cs b/src/Nest/QueryDsl/TermLevel/Fuzzy/FuzzyQueryFormatter.cs index f5776ce8c77..c34daed9e15 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Ids/IdsQuery.cs b/src/Nest/QueryDsl/TermLevel/Ids/IdsQuery.cs index cfa00d0834f..241b5af12a9 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 b1e5a138f1b..9dc5ee853d7 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/DateRangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/DateRangeQuery.cs index 5104d41c279..0fb41e13361 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/LongRangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/LongRangeQuery.cs index d764748bdef..809649480b7 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/NumericRangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/NumericRangeQuery.cs index 5cee6d01e89..5e5e4d957b1 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/RangeQuery.cs b/src/Nest/QueryDsl/TermLevel/Range/RangeQuery.cs index 8142022b35b..341e7ec422b 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Range/RangeQueryFormatter.cs b/src/Nest/QueryDsl/TermLevel/Range/RangeQueryFormatter.cs index 9461f1a6418..eac741fa013 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 Nest.Utf8Json; namespace Nest 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 ef264c708df..b5c62d04432 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Regexp/RegexpQuery.cs b/src/Nest/QueryDsl/TermLevel/Regexp/RegexpQuery.cs index db91e0665a1..febddf9655b 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Term/TermQuery.cs b/src/Nest/QueryDsl/TermLevel/Term/TermQuery.cs index ec731fbf2b2..14270fd70a6 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/Terms/TermsQuery.cs b/src/Nest/QueryDsl/TermLevel/Terms/TermsQuery.cs index 49e2ff5ce46..32976b1689a 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 270bcc3f009..2f8ee1dfbfe 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 Nest.Utf8Json; diff --git a/src/Nest/QueryDsl/TermLevel/TermsSet/TermsSetQuery.cs b/src/Nest/QueryDsl/TermLevel/TermsSet/TermsSetQuery.cs index 064d28e12d9..13ab8cf0c71 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 f2e5596b6f1..a9a664a01ee 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 a14f2d6d759..2a861a55b4f 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 1a55fde43d5..37472063a9d 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 dd0e1a94d88..03b315f2a11 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 450503cbdb6..e98a6dee067 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 93b3b85a291..e22940a99d3 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 823673fbfa9..a8c3dadc83e 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 c7d7ce15403..b72c937f439 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 2e446b18c85..c78fed9aa86 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 918e0389e43..5d9ecc9472d 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 6d645ca7816..bcc89ba10e8 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 0d74f7152a0..e5bec23f6e8 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 7a54da069ae..8417e074f90 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 9e4f7c411e8..b9d66fb2fe1 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 f6e42dd2822..725b350486c 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 b3ac221c292..6ff7af2fef6 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 2986c1317e8..c288c346f28 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 8d391cc5945..a6734be4856 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 375b8d457ad..6b98ff46cd2 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 529c6d90883..70f1fff6149 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 ee6b957ec73..31b901b553b 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 7dc45cf2c6a..2a5583e4153 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 1d3ec39fadd..645fc20a70f 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 7dcd39d48ee..0135b188758 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 0e6eb4828e1..56eb34ed83d 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 1f72b7a9378..8c6bb57400c 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 3db7cff1d5e..1df298fb231 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 0ece1e985ae..4afea3602ea 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 aea516c6455..cfdc39ae345 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 System.Runtime.Serialization; 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 43080cc9b3a..c1337d8ac95 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Explain/ExplainRequest.cs b/src/Nest/Search/Explain/ExplainRequest.cs index fd83f61bb42..5226c346884 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 System.Runtime.Serialization; 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 c9b348037fa..ac099dacf8b 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 acb55715422..688e15ece14 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 9f20ad1fd67..5fe1e435f0d 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 ed638d52634..3ac15cff956 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 30f8cc49361..61f4681e8c7 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 Nest.Utf8Json; diff --git a/src/Nest/Search/MultiSearch/MultiSearchFormatter.cs b/src/Nest/Search/MultiSearch/MultiSearchFormatter.cs index c792b1a2c74..0688b012d76 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 Elastic.Transport; using Nest.Utf8Json; diff --git a/src/Nest/Search/MultiSearch/MultiSearchRequest.cs b/src/Nest/Search/MultiSearch/MultiSearchRequest.cs index 947e1eaf002..212e2f82cb8 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 badcfdd9819..99480cc006d 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 2a2e1cb8588..4cdbd72d755 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 568deeaf226..161504824fa 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 4e544badf63..69dbd277d07 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 Elastic.Transport; using Nest.Utf8Json; diff --git a/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateRequest.cs b/src/Nest/Search/MultiSearchTemplate/MultiSearchTemplateRequest.cs index 4c17ac7ef57..96937a5824e 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 9227a7f3a07..acbec27a368 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 591512ced81..e906cf9a576 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 0ed6e453c4b..deca28791a4 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 a05e8e3b316..6d28243ada6 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 78fdf8ef068..330e88dacbb 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 65d55cca88a..d2e51cbe26b 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 92b39f00f1e..8df011d58f4 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 33b8a268a70..a4ae14239e2 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 Nest.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 b3e85c3dd10..5e4611640af 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 d30b9809dc2..e9ed194e95b 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 f38bf7dca78..21d9ca1e659 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 f6df6bfff0e..5e78b4d8c5e 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 69781696c8b..c70f675c723 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 2b4bc087316..84035329469 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 6440dc5e001..4f128a80d13 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 a711b5933ce..c4c328f1b35 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 2a4662f4616..0ec370e837b 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 1b7ac6cbe93..44b288e81ed 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 e8d0d28756e..953e7f5078d 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 8327d8c4a7c..100cddf7591 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 3b9f4327fe9..2d8a8295c18 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 045ff3da64b..757c4bbd2be 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 e2c9a673ba3..6320b218225 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 5cd5e558cdd..72b9d4067e1 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 Nest.Utf8Json; namespace Nest 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 edaaf24d101..ec456a47b41 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 e822b46fe97..f593ef6b52e 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 7cc77bc2438..af5bc890868 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 66c6a428423..8e7118b4a9e 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/ContextSuggester/Context.cs b/src/Nest/Search/Suggesters/ContextSuggester/Context.cs index ca379751dce..ae403a4fa13 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/ContextSuggester/SuggestContextQuery.cs b/src/Nest/Search/Suggesters/ContextSuggester/SuggestContextQuery.cs index b5785a143dd..40ed67bb9c6 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 53f60daa2bc..70988cbf896 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 49062b67968..29dd4c68aa1 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 8a5eb0878c6..bb040346357 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestHighlight.cs b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggestHighlight.cs index 463621eb92c..83349e8e911 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggester.cs b/src/Nest/Search/Suggesters/PhraseSuggester/PhraseSuggester.cs index 6186166beae..dfb8126502b 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 9ccd2a9809d..867ed2709da 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LinearInterpolationSmoothingModel.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/LinearInterpolationSmoothingModel.cs index aec82282fc9..a7778464f3b 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelBase.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelBase.cs index 0465a821ddd..74eba39348b 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelContainer.cs b/src/Nest/Search/Suggesters/PhraseSuggester/SmoothingModel/SmoothingModelContainer.cs index 0578c9c8ff4..c3b4fbea1cf 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 bcbbeab263f..c77ff3aff32 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/Suggest.cs b/src/Nest/Search/Suggesters/Suggest.cs index d17aa591f4c..b24596ec54c 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 839a07019bb..f42fb4f10bb 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/SuggestContainer.cs b/src/Nest/Search/Suggesters/SuggestContainer.cs index 3704b54eb16..c41815b8fbd 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 35fa0643f18..41261a5e7fc 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 Nest.Utf8Json; diff --git a/src/Nest/Search/Suggesters/SuggestOption.cs b/src/Nest/Search/Suggesters/SuggestOption.cs index 9370219772a..c63e954fc41 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 f4034ed6c0b..8d10d7cda05 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 861748b4f8b..f7a5605308c 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 bca02e22727..77a8cb19483 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/Utf8Json/Attributes.cs b/src/Nest/Utf8Json/Attributes.cs index f5bb114c86a..130cc2f3be1 100644 --- a/src/Nest/Utf8Json/Attributes.cs +++ b/src/Nest/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/Nest/Utf8Json/ClientSpecific/Formatters/DynamicDictionaryFormatter.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/DynamicDictionaryFormatter.cs index 32a2793c0fa..9d48df5d5c0 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/DynamicDictionaryFormatter.cs +++ b/src/Nest/Utf8Json/ClientSpecific/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/Nest/Utf8Json/ClientSpecific/Formatters/ElasticsearchNetEnumResolver.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/ElasticsearchNetEnumResolver.cs index 955d9dd2e9d..f0ac4182785 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/ElasticsearchNetEnumResolver.cs +++ b/src/Nest/Utf8Json/ClientSpecific/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/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatter.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatter.cs index 3f8fe350995..133ee59a0ff 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatter.cs +++ b/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatterStatics.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatterStatics.cs index 3882e5ea51a..bb992250b4d 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatterStatics.cs +++ b/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorCauseFormatterStatics.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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.Transport; using Elastic.Transport.Products.Elasticsearch.Failures; diff --git a/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorFormatter.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorFormatter.cs index 0abc24acc5a..e4227198cc1 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorFormatter.cs +++ b/src/Nest/Utf8Json/ClientSpecific/Formatters/ErrorFormatter.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/src/Nest/Utf8Json/ClientSpecific/Formatters/ExceptionFormatter.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/ExceptionFormatter.cs index adb1f44ecb1..3238412a88b 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/ExceptionFormatter.cs +++ b/src/Nest/Utf8Json/ClientSpecific/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/Nest/Utf8Json/ClientSpecific/Formatters/InterfaceReadOnlyCollectionSingleOrEnumerableFormatter.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/InterfaceReadOnlyCollectionSingleOrEnumerableFormatter.cs index 93e9e589d63..f0706cfde2e 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/InterfaceReadOnlyCollectionSingleOrEnumerableFormatter.cs +++ b/src/Nest/Utf8Json/ClientSpecific/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/Nest/Utf8Json/ClientSpecific/Formatters/NullableStringIntFormatter.cs b/src/Nest/Utf8Json/ClientSpecific/Formatters/NullableStringIntFormatter.cs index 8f9343a4954..5e28cb153ae 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Formatters/NullableStringIntFormatter.cs +++ b/src/Nest/Utf8Json/ClientSpecific/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 namespace Nest.Utf8Json { diff --git a/src/Nest/Utf8Json/ClientSpecific/IInternalSerializerWithFormatter.cs b/src/Nest/Utf8Json/ClientSpecific/IInternalSerializerWithFormatter.cs index 7c9ccd0d423..47fb52e6e72 100644 --- a/src/Nest/Utf8Json/ClientSpecific/IInternalSerializerWithFormatter.cs +++ b/src/Nest/Utf8Json/ClientSpecific/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 namespace Nest.Utf8Json { diff --git a/src/Nest/Utf8Json/ClientSpecific/JsonFormatterAwareDiagnosticsSerializerProxy.cs b/src/Nest/Utf8Json/ClientSpecific/JsonFormatterAwareDiagnosticsSerializerProxy.cs index bca7b1bf37a..b83f0d4b2ca 100644 --- a/src/Nest/Utf8Json/ClientSpecific/JsonFormatterAwareDiagnosticsSerializerProxy.cs +++ b/src/Nest/Utf8Json/ClientSpecific/JsonFormatterAwareDiagnosticsSerializerProxy.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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.Transport; diff --git a/src/Nest/Utf8Json/ClientSpecific/Resolvers/ElasticsearchNetFormatterResolver.cs b/src/Nest/Utf8Json/ClientSpecific/Resolvers/ElasticsearchNetFormatterResolver.cs index 8358b67b9d4..0d7b5970500 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Resolvers/ElasticsearchNetFormatterResolver.cs +++ b/src/Nest/Utf8Json/ClientSpecific/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/Nest/Utf8Json/ClientSpecific/Utf8JsonSerializerExtensions.cs b/src/Nest/Utf8Json/ClientSpecific/Utf8JsonSerializerExtensions.cs index f94f5d322b7..17e3e423d7a 100644 --- a/src/Nest/Utf8Json/ClientSpecific/Utf8JsonSerializerExtensions.cs +++ b/src/Nest/Utf8Json/ClientSpecific/Utf8JsonSerializerExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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.Transport; using Elastic.Transport.Extensions; diff --git a/src/Nest/Utf8Json/Formatters/AnonymousFormatter.cs b/src/Nest/Utf8Json/Formatters/AnonymousFormatter.cs index 64b9ac7bc3a..87773385894 100644 --- a/src/Nest/Utf8Json/Formatters/AnonymousFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/CollectionFormatters.cs b/src/Nest/Utf8Json/Formatters/CollectionFormatters.cs index 3fd4dd99d0e..4e572ce7c20 100644 --- a/src/Nest/Utf8Json/Formatters/CollectionFormatters.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/DateTimeFormatter.cs b/src/Nest/Utf8Json/Formatters/DateTimeFormatter.cs index 1ae27e8463b..c7c17e4ca8d 100644 --- a/src/Nest/Utf8Json/Formatters/DateTimeFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/DictionaryFormatter.cs b/src/Nest/Utf8Json/Formatters/DictionaryFormatter.cs index 511e542b854..4e813181643 100644 --- a/src/Nest/Utf8Json/Formatters/DictionaryFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/DynamicObjectTypeFallbackFormatter.cs b/src/Nest/Utf8Json/Formatters/DynamicObjectTypeFallbackFormatter.cs index 355043358bf..cde03c917c9 100644 --- a/src/Nest/Utf8Json/Formatters/DynamicObjectTypeFallbackFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/EnumFormatter.cs b/src/Nest/Utf8Json/Formatters/EnumFormatter.cs index cd0bb2d9949..25807dead4e 100644 --- a/src/Nest/Utf8Json/Formatters/EnumFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/MultiDimensionalArrayFormatter.cs b/src/Nest/Utf8Json/Formatters/MultiDimensionalArrayFormatter.cs index 74123e1e338..38a53e2f6f7 100644 --- a/src/Nest/Utf8Json/Formatters/MultiDimensionalArrayFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/NullableFormatter.cs b/src/Nest/Utf8Json/Formatters/NullableFormatter.cs index a3bf09a15c5..ae9591de8f2 100644 --- a/src/Nest/Utf8Json/Formatters/NullableFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/PrimitiveFormatter.cs b/src/Nest/Utf8Json/Formatters/PrimitiveFormatter.cs index 93136dd3038..92600c71913 100644 --- a/src/Nest/Utf8Json/Formatters/PrimitiveFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/PrimitiveObjectFormatter.cs b/src/Nest/Utf8Json/Formatters/PrimitiveObjectFormatter.cs index bbadef83a86..1c2adb56882 100644 --- a/src/Nest/Utf8Json/Formatters/PrimitiveObjectFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/StandardClassLibraryFormatters.cs b/src/Nest/Utf8Json/Formatters/StandardClassLibraryFormatters.cs index 83ab382b140..67c9d0ee8be 100644 --- a/src/Nest/Utf8Json/Formatters/StandardClassLibraryFormatters.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/TupleFormatter.cs b/src/Nest/Utf8Json/Formatters/TupleFormatter.cs index 61bbe75efdc..715d66514b8 100644 --- a/src/Nest/Utf8Json/Formatters/TupleFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/Formatters/ValueTupleFormatter.cs b/src/Nest/Utf8Json/Formatters/ValueTupleFormatter.cs index ee4ba356154..f3f26182a63 100644 --- a/src/Nest/Utf8Json/Formatters/ValueTupleFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/IJsonFormatter.cs b/src/Nest/Utf8Json/IJsonFormatter.cs index a1e90251e56..5f6e59f6924 100644 --- a/src/Nest/Utf8Json/IJsonFormatter.cs +++ b/src/Nest/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/Nest/Utf8Json/IJsonFormatterResolver.cs b/src/Nest/Utf8Json/IJsonFormatterResolver.cs index c8d28bd251a..defcdcfa86e 100644 --- a/src/Nest/Utf8Json/IJsonFormatterResolver.cs +++ b/src/Nest/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/Nest/Utf8Json/IJsonProperty.cs b/src/Nest/Utf8Json/IJsonProperty.cs index a1412baf4db..a86cb5f6268 100644 --- a/src/Nest/Utf8Json/IJsonProperty.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/ArrayBuffer.cs b/src/Nest/Utf8Json/Internal/ArrayBuffer.cs index 58dac86062c..f09e772126d 100644 --- a/src/Nest/Utf8Json/Internal/ArrayBuffer.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/ArrayPool.cs b/src/Nest/Utf8Json/Internal/ArrayPool.cs index d4a00fae78b..56d43560e1f 100644 --- a/src/Nest/Utf8Json/Internal/ArrayPool.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/AutomataDictionary.cs b/src/Nest/Utf8Json/Internal/AutomataDictionary.cs index 9c8e3a098c7..39835f97c29 100644 --- a/src/Nest/Utf8Json/Internal/AutomataDictionary.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/BinaryUtil.cs b/src/Nest/Utf8Json/Internal/BinaryUtil.cs index e93079bff03..920bdc6f040 100644 --- a/src/Nest/Utf8Json/Internal/BinaryUtil.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/ByteArrayComparer.cs b/src/Nest/Utf8Json/Internal/ByteArrayComparer.cs index 5bb77bdaf0e..e4947f8c53e 100644 --- a/src/Nest/Utf8Json/Internal/ByteArrayComparer.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/ByteArrayStringHashTable.cs b/src/Nest/Utf8Json/Internal/ByteArrayStringHashTable.cs index 8bdd600bba9..6ebcf2efcd4 100644 --- a/src/Nest/Utf8Json/Internal/ByteArrayStringHashTable.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/DoubleConversion/DiyFp.cs b/src/Nest/Utf8Json/Internal/DoubleConversion/DiyFp.cs index 1ae9cf361be..059a9511f78 100644 --- a/src/Nest/Utf8Json/Internal/DoubleConversion/DiyFp.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/DoubleConversion/DoubleToStringConverter.cs b/src/Nest/Utf8Json/Internal/DoubleConversion/DoubleToStringConverter.cs index eb75b6714ac..441eded9dbf 100644 --- a/src/Nest/Utf8Json/Internal/DoubleConversion/DoubleToStringConverter.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/DoubleConversion/IEEE.cs b/src/Nest/Utf8Json/Internal/DoubleConversion/IEEE.cs index 165db4f54bc..e76c57de800 100644 --- a/src/Nest/Utf8Json/Internal/DoubleConversion/IEEE.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/DoubleConversion/PowersOfTenCache.cs b/src/Nest/Utf8Json/Internal/DoubleConversion/PowersOfTenCache.cs index ef58f8b4dc9..fdcb6ef7354 100644 --- a/src/Nest/Utf8Json/Internal/DoubleConversion/PowersOfTenCache.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/DoubleConversion/StringToDouble.cs b/src/Nest/Utf8Json/Internal/DoubleConversion/StringToDouble.cs index f0698c3ccfd..dd6e6aa026e 100644 --- a/src/Nest/Utf8Json/Internal/DoubleConversion/StringToDouble.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/DoubleConversion/StringToDoubleConverter.cs b/src/Nest/Utf8Json/Internal/DoubleConversion/StringToDoubleConverter.cs index f5096ba97a0..d21feaa4a33 100644 --- a/src/Nest/Utf8Json/Internal/DoubleConversion/StringToDoubleConverter.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/Emit/DynamicAssembly.cs b/src/Nest/Utf8Json/Internal/Emit/DynamicAssembly.cs index c587bad6908..a950219085d 100644 --- a/src/Nest/Utf8Json/Internal/Emit/DynamicAssembly.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/Emit/ExpressionUtility.cs b/src/Nest/Utf8Json/Internal/Emit/ExpressionUtility.cs index b9455e8773f..41847777be4 100644 --- a/src/Nest/Utf8Json/Internal/Emit/ExpressionUtility.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/Emit/ILGeneratorExtensions.cs b/src/Nest/Utf8Json/Internal/Emit/ILGeneratorExtensions.cs index 2b6c6180d34..0af47e267a0 100644 --- a/src/Nest/Utf8Json/Internal/Emit/ILGeneratorExtensions.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/Emit/ILViewer.cs b/src/Nest/Utf8Json/Internal/Emit/ILViewer.cs index 913cdb955cc..7fc0dcadc3c 100644 --- a/src/Nest/Utf8Json/Internal/Emit/ILViewer.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/Emit/MetaMember.cs b/src/Nest/Utf8Json/Internal/Emit/MetaMember.cs index 7d4d8a3871a..a65fdbc8467 100644 --- a/src/Nest/Utf8Json/Internal/Emit/MetaMember.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/Emit/MetaType.cs b/src/Nest/Utf8Json/Internal/Emit/MetaType.cs index 5146ffe279e..02ca4c1cfa4 100644 --- a/src/Nest/Utf8Json/Internal/Emit/MetaType.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/FarmHash.cs b/src/Nest/Utf8Json/Internal/FarmHash.cs index aebd073aa9c..a00a62415e2 100644 --- a/src/Nest/Utf8Json/Internal/FarmHash.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/FuncExtensions.cs b/src/Nest/Utf8Json/Internal/FuncExtensions.cs index b612845ca71..6e4bd207076 100644 --- a/src/Nest/Utf8Json/Internal/FuncExtensions.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/GuidBits.cs b/src/Nest/Utf8Json/Internal/GuidBits.cs index 774607afbe7..7b9efed2b46 100644 --- a/src/Nest/Utf8Json/Internal/GuidBits.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/NumberConverter.cs b/src/Nest/Utf8Json/Internal/NumberConverter.cs index d3d31c00b38..25dd89d218d 100644 --- a/src/Nest/Utf8Json/Internal/NumberConverter.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/ReflectionExtensions.cs b/src/Nest/Utf8Json/Internal/ReflectionExtensions.cs index 5b6f4f78baf..efff22da7a9 100644 --- a/src/Nest/Utf8Json/Internal/ReflectionExtensions.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/StringEncoding.cs b/src/Nest/Utf8Json/Internal/StringEncoding.cs index 84f05cced02..168dcd722e3 100644 --- a/src/Nest/Utf8Json/Internal/StringEncoding.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/StringMutator.cs b/src/Nest/Utf8Json/Internal/StringMutator.cs index 94b36d57ee8..d33d0896f67 100644 --- a/src/Nest/Utf8Json/Internal/StringMutator.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/ThreadsafeTypeKeyHashTable.cs b/src/Nest/Utf8Json/Internal/ThreadsafeTypeKeyHashTable.cs index 504fb8de87b..8677f7b2a8a 100644 --- a/src/Nest/Utf8Json/Internal/ThreadsafeTypeKeyHashTable.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/UnsafeMemory.Low.cs b/src/Nest/Utf8Json/Internal/UnsafeMemory.Low.cs index 5f100d707ba..918718dde25 100644 --- a/src/Nest/Utf8Json/Internal/UnsafeMemory.Low.cs +++ b/src/Nest/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/Nest/Utf8Json/Internal/UnsafeMemory.cs b/src/Nest/Utf8Json/Internal/UnsafeMemory.cs index cb401e1b400..8d0573a163b 100644 --- a/src/Nest/Utf8Json/Internal/UnsafeMemory.cs +++ b/src/Nest/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/Nest/Utf8Json/JsonReader.cs b/src/Nest/Utf8Json/JsonReader.cs index 25c0e2eb340..9d3da64c67f 100644 --- a/src/Nest/Utf8Json/JsonReader.cs +++ b/src/Nest/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/Nest/Utf8Json/JsonSerializer.NonGeneric.cs b/src/Nest/Utf8Json/JsonSerializer.NonGeneric.cs index 39ca42fecef..644669e232a 100644 --- a/src/Nest/Utf8Json/JsonSerializer.NonGeneric.cs +++ b/src/Nest/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/Nest/Utf8Json/JsonSerializer.cs b/src/Nest/Utf8Json/JsonSerializer.cs index 3fb25546b33..94e4deae9cf 100644 --- a/src/Nest/Utf8Json/JsonSerializer.cs +++ b/src/Nest/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/Nest/Utf8Json/JsonToken.cs b/src/Nest/Utf8Json/JsonToken.cs index 78781edd1c9..4799c9d9462 100644 --- a/src/Nest/Utf8Json/JsonToken.cs +++ b/src/Nest/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/Nest/Utf8Json/JsonWriter.cs b/src/Nest/Utf8Json/JsonWriter.cs index b2f16bc32e1..fabbea57334 100644 --- a/src/Nest/Utf8Json/JsonWriter.cs +++ b/src/Nest/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/Nest/Utf8Json/Resolvers/AttributeFormatterResolver.cs b/src/Nest/Utf8Json/Resolvers/AttributeFormatterResolver.cs index 28f4726c5f1..c7cffa581bf 100644 --- a/src/Nest/Utf8Json/Resolvers/AttributeFormatterResolver.cs +++ b/src/Nest/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/Nest/Utf8Json/Resolvers/BuiltinResolver.cs b/src/Nest/Utf8Json/Resolvers/BuiltinResolver.cs index 73a94411b13..84acf31b474 100644 --- a/src/Nest/Utf8Json/Resolvers/BuiltinResolver.cs +++ b/src/Nest/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/Nest/Utf8Json/Resolvers/CompositeResolver.cs b/src/Nest/Utf8Json/Resolvers/CompositeResolver.cs index e271ebcb2f4..4db0c894932 100644 --- a/src/Nest/Utf8Json/Resolvers/CompositeResolver.cs +++ b/src/Nest/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/Nest/Utf8Json/Resolvers/DynamicGenericResolver.cs b/src/Nest/Utf8Json/Resolvers/DynamicGenericResolver.cs index 4319042d183..ad076bb503c 100644 --- a/src/Nest/Utf8Json/Resolvers/DynamicGenericResolver.cs +++ b/src/Nest/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/Nest/Utf8Json/Resolvers/DynamicObjectResolver.cs b/src/Nest/Utf8Json/Resolvers/DynamicObjectResolver.cs index e9d90b8b414..f798a639990 100644 --- a/src/Nest/Utf8Json/Resolvers/DynamicObjectResolver.cs +++ b/src/Nest/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/Nest/Utf8Json/Resolvers/EnumResolver.cs b/src/Nest/Utf8Json/Resolvers/EnumResolver.cs index e89bf60f407..1d8d4ba3f1c 100644 --- a/src/Nest/Utf8Json/Resolvers/EnumResolver.cs +++ b/src/Nest/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/Nest/Utf8Json/Resolvers/StandardResolver.cs b/src/Nest/Utf8Json/Resolvers/StandardResolver.cs index 6c94392b338..48768fb5bc9 100644 --- a/src/Nest/Utf8Json/Resolvers/StandardResolver.cs +++ b/src/Nest/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/XPack/AsyncSearch/AsyncSearch.cs b/src/Nest/XPack/AsyncSearch/AsyncSearch.cs index 18cdf5ddb74..bf3aead1280 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 436af931bab..b0d0d45c770 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 2d9f3740b1d..6f53032c2f1 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 63a5b7541d7..34a45642396 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 313b5509eb9..57eb6f45ff3 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 8e89d8d6a76..7d40f018eb2 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 dce3eaefb5f..343bc969c25 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 0b6ec58d35c..7cb705e619b 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 9d939c96342..421d8263420 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 264db84bc40..8d93af1e35a 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 namespace Nest { diff --git a/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsResponse.cs b/src/Nest/XPack/DataStreams/Stats/DataStreamsStatsResponse.cs index 52c0d5f9078..71e6a94413a 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 ddc9bcd6213..737c7cd285f 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 59924cf8fd9..14b8101a6d8 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 0bb4dc8f188..f9efc065c00 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/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/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 f14983fe20e..5929ec874e4 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 Nest.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 ee341bc347b..f00801d89fe 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 fe0ba25e5cf..e05c9201089 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 System.Runtime.Serialization; 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 3c3d1e4940d..f54c9ce7369 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 a42fdd8ae74..c5a0ba2556f 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 e5f89bfc8c1..79fbf62511b 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 9f79e0c20ce..c587e228874 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 6a3968045c4..88eccb853a8 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 7c2aab9d54a..ab55415f317 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.Collections.Generic; using System.Runtime.Serialization; 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 a37fa916238..8eb85b1a0fe 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 998f4ff0076..c7628c51578 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 b103fede419..3f846edc748 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 294c8b6a7fc..7aca796585f 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 Nest.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 ccb36a29ae2..26111771d69 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 0e049ba4d41..e6ce9d36b5d 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/DeleteModelSnapshot/ElasticClient-DeleteModelSnapshot.cs b/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/ElasticClient-DeleteModelSnapshot.cs index a9030165236..7ab47ccebdd 100644 --- a/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/ElasticClient-DeleteModelSnapshot.cs +++ b/src/Nest/XPack/MachineLearning/DeleteModelSnapshot/ElasticClient-DeleteModelSnapshot.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryRequest.cs b/src/Nest/XPack/MachineLearning/EstimateModelMemory/EstimateModelMemoryRequest.cs index 5b0e22af428..b758c7779c2 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 a07f73c856e..03b9b0903bb 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 f5e7295160f..1818c8daaad 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 b4f5e795f68..d1a6b15d1f4 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 0ac097f0e31..686c61a6c89 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 c3f22ea2d6a..e5867e45c14 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 bb98c74dc77..0484bd26adf 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 430f4cfc24a..1ee2f32ff74 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 4e5ed571c4a..27a1837d937 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 1969d1d11b8..26268bf219c 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 42712fdc410..c826efc7c7f 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 18d1a90030f..dc3d491dcee 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 cd3fd06cb8b..4a47cf8a8da 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 405917dafdf..83962e84386 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 4ae1fe54e21..fc56e32d031 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 61f3671568d..759c850eaa2 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 3d670b5a126..84de36d8f74 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 c13885d9b87..6629a865cb8 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 27cabe6f5be..7fc108c4a64 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 78cab8fd934..1dd5f341e73 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 41b4e3736d8..5c8f5acf35c 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 101464213cc..855e320b26a 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 72554ce0e0a..1a380dc6168 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 a17522bb798..f6b1c930df4 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 242bca31d24..5f60ac6a990 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 205741bf4fa..646cedc5ed5 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 02b15b99fb6..5ee77429e24 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 5616b0ea1b5..efb963969fb 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 c034363dfbc..2d481f7fb78 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 a4665a61356..0ac34716862 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 545a4a544c0..62abd67ffcc 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 72073cdebc1..e4ebe47f377 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 31eec8d6a99..5797f6fe796 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 20f71e28aef..ad68da9aff7 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 307654745ba..485166d918d 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; diff --git a/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs b/src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs index d077607d8b8..20f0b245c1f 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 15fb797e45a..a4b08914ad2 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 29d4fd1a799..d04f70474d9 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 a26d5f7675e..3c276439b40 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 337ac0405b7..dd7a0f94deb 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 Nest.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 361bf5ea4dc..31c928f6a5f 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 bbc241c6578..082625f3727 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 8921e394fb2..b30eefbc584 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 3bc769be5bf..e370c4d73e4 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 5c9d66fdb09..a4d653248d8 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 Nest.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 3d00c4fae51..3b0843cd66a 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 55e0af58ff7..c5635fc0f8d 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 390a87d5c09..16196666263 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 c9160b02001..52d9fb95893 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 96c6c1f7cb9..58af833855d 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 8cff888890b..54a720b6466 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 5a951ca5e38..c6cef10edf6 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 5b9c876b28a..07f374bbe28 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 71fd11a67b8..7f8a4056f1c 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 7a517eb2a58..3919e3e79ad 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 0564a74d79c..ecef1ce12a6 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 4fcca28ed27..3d29fb657b4 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 48a7108f064..c24a05d1d37 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 462484b13b5..63ece41c378 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 a204daa8b16..23fb4e1be3f 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 4aa3e7daa98..44453cf3ed8 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 d020967b16b..5ead3486c75 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 edf41f6bdd5..802270c5f0f 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 469be7587e1..8660e0b2915 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 05a394c78c1..df427ca37b7 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 f6ce51fed7a..50b57704fd3 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 ede91ecee90..6c98bfcd2ea 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 f8762df5a34..83bfe4effa9 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 3c77de52898..b9fe5e39dbc 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 0476d7e0239..714081f8f96 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 9acc258da95..5f9024cae89 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 4dc3581b63a..d4a4f71adff 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 ac38883047d..874d769ff08 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 c66cba3a3c5..72df486af64 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 908b99e66fc..aa7518f3174 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 f87c825a81a..1c3fe0fe795 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 de937edfd2b..3b48f7b4fea 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 84fee071f77..a0f1f77f0d2 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 2054ea52a7e..d599b2a3705 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 5dfb7d92fcf..aa70dcd7a0d 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 5ceab7daa05..85b0346bd53 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 Nest.Utf8Json; namespace Nest 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 a20bc84df5c..74c3c8586ca 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 be6fae6d743..abf04b9c166 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 a1d4b10e634..e3092878070 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 Nest.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 df71325968e..49ead813ce1 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Slm/SnapshotLifecyclePolicy.cs b/src/Nest/XPack/Slm/SnapshotLifecyclePolicy.cs index 35fdc4a0ee3..3807160df1d 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs b/src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs index f89feffb8e1..595bf3cb079 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 27b8e17ef26..57d7181a6b8 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 Nest.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 72f036c3c48..eeb4c0d2b14 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 283fe450b92..5917c9b7e65 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 75eae2695ed..bd4f21d60ff 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 Nest.Utf8Json; namespace Nest 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 98c0dc9784e..f92793b1fd5 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 98b231ba20e..a6b699d092d 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 142e4cf346e..19fe6391eb3 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 09eb25b56ce..1242550a88e 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 4cb152073fb..85b332db2cc 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 95891f07306..be7b5640c2f 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Transform/Pivot/GeoTileGridGroupSource.cs b/src/Nest/XPack/Transform/Pivot/GeoTileGridGroupSource.cs index 2a2785e7128..4db1c0c9e74 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 ab4dcd177e1..2e3e4639999 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 fa6c74d09ae..fdbfebd3055 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 8b07758c813..7cb43e1e55a 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 4c2bb389367..a756ac5834d 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Transform/TransformSettings.cs b/src/Nest/XPack/Transform/TransformSettings.cs index af6528c160b..fcde6501e60 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Transform/TransformSource.cs b/src/Nest/XPack/Transform/TransformSource.cs index 4771813dccc..6120a37407f 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 b127074acef..28f3d40349d 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/AcknowledgeWatch/ElasticClient-AcknowledgeWatch.cs b/src/Nest/XPack/Watcher/AcknowledgeWatch/ElasticClient-AcknowledgeWatch.cs index 069605b139b..e6743a1a9ca 100644 --- a/src/Nest/XPack/Watcher/AcknowledgeWatch/ElasticClient-AcknowledgeWatch.cs +++ b/src/Nest/XPack/Watcher/AcknowledgeWatch/ElasticClient-AcknowledgeWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/XPack/Watcher/Action/ActionBase.cs b/src/Nest/XPack/Watcher/Action/ActionBase.cs index 04a1abe6e4d..5a8d1f75cc6 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 fc1938dbaa1..e5a04463c33 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 c32558389ac..80e81cd90c9 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 74dc9ab2909..bc40244a3c3 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 4284c9c470a..a9ec894c7b7 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 71e60431983..1b6d83a329a 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 Nest.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 d080949a6b0..b59507ed55d 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 00e7092b798..b56c819bbf8 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 eb3020690ef..96e2c3fe017 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyAction.cs b/src/Nest/XPack/Watcher/Action/PagerDuty/PagerDutyAction.cs index 39fe1c0dd9b..ab55d542142 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 3ace25eeef0..4bdf028d8bf 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 e60e55e15bb..7d79499732d 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 74ebf24fd68..a561d3da3f6 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 e0620893179..8a0042c01f4 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 8aba5b3a33e..7534df5e658 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 369d5ad4b9c..623b184c47a 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 df547ef4712..53f8758e09f 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 9b2e950121c..9d2dc1b5dcd 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/ActivateWatch/ElasticClient-ActivateWatch.cs b/src/Nest/XPack/Watcher/ActivateWatch/ElasticClient-ActivateWatch.cs index 121887190ca..c54871a6f10 100644 --- a/src/Nest/XPack/Watcher/ActivateWatch/ElasticClient-ActivateWatch.cs +++ b/src/Nest/XPack/Watcher/ActivateWatch/ElasticClient-ActivateWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/XPack/Watcher/Condition/AlwaysCondition.cs b/src/Nest/XPack/Watcher/Condition/AlwaysCondition.cs index cfdb5be3283..7019014f0e3 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Condition/ArrayCompareConditionBase.cs b/src/Nest/XPack/Watcher/Condition/ArrayCompareConditionBase.cs index 1977df4bd06..6e1fb196eb5 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 94e7aa0f3b3..d17da1001ad 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 Nest.Utf8Json; namespace Nest diff --git a/src/Nest/XPack/Watcher/Condition/ConditionBase.cs b/src/Nest/XPack/Watcher/Condition/ConditionBase.cs index 9a114557454..a7a4c04c5c4 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Condition/ConditionContainer.cs b/src/Nest/XPack/Watcher/Condition/ConditionContainer.cs index 1bca9acdc78..fda68b3642d 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 c202da65514..43a4b9923df 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 Nest.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 57f7060a0d4..08a6f5950f3 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Condition/ScriptConditionBase.cs b/src/Nest/XPack/Watcher/Condition/ScriptConditionBase.cs index 1844ba61116..7f9fd09ffb7 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/DeactivateWatch/ElasticClient-DeactivateWatch.cs b/src/Nest/XPack/Watcher/DeactivateWatch/ElasticClient-DeactivateWatch.cs index 45fb8c3b8ce..b7a998d6460 100644 --- a/src/Nest/XPack/Watcher/DeactivateWatch/ElasticClient-DeactivateWatch.cs +++ b/src/Nest/XPack/Watcher/DeactivateWatch/ElasticClient-DeactivateWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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/DeleteWatch/ElasticClient-DeleteWatch.cs b/src/Nest/XPack/Watcher/DeleteWatch/ElasticClient-DeleteWatch.cs index 473f98f3aa5..f69cfbe9157 100644 --- a/src/Nest/XPack/Watcher/DeleteWatch/ElasticClient-DeleteWatch.cs +++ b/src/Nest/XPack/Watcher/DeleteWatch/ElasticClient-DeleteWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/XPack/Watcher/ExecuteWatch/ElasticClient-ExecuteWatch.cs b/src/Nest/XPack/Watcher/ExecuteWatch/ElasticClient-ExecuteWatch.cs index 1af7c1b132a..b88577bd132 100644 --- a/src/Nest/XPack/Watcher/ExecuteWatch/ElasticClient-ExecuteWatch.cs +++ b/src/Nest/XPack/Watcher/ExecuteWatch/ElasticClient-ExecuteWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/XPack/Watcher/ExecuteWatch/ExecuteWatchRequest.cs b/src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchRequest.cs index 5fdd73aae35..343579e0b02 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 7d641d1b3c2..8cd3040889a 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 Nest.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/ElasticClient-GetWatch.cs b/src/Nest/XPack/Watcher/GetWatch/ElasticClient-GetWatch.cs index ed5d4800c6f..09a5d802133 100644 --- a/src/Nest/XPack/Watcher/GetWatch/ElasticClient-GetWatch.cs +++ b/src/Nest/XPack/Watcher/GetWatch/ElasticClient-GetWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 f3a32547672..cffc55404e9 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 1bf062f3800..52a32a701a5 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 679c2196fd5..526951b5540 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 91399277a18..a44f09591b1 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Input/HttpInputRequest.cs b/src/Nest/XPack/Watcher/Input/HttpInputRequest.cs index 3e59ee379a6..1d2eefa4e01 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 329715ca58a..7f8350de3f4 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 741588e3dfc..7d642864c3e 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Input/InputContainer.cs b/src/Nest/XPack/Watcher/Input/InputContainer.cs index 9434443228e..ce0c0de4458 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 97c204992fa..6da3a5ac3d9 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 1890b8b1535..390e6670052 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 1387f018522..726f95d050b 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/ElasticClient-PutWatch.cs b/src/Nest/XPack/Watcher/PutWatch/ElasticClient-PutWatch.cs index 64432d37a25..5b7d39470b9 100644 --- a/src/Nest/XPack/Watcher/PutWatch/ElasticClient-PutWatch.cs +++ b/src/Nest/XPack/Watcher/PutWatch/ElasticClient-PutWatch.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/XPack/Watcher/PutWatch/PutWatchRequest.cs b/src/Nest/XPack/Watcher/PutWatch/PutWatchRequest.cs index 0a7364cbeb6..94a20f2fde2 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/Schedule/CronExpression.cs b/src/Nest/XPack/Watcher/Schedule/CronExpression.cs index 2189a952188..5335492998c 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Schedule/DailySchedule.cs b/src/Nest/XPack/Watcher/Schedule/DailySchedule.cs index d8e75a1cbfc..956faca6c22 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 6a895fe80dc..8b47efa76ff 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 6851e6d060f..5f56fd73009 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 0ca50e94a82..db10984c824 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 f2d784f55c1..8a75bdf06ba 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Schedule/ScheduleContainer.cs b/src/Nest/XPack/Watcher/Schedule/ScheduleContainer.cs index f2f4d7a1330..8f7f1973049 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 4e186e2e381..734db72e103 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 f8233d9bef6..1411fbc4185 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 4a547fdc248..fa0eca90449 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 20bf8bf487a..26775abd6a0 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 937034c2d90..c786c6d9fce 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 5e5b098a2e7..cf0f7aa49b7 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/ElasticClient-StartWatcher.cs b/src/Nest/XPack/Watcher/StartWatcher/ElasticClient-StartWatcher.cs index 7bf02fcb332..4765fac0462 100644 --- a/src/Nest/XPack/Watcher/StartWatcher/ElasticClient-StartWatcher.cs +++ b/src/Nest/XPack/Watcher/StartWatcher/ElasticClient-StartWatcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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/ElasticClient-StopWatcher.cs b/src/Nest/XPack/Watcher/StopWatcher/ElasticClient-StopWatcher.cs index 2a21d55e8a7..6fd74a9cdde 100644 --- a/src/Nest/XPack/Watcher/StopWatcher/ElasticClient-StopWatcher.cs +++ b/src/Nest/XPack/Watcher/StopWatcher/ElasticClient-StopWatcher.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 4f68196673e..145156b14b9 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 035dc2815a5..ec4ee98468f 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Transform/InlineScriptTransform.cs b/src/Nest/XPack/Watcher/Transform/InlineScriptTransform.cs index 23934717ae9..075e426a6b6 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Transform/ScriptTransformBase.cs b/src/Nest/XPack/Watcher/Transform/ScriptTransformBase.cs index 542d860fecf..82212d3dcde 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 ed4546a8e17..753df3078cc 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 9bd73bef358..84108996e49 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 Nest.Utf8Json; diff --git a/src/Nest/XPack/Watcher/Transform/TransformContainer.cs b/src/Nest/XPack/Watcher/Transform/TransformContainer.cs index 82314768ef4..8449adc258b 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 27ecc2cab22..91da3a1385c 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 fc16b7d66f7..415202c0429 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 Nest.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 6a13edcf43b..d3779b39e95 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/ElasticClient-WatcherStats.cs b/src/Nest/XPack/Watcher/WatcherStats/ElasticClient-WatcherStats.cs index 0e1dd925e4f..f62ff78efc9 100644 --- a/src/Nest/XPack/Watcher/WatcherStats/ElasticClient-WatcherStats.cs +++ b/src/Nest/XPack/Watcher/WatcherStats/ElasticClient-WatcherStats.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/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 20f1b660a0d..3c38476134a 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/Examples/Administering/BackupAndRestoreSecurityConfigPage.cs b/tests/Examples/Administering/BackupAndRestoreSecurityConfigPage.cs index 0a3bee8a925..b2273d18472 100644 --- a/tests/Examples/Administering/BackupAndRestoreSecurityConfigPage.cs +++ b/tests/Examples/Administering/BackupAndRestoreSecurityConfigPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Administering/BackupClusterConfigPage.cs b/tests/Examples/Administering/BackupClusterConfigPage.cs index a96476245fb..39e9bc70b10 100644 --- a/tests/Examples/Administering/BackupClusterConfigPage.cs +++ b/tests/Examples/Administering/BackupClusterConfigPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/AdjacencyMatrixAggregationPage.cs b/tests/Examples/Aggregations/Bucket/AdjacencyMatrixAggregationPage.cs index b951a7fb113..523f9578e99 100644 --- a/tests/Examples/Aggregations/Bucket/AdjacencyMatrixAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/AdjacencyMatrixAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/AutodatehistogramAggregationPage.cs b/tests/Examples/Aggregations/Bucket/AutodatehistogramAggregationPage.cs index 338f02d6500..8cc89c7caa0 100644 --- a/tests/Examples/Aggregations/Bucket/AutodatehistogramAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/AutodatehistogramAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/ChildrenAggregationPage.cs b/tests/Examples/Aggregations/Bucket/ChildrenAggregationPage.cs index 8d5f8a45dfd..c06bc978404 100644 --- a/tests/Examples/Aggregations/Bucket/ChildrenAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/ChildrenAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/CompositeAggregationPage.cs b/tests/Examples/Aggregations/Bucket/CompositeAggregationPage.cs index 25f9c1615b0..609bb79488e 100644 --- a/tests/Examples/Aggregations/Bucket/CompositeAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/CompositeAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/DatehistogramAggregationPage.cs b/tests/Examples/Aggregations/Bucket/DatehistogramAggregationPage.cs index 44ef5808c51..6311ebc7365 100644 --- a/tests/Examples/Aggregations/Bucket/DatehistogramAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/DatehistogramAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses 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/Examples/Aggregations/Bucket/DaterangeAggregationPage.cs b/tests/Examples/Aggregations/Bucket/DaterangeAggregationPage.cs index a7d8a1b5f00..95bb7ce0d4d 100644 --- a/tests/Examples/Aggregations/Bucket/DaterangeAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/DaterangeAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/DiversifiedSamplerAggregationPage.cs b/tests/Examples/Aggregations/Bucket/DiversifiedSamplerAggregationPage.cs index 5bade246c26..842e6927b22 100644 --- a/tests/Examples/Aggregations/Bucket/DiversifiedSamplerAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/DiversifiedSamplerAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/FilterAggregationPage.cs b/tests/Examples/Aggregations/Bucket/FilterAggregationPage.cs index 0a0bf53d094..256752d8072 100644 --- a/tests/Examples/Aggregations/Bucket/FilterAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/FilterAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/FiltersAggregationPage.cs b/tests/Examples/Aggregations/Bucket/FiltersAggregationPage.cs index 948d3909d78..08651bc93c2 100644 --- a/tests/Examples/Aggregations/Bucket/FiltersAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/FiltersAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/GeodistanceAggregationPage.cs b/tests/Examples/Aggregations/Bucket/GeodistanceAggregationPage.cs index 7f222e4c9f5..36c18fe5acb 100644 --- a/tests/Examples/Aggregations/Bucket/GeodistanceAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/GeodistanceAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/GeohashgridAggregationPage.cs b/tests/Examples/Aggregations/Bucket/GeohashgridAggregationPage.cs index 0a90fc2cf50..f2c1bce61a9 100644 --- a/tests/Examples/Aggregations/Bucket/GeohashgridAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/GeohashgridAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/GeotilegridAggregationPage.cs b/tests/Examples/Aggregations/Bucket/GeotilegridAggregationPage.cs index d338c37bb2f..dc0da8d3eb5 100644 --- a/tests/Examples/Aggregations/Bucket/GeotilegridAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/GeotilegridAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/GlobalAggregationPage.cs b/tests/Examples/Aggregations/Bucket/GlobalAggregationPage.cs index 39e0bd15880..93bc6ae34bd 100644 --- a/tests/Examples/Aggregations/Bucket/GlobalAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/GlobalAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/HistogramAggregationPage.cs b/tests/Examples/Aggregations/Bucket/HistogramAggregationPage.cs index a9505beea70..8c0ac265d06 100644 --- a/tests/Examples/Aggregations/Bucket/HistogramAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/HistogramAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/IprangeAggregationPage.cs b/tests/Examples/Aggregations/Bucket/IprangeAggregationPage.cs index 145c03b82be..ad9dc0bb374 100644 --- a/tests/Examples/Aggregations/Bucket/IprangeAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/IprangeAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/MissingAggregationPage.cs b/tests/Examples/Aggregations/Bucket/MissingAggregationPage.cs index e09a35312c7..1b7fdcdc635 100644 --- a/tests/Examples/Aggregations/Bucket/MissingAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/MissingAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/NestedAggregationPage.cs b/tests/Examples/Aggregations/Bucket/NestedAggregationPage.cs index d52d2734867..3381bda9784 100644 --- a/tests/Examples/Aggregations/Bucket/NestedAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/NestedAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/ParentAggregationPage.cs b/tests/Examples/Aggregations/Bucket/ParentAggregationPage.cs index b027ad32443..3155a44494e 100644 --- a/tests/Examples/Aggregations/Bucket/ParentAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/ParentAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/RangeAggregationPage.cs b/tests/Examples/Aggregations/Bucket/RangeAggregationPage.cs index 768ecda8439..58edc09c8e9 100644 --- a/tests/Examples/Aggregations/Bucket/RangeAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/RangeAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/RangeFieldNotePage.cs b/tests/Examples/Aggregations/Bucket/RangeFieldNotePage.cs index 3e47fb0b779..b78a122ca6d 100644 --- a/tests/Examples/Aggregations/Bucket/RangeFieldNotePage.cs +++ b/tests/Examples/Aggregations/Bucket/RangeFieldNotePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/RareTermsAggregationPage.cs b/tests/Examples/Aggregations/Bucket/RareTermsAggregationPage.cs index 72db4cfb249..68f46b54f3e 100644 --- a/tests/Examples/Aggregations/Bucket/RareTermsAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/RareTermsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/ReverseNestedAggregationPage.cs b/tests/Examples/Aggregations/Bucket/ReverseNestedAggregationPage.cs index 3083bfb6384..38667fff7f4 100644 --- a/tests/Examples/Aggregations/Bucket/ReverseNestedAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/ReverseNestedAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/SamplerAggregationPage.cs b/tests/Examples/Aggregations/Bucket/SamplerAggregationPage.cs index 62aba2a0d7a..a11451733ea 100644 --- a/tests/Examples/Aggregations/Bucket/SamplerAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/SamplerAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/SignificanttermsAggregationPage.cs b/tests/Examples/Aggregations/Bucket/SignificanttermsAggregationPage.cs index 9b01e6bd835..e773a7bb223 100644 --- a/tests/Examples/Aggregations/Bucket/SignificanttermsAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/SignificanttermsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/SignificanttextAggregationPage.cs b/tests/Examples/Aggregations/Bucket/SignificanttextAggregationPage.cs index 592ce8192f8..9d9a2937ea9 100644 --- a/tests/Examples/Aggregations/Bucket/SignificanttextAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/SignificanttextAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/TermsAggregationPage.cs b/tests/Examples/Aggregations/Bucket/TermsAggregationPage.cs index 871185ae9f9..422a38e4479 100644 --- a/tests/Examples/Aggregations/Bucket/TermsAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/TermsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Bucket/VariablewidthhistogramAggregationPage.cs b/tests/Examples/Aggregations/Bucket/VariablewidthhistogramAggregationPage.cs index ec537376220..ae4d1739325 100644 --- a/tests/Examples/Aggregations/Bucket/VariablewidthhistogramAggregationPage.cs +++ b/tests/Examples/Aggregations/Bucket/VariablewidthhistogramAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Aggregations/Matrix/StatsAggregationPage.cs b/tests/Examples/Aggregations/Matrix/StatsAggregationPage.cs index 75d405ec28a..fd13a8cded3 100644 --- a/tests/Examples/Aggregations/Matrix/StatsAggregationPage.cs +++ b/tests/Examples/Aggregations/Matrix/StatsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/AvgAggregationPage.cs b/tests/Examples/Aggregations/Metrics/AvgAggregationPage.cs index 8628f53da8b..e02637be35a 100644 --- a/tests/Examples/Aggregations/Metrics/AvgAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/AvgAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/BoxplotAggregationPage.cs b/tests/Examples/Aggregations/Metrics/BoxplotAggregationPage.cs index 15d8bebd434..c7b0228216d 100644 --- a/tests/Examples/Aggregations/Metrics/BoxplotAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/BoxplotAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/CardinalityAggregationPage.cs b/tests/Examples/Aggregations/Metrics/CardinalityAggregationPage.cs index e8c14f657e8..f6c83497902 100644 --- a/tests/Examples/Aggregations/Metrics/CardinalityAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/CardinalityAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/ExtendedstatsAggregationPage.cs b/tests/Examples/Aggregations/Metrics/ExtendedstatsAggregationPage.cs index 3f3b2dd212c..96ccca804cf 100644 --- a/tests/Examples/Aggregations/Metrics/ExtendedstatsAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/ExtendedstatsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/GeoboundsAggregationPage.cs b/tests/Examples/Aggregations/Metrics/GeoboundsAggregationPage.cs index e0c6665785e..d17999ac2b7 100644 --- a/tests/Examples/Aggregations/Metrics/GeoboundsAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/GeoboundsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/GeocentroidAggregationPage.cs b/tests/Examples/Aggregations/Metrics/GeocentroidAggregationPage.cs index 2b32810d352..2bc79c33189 100644 --- a/tests/Examples/Aggregations/Metrics/GeocentroidAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/GeocentroidAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/MaxAggregationPage.cs b/tests/Examples/Aggregations/Metrics/MaxAggregationPage.cs index dc674dc90a8..a2b41ee3969 100644 --- a/tests/Examples/Aggregations/Metrics/MaxAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/MaxAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/MedianAbsoluteDeviationAggregationPage.cs b/tests/Examples/Aggregations/Metrics/MedianAbsoluteDeviationAggregationPage.cs index 508a640cc04..fcf07846f7e 100644 --- a/tests/Examples/Aggregations/Metrics/MedianAbsoluteDeviationAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/MedianAbsoluteDeviationAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/MinAggregationPage.cs b/tests/Examples/Aggregations/Metrics/MinAggregationPage.cs index 455048929df..1d6e2396372 100644 --- a/tests/Examples/Aggregations/Metrics/MinAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/MinAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/PercentileAggregationPage.cs b/tests/Examples/Aggregations/Metrics/PercentileAggregationPage.cs index 3dfaff08b71..579e1181f9f 100644 --- a/tests/Examples/Aggregations/Metrics/PercentileAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/PercentileAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/PercentileRankAggregationPage.cs b/tests/Examples/Aggregations/Metrics/PercentileRankAggregationPage.cs index 722d8ef2955..cfd43f7b2df 100644 --- a/tests/Examples/Aggregations/Metrics/PercentileRankAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/PercentileRankAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/ScriptedMetricAggregationPage.cs b/tests/Examples/Aggregations/Metrics/ScriptedMetricAggregationPage.cs index 84bcbd3ecb9..6a287176a7e 100644 --- a/tests/Examples/Aggregations/Metrics/ScriptedMetricAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/ScriptedMetricAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/StatsAggregationPage.cs b/tests/Examples/Aggregations/Metrics/StatsAggregationPage.cs index e9c14a0970c..11c9fb131cc 100644 --- a/tests/Examples/Aggregations/Metrics/StatsAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/StatsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/StringStatsAggregationPage.cs b/tests/Examples/Aggregations/Metrics/StringStatsAggregationPage.cs index 53bf7eb1513..1a249356e12 100644 --- a/tests/Examples/Aggregations/Metrics/StringStatsAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/StringStatsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/SumAggregationPage.cs b/tests/Examples/Aggregations/Metrics/SumAggregationPage.cs index 578c0255b52..2d359adfe51 100644 --- a/tests/Examples/Aggregations/Metrics/SumAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/SumAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/TTestAggregationPage.cs b/tests/Examples/Aggregations/Metrics/TTestAggregationPage.cs index 22391f53e63..0d1a8277cb6 100644 --- a/tests/Examples/Aggregations/Metrics/TTestAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/TTestAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Aggregations/Metrics/TopMetricsAggregationPage.cs b/tests/Examples/Aggregations/Metrics/TopMetricsAggregationPage.cs index 20c5f64c255..ea58e185e89 100644 --- a/tests/Examples/Aggregations/Metrics/TopMetricsAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/TopMetricsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/TophitsAggregationPage.cs b/tests/Examples/Aggregations/Metrics/TophitsAggregationPage.cs index acb868edf71..d62e26b4187 100644 --- a/tests/Examples/Aggregations/Metrics/TophitsAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/TophitsAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Metrics/ValuecountAggregationPage.cs b/tests/Examples/Aggregations/Metrics/ValuecountAggregationPage.cs index 544b610450b..86dfab0ba5b 100644 --- a/tests/Examples/Aggregations/Metrics/ValuecountAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/ValuecountAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file 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/Examples/Aggregations/Metrics/WeightedAvgAggregationPage.cs b/tests/Examples/Aggregations/Metrics/WeightedAvgAggregationPage.cs index 49ae5c3f5a7..a5240cae9d8 100644 --- a/tests/Examples/Aggregations/Metrics/WeightedAvgAggregationPage.cs +++ b/tests/Examples/Aggregations/Metrics/WeightedAvgAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/MiscPage.cs b/tests/Examples/Aggregations/MiscPage.cs index 2e16024077b..11244337485 100644 --- a/tests/Examples/Aggregations/MiscPage.cs +++ b/tests/Examples/Aggregations/MiscPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/AvgBucketAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/AvgBucketAggregationPage.cs index 4b5c598be3d..70a7dab3d08 100644 --- a/tests/Examples/Aggregations/Pipeline/AvgBucketAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/AvgBucketAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/BucketScriptAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/BucketScriptAggregationPage.cs index c62ab148404..21ec1417f41 100644 --- a/tests/Examples/Aggregations/Pipeline/BucketScriptAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/BucketScriptAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/BucketSelectorAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/BucketSelectorAggregationPage.cs index b10d149fb6b..ff6aa41792b 100644 --- a/tests/Examples/Aggregations/Pipeline/BucketSelectorAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/BucketSelectorAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/BucketSortAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/BucketSortAggregationPage.cs index 11b3733b72d..242e23b670d 100644 --- a/tests/Examples/Aggregations/Pipeline/BucketSortAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/BucketSortAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/CumulativeCardinalityAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/CumulativeCardinalityAggregationPage.cs index ee9eb0977b2..90f8df1baa9 100644 --- a/tests/Examples/Aggregations/Pipeline/CumulativeCardinalityAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/CumulativeCardinalityAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/CumulativeSumAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/CumulativeSumAggregationPage.cs index e07c24d7a0f..2d34a6174ce 100644 --- a/tests/Examples/Aggregations/Pipeline/CumulativeSumAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/CumulativeSumAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/DerivativeAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/DerivativeAggregationPage.cs index 6ca99592868..6162a7131d0 100644 --- a/tests/Examples/Aggregations/Pipeline/DerivativeAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/DerivativeAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/ExtendedStatsBucketAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/ExtendedStatsBucketAggregationPage.cs index bee61a92256..d20d776c0c1 100644 --- a/tests/Examples/Aggregations/Pipeline/ExtendedStatsBucketAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/ExtendedStatsBucketAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/MaxBucketAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/MaxBucketAggregationPage.cs index 2d580320fbb..3bc14896a4b 100644 --- a/tests/Examples/Aggregations/Pipeline/MaxBucketAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/MaxBucketAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/MinBucketAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/MinBucketAggregationPage.cs index 983b9c40d61..cf6b1592946 100644 --- a/tests/Examples/Aggregations/Pipeline/MinBucketAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/MinBucketAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/MovfnAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/MovfnAggregationPage.cs index 79844947063..383a5a0ba8c 100644 --- a/tests/Examples/Aggregations/Pipeline/MovfnAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/MovfnAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/MovingPercentilesAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/MovingPercentilesAggregationPage.cs index a3a2c18c16e..a1241cd7cbe 100644 --- a/tests/Examples/Aggregations/Pipeline/MovingPercentilesAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/MovingPercentilesAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Aggregations/Pipeline/NormalizeAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/NormalizeAggregationPage.cs index bcdc0b59bb2..616fc6654e9 100644 --- a/tests/Examples/Aggregations/Pipeline/NormalizeAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/NormalizeAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Aggregations/Pipeline/PercentilesBucketAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/PercentilesBucketAggregationPage.cs index f4325f0dab2..e697b6ff424 100644 --- a/tests/Examples/Aggregations/Pipeline/PercentilesBucketAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/PercentilesBucketAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/SerialDiffAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/SerialDiffAggregationPage.cs index 6fa4e3d24ad..f8eed8ea7d8 100644 --- a/tests/Examples/Aggregations/Pipeline/SerialDiffAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/SerialDiffAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/StatsBucketAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/StatsBucketAggregationPage.cs index 889b706aa2f..22616fabcdd 100644 --- a/tests/Examples/Aggregations/Pipeline/StatsBucketAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/StatsBucketAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/Pipeline/SumBucketAggregationPage.cs b/tests/Examples/Aggregations/Pipeline/SumBucketAggregationPage.cs index 48fb2995815..d50f2a283d3 100644 --- a/tests/Examples/Aggregations/Pipeline/SumBucketAggregationPage.cs +++ b/tests/Examples/Aggregations/Pipeline/SumBucketAggregationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Aggregations/PipelinePage.cs b/tests/Examples/Aggregations/PipelinePage.cs index e4b6e55945c..4cd7e500bc4 100644 --- a/tests/Examples/Aggregations/PipelinePage.cs +++ b/tests/Examples/Aggregations/PipelinePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/ConfiguringPage.cs b/tests/Examples/Analysis/Analyzers/ConfiguringPage.cs index 4545b5dadc7..a587dbc35b1 100644 --- a/tests/Examples/Analysis/Analyzers/ConfiguringPage.cs +++ b/tests/Examples/Analysis/Analyzers/ConfiguringPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/CustomAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/CustomAnalyzerPage.cs index 483b5ecef0c..57bae591010 100644 --- a/tests/Examples/Analysis/Analyzers/CustomAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/CustomAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/FingerprintAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/FingerprintAnalyzerPage.cs index 0057cc788fd..76eb248ff97 100644 --- a/tests/Examples/Analysis/Analyzers/FingerprintAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/FingerprintAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/KeywordAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/KeywordAnalyzerPage.cs index 8765566acfa..d2cd78c5208 100644 --- a/tests/Examples/Analysis/Analyzers/KeywordAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/KeywordAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/LangAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/LangAnalyzerPage.cs index 4ac5c434d35..9b7de25e680 100644 --- a/tests/Examples/Analysis/Analyzers/LangAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/LangAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/PatternAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/PatternAnalyzerPage.cs index 39a2fcadc56..73913883734 100644 --- a/tests/Examples/Analysis/Analyzers/PatternAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/PatternAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/SimpleAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/SimpleAnalyzerPage.cs index 888f62f0183..46c1511abfd 100644 --- a/tests/Examples/Analysis/Analyzers/SimpleAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/SimpleAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/StandardAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/StandardAnalyzerPage.cs index 24feec58b34..174ebcd62e1 100644 --- a/tests/Examples/Analysis/Analyzers/StandardAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/StandardAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/StopAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/StopAnalyzerPage.cs index e5248110cd5..09c69ece583 100644 --- a/tests/Examples/Analysis/Analyzers/StopAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/StopAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Analyzers/WhitespaceAnalyzerPage.cs b/tests/Examples/Analysis/Analyzers/WhitespaceAnalyzerPage.cs index fe6d2d48bf7..ef545b7e7f9 100644 --- a/tests/Examples/Analysis/Analyzers/WhitespaceAnalyzerPage.cs +++ b/tests/Examples/Analysis/Analyzers/WhitespaceAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Charfilters/HtmlstripCharfilterPage.cs b/tests/Examples/Analysis/Charfilters/HtmlstripCharfilterPage.cs index 61e779834c4..78124e40d77 100644 --- a/tests/Examples/Analysis/Charfilters/HtmlstripCharfilterPage.cs +++ b/tests/Examples/Analysis/Charfilters/HtmlstripCharfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Charfilters/MappingCharfilterPage.cs b/tests/Examples/Analysis/Charfilters/MappingCharfilterPage.cs index 7e33f76d2c9..2c856a2c438 100644 --- a/tests/Examples/Analysis/Charfilters/MappingCharfilterPage.cs +++ b/tests/Examples/Analysis/Charfilters/MappingCharfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Charfilters/PatternReplaceCharfilterPage.cs b/tests/Examples/Analysis/Charfilters/PatternReplaceCharfilterPage.cs index 7cbf635da6a..0ab1553b8c7 100644 --- a/tests/Examples/Analysis/Charfilters/PatternReplaceCharfilterPage.cs +++ b/tests/Examples/Analysis/Charfilters/PatternReplaceCharfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/NormalizersPage.cs b/tests/Examples/Analysis/NormalizersPage.cs index 4c72a7aee25..9f7d1c01a1a 100644 --- a/tests/Examples/Analysis/NormalizersPage.cs +++ b/tests/Examples/Analysis/NormalizersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/SpecifyAnalyzerPage.cs b/tests/Examples/Analysis/SpecifyAnalyzerPage.cs index 91206d2eac3..c4c74da8239 100644 --- a/tests/Examples/Analysis/SpecifyAnalyzerPage.cs +++ b/tests/Examples/Analysis/SpecifyAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/TestingPage.cs b/tests/Examples/Analysis/TestingPage.cs index 6c5d9d162bd..38b3c4babcf 100644 --- a/tests/Examples/Analysis/TestingPage.cs +++ b/tests/Examples/Analysis/TestingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/ApostropheTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/ApostropheTokenfilterPage.cs index fe028fdc61f..7b60ae93ab5 100644 --- a/tests/Examples/Analysis/Tokenfilters/ApostropheTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/ApostropheTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/AsciifoldingTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/AsciifoldingTokenfilterPage.cs index 2a8ad790776..9e78b58b582 100644 --- a/tests/Examples/Analysis/Tokenfilters/AsciifoldingTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/AsciifoldingTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/CjkBigramTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/CjkBigramTokenfilterPage.cs index 4e9b9b40311..0803f86251c 100644 --- a/tests/Examples/Analysis/Tokenfilters/CjkBigramTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/CjkBigramTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/CjkWidthTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/CjkWidthTokenfilterPage.cs index 4dd0db075a2..952e2dfffe6 100644 --- a/tests/Examples/Analysis/Tokenfilters/CjkWidthTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/CjkWidthTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/ClassicTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/ClassicTokenfilterPage.cs index b218e5362a7..43ed9097052 100644 --- a/tests/Examples/Analysis/Tokenfilters/ClassicTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/ClassicTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/CommonGramsTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/CommonGramsTokenfilterPage.cs index b074679e4ef..369e21cc6c4 100644 --- a/tests/Examples/Analysis/Tokenfilters/CommonGramsTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/CommonGramsTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/CompoundWordTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/CompoundWordTokenfilterPage.cs index 8926ec7a69d..37da80ac7dd 100644 --- a/tests/Examples/Analysis/Tokenfilters/CompoundWordTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/CompoundWordTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/ConditionTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/ConditionTokenfilterPage.cs index fbbd832c27d..e4523e87314 100644 --- a/tests/Examples/Analysis/Tokenfilters/ConditionTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/ConditionTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/DecimalDigitTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/DecimalDigitTokenfilterPage.cs index 59f1b56bc89..f4e97fd20c7 100644 --- a/tests/Examples/Analysis/Tokenfilters/DecimalDigitTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/DecimalDigitTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/DelimitedPayloadTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/DelimitedPayloadTokenfilterPage.cs index efeafaee5ac..72087dc2db1 100644 --- a/tests/Examples/Analysis/Tokenfilters/DelimitedPayloadTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/DelimitedPayloadTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/DictionaryDecompounderTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/DictionaryDecompounderTokenfilterPage.cs index 60aba29aa0e..31cd8fe36ab 100644 --- a/tests/Examples/Analysis/Tokenfilters/DictionaryDecompounderTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/DictionaryDecompounderTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/EdgengramTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/EdgengramTokenfilterPage.cs index 9f1d45f7421..6d8b9fb5443 100644 --- a/tests/Examples/Analysis/Tokenfilters/EdgengramTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/EdgengramTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/ElisionTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/ElisionTokenfilterPage.cs index a7bd5d7453b..0dc38306022 100644 --- a/tests/Examples/Analysis/Tokenfilters/ElisionTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/ElisionTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/FingerprintTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/FingerprintTokenfilterPage.cs index 430911e511e..0b4535548f1 100644 --- a/tests/Examples/Analysis/Tokenfilters/FingerprintTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/FingerprintTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/FlattenGraphTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/FlattenGraphTokenfilterPage.cs index 7977cc4a7b5..f0dd389f605 100644 --- a/tests/Examples/Analysis/Tokenfilters/FlattenGraphTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/FlattenGraphTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/HunspellTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/HunspellTokenfilterPage.cs index 0ed40b4c317..f0fb6f1de3c 100644 --- a/tests/Examples/Analysis/Tokenfilters/HunspellTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/HunspellTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/HyphenationDecompounderTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/HyphenationDecompounderTokenfilterPage.cs index 99f25e20681..0302ba51866 100644 --- a/tests/Examples/Analysis/Tokenfilters/HyphenationDecompounderTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/HyphenationDecompounderTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/KeepTypesTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/KeepTypesTokenfilterPage.cs index e396618efd5..cb49928d366 100644 --- a/tests/Examples/Analysis/Tokenfilters/KeepTypesTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/KeepTypesTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/KeepWordsTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/KeepWordsTokenfilterPage.cs index a3e1ff8a66e..0b2e1e6e6b3 100644 --- a/tests/Examples/Analysis/Tokenfilters/KeepWordsTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/KeepWordsTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/KeywordMarkerTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/KeywordMarkerTokenfilterPage.cs index fcf9be9ba02..12990a27b3b 100644 --- a/tests/Examples/Analysis/Tokenfilters/KeywordMarkerTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/KeywordMarkerTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/KeywordRepeatTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/KeywordRepeatTokenfilterPage.cs index 612705fc5bc..506c430ce59 100644 --- a/tests/Examples/Analysis/Tokenfilters/KeywordRepeatTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/KeywordRepeatTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/KstemTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/KstemTokenfilterPage.cs index 3c93e2ddf87..3db0618c0e7 100644 --- a/tests/Examples/Analysis/Tokenfilters/KstemTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/KstemTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/LengthTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/LengthTokenfilterPage.cs index c63df85852c..3a303693da4 100644 --- a/tests/Examples/Analysis/Tokenfilters/LengthTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/LengthTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/LimitTokenCountTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/LimitTokenCountTokenfilterPage.cs index 4d2994b5d5f..14172fabd2a 100644 --- a/tests/Examples/Analysis/Tokenfilters/LimitTokenCountTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/LimitTokenCountTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/LowercaseTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/LowercaseTokenfilterPage.cs index 4544ea3e527..828acd3324d 100644 --- a/tests/Examples/Analysis/Tokenfilters/LowercaseTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/LowercaseTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/MinhashTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/MinhashTokenfilterPage.cs index 3848c104eef..7b3b84d761e 100644 --- a/tests/Examples/Analysis/Tokenfilters/MinhashTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/MinhashTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/MultiplexerTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/MultiplexerTokenfilterPage.cs index 085d2e94d5f..35f47b80970 100644 --- a/tests/Examples/Analysis/Tokenfilters/MultiplexerTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/MultiplexerTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/NgramTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/NgramTokenfilterPage.cs index f9110ce4e23..1808f5c6bf0 100644 --- a/tests/Examples/Analysis/Tokenfilters/NgramTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/NgramTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/PatternCaptureTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/PatternCaptureTokenfilterPage.cs index ad8391de9c2..8fbd9239604 100644 --- a/tests/Examples/Analysis/Tokenfilters/PatternCaptureTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/PatternCaptureTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/PatternReplaceTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/PatternReplaceTokenfilterPage.cs index 33138bc97e6..005971a3d04 100644 --- a/tests/Examples/Analysis/Tokenfilters/PatternReplaceTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/PatternReplaceTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/PorterstemTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/PorterstemTokenfilterPage.cs index aa683ebdd74..0d18d02e820 100644 --- a/tests/Examples/Analysis/Tokenfilters/PorterstemTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/PorterstemTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/PredicateTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/PredicateTokenfilterPage.cs index 5bb4f577ad8..963c706a5f3 100644 --- a/tests/Examples/Analysis/Tokenfilters/PredicateTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/PredicateTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/RemoveDuplicatesTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/RemoveDuplicatesTokenfilterPage.cs index be3e6fc9e3e..bc2e7d88f8c 100644 --- a/tests/Examples/Analysis/Tokenfilters/RemoveDuplicatesTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/RemoveDuplicatesTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/ReverseTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/ReverseTokenfilterPage.cs index db176519465..a25170baf21 100644 --- a/tests/Examples/Analysis/Tokenfilters/ReverseTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/ReverseTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/ShingleTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/ShingleTokenfilterPage.cs index 3fca76c8828..e2e656c6506 100644 --- a/tests/Examples/Analysis/Tokenfilters/ShingleTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/ShingleTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/SnowballTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/SnowballTokenfilterPage.cs index 8168276f6e4..1d1596be3ec 100644 --- a/tests/Examples/Analysis/Tokenfilters/SnowballTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/SnowballTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/StemmerOverrideTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/StemmerOverrideTokenfilterPage.cs index bfe6eef50c5..c9e90181bac 100644 --- a/tests/Examples/Analysis/Tokenfilters/StemmerOverrideTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/StemmerOverrideTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/StemmerTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/StemmerTokenfilterPage.cs index 8ca06211ed7..036b3599d04 100644 --- a/tests/Examples/Analysis/Tokenfilters/StemmerTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/StemmerTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/StopTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/StopTokenfilterPage.cs index 8bc12249427..681e49a46dd 100644 --- a/tests/Examples/Analysis/Tokenfilters/StopTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/StopTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/SynonymGraphTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/SynonymGraphTokenfilterPage.cs index 8ea3a22c56c..f80d28bbb07 100644 --- a/tests/Examples/Analysis/Tokenfilters/SynonymGraphTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/SynonymGraphTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/SynonymTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/SynonymTokenfilterPage.cs index 13bbb7a3b9d..7b6b8f83a8b 100644 --- a/tests/Examples/Analysis/Tokenfilters/SynonymTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/SynonymTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/TrimTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/TrimTokenfilterPage.cs index 9a5b81c065e..e5ce3e2a01a 100644 --- a/tests/Examples/Analysis/Tokenfilters/TrimTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/TrimTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/TruncateTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/TruncateTokenfilterPage.cs index 53a29f84a76..2f734309a46 100644 --- a/tests/Examples/Analysis/Tokenfilters/TruncateTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/TruncateTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/UniqueTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/UniqueTokenfilterPage.cs index 1d7af210d9e..55342b502a8 100644 --- a/tests/Examples/Analysis/Tokenfilters/UniqueTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/UniqueTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/UppercaseTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/UppercaseTokenfilterPage.cs index b3c14ffb4ab..62c68cde815 100644 --- a/tests/Examples/Analysis/Tokenfilters/UppercaseTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/UppercaseTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenfilters/WordDelimiterGraphTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/WordDelimiterGraphTokenfilterPage.cs index 434eede9c76..2d45276c6fd 100644 --- a/tests/Examples/Analysis/Tokenfilters/WordDelimiterGraphTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/WordDelimiterGraphTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenfilters/WordDelimiterTokenfilterPage.cs b/tests/Examples/Analysis/Tokenfilters/WordDelimiterTokenfilterPage.cs index e7f84e039c4..3c2643b49ef 100644 --- a/tests/Examples/Analysis/Tokenfilters/WordDelimiterTokenfilterPage.cs +++ b/tests/Examples/Analysis/Tokenfilters/WordDelimiterTokenfilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Analysis/Tokenizers/ChargroupTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/ChargroupTokenizerPage.cs index 41a31889a79..daf615b1f24 100644 --- a/tests/Examples/Analysis/Tokenizers/ChargroupTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/ChargroupTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/ClassicTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/ClassicTokenizerPage.cs index e7b2cbe5e88..613052433a9 100644 --- a/tests/Examples/Analysis/Tokenizers/ClassicTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/ClassicTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/EdgengramTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/EdgengramTokenizerPage.cs index 96a8f1e20b5..afc717bd237 100644 --- a/tests/Examples/Analysis/Tokenizers/EdgengramTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/EdgengramTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/KeywordTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/KeywordTokenizerPage.cs index c8f38ecbcf1..e934059102a 100644 --- a/tests/Examples/Analysis/Tokenizers/KeywordTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/KeywordTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/LetterTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/LetterTokenizerPage.cs index 9a47c750cea..c2a9256dc2d 100644 --- a/tests/Examples/Analysis/Tokenizers/LetterTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/LetterTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/LowercaseTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/LowercaseTokenizerPage.cs index 9d834be5394..2f904c5479b 100644 --- a/tests/Examples/Analysis/Tokenizers/LowercaseTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/LowercaseTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/NgramTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/NgramTokenizerPage.cs index 1cb0824049a..3ff0c508b76 100644 --- a/tests/Examples/Analysis/Tokenizers/NgramTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/NgramTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/PathhierarchyTokenizerExamplesPage.cs b/tests/Examples/Analysis/Tokenizers/PathhierarchyTokenizerExamplesPage.cs index 4433761f3d9..f3fae99d23b 100644 --- a/tests/Examples/Analysis/Tokenizers/PathhierarchyTokenizerExamplesPage.cs +++ b/tests/Examples/Analysis/Tokenizers/PathhierarchyTokenizerExamplesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/PathhierarchyTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/PathhierarchyTokenizerPage.cs index 8f17fba6b39..9e98cfee587 100644 --- a/tests/Examples/Analysis/Tokenizers/PathhierarchyTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/PathhierarchyTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/PatternTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/PatternTokenizerPage.cs index f6b5c57cfe9..b2132e625e5 100644 --- a/tests/Examples/Analysis/Tokenizers/PatternTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/PatternTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/SimplepatternTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/SimplepatternTokenizerPage.cs index 28e94916239..aa1dad5e21e 100644 --- a/tests/Examples/Analysis/Tokenizers/SimplepatternTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/SimplepatternTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/SimplepatternsplitTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/SimplepatternsplitTokenizerPage.cs index 5691f2548b1..b0134edf37b 100644 --- a/tests/Examples/Analysis/Tokenizers/SimplepatternsplitTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/SimplepatternsplitTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/StandardTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/StandardTokenizerPage.cs index d939621e63e..ac730dceac6 100644 --- a/tests/Examples/Analysis/Tokenizers/StandardTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/StandardTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/ThaiTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/ThaiTokenizerPage.cs index 5604afa96e5..7398a00ed41 100644 --- a/tests/Examples/Analysis/Tokenizers/ThaiTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/ThaiTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/UaxurlemailTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/UaxurlemailTokenizerPage.cs index 2dae9fdd199..48b4713b5a7 100644 --- a/tests/Examples/Analysis/Tokenizers/UaxurlemailTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/UaxurlemailTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Analysis/Tokenizers/WhitespaceTokenizerPage.cs b/tests/Examples/Analysis/Tokenizers/WhitespaceTokenizerPage.cs index 53a56432325..8fc22e5f0f8 100644 --- a/tests/Examples/Analysis/Tokenizers/WhitespaceTokenizerPage.cs +++ b/tests/Examples/Analysis/Tokenizers/WhitespaceTokenizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Autoscaling/Apis/DeleteAutoscalingPolicyPage.cs b/tests/Examples/Autoscaling/Apis/DeleteAutoscalingPolicyPage.cs index a05817038c3..40f1af8dc00 100644 --- a/tests/Examples/Autoscaling/Apis/DeleteAutoscalingPolicyPage.cs +++ b/tests/Examples/Autoscaling/Apis/DeleteAutoscalingPolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Autoscaling/Apis/GetAutoscalingDecisionPage.cs b/tests/Examples/Autoscaling/Apis/GetAutoscalingDecisionPage.cs index cb517758772..5737c7401d2 100644 --- a/tests/Examples/Autoscaling/Apis/GetAutoscalingDecisionPage.cs +++ b/tests/Examples/Autoscaling/Apis/GetAutoscalingDecisionPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Autoscaling/Apis/GetAutoscalingPolicyPage.cs b/tests/Examples/Autoscaling/Apis/GetAutoscalingPolicyPage.cs index d465171dbdf..e0da7662b0b 100644 --- a/tests/Examples/Autoscaling/Apis/GetAutoscalingPolicyPage.cs +++ b/tests/Examples/Autoscaling/Apis/GetAutoscalingPolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Autoscaling/Apis/PutAutoscalingPolicyPage.cs b/tests/Examples/Autoscaling/Apis/PutAutoscalingPolicyPage.cs index 8b6db0d1dbb..102a5f2fc35 100644 --- a/tests/Examples/Autoscaling/Apis/PutAutoscalingPolicyPage.cs +++ b/tests/Examples/Autoscaling/Apis/PutAutoscalingPolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Cat/AliasPage.cs b/tests/Examples/Cat/AliasPage.cs index 4dfad059bbd..34006c0e4e1 100644 --- a/tests/Examples/Cat/AliasPage.cs +++ b/tests/Examples/Cat/AliasPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/AllocationPage.cs b/tests/Examples/Cat/AllocationPage.cs index 85b6c3fef2a..1d59b8eb228 100644 --- a/tests/Examples/Cat/AllocationPage.cs +++ b/tests/Examples/Cat/AllocationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/AnomalyDetectorsPage.cs b/tests/Examples/Cat/AnomalyDetectorsPage.cs index 02f6fe3296b..89eec20fa3b 100644 --- a/tests/Examples/Cat/AnomalyDetectorsPage.cs +++ b/tests/Examples/Cat/AnomalyDetectorsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/CountPage.cs b/tests/Examples/Cat/CountPage.cs index 78330d69cd1..e86e1577248 100644 --- a/tests/Examples/Cat/CountPage.cs +++ b/tests/Examples/Cat/CountPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/DatafeedsPage.cs b/tests/Examples/Cat/DatafeedsPage.cs index ebeaa885635..f1934c0370a 100644 --- a/tests/Examples/Cat/DatafeedsPage.cs +++ b/tests/Examples/Cat/DatafeedsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/DataframeanalyticsPage.cs b/tests/Examples/Cat/DataframeanalyticsPage.cs index 6ea65509e09..ab1ebb7428a 100644 --- a/tests/Examples/Cat/DataframeanalyticsPage.cs +++ b/tests/Examples/Cat/DataframeanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/FielddataPage.cs b/tests/Examples/Cat/FielddataPage.cs index 4e2c539a781..75438ff49f5 100644 --- a/tests/Examples/Cat/FielddataPage.cs +++ b/tests/Examples/Cat/FielddataPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/HealthPage.cs b/tests/Examples/Cat/HealthPage.cs index d9574fe8800..0c4fb348166 100644 --- a/tests/Examples/Cat/HealthPage.cs +++ b/tests/Examples/Cat/HealthPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Cat/IndicesPage.cs b/tests/Examples/Cat/IndicesPage.cs index 06d8318d787..e649de3ec2c 100644 --- a/tests/Examples/Cat/IndicesPage.cs +++ b/tests/Examples/Cat/IndicesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/MasterPage.cs b/tests/Examples/Cat/MasterPage.cs index a18e5fabd10..0e003e970ef 100644 --- a/tests/Examples/Cat/MasterPage.cs +++ b/tests/Examples/Cat/MasterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/NodeattrsPage.cs b/tests/Examples/Cat/NodeattrsPage.cs index de921c0c731..6acbad7fa98 100644 --- a/tests/Examples/Cat/NodeattrsPage.cs +++ b/tests/Examples/Cat/NodeattrsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/NodesPage.cs b/tests/Examples/Cat/NodesPage.cs index 600a8fd3d20..62699f41804 100644 --- a/tests/Examples/Cat/NodesPage.cs +++ b/tests/Examples/Cat/NodesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/PendingTasksPage.cs b/tests/Examples/Cat/PendingTasksPage.cs index d1c706959dd..0a206e78fc1 100644 --- a/tests/Examples/Cat/PendingTasksPage.cs +++ b/tests/Examples/Cat/PendingTasksPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/PluginsPage.cs b/tests/Examples/Cat/PluginsPage.cs index 243c2500d6f..c675714fd40 100644 --- a/tests/Examples/Cat/PluginsPage.cs +++ b/tests/Examples/Cat/PluginsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/RecoveryPage.cs b/tests/Examples/Cat/RecoveryPage.cs index 1e919a33a82..ef6fc77454e 100644 --- a/tests/Examples/Cat/RecoveryPage.cs +++ b/tests/Examples/Cat/RecoveryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/RepositoriesPage.cs b/tests/Examples/Cat/RepositoriesPage.cs index d562e01544e..2cb6f311833 100644 --- a/tests/Examples/Cat/RepositoriesPage.cs +++ b/tests/Examples/Cat/RepositoriesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/SegmentsPage.cs b/tests/Examples/Cat/SegmentsPage.cs index 9d9f64bf51f..b8e6edd63c2 100644 --- a/tests/Examples/Cat/SegmentsPage.cs +++ b/tests/Examples/Cat/SegmentsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/ShardsPage.cs b/tests/Examples/Cat/ShardsPage.cs index f3f5c710b8e..2e505b6699a 100644 --- a/tests/Examples/Cat/ShardsPage.cs +++ b/tests/Examples/Cat/ShardsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/SnapshotsPage.cs b/tests/Examples/Cat/SnapshotsPage.cs index 74c9d0c978f..ca87ea5bbc2 100644 --- a/tests/Examples/Cat/SnapshotsPage.cs +++ b/tests/Examples/Cat/SnapshotsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/TasksPage.cs b/tests/Examples/Cat/TasksPage.cs index 08c21e3c36d..e7cfa37c072 100644 --- a/tests/Examples/Cat/TasksPage.cs +++ b/tests/Examples/Cat/TasksPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/TemplatesPage.cs b/tests/Examples/Cat/TemplatesPage.cs index 28fe76197ea..dc6f0328d33 100644 --- a/tests/Examples/Cat/TemplatesPage.cs +++ b/tests/Examples/Cat/TemplatesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/ThreadPoolPage.cs b/tests/Examples/Cat/ThreadPoolPage.cs index 0c279097785..6167464c1b1 100644 --- a/tests/Examples/Cat/ThreadPoolPage.cs +++ b/tests/Examples/Cat/ThreadPoolPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/TrainedmodelPage.cs b/tests/Examples/Cat/TrainedmodelPage.cs index 6299d5a6578..377ad9618ec 100644 --- a/tests/Examples/Cat/TrainedmodelPage.cs +++ b/tests/Examples/Cat/TrainedmodelPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cat/TransformsPage.cs b/tests/Examples/Cat/TransformsPage.cs index 590d4935ec3..cfb4f968c64 100644 --- a/tests/Examples/Cat/TransformsPage.cs +++ b/tests/Examples/Cat/TransformsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ccr/Apis/AutoFollow/DeleteAutoFollowPatternPage.cs b/tests/Examples/Ccr/Apis/AutoFollow/DeleteAutoFollowPatternPage.cs index 7f5b8df69fa..9e3e82aa804 100644 --- a/tests/Examples/Ccr/Apis/AutoFollow/DeleteAutoFollowPatternPage.cs +++ b/tests/Examples/Ccr/Apis/AutoFollow/DeleteAutoFollowPatternPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/AutoFollow/GetAutoFollowPatternPage.cs b/tests/Examples/Ccr/Apis/AutoFollow/GetAutoFollowPatternPage.cs index 584cee4b427..9c8d0338dc8 100644 --- a/tests/Examples/Ccr/Apis/AutoFollow/GetAutoFollowPatternPage.cs +++ b/tests/Examples/Ccr/Apis/AutoFollow/GetAutoFollowPatternPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/AutoFollow/PauseAutoFollowPatternPage.cs b/tests/Examples/Ccr/Apis/AutoFollow/PauseAutoFollowPatternPage.cs index ab867af7727..a4465ea9e4e 100644 --- a/tests/Examples/Ccr/Apis/AutoFollow/PauseAutoFollowPatternPage.cs +++ b/tests/Examples/Ccr/Apis/AutoFollow/PauseAutoFollowPatternPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/AutoFollow/PutAutoFollowPatternPage.cs b/tests/Examples/Ccr/Apis/AutoFollow/PutAutoFollowPatternPage.cs index 7b7d183a7bf..314eac2934c 100644 --- a/tests/Examples/Ccr/Apis/AutoFollow/PutAutoFollowPatternPage.cs +++ b/tests/Examples/Ccr/Apis/AutoFollow/PutAutoFollowPatternPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/AutoFollow/ResumeAutoFollowPatternPage.cs b/tests/Examples/Ccr/Apis/AutoFollow/ResumeAutoFollowPatternPage.cs index 0d46f2a3e36..5b68a730fe7 100644 --- a/tests/Examples/Ccr/Apis/AutoFollow/ResumeAutoFollowPatternPage.cs +++ b/tests/Examples/Ccr/Apis/AutoFollow/ResumeAutoFollowPatternPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/Follow/GetFollowInfoPage.cs b/tests/Examples/Ccr/Apis/Follow/GetFollowInfoPage.cs index 9cccc7b1e87..71673cebb2a 100644 --- a/tests/Examples/Ccr/Apis/Follow/GetFollowInfoPage.cs +++ b/tests/Examples/Ccr/Apis/Follow/GetFollowInfoPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/Follow/GetFollowStatsPage.cs b/tests/Examples/Ccr/Apis/Follow/GetFollowStatsPage.cs index 9a138b4b80a..22881547ca5 100644 --- a/tests/Examples/Ccr/Apis/Follow/GetFollowStatsPage.cs +++ b/tests/Examples/Ccr/Apis/Follow/GetFollowStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/Follow/PostForgetFollowerPage.cs b/tests/Examples/Ccr/Apis/Follow/PostForgetFollowerPage.cs index 36bdf0cac66..7c9e2eefbbe 100644 --- a/tests/Examples/Ccr/Apis/Follow/PostForgetFollowerPage.cs +++ b/tests/Examples/Ccr/Apis/Follow/PostForgetFollowerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/Follow/PostPauseFollowPage.cs b/tests/Examples/Ccr/Apis/Follow/PostPauseFollowPage.cs index 4beaea09f66..c49dfc64449 100644 --- a/tests/Examples/Ccr/Apis/Follow/PostPauseFollowPage.cs +++ b/tests/Examples/Ccr/Apis/Follow/PostPauseFollowPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/Follow/PostResumeFollowPage.cs b/tests/Examples/Ccr/Apis/Follow/PostResumeFollowPage.cs index a243f5933a3..1de512cbb49 100644 --- a/tests/Examples/Ccr/Apis/Follow/PostResumeFollowPage.cs +++ b/tests/Examples/Ccr/Apis/Follow/PostResumeFollowPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/Follow/PostUnfollowPage.cs b/tests/Examples/Ccr/Apis/Follow/PostUnfollowPage.cs index e2fd13f1c55..d32bf62b465 100644 --- a/tests/Examples/Ccr/Apis/Follow/PostUnfollowPage.cs +++ b/tests/Examples/Ccr/Apis/Follow/PostUnfollowPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/Follow/PutFollowPage.cs b/tests/Examples/Ccr/Apis/Follow/PutFollowPage.cs index 56b5167aa87..d4cd1633c28 100644 --- a/tests/Examples/Ccr/Apis/Follow/PutFollowPage.cs +++ b/tests/Examples/Ccr/Apis/Follow/PutFollowPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/Apis/GetCcrStatsPage.cs b/tests/Examples/Ccr/Apis/GetCcrStatsPage.cs index be56fc534de..1e274daeae2 100644 --- a/tests/Examples/Ccr/Apis/GetCcrStatsPage.cs +++ b/tests/Examples/Ccr/Apis/GetCcrStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/GettingStartedPage.cs b/tests/Examples/Ccr/GettingStartedPage.cs index 1449245d73f..7e4d63f2d62 100644 --- a/tests/Examples/Ccr/GettingStartedPage.cs +++ b/tests/Examples/Ccr/GettingStartedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ccr/OverviewPage.cs b/tests/Examples/Ccr/OverviewPage.cs index 78407b1a1d3..e8e7b22538f 100644 --- a/tests/Examples/Ccr/OverviewPage.cs +++ b/tests/Examples/Ccr/OverviewPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/AllocationExplainPage.cs b/tests/Examples/Cluster/AllocationExplainPage.cs index e614b52990c..e8308c97ed8 100644 --- a/tests/Examples/Cluster/AllocationExplainPage.cs +++ b/tests/Examples/Cluster/AllocationExplainPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/GetSettingsPage.cs b/tests/Examples/Cluster/GetSettingsPage.cs index d78432cc6a7..6e96f5cbaeb 100644 --- a/tests/Examples/Cluster/GetSettingsPage.cs +++ b/tests/Examples/Cluster/GetSettingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/HealthPage.cs b/tests/Examples/Cluster/HealthPage.cs index f836d41a99f..42e6d68fdfb 100644 --- a/tests/Examples/Cluster/HealthPage.cs +++ b/tests/Examples/Cluster/HealthPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/NodesHotThreadsPage.cs b/tests/Examples/Cluster/NodesHotThreadsPage.cs index a50c41812b7..86df1e81a03 100644 --- a/tests/Examples/Cluster/NodesHotThreadsPage.cs +++ b/tests/Examples/Cluster/NodesHotThreadsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/NodesInfoPage.cs b/tests/Examples/Cluster/NodesInfoPage.cs index d1500bd7b20..f42bf0552f7 100644 --- a/tests/Examples/Cluster/NodesInfoPage.cs +++ b/tests/Examples/Cluster/NodesInfoPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/NodesReloadSecureSettingsPage.cs b/tests/Examples/Cluster/NodesReloadSecureSettingsPage.cs index 707b2e159db..70e085e17ec 100644 --- a/tests/Examples/Cluster/NodesReloadSecureSettingsPage.cs +++ b/tests/Examples/Cluster/NodesReloadSecureSettingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/NodesStatsPage.cs b/tests/Examples/Cluster/NodesStatsPage.cs index 51e00359c70..1836583544e 100644 --- a/tests/Examples/Cluster/NodesStatsPage.cs +++ b/tests/Examples/Cluster/NodesStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/NodesUsagePage.cs b/tests/Examples/Cluster/NodesUsagePage.cs index c73ec5b9555..6edc93fa74f 100644 --- a/tests/Examples/Cluster/NodesUsagePage.cs +++ b/tests/Examples/Cluster/NodesUsagePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/PendingPage.cs b/tests/Examples/Cluster/PendingPage.cs index 921c041a084..1bb54b82fd2 100644 --- a/tests/Examples/Cluster/PendingPage.cs +++ b/tests/Examples/Cluster/PendingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/RemoteInfoPage.cs b/tests/Examples/Cluster/RemoteInfoPage.cs index ff83262a007..ee45d8036a1 100644 --- a/tests/Examples/Cluster/RemoteInfoPage.cs +++ b/tests/Examples/Cluster/RemoteInfoPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/ReroutePage.cs b/tests/Examples/Cluster/ReroutePage.cs index dc95a0ecdb2..d2e8239bd00 100644 --- a/tests/Examples/Cluster/ReroutePage.cs +++ b/tests/Examples/Cluster/ReroutePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/StatePage.cs b/tests/Examples/Cluster/StatePage.cs index 2e3a65c9ce6..6bf1140fd5e 100644 --- a/tests/Examples/Cluster/StatePage.cs +++ b/tests/Examples/Cluster/StatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/StatsPage.cs b/tests/Examples/Cluster/StatsPage.cs index c1407da028a..84ef555510f 100644 --- a/tests/Examples/Cluster/StatsPage.cs +++ b/tests/Examples/Cluster/StatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/TasksPage.cs b/tests/Examples/Cluster/TasksPage.cs index 0dacc04f5d0..5f2b1eb79ca 100644 --- a/tests/Examples/Cluster/TasksPage.cs +++ b/tests/Examples/Cluster/TasksPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/UpdateSettingsPage.cs b/tests/Examples/Cluster/UpdateSettingsPage.cs index 0ec5a2a9c6e..739a35ae182 100644 --- a/tests/Examples/Cluster/UpdateSettingsPage.cs +++ b/tests/Examples/Cluster/UpdateSettingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Cluster/VotingExclusionsPage.cs b/tests/Examples/Cluster/VotingExclusionsPage.cs index 984b610b42b..a07045f721a 100644 --- a/tests/Examples/Cluster/VotingExclusionsPage.cs +++ b/tests/Examples/Cluster/VotingExclusionsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/DeleteTransformPage.cs b/tests/Examples/DataFrames/Apis/DeleteTransformPage.cs index 1166a8a801a..f67c6f4b647 100644 --- a/tests/Examples/DataFrames/Apis/DeleteTransformPage.cs +++ b/tests/Examples/DataFrames/Apis/DeleteTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/GetTransformPage.cs b/tests/Examples/DataFrames/Apis/GetTransformPage.cs index 0f0c281c8e6..a6f008200e2 100644 --- a/tests/Examples/DataFrames/Apis/GetTransformPage.cs +++ b/tests/Examples/DataFrames/Apis/GetTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/GetTransformStatsPage.cs b/tests/Examples/DataFrames/Apis/GetTransformStatsPage.cs index f8e7ce1566d..17b22f3262f 100644 --- a/tests/Examples/DataFrames/Apis/GetTransformStatsPage.cs +++ b/tests/Examples/DataFrames/Apis/GetTransformStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/PreviewTransformPage.cs b/tests/Examples/DataFrames/Apis/PreviewTransformPage.cs index 9c76b8b1ac6..8669bc4891b 100644 --- a/tests/Examples/DataFrames/Apis/PreviewTransformPage.cs +++ b/tests/Examples/DataFrames/Apis/PreviewTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/PutTransformPage.cs b/tests/Examples/DataFrames/Apis/PutTransformPage.cs index 339ca6de6b6..004801b89fc 100644 --- a/tests/Examples/DataFrames/Apis/PutTransformPage.cs +++ b/tests/Examples/DataFrames/Apis/PutTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/StartTransformPage.cs b/tests/Examples/DataFrames/Apis/StartTransformPage.cs index 45f7b092c2d..b707896bf4b 100644 --- a/tests/Examples/DataFrames/Apis/StartTransformPage.cs +++ b/tests/Examples/DataFrames/Apis/StartTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/StopTransformPage.cs b/tests/Examples/DataFrames/Apis/StopTransformPage.cs index 1be6f535fd4..951edc99fb7 100644 --- a/tests/Examples/DataFrames/Apis/StopTransformPage.cs +++ b/tests/Examples/DataFrames/Apis/StopTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataFrames/Apis/UpdateTransformPage.cs b/tests/Examples/DataFrames/Apis/UpdateTransformPage.cs index b2ce1b3d70d..f5581af47ac 100644 --- a/tests/Examples/DataFrames/Apis/UpdateTransformPage.cs +++ b/tests/Examples/DataFrames/Apis/UpdateTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/DataStreams/ChangeMappingsAndSettingsPage.cs b/tests/Examples/DataStreams/ChangeMappingsAndSettingsPage.cs index 146f29ad7b0..369e729bbdc 100644 --- a/tests/Examples/DataStreams/ChangeMappingsAndSettingsPage.cs +++ b/tests/Examples/DataStreams/ChangeMappingsAndSettingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/DataStreams/SetUpADataStreamPage.cs b/tests/Examples/DataStreams/SetUpADataStreamPage.cs index 90480b7f26a..c2e4c4f3241 100644 --- a/tests/Examples/DataStreams/SetUpADataStreamPage.cs +++ b/tests/Examples/DataStreams/SetUpADataStreamPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/DataStreams/UseADataStreamPage.cs b/tests/Examples/DataStreams/UseADataStreamPage.cs index f8adea86f69..da5b1b5216b 100644 --- a/tests/Examples/DataStreams/UseADataStreamPage.cs +++ b/tests/Examples/DataStreams/UseADataStreamPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Docs/BulkPage.cs b/tests/Examples/Docs/BulkPage.cs index 413791aeb36..0a3ef6721c6 100644 --- a/tests/Examples/Docs/BulkPage.cs +++ b/tests/Examples/Docs/BulkPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Newtonsoft.Json.Linq; diff --git a/tests/Examples/Docs/ConcurrencyControlPage.cs b/tests/Examples/Docs/ConcurrencyControlPage.cs index 166948897ad..93c43c762b4 100644 --- a/tests/Examples/Docs/ConcurrencyControlPage.cs +++ b/tests/Examples/Docs/ConcurrencyControlPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Docs/DeleteByQueryPage.cs b/tests/Examples/Docs/DeleteByQueryPage.cs index a1f343c3695..ec643baff62 100644 --- a/tests/Examples/Docs/DeleteByQueryPage.cs +++ b/tests/Examples/Docs/DeleteByQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Docs/DeletePage.cs b/tests/Examples/Docs/DeletePage.cs index 92b453c1750..7580976aea2 100644 --- a/tests/Examples/Docs/DeletePage.cs +++ b/tests/Examples/Docs/DeletePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/Docs/GetPage.cs b/tests/Examples/Docs/GetPage.cs index 2c8d715cd0f..09f61288f7e 100644 --- a/tests/Examples/Docs/GetPage.cs +++ b/tests/Examples/Docs/GetPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/Docs/IndexPage.cs b/tests/Examples/Docs/IndexPage.cs index eb9fddf8cef..b34851b95dd 100644 --- a/tests/Examples/Docs/IndexPage.cs +++ b/tests/Examples/Docs/IndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses 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/Examples/Docs/MultiGetPage.cs b/tests/Examples/Docs/MultiGetPage.cs index f02c70c5ee9..96cf606b94d 100644 --- a/tests/Examples/Docs/MultiGetPage.cs +++ b/tests/Examples/Docs/MultiGetPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Docs/MultiTermvectorsPage.cs b/tests/Examples/Docs/MultiTermvectorsPage.cs index 982822e00a6..ca9a252ac20 100644 --- a/tests/Examples/Docs/MultiTermvectorsPage.cs +++ b/tests/Examples/Docs/MultiTermvectorsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Docs/RefreshPage.cs b/tests/Examples/Docs/RefreshPage.cs index be5ae7ad9fe..a1868a42a42 100644 --- a/tests/Examples/Docs/RefreshPage.cs +++ b/tests/Examples/Docs/RefreshPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Docs/ReindexPage.cs b/tests/Examples/Docs/ReindexPage.cs index 64fa30a47d7..b6361da8cb4 100644 --- a/tests/Examples/Docs/ReindexPage.cs +++ b/tests/Examples/Docs/ReindexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the 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/Examples/Docs/TermvectorsPage.cs b/tests/Examples/Docs/TermvectorsPage.cs index 85661f9d21d..decb7d8d713 100644 --- a/tests/Examples/Docs/TermvectorsPage.cs +++ b/tests/Examples/Docs/TermvectorsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Docs/UpdateByQueryPage.cs b/tests/Examples/Docs/UpdateByQueryPage.cs index 06fdc66ebfb..3a76d3e76e3 100644 --- a/tests/Examples/Docs/UpdateByQueryPage.cs +++ b/tests/Examples/Docs/UpdateByQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Docs/UpdatePage.cs b/tests/Examples/Docs/UpdatePage.cs index f94cd626322..a94e4304d7f 100644 --- a/tests/Examples/Docs/UpdatePage.cs +++ b/tests/Examples/Docs/UpdatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Newtonsoft.Json.Linq; diff --git a/tests/Examples/Eql/DeleteAsyncEqlSearchApiPage.cs b/tests/Examples/Eql/DeleteAsyncEqlSearchApiPage.cs index 05d43255654..8c90f138254 100644 --- a/tests/Examples/Eql/DeleteAsyncEqlSearchApiPage.cs +++ b/tests/Examples/Eql/DeleteAsyncEqlSearchApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Eql/EqlSearchApiPage.cs b/tests/Examples/Eql/EqlSearchApiPage.cs index a5702bd2d8a..cc1ae0b3186 100644 --- a/tests/Examples/Eql/EqlSearchApiPage.cs +++ b/tests/Examples/Eql/EqlSearchApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Eql/GetAsyncEqlSearchApiPage.cs b/tests/Examples/Eql/GetAsyncEqlSearchApiPage.cs index a2336cd561d..ef5e3192a40 100644 --- a/tests/Examples/Eql/GetAsyncEqlSearchApiPage.cs +++ b/tests/Examples/Eql/GetAsyncEqlSearchApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Eql/SearchPage.cs b/tests/Examples/Eql/SearchPage.cs index 2e96caf483f..6d8f453f234 100644 --- a/tests/Examples/Eql/SearchPage.cs +++ b/tests/Examples/Eql/SearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Example.cs b/tests/Examples/Example.cs index 7121f3dde64..fa0cc9f2491 100644 --- a/tests/Examples/Example.cs +++ b/tests/Examples/Example.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the 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/Examples/ExampleBase.cs b/tests/Examples/ExampleBase.cs index 8b4d9fd1cfb..f66e647d5c5 100644 --- a/tests/Examples/ExampleBase.cs +++ b/tests/Examples/ExampleBase.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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.Transport; using Elasticsearch.Net; diff --git a/tests/Examples/Graph/ExplorePage.cs b/tests/Examples/Graph/ExplorePage.cs index 7745e30ef0d..91b115d5413 100644 --- a/tests/Examples/Graph/ExplorePage.cs +++ b/tests/Examples/Graph/ExplorePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/HighAvailability/BackupAndRestoreSecurityConfigPage.cs b/tests/Examples/HighAvailability/BackupAndRestoreSecurityConfigPage.cs index 11c5b681ac5..c5dc6331324 100644 --- a/tests/Examples/HighAvailability/BackupAndRestoreSecurityConfigPage.cs +++ b/tests/Examples/HighAvailability/BackupAndRestoreSecurityConfigPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/HighAvailability/BackupClusterConfigPage.cs b/tests/Examples/HighAvailability/BackupClusterConfigPage.cs index 25cb1eb8514..5446b900034 100644 --- a/tests/Examples/HighAvailability/BackupClusterConfigPage.cs +++ b/tests/Examples/HighAvailability/BackupClusterConfigPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/HowTo/AvoidOvershardingPage.cs b/tests/Examples/HowTo/AvoidOvershardingPage.cs index 96e8aae70dd..3bed1ec0f88 100644 --- a/tests/Examples/HowTo/AvoidOvershardingPage.cs +++ b/tests/Examples/HowTo/AvoidOvershardingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/HowTo/DiskUsagePage.cs b/tests/Examples/HowTo/DiskUsagePage.cs index a98f36acbfe..e6429c6c050 100644 --- a/tests/Examples/HowTo/DiskUsagePage.cs +++ b/tests/Examples/HowTo/DiskUsagePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/HowTo/Recipes/ScoringPage.cs b/tests/Examples/HowTo/Recipes/ScoringPage.cs index 4a9af50e746..7862829b7c6 100644 --- a/tests/Examples/HowTo/Recipes/ScoringPage.cs +++ b/tests/Examples/HowTo/Recipes/ScoringPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/HowTo/Recipes/StemmingPage.cs b/tests/Examples/HowTo/Recipes/StemmingPage.cs index 1072e0ecd08..ae41015b60c 100644 --- a/tests/Examples/HowTo/Recipes/StemmingPage.cs +++ b/tests/Examples/HowTo/Recipes/StemmingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/HowTo/SearchSpeedPage.cs b/tests/Examples/HowTo/SearchSpeedPage.cs index 84ed8407973..873b22f5d78 100644 --- a/tests/Examples/HowTo/SearchSpeedPage.cs +++ b/tests/Examples/HowTo/SearchSpeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Actions/IlmAllocatePage.cs b/tests/Examples/Ilm/Actions/IlmAllocatePage.cs index 608f618182c..5e68699d8af 100644 --- a/tests/Examples/Ilm/Actions/IlmAllocatePage.cs +++ b/tests/Examples/Ilm/Actions/IlmAllocatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmDeletePage.cs b/tests/Examples/Ilm/Actions/IlmDeletePage.cs index 6961e8bc2df..07bbb0a2e7f 100644 --- a/tests/Examples/Ilm/Actions/IlmDeletePage.cs +++ b/tests/Examples/Ilm/Actions/IlmDeletePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmForcemergePage.cs b/tests/Examples/Ilm/Actions/IlmForcemergePage.cs index 2c04bc18db8..6a8e7c8187d 100644 --- a/tests/Examples/Ilm/Actions/IlmForcemergePage.cs +++ b/tests/Examples/Ilm/Actions/IlmForcemergePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmFreezePage.cs b/tests/Examples/Ilm/Actions/IlmFreezePage.cs index 9c37f0a0ee8..b0fa574ae6f 100644 --- a/tests/Examples/Ilm/Actions/IlmFreezePage.cs +++ b/tests/Examples/Ilm/Actions/IlmFreezePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmReadonlyPage.cs b/tests/Examples/Ilm/Actions/IlmReadonlyPage.cs index 5bd4fa240f0..ffc79e303b9 100644 --- a/tests/Examples/Ilm/Actions/IlmReadonlyPage.cs +++ b/tests/Examples/Ilm/Actions/IlmReadonlyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmRolloverPage.cs b/tests/Examples/Ilm/Actions/IlmRolloverPage.cs index 515104a82ad..70e3510e532 100644 --- a/tests/Examples/Ilm/Actions/IlmRolloverPage.cs +++ b/tests/Examples/Ilm/Actions/IlmRolloverPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmSearchableSnapshotPage.cs b/tests/Examples/Ilm/Actions/IlmSearchableSnapshotPage.cs index 8db4b3f87e2..1ab03e3f0f5 100644 --- a/tests/Examples/Ilm/Actions/IlmSearchableSnapshotPage.cs +++ b/tests/Examples/Ilm/Actions/IlmSearchableSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmSetPriorityPage.cs b/tests/Examples/Ilm/Actions/IlmSetPriorityPage.cs index 7ce9eb42b8a..5572fa7e85d 100644 --- a/tests/Examples/Ilm/Actions/IlmSetPriorityPage.cs +++ b/tests/Examples/Ilm/Actions/IlmSetPriorityPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmShrinkPage.cs b/tests/Examples/Ilm/Actions/IlmShrinkPage.cs index cb49e3b8000..01f4366db16 100644 --- a/tests/Examples/Ilm/Actions/IlmShrinkPage.cs +++ b/tests/Examples/Ilm/Actions/IlmShrinkPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmUnfollowPage.cs b/tests/Examples/Ilm/Actions/IlmUnfollowPage.cs index 56634a4c746..d1958fd17d2 100644 --- a/tests/Examples/Ilm/Actions/IlmUnfollowPage.cs +++ b/tests/Examples/Ilm/Actions/IlmUnfollowPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Actions/IlmWaitForSnapshotPage.cs b/tests/Examples/Ilm/Actions/IlmWaitForSnapshotPage.cs index cd1754f4ec4..8434a3f12e9 100644 --- a/tests/Examples/Ilm/Actions/IlmWaitForSnapshotPage.cs +++ b/tests/Examples/Ilm/Actions/IlmWaitForSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/Apis/DeleteLifecyclePage.cs b/tests/Examples/Ilm/Apis/DeleteLifecyclePage.cs index e47f32480a5..1e27de16c6d 100644 --- a/tests/Examples/Ilm/Apis/DeleteLifecyclePage.cs +++ b/tests/Examples/Ilm/Apis/DeleteLifecyclePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/ExplainPage.cs b/tests/Examples/Ilm/Apis/ExplainPage.cs index 7d86889491e..8914cf67f0e 100644 --- a/tests/Examples/Ilm/Apis/ExplainPage.cs +++ b/tests/Examples/Ilm/Apis/ExplainPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/GetLifecyclePage.cs b/tests/Examples/Ilm/Apis/GetLifecyclePage.cs index 7038bfb195a..e882e8e2d5d 100644 --- a/tests/Examples/Ilm/Apis/GetLifecyclePage.cs +++ b/tests/Examples/Ilm/Apis/GetLifecyclePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/GetStatusPage.cs b/tests/Examples/Ilm/Apis/GetStatusPage.cs index 8b8d67d43c1..21d645684de 100644 --- a/tests/Examples/Ilm/Apis/GetStatusPage.cs +++ b/tests/Examples/Ilm/Apis/GetStatusPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/MoveToStepPage.cs b/tests/Examples/Ilm/Apis/MoveToStepPage.cs index 2a5ec670e7f..4f95d0d2820 100644 --- a/tests/Examples/Ilm/Apis/MoveToStepPage.cs +++ b/tests/Examples/Ilm/Apis/MoveToStepPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/PutLifecyclePage.cs b/tests/Examples/Ilm/Apis/PutLifecyclePage.cs index fbfcf268e36..e54bcbe8aee 100644 --- a/tests/Examples/Ilm/Apis/PutLifecyclePage.cs +++ b/tests/Examples/Ilm/Apis/PutLifecyclePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/RemovePolicyFromIndexPage.cs b/tests/Examples/Ilm/Apis/RemovePolicyFromIndexPage.cs index dd4e4d14a85..f7f64087e9e 100644 --- a/tests/Examples/Ilm/Apis/RemovePolicyFromIndexPage.cs +++ b/tests/Examples/Ilm/Apis/RemovePolicyFromIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/SlmApiPage.cs b/tests/Examples/Ilm/Apis/SlmApiPage.cs index ca7c14ce937..6e5dc5c4788 100644 --- a/tests/Examples/Ilm/Apis/SlmApiPage.cs +++ b/tests/Examples/Ilm/Apis/SlmApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/StartPage.cs b/tests/Examples/Ilm/Apis/StartPage.cs index 86c4b75181e..e0851b48101 100644 --- a/tests/Examples/Ilm/Apis/StartPage.cs +++ b/tests/Examples/Ilm/Apis/StartPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/Apis/StopPage.cs b/tests/Examples/Ilm/Apis/StopPage.cs index 993ad9f8406..372c6680516 100644 --- a/tests/Examples/Ilm/Apis/StopPage.cs +++ b/tests/Examples/Ilm/Apis/StopPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/ErrorHandlingPage.cs b/tests/Examples/Ilm/ErrorHandlingPage.cs index f047e628d83..3343bb9c54e 100644 --- a/tests/Examples/Ilm/ErrorHandlingPage.cs +++ b/tests/Examples/Ilm/ErrorHandlingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/GettingStartedIlmPage.cs b/tests/Examples/Ilm/GettingStartedIlmPage.cs index 9e9a7dce233..454aab9afeb 100644 --- a/tests/Examples/Ilm/GettingStartedIlmPage.cs +++ b/tests/Examples/Ilm/GettingStartedIlmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/GettingStartedSlmPage.cs b/tests/Examples/Ilm/GettingStartedSlmPage.cs index d54afdb1bbf..a600108757d 100644 --- a/tests/Examples/Ilm/GettingStartedSlmPage.cs +++ b/tests/Examples/Ilm/GettingStartedSlmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/IlmTutorialPage.cs b/tests/Examples/Ilm/IlmTutorialPage.cs index a179886a9ed..8d39b7b940a 100644 --- a/tests/Examples/Ilm/IlmTutorialPage.cs +++ b/tests/Examples/Ilm/IlmTutorialPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/IlmWithExistingIndicesPage.cs b/tests/Examples/Ilm/IlmWithExistingIndicesPage.cs index d7c8cf1b5c5..8a00028fb19 100644 --- a/tests/Examples/Ilm/IlmWithExistingIndicesPage.cs +++ b/tests/Examples/Ilm/IlmWithExistingIndicesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/PolicyDefinitionsPage.cs b/tests/Examples/Ilm/PolicyDefinitionsPage.cs index 42d8272eae4..1b0bff65075 100644 --- a/tests/Examples/Ilm/PolicyDefinitionsPage.cs +++ b/tests/Examples/Ilm/PolicyDefinitionsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/SetUpLifecyclePolicyPage.cs b/tests/Examples/Ilm/SetUpLifecyclePolicyPage.cs index fff7b33edad..f5ff93c9f73 100644 --- a/tests/Examples/Ilm/SetUpLifecyclePolicyPage.cs +++ b/tests/Examples/Ilm/SetUpLifecyclePolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/SlmRetentionPage.cs b/tests/Examples/Ilm/SlmRetentionPage.cs index 451d806d931..26df346138c 100644 --- a/tests/Examples/Ilm/SlmRetentionPage.cs +++ b/tests/Examples/Ilm/SlmRetentionPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/StartStopIlmPage.cs b/tests/Examples/Ilm/StartStopIlmPage.cs index 6b0f576a42d..e6114cdf6b9 100644 --- a/tests/Examples/Ilm/StartStopIlmPage.cs +++ b/tests/Examples/Ilm/StartStopIlmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/StartStopPage.cs b/tests/Examples/Ilm/StartStopPage.cs index 91237f30b4b..c931e047f3a 100644 --- a/tests/Examples/Ilm/StartStopPage.cs +++ b/tests/Examples/Ilm/StartStopPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ilm/UpdateLifecyclePolicyPage.cs b/tests/Examples/Ilm/UpdateLifecyclePolicyPage.cs index 0076fd0508d..42e8e37cdc8 100644 --- a/tests/Examples/Ilm/UpdateLifecyclePolicyPage.cs +++ b/tests/Examples/Ilm/UpdateLifecyclePolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ilm/UsingPoliciesRolloverPage.cs b/tests/Examples/Ilm/UsingPoliciesRolloverPage.cs index 9c2afd88ebe..b4c4fccac76 100644 --- a/tests/Examples/Ilm/UsingPoliciesRolloverPage.cs +++ b/tests/Examples/Ilm/UsingPoliciesRolloverPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/IndexModules/Allocation/DelayedPage.cs b/tests/Examples/IndexModules/Allocation/DelayedPage.cs index 0aafec0bf41..3ef9fe92ff7 100644 --- a/tests/Examples/IndexModules/Allocation/DelayedPage.cs +++ b/tests/Examples/IndexModules/Allocation/DelayedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/IndexModules/Allocation/FilteringPage.cs b/tests/Examples/IndexModules/Allocation/FilteringPage.cs index fe582cf066f..0b612e7ad9c 100644 --- a/tests/Examples/IndexModules/Allocation/FilteringPage.cs +++ b/tests/Examples/IndexModules/Allocation/FilteringPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/IndexModules/Allocation/PrioritizationPage.cs b/tests/Examples/IndexModules/Allocation/PrioritizationPage.cs index 88e281006f8..f9270956c0b 100644 --- a/tests/Examples/IndexModules/Allocation/PrioritizationPage.cs +++ b/tests/Examples/IndexModules/Allocation/PrioritizationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/IndexModules/BlocksPage.cs b/tests/Examples/IndexModules/BlocksPage.cs index c6bda18315a..68b6592c7bc 100644 --- a/tests/Examples/IndexModules/BlocksPage.cs +++ b/tests/Examples/IndexModules/BlocksPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/IndexModules/IndexSortingPage.cs b/tests/Examples/IndexModules/IndexSortingPage.cs index a8a1539a4df..a03b4cf6bc9 100644 --- a/tests/Examples/IndexModules/IndexSortingPage.cs +++ b/tests/Examples/IndexModules/IndexSortingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/IndexModules/SimilarityPage.cs b/tests/Examples/IndexModules/SimilarityPage.cs index ab87a95309b..cc3b4ae9622 100644 --- a/tests/Examples/IndexModules/SimilarityPage.cs +++ b/tests/Examples/IndexModules/SimilarityPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/IndexModules/SlowlogPage.cs b/tests/Examples/IndexModules/SlowlogPage.cs index 1898b9b208e..c8333642154 100644 --- a/tests/Examples/IndexModules/SlowlogPage.cs +++ b/tests/Examples/IndexModules/SlowlogPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/IndexModules/StorePage.cs b/tests/Examples/IndexModules/StorePage.cs index 083ad89bdf2..d944d61a863 100644 --- a/tests/Examples/IndexModules/StorePage.cs +++ b/tests/Examples/IndexModules/StorePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/AddAliasPage.cs b/tests/Examples/Indices/AddAliasPage.cs index 38ae3883d52..5f4d5ed9011 100644 --- a/tests/Examples/Indices/AddAliasPage.cs +++ b/tests/Examples/Indices/AddAliasPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/AliasExistsPage.cs b/tests/Examples/Indices/AliasExistsPage.cs index 8db21780a63..d0dce5b1d42 100644 --- a/tests/Examples/Indices/AliasExistsPage.cs +++ b/tests/Examples/Indices/AliasExistsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/AliasesPage.cs b/tests/Examples/Indices/AliasesPage.cs index 6936ff42a20..ff8d9c867b3 100644 --- a/tests/Examples/Indices/AliasesPage.cs +++ b/tests/Examples/Indices/AliasesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/AnalyzePage.cs b/tests/Examples/Indices/AnalyzePage.cs index aec0b6cdc01..ca62a35f96d 100644 --- a/tests/Examples/Indices/AnalyzePage.cs +++ b/tests/Examples/Indices/AnalyzePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/Apis/FreezePage.cs b/tests/Examples/Indices/Apis/FreezePage.cs index 089c1d2aa1f..f5c85ac4e1e 100644 --- a/tests/Examples/Indices/Apis/FreezePage.cs +++ b/tests/Examples/Indices/Apis/FreezePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/Apis/ReloadAnalyzersPage.cs b/tests/Examples/Indices/Apis/ReloadAnalyzersPage.cs index cbd952342ec..111bcc4e8b1 100644 --- a/tests/Examples/Indices/Apis/ReloadAnalyzersPage.cs +++ b/tests/Examples/Indices/Apis/ReloadAnalyzersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/Apis/UnfreezePage.cs b/tests/Examples/Indices/Apis/UnfreezePage.cs index f05f858f11e..ca791fa172b 100644 --- a/tests/Examples/Indices/Apis/UnfreezePage.cs +++ b/tests/Examples/Indices/Apis/UnfreezePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/ClearcachePage.cs b/tests/Examples/Indices/ClearcachePage.cs index c3c79f6125a..2f1287d5489 100644 --- a/tests/Examples/Indices/ClearcachePage.cs +++ b/tests/Examples/Indices/ClearcachePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/CloneIndexPage.cs b/tests/Examples/Indices/CloneIndexPage.cs index 7c6e5f31b20..82465843d01 100644 --- a/tests/Examples/Indices/CloneIndexPage.cs +++ b/tests/Examples/Indices/CloneIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/ClosePage.cs b/tests/Examples/Indices/ClosePage.cs index dbc335c0437..0a55c1f4180 100644 --- a/tests/Examples/Indices/ClosePage.cs +++ b/tests/Examples/Indices/ClosePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/ComponentTemplatesPage.cs b/tests/Examples/Indices/ComponentTemplatesPage.cs index b87ef488ab4..420f6d45cf1 100644 --- a/tests/Examples/Indices/ComponentTemplatesPage.cs +++ b/tests/Examples/Indices/ComponentTemplatesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/CreateDataStreamPage.cs b/tests/Examples/Indices/CreateDataStreamPage.cs index e5f05d71fc6..c648faa8f40 100644 --- a/tests/Examples/Indices/CreateDataStreamPage.cs +++ b/tests/Examples/Indices/CreateDataStreamPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/CreateIndexPage.cs b/tests/Examples/Indices/CreateIndexPage.cs index 59a1fa9010e..802cd8a6a3c 100644 --- a/tests/Examples/Indices/CreateIndexPage.cs +++ b/tests/Examples/Indices/CreateIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Newtonsoft.Json.Linq; diff --git a/tests/Examples/Indices/DanglingIndexDeletePage.cs b/tests/Examples/Indices/DanglingIndexDeletePage.cs index d0070b7bef0..726b5e3daed 100644 --- a/tests/Examples/Indices/DanglingIndexDeletePage.cs +++ b/tests/Examples/Indices/DanglingIndexDeletePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/DanglingIndexImportPage.cs b/tests/Examples/Indices/DanglingIndexImportPage.cs index dc186a31a13..a10f59537a9 100644 --- a/tests/Examples/Indices/DanglingIndexImportPage.cs +++ b/tests/Examples/Indices/DanglingIndexImportPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/DanglingIndicesListPage.cs b/tests/Examples/Indices/DanglingIndicesListPage.cs index d43cd1735e9..64504fc8be4 100644 --- a/tests/Examples/Indices/DanglingIndicesListPage.cs +++ b/tests/Examples/Indices/DanglingIndicesListPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/DeleteAliasPage.cs b/tests/Examples/Indices/DeleteAliasPage.cs index beec7745c4b..fa7d98525bd 100644 --- a/tests/Examples/Indices/DeleteAliasPage.cs +++ b/tests/Examples/Indices/DeleteAliasPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/DeleteDataStreamPage.cs b/tests/Examples/Indices/DeleteDataStreamPage.cs index 3fd9e413db6..766b9054824 100644 --- a/tests/Examples/Indices/DeleteDataStreamPage.cs +++ b/tests/Examples/Indices/DeleteDataStreamPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/DeleteIndexPage.cs b/tests/Examples/Indices/DeleteIndexPage.cs index b19bbba5ee8..7ebe880c18a 100644 --- a/tests/Examples/Indices/DeleteIndexPage.cs +++ b/tests/Examples/Indices/DeleteIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/DeleteIndexTemplatePage.cs b/tests/Examples/Indices/DeleteIndexTemplatePage.cs index d58a85f264f..dc02415acc2 100644 --- a/tests/Examples/Indices/DeleteIndexTemplatePage.cs +++ b/tests/Examples/Indices/DeleteIndexTemplatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/FlushPage.cs b/tests/Examples/Indices/FlushPage.cs index 06d172e7b27..6e694071332 100644 --- a/tests/Examples/Indices/FlushPage.cs +++ b/tests/Examples/Indices/FlushPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/ForcemergePage.cs b/tests/Examples/Indices/ForcemergePage.cs index 8b076374bff..7104e7f0626 100644 --- a/tests/Examples/Indices/ForcemergePage.cs +++ b/tests/Examples/Indices/ForcemergePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/GetAliasPage.cs b/tests/Examples/Indices/GetAliasPage.cs index 69869182873..bae7d64c8f5 100644 --- a/tests/Examples/Indices/GetAliasPage.cs +++ b/tests/Examples/Indices/GetAliasPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/GetDataStreamPage.cs b/tests/Examples/Indices/GetDataStreamPage.cs index ccc65f2b93c..0da311139b5 100644 --- a/tests/Examples/Indices/GetDataStreamPage.cs +++ b/tests/Examples/Indices/GetDataStreamPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/GetFieldMappingPage.cs b/tests/Examples/Indices/GetFieldMappingPage.cs index 13abea76767..3948069c10f 100644 --- a/tests/Examples/Indices/GetFieldMappingPage.cs +++ b/tests/Examples/Indices/GetFieldMappingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/GetIndexPage.cs b/tests/Examples/Indices/GetIndexPage.cs index 284dee29904..bc39e2c7855 100644 --- a/tests/Examples/Indices/GetIndexPage.cs +++ b/tests/Examples/Indices/GetIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/GetIndexTemplatePage.cs b/tests/Examples/Indices/GetIndexTemplatePage.cs index e5846a79560..bc9dc7eaaba 100644 --- a/tests/Examples/Indices/GetIndexTemplatePage.cs +++ b/tests/Examples/Indices/GetIndexTemplatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/GetMappingPage.cs b/tests/Examples/Indices/GetMappingPage.cs index 632ee21a614..f8c0aaa90bc 100644 --- a/tests/Examples/Indices/GetMappingPage.cs +++ b/tests/Examples/Indices/GetMappingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/GetSettingsPage.cs b/tests/Examples/Indices/GetSettingsPage.cs index 66306928d45..d95c923669f 100644 --- a/tests/Examples/Indices/GetSettingsPage.cs +++ b/tests/Examples/Indices/GetSettingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/IndexTemplatesPage.cs b/tests/Examples/Indices/IndexTemplatesPage.cs index ae8c54dcc9d..1fc9ae168a8 100644 --- a/tests/Examples/Indices/IndexTemplatesPage.cs +++ b/tests/Examples/Indices/IndexTemplatesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/IndicesExistsPage.cs b/tests/Examples/Indices/IndicesExistsPage.cs index 226238d04c4..044ca4d72d4 100644 --- a/tests/Examples/Indices/IndicesExistsPage.cs +++ b/tests/Examples/Indices/IndicesExistsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/OpenClosePage.cs b/tests/Examples/Indices/OpenClosePage.cs index 2d6d3f72675..f0d19574444 100644 --- a/tests/Examples/Indices/OpenClosePage.cs +++ b/tests/Examples/Indices/OpenClosePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/PutMappingPage.cs b/tests/Examples/Indices/PutMappingPage.cs index 274baa83587..85b3d0c0ffa 100644 --- a/tests/Examples/Indices/PutMappingPage.cs +++ b/tests/Examples/Indices/PutMappingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/RecoveryPage.cs b/tests/Examples/Indices/RecoveryPage.cs index 5c76bd16895..176ed51f3c3 100644 --- a/tests/Examples/Indices/RecoveryPage.cs +++ b/tests/Examples/Indices/RecoveryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/RefreshPage.cs b/tests/Examples/Indices/RefreshPage.cs index 73ef7efdded..911ef0de468 100644 --- a/tests/Examples/Indices/RefreshPage.cs +++ b/tests/Examples/Indices/RefreshPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/ResolvePage.cs b/tests/Examples/Indices/ResolvePage.cs index cb2f9d7cf26..c106c9ac44c 100644 --- a/tests/Examples/Indices/ResolvePage.cs +++ b/tests/Examples/Indices/ResolvePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/RolloverIndexPage.cs b/tests/Examples/Indices/RolloverIndexPage.cs index 950d5c7679d..3acf67616e5 100644 --- a/tests/Examples/Indices/RolloverIndexPage.cs +++ b/tests/Examples/Indices/RolloverIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/SegmentsPage.cs b/tests/Examples/Indices/SegmentsPage.cs index bd7f786080c..cc060770b39 100644 --- a/tests/Examples/Indices/SegmentsPage.cs +++ b/tests/Examples/Indices/SegmentsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/ShardStoresPage.cs b/tests/Examples/Indices/ShardStoresPage.cs index b04fbe131af..f99e3beaf89 100644 --- a/tests/Examples/Indices/ShardStoresPage.cs +++ b/tests/Examples/Indices/ShardStoresPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/ShrinkIndexPage.cs b/tests/Examples/Indices/ShrinkIndexPage.cs index 0e44660aee8..5eacf125173 100644 --- a/tests/Examples/Indices/ShrinkIndexPage.cs +++ b/tests/Examples/Indices/ShrinkIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/SimulateIndexPage.cs b/tests/Examples/Indices/SimulateIndexPage.cs index 78a61d42f54..f1a0d4c8105 100644 --- a/tests/Examples/Indices/SimulateIndexPage.cs +++ b/tests/Examples/Indices/SimulateIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/SimulateTemplatePage.cs b/tests/Examples/Indices/SimulateTemplatePage.cs index ff3f3550753..485b5db42b0 100644 --- a/tests/Examples/Indices/SimulateTemplatePage.cs +++ b/tests/Examples/Indices/SimulateTemplatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Indices/SplitIndexPage.cs b/tests/Examples/Indices/SplitIndexPage.cs index cc90299536e..0a234d3c4f5 100644 --- a/tests/Examples/Indices/SplitIndexPage.cs +++ b/tests/Examples/Indices/SplitIndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/StatsPage.cs b/tests/Examples/Indices/StatsPage.cs index 3e80881914b..36828d71697 100644 --- a/tests/Examples/Indices/StatsPage.cs +++ b/tests/Examples/Indices/StatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/SyncedFlushPage.cs b/tests/Examples/Indices/SyncedFlushPage.cs index 157c72e7fae..1363a999eb1 100644 --- a/tests/Examples/Indices/SyncedFlushPage.cs +++ b/tests/Examples/Indices/SyncedFlushPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/TemplateExistsPage.cs b/tests/Examples/Indices/TemplateExistsPage.cs index 454cfc33373..9b1020698ab 100644 --- a/tests/Examples/Indices/TemplateExistsPage.cs +++ b/tests/Examples/Indices/TemplateExistsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/TemplatesPage.cs b/tests/Examples/Indices/TemplatesPage.cs index 01ea4d2554e..1e4a7f22d7f 100644 --- a/tests/Examples/Indices/TemplatesPage.cs +++ b/tests/Examples/Indices/TemplatesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/Indices/TypesExistsPage.cs b/tests/Examples/Indices/TypesExistsPage.cs index ac49d35f0fc..65b147c2834 100644 --- a/tests/Examples/Indices/TypesExistsPage.cs +++ b/tests/Examples/Indices/TypesExistsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Indices/UpdateSettingsPage.cs b/tests/Examples/Indices/UpdateSettingsPage.cs index 52b04005959..1d502bdd4c7 100644 --- a/tests/Examples/Indices/UpdateSettingsPage.cs +++ b/tests/Examples/Indices/UpdateSettingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/DeletePipelinePage.cs b/tests/Examples/Ingest/Apis/DeletePipelinePage.cs index 117a33acc72..b5663136518 100644 --- a/tests/Examples/Ingest/Apis/DeletePipelinePage.cs +++ b/tests/Examples/Ingest/Apis/DeletePipelinePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/Enrich/DeleteEnrichPolicyPage.cs b/tests/Examples/Ingest/Apis/Enrich/DeleteEnrichPolicyPage.cs index 0b562b80168..39aabbe4b36 100644 --- a/tests/Examples/Ingest/Apis/Enrich/DeleteEnrichPolicyPage.cs +++ b/tests/Examples/Ingest/Apis/Enrich/DeleteEnrichPolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/Enrich/EnrichStatsPage.cs b/tests/Examples/Ingest/Apis/Enrich/EnrichStatsPage.cs index d246b50cbba..02e671902ac 100644 --- a/tests/Examples/Ingest/Apis/Enrich/EnrichStatsPage.cs +++ b/tests/Examples/Ingest/Apis/Enrich/EnrichStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/Enrich/ExecuteEnrichPolicyPage.cs b/tests/Examples/Ingest/Apis/Enrich/ExecuteEnrichPolicyPage.cs index c5771ef04d3..1d100505c3b 100644 --- a/tests/Examples/Ingest/Apis/Enrich/ExecuteEnrichPolicyPage.cs +++ b/tests/Examples/Ingest/Apis/Enrich/ExecuteEnrichPolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/Enrich/GetEnrichPolicyPage.cs b/tests/Examples/Ingest/Apis/Enrich/GetEnrichPolicyPage.cs index 2e33b2c62fb..bb4d12fe52f 100644 --- a/tests/Examples/Ingest/Apis/Enrich/GetEnrichPolicyPage.cs +++ b/tests/Examples/Ingest/Apis/Enrich/GetEnrichPolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/Enrich/PutEnrichPolicyPage.cs b/tests/Examples/Ingest/Apis/Enrich/PutEnrichPolicyPage.cs index 27e9ee79c23..28768fc8968 100644 --- a/tests/Examples/Ingest/Apis/Enrich/PutEnrichPolicyPage.cs +++ b/tests/Examples/Ingest/Apis/Enrich/PutEnrichPolicyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/GetPipelinePage.cs b/tests/Examples/Ingest/Apis/GetPipelinePage.cs index c0b0b5882f6..1d4271068b4 100644 --- a/tests/Examples/Ingest/Apis/GetPipelinePage.cs +++ b/tests/Examples/Ingest/Apis/GetPipelinePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/PutPipelinePage.cs b/tests/Examples/Ingest/Apis/PutPipelinePage.cs index b3af2506fff..76e3096ca6c 100644 --- a/tests/Examples/Ingest/Apis/PutPipelinePage.cs +++ b/tests/Examples/Ingest/Apis/PutPipelinePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Apis/SimulatePipelinePage.cs b/tests/Examples/Ingest/Apis/SimulatePipelinePage.cs index 05cab14778b..aee226cf989 100644 --- a/tests/Examples/Ingest/Apis/SimulatePipelinePage.cs +++ b/tests/Examples/Ingest/Apis/SimulatePipelinePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/EnrichPage.cs b/tests/Examples/Ingest/EnrichPage.cs index 692c8236cb8..8b221dbc907 100644 --- a/tests/Examples/Ingest/EnrichPage.cs +++ b/tests/Examples/Ingest/EnrichPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/IngestNodePage.cs b/tests/Examples/Ingest/IngestNodePage.cs index 50e0b4b5f20..a367e0bbb22 100644 --- a/tests/Examples/Ingest/IngestNodePage.cs +++ b/tests/Examples/Ingest/IngestNodePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/CirclePage.cs b/tests/Examples/Ingest/Processors/CirclePage.cs index ab20d96dd10..724b25e28b8 100644 --- a/tests/Examples/Ingest/Processors/CirclePage.cs +++ b/tests/Examples/Ingest/Processors/CirclePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/DateIndexNamePage.cs b/tests/Examples/Ingest/Processors/DateIndexNamePage.cs index 8e532ed1692..ce974b825a7 100644 --- a/tests/Examples/Ingest/Processors/DateIndexNamePage.cs +++ b/tests/Examples/Ingest/Processors/DateIndexNamePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/GeoipPage.cs b/tests/Examples/Ingest/Processors/GeoipPage.cs index db6b904b01b..0d64f436749 100644 --- a/tests/Examples/Ingest/Processors/GeoipPage.cs +++ b/tests/Examples/Ingest/Processors/GeoipPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/GrokPage.cs b/tests/Examples/Ingest/Processors/GrokPage.cs index fec5411ba33..b32b4e82d06 100644 --- a/tests/Examples/Ingest/Processors/GrokPage.cs +++ b/tests/Examples/Ingest/Processors/GrokPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/PipelinePage.cs b/tests/Examples/Ingest/Processors/PipelinePage.cs index 1da18cec6f2..d9a9bb89dc1 100644 --- a/tests/Examples/Ingest/Processors/PipelinePage.cs +++ b/tests/Examples/Ingest/Processors/PipelinePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/ScriptPage.cs b/tests/Examples/Ingest/Processors/ScriptPage.cs index 79c198f7957..a6aa5f74d75 100644 --- a/tests/Examples/Ingest/Processors/ScriptPage.cs +++ b/tests/Examples/Ingest/Processors/ScriptPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/SetPage.cs b/tests/Examples/Ingest/Processors/SetPage.cs index 2efc250f17c..2f271e70df0 100644 --- a/tests/Examples/Ingest/Processors/SetPage.cs +++ b/tests/Examples/Ingest/Processors/SetPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ingest/Processors/UserAgentPage.cs b/tests/Examples/Ingest/Processors/UserAgentPage.cs index 7bb742fd05b..519b5865a56 100644 --- a/tests/Examples/Ingest/Processors/UserAgentPage.cs +++ b/tests/Examples/Ingest/Processors/UserAgentPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/JTokenExtensions.cs b/tests/Examples/JTokenExtensions.cs index 56ba2a49827..c199ea658c3 100644 --- a/tests/Examples/JTokenExtensions.cs +++ b/tests/Examples/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; using Newtonsoft.Json.Linq; diff --git a/tests/Examples/Licensing/DeleteLicensePage.cs b/tests/Examples/Licensing/DeleteLicensePage.cs index 73b790b23af..ce06a66013b 100644 --- a/tests/Examples/Licensing/DeleteLicensePage.cs +++ b/tests/Examples/Licensing/DeleteLicensePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Licensing/GetBasicStatusPage.cs b/tests/Examples/Licensing/GetBasicStatusPage.cs index 7e7f8353ec7..714195ac9aa 100644 --- a/tests/Examples/Licensing/GetBasicStatusPage.cs +++ b/tests/Examples/Licensing/GetBasicStatusPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Licensing/GetLicensePage.cs b/tests/Examples/Licensing/GetLicensePage.cs index aac9fec2bdc..0a8cbebeef3 100644 --- a/tests/Examples/Licensing/GetLicensePage.cs +++ b/tests/Examples/Licensing/GetLicensePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Licensing/GetTrialStatusPage.cs b/tests/Examples/Licensing/GetTrialStatusPage.cs index e251e7022fa..6fee2846ee7 100644 --- a/tests/Examples/Licensing/GetTrialStatusPage.cs +++ b/tests/Examples/Licensing/GetTrialStatusPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Licensing/StartBasicPage.cs b/tests/Examples/Licensing/StartBasicPage.cs index cc7437a83fe..6ddf5346c91 100644 --- a/tests/Examples/Licensing/StartBasicPage.cs +++ b/tests/Examples/Licensing/StartBasicPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Licensing/StartTrialPage.cs b/tests/Examples/Licensing/StartTrialPage.cs index 6d63ff31e7c..a23a4a30ebf 100644 --- a/tests/Examples/Licensing/StartTrialPage.cs +++ b/tests/Examples/Licensing/StartTrialPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Licensing/UpdateLicensePage.cs b/tests/Examples/Licensing/UpdateLicensePage.cs index 8810f5fe406..5765600b1c0 100644 --- a/tests/Examples/Licensing/UpdateLicensePage.cs +++ b/tests/Examples/Licensing/UpdateLicensePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Dynamic/FieldMappingPage.cs b/tests/Examples/Mapping/Dynamic/FieldMappingPage.cs index 8693fc67401..b0ec961643c 100644 --- a/tests/Examples/Mapping/Dynamic/FieldMappingPage.cs +++ b/tests/Examples/Mapping/Dynamic/FieldMappingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Mapping/Dynamic/TemplatesPage.cs b/tests/Examples/Mapping/Dynamic/TemplatesPage.cs index ad30fe058d3..70fbc63837e 100644 --- a/tests/Examples/Mapping/Dynamic/TemplatesPage.cs +++ b/tests/Examples/Mapping/Dynamic/TemplatesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/DynamicMappingPage.cs b/tests/Examples/Mapping/DynamicMappingPage.cs index b56877de2a1..4e5636cdb78 100644 --- a/tests/Examples/Mapping/DynamicMappingPage.cs +++ b/tests/Examples/Mapping/DynamicMappingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/FieldNamesFieldPage.cs b/tests/Examples/Mapping/Fields/FieldNamesFieldPage.cs index 57120944107..44697cf7f17 100644 --- a/tests/Examples/Mapping/Fields/FieldNamesFieldPage.cs +++ b/tests/Examples/Mapping/Fields/FieldNamesFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/IdFieldPage.cs b/tests/Examples/Mapping/Fields/IdFieldPage.cs index ea33c06f01c..69ab34b1d2c 100644 --- a/tests/Examples/Mapping/Fields/IdFieldPage.cs +++ b/tests/Examples/Mapping/Fields/IdFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/IgnoredFieldPage.cs b/tests/Examples/Mapping/Fields/IgnoredFieldPage.cs index 2d766cacf5f..655c1e0e395 100644 --- a/tests/Examples/Mapping/Fields/IgnoredFieldPage.cs +++ b/tests/Examples/Mapping/Fields/IgnoredFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/IndexFieldPage.cs b/tests/Examples/Mapping/Fields/IndexFieldPage.cs index b6255f2159d..afba1fcb879 100644 --- a/tests/Examples/Mapping/Fields/IndexFieldPage.cs +++ b/tests/Examples/Mapping/Fields/IndexFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/MetaFieldPage.cs b/tests/Examples/Mapping/Fields/MetaFieldPage.cs index 93f3fad2922..7958fa9a4ed 100644 --- a/tests/Examples/Mapping/Fields/MetaFieldPage.cs +++ b/tests/Examples/Mapping/Fields/MetaFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/RoutingFieldPage.cs b/tests/Examples/Mapping/Fields/RoutingFieldPage.cs index 323b919ade0..b4a3ff49079 100644 --- a/tests/Examples/Mapping/Fields/RoutingFieldPage.cs +++ b/tests/Examples/Mapping/Fields/RoutingFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/SourceFieldPage.cs b/tests/Examples/Mapping/Fields/SourceFieldPage.cs index 72632121c8c..af7ad67ba09 100644 --- a/tests/Examples/Mapping/Fields/SourceFieldPage.cs +++ b/tests/Examples/Mapping/Fields/SourceFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Fields/TypeFieldPage.cs b/tests/Examples/Mapping/Fields/TypeFieldPage.cs index cbb7ff9a03b..2cc4c396908 100644 --- a/tests/Examples/Mapping/Fields/TypeFieldPage.cs +++ b/tests/Examples/Mapping/Fields/TypeFieldPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/AnalyzerPage.cs b/tests/Examples/Mapping/Params/AnalyzerPage.cs index 2f3759b5612..ea07c3728d8 100644 --- a/tests/Examples/Mapping/Params/AnalyzerPage.cs +++ b/tests/Examples/Mapping/Params/AnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/BoostPage.cs b/tests/Examples/Mapping/Params/BoostPage.cs index e1b51896750..decd26c33e3 100644 --- a/tests/Examples/Mapping/Params/BoostPage.cs +++ b/tests/Examples/Mapping/Params/BoostPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/CoercePage.cs b/tests/Examples/Mapping/Params/CoercePage.cs index d1b8367f5d9..8f4c091e2de 100644 --- a/tests/Examples/Mapping/Params/CoercePage.cs +++ b/tests/Examples/Mapping/Params/CoercePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/CopyToPage.cs b/tests/Examples/Mapping/Params/CopyToPage.cs index 2249285ac64..0d3833f6863 100644 --- a/tests/Examples/Mapping/Params/CopyToPage.cs +++ b/tests/Examples/Mapping/Params/CopyToPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/DocValuesPage.cs b/tests/Examples/Mapping/Params/DocValuesPage.cs index 44eebcfb4ad..24e74230109 100644 --- a/tests/Examples/Mapping/Params/DocValuesPage.cs +++ b/tests/Examples/Mapping/Params/DocValuesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/DynamicPage.cs b/tests/Examples/Mapping/Params/DynamicPage.cs index ffc8541982c..c7ef051f9b0 100644 --- a/tests/Examples/Mapping/Params/DynamicPage.cs +++ b/tests/Examples/Mapping/Params/DynamicPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/EagerGlobalOrdinalsPage.cs b/tests/Examples/Mapping/Params/EagerGlobalOrdinalsPage.cs index e74340f4578..f719c7ed195 100644 --- a/tests/Examples/Mapping/Params/EagerGlobalOrdinalsPage.cs +++ b/tests/Examples/Mapping/Params/EagerGlobalOrdinalsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/EnabledPage.cs b/tests/Examples/Mapping/Params/EnabledPage.cs index 315444e6ba8..51a36d60fd4 100644 --- a/tests/Examples/Mapping/Params/EnabledPage.cs +++ b/tests/Examples/Mapping/Params/EnabledPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/FielddataPage.cs b/tests/Examples/Mapping/Params/FielddataPage.cs index 55612419c06..3389268ef16 100644 --- a/tests/Examples/Mapping/Params/FielddataPage.cs +++ b/tests/Examples/Mapping/Params/FielddataPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/FormatPage.cs b/tests/Examples/Mapping/Params/FormatPage.cs index 83278bcf576..1cf63a30e3f 100644 --- a/tests/Examples/Mapping/Params/FormatPage.cs +++ b/tests/Examples/Mapping/Params/FormatPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Mapping/Params/IgnoreAbovePage.cs b/tests/Examples/Mapping/Params/IgnoreAbovePage.cs index 2fc435e0e22..7eed3857d35 100644 --- a/tests/Examples/Mapping/Params/IgnoreAbovePage.cs +++ b/tests/Examples/Mapping/Params/IgnoreAbovePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/IgnoreMalformedPage.cs b/tests/Examples/Mapping/Params/IgnoreMalformedPage.cs index 819d9a2e264..7d8cd1964ba 100644 --- a/tests/Examples/Mapping/Params/IgnoreMalformedPage.cs +++ b/tests/Examples/Mapping/Params/IgnoreMalformedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/IndexOptionsPage.cs b/tests/Examples/Mapping/Params/IndexOptionsPage.cs index 609beeb9682..9947c48c103 100644 --- a/tests/Examples/Mapping/Params/IndexOptionsPage.cs +++ b/tests/Examples/Mapping/Params/IndexOptionsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/IndexPrefixesPage.cs b/tests/Examples/Mapping/Params/IndexPrefixesPage.cs index c885b648679..6c9a6d54aa2 100644 --- a/tests/Examples/Mapping/Params/IndexPrefixesPage.cs +++ b/tests/Examples/Mapping/Params/IndexPrefixesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/MetaPage.cs b/tests/Examples/Mapping/Params/MetaPage.cs index 4ed3231c0ce..b4a2613feab 100644 --- a/tests/Examples/Mapping/Params/MetaPage.cs +++ b/tests/Examples/Mapping/Params/MetaPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/MultiFieldsPage.cs b/tests/Examples/Mapping/Params/MultiFieldsPage.cs index 87e2236135e..a138c754c55 100644 --- a/tests/Examples/Mapping/Params/MultiFieldsPage.cs +++ b/tests/Examples/Mapping/Params/MultiFieldsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/NormalizerPage.cs b/tests/Examples/Mapping/Params/NormalizerPage.cs index ab80a01fb1b..5bda2689d24 100644 --- a/tests/Examples/Mapping/Params/NormalizerPage.cs +++ b/tests/Examples/Mapping/Params/NormalizerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/NormsPage.cs b/tests/Examples/Mapping/Params/NormsPage.cs index be384b0ffeb..d81de72a3a4 100644 --- a/tests/Examples/Mapping/Params/NormsPage.cs +++ b/tests/Examples/Mapping/Params/NormsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/NullValuePage.cs b/tests/Examples/Mapping/Params/NullValuePage.cs index 839a6396761..0d7d0f97578 100644 --- a/tests/Examples/Mapping/Params/NullValuePage.cs +++ b/tests/Examples/Mapping/Params/NullValuePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/PositionIncrementGapPage.cs b/tests/Examples/Mapping/Params/PositionIncrementGapPage.cs index ec66f39f888..bbc668d924d 100644 --- a/tests/Examples/Mapping/Params/PositionIncrementGapPage.cs +++ b/tests/Examples/Mapping/Params/PositionIncrementGapPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/PropertiesPage.cs b/tests/Examples/Mapping/Params/PropertiesPage.cs index 2e3dc9ce6bf..cced6af5c29 100644 --- a/tests/Examples/Mapping/Params/PropertiesPage.cs +++ b/tests/Examples/Mapping/Params/PropertiesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/SearchAnalyzerPage.cs b/tests/Examples/Mapping/Params/SearchAnalyzerPage.cs index f2fc06e43ff..829015285ba 100644 --- a/tests/Examples/Mapping/Params/SearchAnalyzerPage.cs +++ b/tests/Examples/Mapping/Params/SearchAnalyzerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/SimilarityPage.cs b/tests/Examples/Mapping/Params/SimilarityPage.cs index d3af1926609..c0a84a7725e 100644 --- a/tests/Examples/Mapping/Params/SimilarityPage.cs +++ b/tests/Examples/Mapping/Params/SimilarityPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/StorePage.cs b/tests/Examples/Mapping/Params/StorePage.cs index 4203a6f216b..9d93a22471e 100644 --- a/tests/Examples/Mapping/Params/StorePage.cs +++ b/tests/Examples/Mapping/Params/StorePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Params/TermVectorPage.cs b/tests/Examples/Mapping/Params/TermVectorPage.cs index 9eb4ccc747e..c6078626201 100644 --- a/tests/Examples/Mapping/Params/TermVectorPage.cs +++ b/tests/Examples/Mapping/Params/TermVectorPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/RemovalOfTypesPage.cs b/tests/Examples/Mapping/RemovalOfTypesPage.cs index 9b1442f4441..149bd6df537 100644 --- a/tests/Examples/Mapping/RemovalOfTypesPage.cs +++ b/tests/Examples/Mapping/RemovalOfTypesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/AliasPage.cs b/tests/Examples/Mapping/Types/AliasPage.cs index a185b998ffe..5b2797b42fa 100644 --- a/tests/Examples/Mapping/Types/AliasPage.cs +++ b/tests/Examples/Mapping/Types/AliasPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/ArrayPage.cs b/tests/Examples/Mapping/Types/ArrayPage.cs index 4d40497d5b2..a02ee0b5cb8 100644 --- a/tests/Examples/Mapping/Types/ArrayPage.cs +++ b/tests/Examples/Mapping/Types/ArrayPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/BinaryPage.cs b/tests/Examples/Mapping/Types/BinaryPage.cs index 6b4e6bfa458..ab755b7a717 100644 --- a/tests/Examples/Mapping/Types/BinaryPage.cs +++ b/tests/Examples/Mapping/Types/BinaryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/BooleanPage.cs b/tests/Examples/Mapping/Types/BooleanPage.cs index 01a75f47ddf..3c6ab5ef122 100644 --- a/tests/Examples/Mapping/Types/BooleanPage.cs +++ b/tests/Examples/Mapping/Types/BooleanPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/ConstantKeywordPage.cs b/tests/Examples/Mapping/Types/ConstantKeywordPage.cs index 38a0ea0a0c2..58bca0a55b1 100644 --- a/tests/Examples/Mapping/Types/ConstantKeywordPage.cs +++ b/tests/Examples/Mapping/Types/ConstantKeywordPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Mapping/Types/DateNanosPage.cs b/tests/Examples/Mapping/Types/DateNanosPage.cs index 137d2c14aa8..4b64f914e1b 100644 --- a/tests/Examples/Mapping/Types/DateNanosPage.cs +++ b/tests/Examples/Mapping/Types/DateNanosPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/DatePage.cs b/tests/Examples/Mapping/Types/DatePage.cs index 7024e1d1a59..9ab0b261804 100644 --- a/tests/Examples/Mapping/Types/DatePage.cs +++ b/tests/Examples/Mapping/Types/DatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/DenseVectorPage.cs b/tests/Examples/Mapping/Types/DenseVectorPage.cs index 05c39e6b13d..3e5c2fbc2d3 100644 --- a/tests/Examples/Mapping/Types/DenseVectorPage.cs +++ b/tests/Examples/Mapping/Types/DenseVectorPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/FlattenedPage.cs b/tests/Examples/Mapping/Types/FlattenedPage.cs index d12987e3297..d4eb928c0f1 100644 --- a/tests/Examples/Mapping/Types/FlattenedPage.cs +++ b/tests/Examples/Mapping/Types/FlattenedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/GeoPointPage.cs b/tests/Examples/Mapping/Types/GeoPointPage.cs index f74582cb5bf..c62d315ecdc 100644 --- a/tests/Examples/Mapping/Types/GeoPointPage.cs +++ b/tests/Examples/Mapping/Types/GeoPointPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/GeoShapePage.cs b/tests/Examples/Mapping/Types/GeoShapePage.cs index 967300bf3a3..c009cc24104 100644 --- a/tests/Examples/Mapping/Types/GeoShapePage.cs +++ b/tests/Examples/Mapping/Types/GeoShapePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/HistogramPage.cs b/tests/Examples/Mapping/Types/HistogramPage.cs index e229d8c0136..27ab50adad3 100644 --- a/tests/Examples/Mapping/Types/HistogramPage.cs +++ b/tests/Examples/Mapping/Types/HistogramPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/IpPage.cs b/tests/Examples/Mapping/Types/IpPage.cs index f182ed70eaa..5af9bdef852 100644 --- a/tests/Examples/Mapping/Types/IpPage.cs +++ b/tests/Examples/Mapping/Types/IpPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/KeywordPage.cs b/tests/Examples/Mapping/Types/KeywordPage.cs index 65625704d70..8c1e01391b9 100644 --- a/tests/Examples/Mapping/Types/KeywordPage.cs +++ b/tests/Examples/Mapping/Types/KeywordPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/NestedPage.cs b/tests/Examples/Mapping/Types/NestedPage.cs index f77cb16da5d..1853c32056c 100644 --- a/tests/Examples/Mapping/Types/NestedPage.cs +++ b/tests/Examples/Mapping/Types/NestedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file 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/Examples/Mapping/Types/NumericPage.cs b/tests/Examples/Mapping/Types/NumericPage.cs index d1752b55f95..85254c3cb25 100644 --- a/tests/Examples/Mapping/Types/NumericPage.cs +++ b/tests/Examples/Mapping/Types/NumericPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/ObjectPage.cs b/tests/Examples/Mapping/Types/ObjectPage.cs index 4f136baacd5..44280c7cd9f 100644 --- a/tests/Examples/Mapping/Types/ObjectPage.cs +++ b/tests/Examples/Mapping/Types/ObjectPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/ParentJoinPage.cs b/tests/Examples/Mapping/Types/ParentJoinPage.cs index ef64e46eff5..369b52c3a3e 100644 --- a/tests/Examples/Mapping/Types/ParentJoinPage.cs +++ b/tests/Examples/Mapping/Types/ParentJoinPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/PercolatorPage.cs b/tests/Examples/Mapping/Types/PercolatorPage.cs index 7b7e9525c48..10ca3cef647 100644 --- a/tests/Examples/Mapping/Types/PercolatorPage.cs +++ b/tests/Examples/Mapping/Types/PercolatorPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/RangePage.cs b/tests/Examples/Mapping/Types/RangePage.cs index 90cc1661c30..3e8bf40d5ac 100644 --- a/tests/Examples/Mapping/Types/RangePage.cs +++ b/tests/Examples/Mapping/Types/RangePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/RankFeaturePage.cs b/tests/Examples/Mapping/Types/RankFeaturePage.cs index a3b1592a29e..3a7c4dafd83 100644 --- a/tests/Examples/Mapping/Types/RankFeaturePage.cs +++ b/tests/Examples/Mapping/Types/RankFeaturePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/RankFeaturesPage.cs b/tests/Examples/Mapping/Types/RankFeaturesPage.cs index 55d34a527e6..ce900a9cd69 100644 --- a/tests/Examples/Mapping/Types/RankFeaturesPage.cs +++ b/tests/Examples/Mapping/Types/RankFeaturesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/SearchAsYouTypePage.cs b/tests/Examples/Mapping/Types/SearchAsYouTypePage.cs index 4e70adf3730..60ef9761028 100644 --- a/tests/Examples/Mapping/Types/SearchAsYouTypePage.cs +++ b/tests/Examples/Mapping/Types/SearchAsYouTypePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/ShapePage.cs b/tests/Examples/Mapping/Types/ShapePage.cs index c97e4b20e1d..f8f69ba6a45 100644 --- a/tests/Examples/Mapping/Types/ShapePage.cs +++ b/tests/Examples/Mapping/Types/ShapePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/SparseVectorPage.cs b/tests/Examples/Mapping/Types/SparseVectorPage.cs index 4902f33ca79..084a3b54a7a 100644 --- a/tests/Examples/Mapping/Types/SparseVectorPage.cs +++ b/tests/Examples/Mapping/Types/SparseVectorPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/TextPage.cs b/tests/Examples/Mapping/Types/TextPage.cs index 910b5e1a0b3..94e787c84a4 100644 --- a/tests/Examples/Mapping/Types/TextPage.cs +++ b/tests/Examples/Mapping/Types/TextPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Mapping/Types/TokenCountPage.cs b/tests/Examples/Mapping/Types/TokenCountPage.cs index f42d16b9b6a..f658e420952 100644 --- a/tests/Examples/Mapping/Types/TokenCountPage.cs +++ b/tests/Examples/Mapping/Types/TokenCountPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Mapping/Types/WildcardPage.cs b/tests/Examples/Mapping/Types/WildcardPage.cs index adfb0c634c0..c7b228d6608 100644 --- a/tests/Examples/Mapping/Types/WildcardPage.cs +++ b/tests/Examples/Mapping/Types/WildcardPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Migration/Apis/DeprecationPage.cs b/tests/Examples/Migration/Apis/DeprecationPage.cs index d4ef4b4a03e..465d339ddce 100644 --- a/tests/Examples/Migration/Apis/DeprecationPage.cs +++ b/tests/Examples/Migration/Apis/DeprecationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Migration/Migrate80/SnapshotsPage.cs b/tests/Examples/Migration/Migrate80/SnapshotsPage.cs index 0c56a29117e..c81d875e0b5 100644 --- a/tests/Examples/Migration/Migrate80/SnapshotsPage.cs +++ b/tests/Examples/Migration/Migrate80/SnapshotsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/CloseJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/CloseJobPage.cs index ef65cc5de8d..0beac981ce5 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/CloseJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/CloseJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarEventPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarEventPage.cs index 84542b6b7bf..b7e92970b07 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarEventPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarEventPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarJobPage.cs index bc7a854647d..e74053f624c 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarPage.cs index cb69a13bbb8..4fcb77798bf 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteCalendarPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteDatafeedPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteDatafeedPage.cs index d6ba9d8bda1..e06636410dc 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteDatafeedPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteDatafeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteExpiredDataPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteExpiredDataPage.cs index a4f4c8ad3f6..e08f0cd1597 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteExpiredDataPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteExpiredDataPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteFilterPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteFilterPage.cs index d66559cce67..90692cfa5be 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteFilterPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteFilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteForecastPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteForecastPage.cs index a046af5f665..791bc833e03 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteForecastPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteForecastPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteJobPage.cs index fb1d9551837..18c9be19596 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/DeleteSnapshotPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteSnapshotPage.cs index 652bacc8c63..0a83a6d2dbd 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/DeleteSnapshotPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/DeleteSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/EstimateModelMemoryPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/EstimateModelMemoryPage.cs index af33d9126c6..25ed3e774a2 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/EstimateModelMemoryPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/EstimateModelMemoryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Ml/AnomalyDetection/Apis/FindFileStructurePage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/FindFileStructurePage.cs index bfd4fd83d9e..f2f65689df9 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/FindFileStructurePage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/FindFileStructurePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/FlushJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/FlushJobPage.cs index fb9bfae5682..bf0e95d7e70 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/FlushJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/FlushJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/ForecastPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/ForecastPage.cs index 2560e05ff78..d978e51a1fa 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/ForecastPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/ForecastPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetBucketPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetBucketPage.cs index 34ec43d7f06..0ba6582ef5d 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetBucketPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetBucketPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetCalendarEventPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetCalendarEventPage.cs index 16d8010589e..7700fb9c5dc 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetCalendarEventPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetCalendarEventPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetCalendarPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetCalendarPage.cs index d014b5921fe..f64f4307cd2 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetCalendarPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetCalendarPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetCategoryPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetCategoryPage.cs index db8989361b1..36ffe5ef09e 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetCategoryPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetCategoryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetDatafeedPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetDatafeedPage.cs index 296557dd173..8251019b9d1 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetDatafeedPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetDatafeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetDatafeedStatsPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetDatafeedStatsPage.cs index 6211234aafb..1a98e238f0f 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetDatafeedStatsPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetDatafeedStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetFilterPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetFilterPage.cs index 39e8f30257e..67a4be7169f 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetFilterPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetFilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetInfluencerPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetInfluencerPage.cs index 9a2fed0247b..a9a55af9868 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetInfluencerPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetInfluencerPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetJobPage.cs index a6edc7f711d..32eedfdb4d1 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetJobStatsPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetJobStatsPage.cs index 3463d47c0e5..03d11529b24 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetJobStatsPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetJobStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetMlInfoPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetMlInfoPage.cs index b9fe83b8015..2cf7a6528a4 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetMlInfoPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetMlInfoPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetOverallBucketsPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetOverallBucketsPage.cs index ea172072ef0..920f23a2827 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetOverallBucketsPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetOverallBucketsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetRecordPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetRecordPage.cs index c27cce1da84..1759ecf3f6e 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetRecordPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetRecordPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/GetSnapshotPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/GetSnapshotPage.cs index 5080560364d..53cd6e9d476 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/GetSnapshotPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/GetSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/JobresourcePage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/JobresourcePage.cs index de454255456..4425f5af7db 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/JobresourcePage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/JobresourcePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/OpenJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/OpenJobPage.cs index 1b28447d36a..dbc6ebb3cd8 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/OpenJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/OpenJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/PostCalendarEventPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/PostCalendarEventPage.cs index f3b3909339a..92747ec9822 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/PostCalendarEventPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/PostCalendarEventPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/PreviewDatafeedPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/PreviewDatafeedPage.cs index 602c13d3714..dece44477e9 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/PreviewDatafeedPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/PreviewDatafeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/PutCalendarJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/PutCalendarJobPage.cs index 87b10361b6a..b9e7d2ca39c 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/PutCalendarJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/PutCalendarJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/PutCalendarPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/PutCalendarPage.cs index df1f44dfde3..be71f30ca22 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/PutCalendarPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/PutCalendarPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/PutDatafeedPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/PutDatafeedPage.cs index d9da538bfca..025675b99ed 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/PutDatafeedPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/PutDatafeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/PutFilterPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/PutFilterPage.cs index ba272ea622b..689291393d7 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/PutFilterPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/PutFilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/PutJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/PutJobPage.cs index 1afb97831dd..2f08486f41f 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/PutJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/PutJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/RevertSnapshotPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/RevertSnapshotPage.cs index 82c4ba68e34..21f49b763e4 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/RevertSnapshotPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/RevertSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/SetUpgradeModePage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/SetUpgradeModePage.cs index 6cc249a8616..979967613e7 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/SetUpgradeModePage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/SetUpgradeModePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/StartDatafeedPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/StartDatafeedPage.cs index a209f76ca68..7b44d906913 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/StartDatafeedPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/StartDatafeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/StopDatafeedPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/StopDatafeedPage.cs index 4657945b166..38d43ea2e22 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/StopDatafeedPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/StopDatafeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/UpdateDatafeedPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateDatafeedPage.cs index cbe92042056..9ffcc6bb924 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/UpdateDatafeedPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateDatafeedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/UpdateFilterPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateFilterPage.cs index 33798d83d35..9fc9cd9a3af 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/UpdateFilterPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateFilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/UpdateJobPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateJobPage.cs index 295d17f4a18..3bc9f291141 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/UpdateJobPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/AnomalyDetection/Apis/UpdateSnapshotPage.cs b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateSnapshotPage.cs index 5125901aed7..e2b7c06ce10 100644 --- a/tests/Examples/Ml/AnomalyDetection/Apis/UpdateSnapshotPage.cs +++ b/tests/Examples/Ml/AnomalyDetection/Apis/UpdateSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/DeleteDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/DeleteDfanalyticsPage.cs index cbcdbfdef1a..b0e025fc58c 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/DeleteDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/DeleteDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/DeleteInferenceTrainedModelPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/DeleteInferenceTrainedModelPage.cs index 709f0fca5b0..92c782d2a58 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/DeleteInferenceTrainedModelPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/DeleteInferenceTrainedModelPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/DfanalyticsresourcesPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/DfanalyticsresourcesPage.cs index 39a0eb8e638..9ebbef5bd97 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/DfanalyticsresourcesPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/DfanalyticsresourcesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/EstimateMemoryUsageDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/EstimateMemoryUsageDfanalyticsPage.cs index 69becf89829..bb3c6a713f1 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/EstimateMemoryUsageDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/EstimateMemoryUsageDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/EvaluateDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/EvaluateDfanalyticsPage.cs index 3c56d3e08a8..e2f091baacb 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/EvaluateDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/EvaluateDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/ExplainDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/ExplainDfanalyticsPage.cs index 29fe592641f..ab4cd927af7 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/ExplainDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/ExplainDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsPage.cs index 7f3fcc90517..83ab05d6881 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsStatsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsStatsPage.cs index 58755dbc012..1a47cf6b1ae 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsStatsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/GetDfanalyticsStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelPage.cs index 0b1bbeb471c..e2836a12ae9 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelStatsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelStatsPage.cs index 89e6047c413..6dbef4ba86c 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelStatsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/GetInferenceTrainedModelStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/PutDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/PutDfanalyticsPage.cs index 7b99e2f39eb..545ef59a269 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/PutDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/PutDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/StartDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/StartDfanalyticsPage.cs index d27e360efd4..0b0b7212ed3 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/StartDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/StartDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/StopDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/StopDfanalyticsPage.cs index 3ce64fcf8d3..5c0ed176a49 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/StopDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/StopDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Ml/DfAnalytics/Apis/UpdateDfanalyticsPage.cs b/tests/Examples/Ml/DfAnalytics/Apis/UpdateDfanalyticsPage.cs index e8dbb60c1d3..7be11ccb623 100644 --- a/tests/Examples/Ml/DfAnalytics/Apis/UpdateDfanalyticsPage.cs +++ b/tests/Examples/Ml/DfAnalytics/Apis/UpdateDfanalyticsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Models/Account.cs b/tests/Examples/Models/Account.cs index abf59517f46..5702b7d85e9 100644 --- a/tests/Examples/Models/Account.cs +++ b/tests/Examples/Models/Account.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/tests/Examples/Models/Blog.cs b/tests/Examples/Models/Blog.cs index 6ebbe3d1cfb..610d597afb4 100644 --- a/tests/Examples/Models/Blog.cs +++ b/tests/Examples/Models/Blog.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/Examples/Models/Customer.cs b/tests/Examples/Models/Customer.cs index 2472ea90ad7..2055139ac07 100644 --- a/tests/Examples/Models/Customer.cs +++ b/tests/Examples/Models/Customer.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Examples.Models { diff --git a/tests/Examples/Models/Driver.cs b/tests/Examples/Models/Driver.cs index dcaa70423b1..c87ca469866 100644 --- a/tests/Examples/Models/Driver.cs +++ b/tests/Examples/Models/Driver.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file 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/Examples/Models/DriverDocument.cs b/tests/Examples/Models/DriverDocument.cs index d03a32cc377..2bad302b999 100644 --- a/tests/Examples/Models/DriverDocument.cs +++ b/tests/Examples/Models/DriverDocument.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Examples.Models { diff --git a/tests/Examples/Models/Employee.cs b/tests/Examples/Models/Employee.cs index 94f96a47f83..df08351cc62 100644 --- a/tests/Examples/Models/Employee.cs +++ b/tests/Examples/Models/Employee.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/tests/Examples/Models/GroupDoc.cs b/tests/Examples/Models/GroupDoc.cs index e91820898f1..1e1ddeace5d 100644 --- a/tests/Examples/Models/GroupDoc.cs +++ b/tests/Examples/Models/GroupDoc.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/Examples/Models/MyDocument.cs b/tests/Examples/Models/MyDocument.cs index 5e20193c689..88df4f156b4 100644 --- a/tests/Examples/Models/MyDocument.cs +++ b/tests/Examples/Models/MyDocument.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/tests/Examples/Models/Tweet.cs b/tests/Examples/Models/Tweet.cs index 212c9d470d1..293519965c5 100644 --- a/tests/Examples/Models/Tweet.cs +++ b/tests/Examples/Models/Tweet.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this 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/Examples/Models/User.cs b/tests/Examples/Models/User.cs index 61b2d121c0c..73b718f7a3b 100644 --- a/tests/Examples/Models/User.cs +++ b/tests/Examples/Models/User.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Examples.Models { diff --git a/tests/Examples/Models/Vehicle.cs b/tests/Examples/Models/Vehicle.cs index 81d681374c9..32c571fb00d 100644 --- a/tests/Examples/Models/Vehicle.cs +++ b/tests/Examples/Models/Vehicle.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information namespace Examples.Models { diff --git a/tests/Examples/Modules/Cluster/AllocationFilteringPage.cs b/tests/Examples/Modules/Cluster/AllocationFilteringPage.cs index bd3518bb360..dbfb79bbf17 100644 --- a/tests/Examples/Modules/Cluster/AllocationFilteringPage.cs +++ b/tests/Examples/Modules/Cluster/AllocationFilteringPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/Cluster/DiskAllocatorPage.cs b/tests/Examples/Modules/Cluster/DiskAllocatorPage.cs index dc1b2e020cf..a8a33cd6134 100644 --- a/tests/Examples/Modules/Cluster/DiskAllocatorPage.cs +++ b/tests/Examples/Modules/Cluster/DiskAllocatorPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/Cluster/MiscPage.cs b/tests/Examples/Modules/Cluster/MiscPage.cs index cda86860654..c6e15b18cab 100644 --- a/tests/Examples/Modules/Cluster/MiscPage.cs +++ b/tests/Examples/Modules/Cluster/MiscPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/CrossClusterSearchPage.cs b/tests/Examples/Modules/CrossClusterSearchPage.cs index a48879eb9d5..2f334301609 100644 --- a/tests/Examples/Modules/CrossClusterSearchPage.cs +++ b/tests/Examples/Modules/CrossClusterSearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/Discovery/AddingRemovingNodesPage.cs b/tests/Examples/Modules/Discovery/AddingRemovingNodesPage.cs index dae03d9dd63..30118c7f247 100644 --- a/tests/Examples/Modules/Discovery/AddingRemovingNodesPage.cs +++ b/tests/Examples/Modules/Discovery/AddingRemovingNodesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/Discovery/VotingPage.cs b/tests/Examples/Modules/Discovery/VotingPage.cs index 351748dc20d..fa0a7dfd753 100644 --- a/tests/Examples/Modules/Discovery/VotingPage.cs +++ b/tests/Examples/Modules/Discovery/VotingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/HttpPage.cs b/tests/Examples/Modules/HttpPage.cs index 98b38e00ef5..4cf7c503c50 100644 --- a/tests/Examples/Modules/HttpPage.cs +++ b/tests/Examples/Modules/HttpPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/Indices/RequestCachePage.cs b/tests/Examples/Modules/Indices/RequestCachePage.cs index 86834126cbc..778b1eb0468 100644 --- a/tests/Examples/Modules/Indices/RequestCachePage.cs +++ b/tests/Examples/Modules/Indices/RequestCachePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/RemoteClustersPage.cs b/tests/Examples/Modules/RemoteClustersPage.cs index b18243ea029..9aabf03c263 100644 --- a/tests/Examples/Modules/RemoteClustersPage.cs +++ b/tests/Examples/Modules/RemoteClustersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/SnapshotsPage.cs b/tests/Examples/Modules/SnapshotsPage.cs index 6a0c9165967..11d2ad908a4 100644 --- a/tests/Examples/Modules/SnapshotsPage.cs +++ b/tests/Examples/Modules/SnapshotsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Modules/TransportPage.cs b/tests/Examples/Modules/TransportPage.cs index 837b3234abc..375e75a71be 100644 --- a/tests/Examples/Modules/TransportPage.cs +++ b/tests/Examples/Modules/TransportPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Monitoring/CollectingMonitoringDataPage.cs b/tests/Examples/Monitoring/CollectingMonitoringDataPage.cs index 576ab41cd59..660c9131599 100644 --- a/tests/Examples/Monitoring/CollectingMonitoringDataPage.cs +++ b/tests/Examples/Monitoring/CollectingMonitoringDataPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Monitoring/ConfiguringFilebeatPage.cs b/tests/Examples/Monitoring/ConfiguringFilebeatPage.cs index fe00da099db..354b5a82500 100644 --- a/tests/Examples/Monitoring/ConfiguringFilebeatPage.cs +++ b/tests/Examples/Monitoring/ConfiguringFilebeatPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Monitoring/ConfiguringMetricbeatPage.cs b/tests/Examples/Monitoring/ConfiguringMetricbeatPage.cs index 908e6c6b49d..66c8fd8a8fc 100644 --- a/tests/Examples/Monitoring/ConfiguringMetricbeatPage.cs +++ b/tests/Examples/Monitoring/ConfiguringMetricbeatPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Monitoring/EsmsPage.cs b/tests/Examples/Monitoring/EsmsPage.cs index e94b462e12a..9989d8ceb92 100644 --- a/tests/Examples/Monitoring/EsmsPage.cs +++ b/tests/Examples/Monitoring/EsmsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Monitoring/IndicesPage.cs b/tests/Examples/Monitoring/IndicesPage.cs index 926dba3f801..910ee720e19 100644 --- a/tests/Examples/Monitoring/IndicesPage.cs +++ b/tests/Examples/Monitoring/IndicesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Monitoring/ProductionPage.cs b/tests/Examples/Monitoring/ProductionPage.cs index f7ff407ad77..c5f4c1d4ed2 100644 --- a/tests/Examples/Monitoring/ProductionPage.cs +++ b/tests/Examples/Monitoring/ProductionPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/BoolQueryPage.cs b/tests/Examples/QueryDsl/BoolQueryPage.cs index 2231acd04bf..93605c532aa 100644 --- a/tests/Examples/QueryDsl/BoolQueryPage.cs +++ b/tests/Examples/QueryDsl/BoolQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/QueryDsl/BoostingQueryPage.cs b/tests/Examples/QueryDsl/BoostingQueryPage.cs index b4fdcde4768..dabf2a123ea 100644 --- a/tests/Examples/QueryDsl/BoostingQueryPage.cs +++ b/tests/Examples/QueryDsl/BoostingQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/ConstantScoreQueryPage.cs b/tests/Examples/QueryDsl/ConstantScoreQueryPage.cs index 333066d3b01..f3e3bd7c860 100644 --- a/tests/Examples/QueryDsl/ConstantScoreQueryPage.cs +++ b/tests/Examples/QueryDsl/ConstantScoreQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/DisMaxQueryPage.cs b/tests/Examples/QueryDsl/DisMaxQueryPage.cs index ed37257cf01..0b42f44da11 100644 --- a/tests/Examples/QueryDsl/DisMaxQueryPage.cs +++ b/tests/Examples/QueryDsl/DisMaxQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/DistanceFeatureQueryPage.cs b/tests/Examples/QueryDsl/DistanceFeatureQueryPage.cs index 8974e2e48e4..a0b1d84c21e 100644 --- a/tests/Examples/QueryDsl/DistanceFeatureQueryPage.cs +++ b/tests/Examples/QueryDsl/DistanceFeatureQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/ExistsQueryPage.cs b/tests/Examples/QueryDsl/ExistsQueryPage.cs index dc99bf7272d..fd35ba96e3c 100644 --- a/tests/Examples/QueryDsl/ExistsQueryPage.cs +++ b/tests/Examples/QueryDsl/ExistsQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/QueryDsl/FunctionScoreQueryPage.cs b/tests/Examples/QueryDsl/FunctionScoreQueryPage.cs index ca05d6c050d..15fb9f44020 100644 --- a/tests/Examples/QueryDsl/FunctionScoreQueryPage.cs +++ b/tests/Examples/QueryDsl/FunctionScoreQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/FuzzyQueryPage.cs b/tests/Examples/QueryDsl/FuzzyQueryPage.cs index 7ed6f7188c6..771da238a56 100644 --- a/tests/Examples/QueryDsl/FuzzyQueryPage.cs +++ b/tests/Examples/QueryDsl/FuzzyQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/GeoBoundingBoxQueryPage.cs b/tests/Examples/QueryDsl/GeoBoundingBoxQueryPage.cs index d63819bda26..085e147ea10 100644 --- a/tests/Examples/QueryDsl/GeoBoundingBoxQueryPage.cs +++ b/tests/Examples/QueryDsl/GeoBoundingBoxQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/GeoDistanceQueryPage.cs b/tests/Examples/QueryDsl/GeoDistanceQueryPage.cs index ab003db98dc..a63a1ede61e 100644 --- a/tests/Examples/QueryDsl/GeoDistanceQueryPage.cs +++ b/tests/Examples/QueryDsl/GeoDistanceQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/GeoPolygonQueryPage.cs b/tests/Examples/QueryDsl/GeoPolygonQueryPage.cs index bdf55435487..7710323bf44 100644 --- a/tests/Examples/QueryDsl/GeoPolygonQueryPage.cs +++ b/tests/Examples/QueryDsl/GeoPolygonQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/GeoShapeQueryPage.cs b/tests/Examples/QueryDsl/GeoShapeQueryPage.cs index 85567c77e40..5de83d9b458 100644 --- a/tests/Examples/QueryDsl/GeoShapeQueryPage.cs +++ b/tests/Examples/QueryDsl/GeoShapeQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/HasChildQueryPage.cs b/tests/Examples/QueryDsl/HasChildQueryPage.cs index 417f1a29ab5..f8fcd151cf0 100644 --- a/tests/Examples/QueryDsl/HasChildQueryPage.cs +++ b/tests/Examples/QueryDsl/HasChildQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/HasParentQueryPage.cs b/tests/Examples/QueryDsl/HasParentQueryPage.cs index 3c372346816..0828f1ce440 100644 --- a/tests/Examples/QueryDsl/HasParentQueryPage.cs +++ b/tests/Examples/QueryDsl/HasParentQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/IdsQueryPage.cs b/tests/Examples/QueryDsl/IdsQueryPage.cs index 33f28f7dc73..6ca18e91131 100644 --- a/tests/Examples/QueryDsl/IdsQueryPage.cs +++ b/tests/Examples/QueryDsl/IdsQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/IntervalsQueryPage.cs b/tests/Examples/QueryDsl/IntervalsQueryPage.cs index 1315ddbf79f..5714656d93d 100644 --- a/tests/Examples/QueryDsl/IntervalsQueryPage.cs +++ b/tests/Examples/QueryDsl/IntervalsQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/MatchAllQueryPage.cs b/tests/Examples/QueryDsl/MatchAllQueryPage.cs index af5e569308d..a933d8575f2 100644 --- a/tests/Examples/QueryDsl/MatchAllQueryPage.cs +++ b/tests/Examples/QueryDsl/MatchAllQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/QueryDsl/MatchBoolPrefixQueryPage.cs b/tests/Examples/QueryDsl/MatchBoolPrefixQueryPage.cs index 604974c6674..083a05400d8 100644 --- a/tests/Examples/QueryDsl/MatchBoolPrefixQueryPage.cs +++ b/tests/Examples/QueryDsl/MatchBoolPrefixQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/MatchPhrasePrefixQueryPage.cs b/tests/Examples/QueryDsl/MatchPhrasePrefixQueryPage.cs index e7a127a38b6..d0fc0b16aa1 100644 --- a/tests/Examples/QueryDsl/MatchPhrasePrefixQueryPage.cs +++ b/tests/Examples/QueryDsl/MatchPhrasePrefixQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/MatchPhraseQueryPage.cs b/tests/Examples/QueryDsl/MatchPhraseQueryPage.cs index 33d175591ea..8fae5c1b6b8 100644 --- a/tests/Examples/QueryDsl/MatchPhraseQueryPage.cs +++ b/tests/Examples/QueryDsl/MatchPhraseQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/MatchQueryPage.cs b/tests/Examples/QueryDsl/MatchQueryPage.cs index 86dfe8b8daa..6f0883e6b9b 100644 --- a/tests/Examples/QueryDsl/MatchQueryPage.cs +++ b/tests/Examples/QueryDsl/MatchQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/MltQueryPage.cs b/tests/Examples/QueryDsl/MltQueryPage.cs index 62d5b2b6dfc..678dbe3ee9b 100644 --- a/tests/Examples/QueryDsl/MltQueryPage.cs +++ b/tests/Examples/QueryDsl/MltQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/MultiMatchQueryPage.cs b/tests/Examples/QueryDsl/MultiMatchQueryPage.cs index e9ae35d4350..e16d6fcbbb2 100644 --- a/tests/Examples/QueryDsl/MultiMatchQueryPage.cs +++ b/tests/Examples/QueryDsl/MultiMatchQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/NestedQueryPage.cs b/tests/Examples/QueryDsl/NestedQueryPage.cs index 25e26440fd4..10353b6f845 100644 --- a/tests/Examples/QueryDsl/NestedQueryPage.cs +++ b/tests/Examples/QueryDsl/NestedQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file 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/Examples/QueryDsl/ParentIdQueryPage.cs b/tests/Examples/QueryDsl/ParentIdQueryPage.cs index 19e54f32e8d..ffe0c4dedf1 100644 --- a/tests/Examples/QueryDsl/ParentIdQueryPage.cs +++ b/tests/Examples/QueryDsl/ParentIdQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/PercolateQueryPage.cs b/tests/Examples/QueryDsl/PercolateQueryPage.cs index bff91b3dcc4..cafff405bd4 100644 --- a/tests/Examples/QueryDsl/PercolateQueryPage.cs +++ b/tests/Examples/QueryDsl/PercolateQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/PinnedQueryPage.cs b/tests/Examples/QueryDsl/PinnedQueryPage.cs index cf15dda9184..90ded7c3d1c 100644 --- a/tests/Examples/QueryDsl/PinnedQueryPage.cs +++ b/tests/Examples/QueryDsl/PinnedQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/PrefixQueryPage.cs b/tests/Examples/QueryDsl/PrefixQueryPage.cs index fc7d1a19b28..327364f02a8 100644 --- a/tests/Examples/QueryDsl/PrefixQueryPage.cs +++ b/tests/Examples/QueryDsl/PrefixQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/QueryFilterContextPage.cs b/tests/Examples/QueryDsl/QueryFilterContextPage.cs index 5b4365d2a88..ec3a1e56041 100644 --- a/tests/Examples/QueryDsl/QueryFilterContextPage.cs +++ b/tests/Examples/QueryDsl/QueryFilterContextPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/QueryDsl/QueryStringQueryPage.cs b/tests/Examples/QueryDsl/QueryStringQueryPage.cs index fa8e08d7a7f..b0187702c10 100644 --- a/tests/Examples/QueryDsl/QueryStringQueryPage.cs +++ b/tests/Examples/QueryDsl/QueryStringQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/QueryDsl/QueryStringSyntaxPage.cs b/tests/Examples/QueryDsl/QueryStringSyntaxPage.cs index 3da055ae713..a78cdac257e 100644 --- a/tests/Examples/QueryDsl/QueryStringSyntaxPage.cs +++ b/tests/Examples/QueryDsl/QueryStringSyntaxPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/RangeQueryPage.cs b/tests/Examples/QueryDsl/RangeQueryPage.cs index e993d5150dd..190c6b4f795 100644 --- a/tests/Examples/QueryDsl/RangeQueryPage.cs +++ b/tests/Examples/QueryDsl/RangeQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/RankFeatureQueryPage.cs b/tests/Examples/QueryDsl/RankFeatureQueryPage.cs index 2ba615b418b..f86a7a85ec2 100644 --- a/tests/Examples/QueryDsl/RankFeatureQueryPage.cs +++ b/tests/Examples/QueryDsl/RankFeatureQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/RegexpQueryPage.cs b/tests/Examples/QueryDsl/RegexpQueryPage.cs index 00d82fef8ba..d8c7d9ac5ec 100644 --- a/tests/Examples/QueryDsl/RegexpQueryPage.cs +++ b/tests/Examples/QueryDsl/RegexpQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/ScriptQueryPage.cs b/tests/Examples/QueryDsl/ScriptQueryPage.cs index d701e5d2b17..db26970daa8 100644 --- a/tests/Examples/QueryDsl/ScriptQueryPage.cs +++ b/tests/Examples/QueryDsl/ScriptQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/ScriptScoreQueryPage.cs b/tests/Examples/QueryDsl/ScriptScoreQueryPage.cs index 80df90589eb..d93e3fa510f 100644 --- a/tests/Examples/QueryDsl/ScriptScoreQueryPage.cs +++ b/tests/Examples/QueryDsl/ScriptScoreQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/ShapeQueryPage.cs b/tests/Examples/QueryDsl/ShapeQueryPage.cs index 01d1e343385..b877353d956 100644 --- a/tests/Examples/QueryDsl/ShapeQueryPage.cs +++ b/tests/Examples/QueryDsl/ShapeQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SimpleQueryStringQueryPage.cs b/tests/Examples/QueryDsl/SimpleQueryStringQueryPage.cs index e774197c7be..e307ef92a56 100644 --- a/tests/Examples/QueryDsl/SimpleQueryStringQueryPage.cs +++ b/tests/Examples/QueryDsl/SimpleQueryStringQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanContainingQueryPage.cs b/tests/Examples/QueryDsl/SpanContainingQueryPage.cs index 446e0166f5c..36c297f59c0 100644 --- a/tests/Examples/QueryDsl/SpanContainingQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanContainingQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanFieldMaskingQueryPage.cs b/tests/Examples/QueryDsl/SpanFieldMaskingQueryPage.cs index 5c5deb079a8..d9caacf924c 100644 --- a/tests/Examples/QueryDsl/SpanFieldMaskingQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanFieldMaskingQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanFirstQueryPage.cs b/tests/Examples/QueryDsl/SpanFirstQueryPage.cs index cad503e0c85..c13afe60785 100644 --- a/tests/Examples/QueryDsl/SpanFirstQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanFirstQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanMultiTermQueryPage.cs b/tests/Examples/QueryDsl/SpanMultiTermQueryPage.cs index 1463affbcc8..0013d628843 100644 --- a/tests/Examples/QueryDsl/SpanMultiTermQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanMultiTermQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanNearQueryPage.cs b/tests/Examples/QueryDsl/SpanNearQueryPage.cs index 06b8a9ae908..baa5268bcef 100644 --- a/tests/Examples/QueryDsl/SpanNearQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanNearQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanNotQueryPage.cs b/tests/Examples/QueryDsl/SpanNotQueryPage.cs index cd86bd22663..ed3a2e15a9b 100644 --- a/tests/Examples/QueryDsl/SpanNotQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanNotQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanOrQueryPage.cs b/tests/Examples/QueryDsl/SpanOrQueryPage.cs index f9c051d966a..4b53c441769 100644 --- a/tests/Examples/QueryDsl/SpanOrQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanOrQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanTermQueryPage.cs b/tests/Examples/QueryDsl/SpanTermQueryPage.cs index e39e6b830ab..e8a83c89a2a 100644 --- a/tests/Examples/QueryDsl/SpanTermQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanTermQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/SpanWithinQueryPage.cs b/tests/Examples/QueryDsl/SpanWithinQueryPage.cs index f16a4655154..47729bcf9ee 100644 --- a/tests/Examples/QueryDsl/SpanWithinQueryPage.cs +++ b/tests/Examples/QueryDsl/SpanWithinQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/TermQueryPage.cs b/tests/Examples/QueryDsl/TermQueryPage.cs index d9ff2330ac4..5c141abafaf 100644 --- a/tests/Examples/QueryDsl/TermQueryPage.cs +++ b/tests/Examples/QueryDsl/TermQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/QueryDsl/TermsQueryPage.cs b/tests/Examples/QueryDsl/TermsQueryPage.cs index 505c26282b0..36ae318a5ee 100644 --- a/tests/Examples/QueryDsl/TermsQueryPage.cs +++ b/tests/Examples/QueryDsl/TermsQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/QueryDsl/TermsSetQueryPage.cs b/tests/Examples/QueryDsl/TermsSetQueryPage.cs index 98d6f471212..d47d228efd4 100644 --- a/tests/Examples/QueryDsl/TermsSetQueryPage.cs +++ b/tests/Examples/QueryDsl/TermsSetQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/WildcardQueryPage.cs b/tests/Examples/QueryDsl/WildcardQueryPage.cs index c2257ce1a3e..d594a49f0c7 100644 --- a/tests/Examples/QueryDsl/WildcardQueryPage.cs +++ b/tests/Examples/QueryDsl/WildcardQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/QueryDsl/WrapperQueryPage.cs b/tests/Examples/QueryDsl/WrapperQueryPage.cs index 0feabfb8c30..c44810e8090 100644 --- a/tests/Examples/QueryDsl/WrapperQueryPage.cs +++ b/tests/Examples/QueryDsl/WrapperQueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/ResponseExtensions.cs b/tests/Examples/ResponseExtensions.cs index 18f64954b88..4f4bfd576d6 100644 --- a/tests/Examples/ResponseExtensions.cs +++ b/tests/Examples/ResponseExtensions.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the 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/Examples/RestApi/InfoPage.cs b/tests/Examples/RestApi/InfoPage.cs index d8a23be3f08..30d59f7c394 100644 --- a/tests/Examples/RestApi/InfoPage.cs +++ b/tests/Examples/RestApi/InfoPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/RestApi/UsagePage.cs b/tests/Examples/RestApi/UsagePage.cs index 33ac98b6352..9dc98b5c2ae 100644 --- a/tests/Examples/RestApi/UsagePage.cs +++ b/tests/Examples/RestApi/UsagePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/DeleteJobPage.cs b/tests/Examples/Rollup/Apis/DeleteJobPage.cs index 8cb32809fdb..ac912188477 100644 --- a/tests/Examples/Rollup/Apis/DeleteJobPage.cs +++ b/tests/Examples/Rollup/Apis/DeleteJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/GetJobPage.cs b/tests/Examples/Rollup/Apis/GetJobPage.cs index 3dd995f8403..64dba265ddd 100644 --- a/tests/Examples/Rollup/Apis/GetJobPage.cs +++ b/tests/Examples/Rollup/Apis/GetJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/PutJobPage.cs b/tests/Examples/Rollup/Apis/PutJobPage.cs index 7cf49af1d84..aec6f605395 100644 --- a/tests/Examples/Rollup/Apis/PutJobPage.cs +++ b/tests/Examples/Rollup/Apis/PutJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/RollupCapsPage.cs b/tests/Examples/Rollup/Apis/RollupCapsPage.cs index 3507a95f3c6..a6a50f1d4ad 100644 --- a/tests/Examples/Rollup/Apis/RollupCapsPage.cs +++ b/tests/Examples/Rollup/Apis/RollupCapsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/RollupIndexCapsPage.cs b/tests/Examples/Rollup/Apis/RollupIndexCapsPage.cs index c40af9a1328..6fc8c60b925 100644 --- a/tests/Examples/Rollup/Apis/RollupIndexCapsPage.cs +++ b/tests/Examples/Rollup/Apis/RollupIndexCapsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/RollupJobConfigPage.cs b/tests/Examples/Rollup/Apis/RollupJobConfigPage.cs index 93cc8c4b629..698ee179ad0 100644 --- a/tests/Examples/Rollup/Apis/RollupJobConfigPage.cs +++ b/tests/Examples/Rollup/Apis/RollupJobConfigPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/RollupSearchPage.cs b/tests/Examples/Rollup/Apis/RollupSearchPage.cs index 753b7461fba..c413abe648d 100644 --- a/tests/Examples/Rollup/Apis/RollupSearchPage.cs +++ b/tests/Examples/Rollup/Apis/RollupSearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/StartJobPage.cs b/tests/Examples/Rollup/Apis/StartJobPage.cs index 08268a8073a..5a7fa11b8ff 100644 --- a/tests/Examples/Rollup/Apis/StartJobPage.cs +++ b/tests/Examples/Rollup/Apis/StartJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/Apis/StopJobPage.cs b/tests/Examples/Rollup/Apis/StopJobPage.cs index 8ae73bb3e0d..d36ff266a76 100644 --- a/tests/Examples/Rollup/Apis/StopJobPage.cs +++ b/tests/Examples/Rollup/Apis/StopJobPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/RollupGettingStartedPage.cs b/tests/Examples/Rollup/RollupGettingStartedPage.cs index d061e1271d8..c50b540b05f 100644 --- a/tests/Examples/Rollup/RollupGettingStartedPage.cs +++ b/tests/Examples/Rollup/RollupGettingStartedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Rollup/RollupSearchLimitationsPage.cs b/tests/Examples/Rollup/RollupSearchLimitationsPage.cs index e41c83264ac..1a71171cfcd 100644 --- a/tests/Examples/Rollup/RollupSearchLimitationsPage.cs +++ b/tests/Examples/Rollup/RollupSearchLimitationsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Root/AnalysisPage.cs b/tests/Examples/Root/AnalysisPage.cs index 62a6b106a98..aace021014e 100644 --- a/tests/Examples/Root/AnalysisPage.cs +++ b/tests/Examples/Root/AnalysisPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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; diff --git a/tests/Examples/Root/ApiConventionsPage.cs b/tests/Examples/Root/ApiConventionsPage.cs index 20375edf23b..c1e291a5353 100644 --- a/tests/Examples/Root/ApiConventionsPage.cs +++ b/tests/Examples/Root/ApiConventionsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Root/CatPage.cs b/tests/Examples/Root/CatPage.cs index f1300703dd1..091dd96f950 100644 --- a/tests/Examples/Root/CatPage.cs +++ b/tests/Examples/Root/CatPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Root/ClusterPage.cs b/tests/Examples/Root/ClusterPage.cs index 9b5b9be95d1..bfd8f31bb78 100644 --- a/tests/Examples/Root/ClusterPage.cs +++ b/tests/Examples/Root/ClusterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Root/FrozenIndicesPage.cs b/tests/Examples/Root/FrozenIndicesPage.cs index 491f3084d8d..2f38a246b4a 100644 --- a/tests/Examples/Root/FrozenIndicesPage.cs +++ b/tests/Examples/Root/FrozenIndicesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Root/GettingStartedPage.cs b/tests/Examples/Root/GettingStartedPage.cs index d042ea18007..cb7a856514b 100644 --- a/tests/Examples/Root/GettingStartedPage.cs +++ b/tests/Examples/Root/GettingStartedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/Root/IngestPage.cs b/tests/Examples/Root/IngestPage.cs index 9c8937bc336..2441854e494 100644 --- a/tests/Examples/Root/IngestPage.cs +++ b/tests/Examples/Root/IngestPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Root/MappingPage.cs b/tests/Examples/Root/MappingPage.cs index 732512ea2e4..fe012c02308 100644 --- a/tests/Examples/Root/MappingPage.cs +++ b/tests/Examples/Root/MappingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/Root/RedirectsPage.cs b/tests/Examples/Root/RedirectsPage.cs index ed1f6955388..80e17bd9db1 100644 --- a/tests/Examples/Root/RedirectsPage.cs +++ b/tests/Examples/Root/RedirectsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Root/SearchPage.cs b/tests/Examples/Root/SearchPage.cs index 7a69beed3f6..92deac71708 100644 --- a/tests/Examples/Root/SearchPage.cs +++ b/tests/Examples/Root/SearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses 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/Examples/Scripting/EnginePage.cs b/tests/Examples/Scripting/EnginePage.cs index 9ff0af7fe4b..c87d93aa594 100644 --- a/tests/Examples/Scripting/EnginePage.cs +++ b/tests/Examples/Scripting/EnginePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Scripting/FieldsPage.cs b/tests/Examples/Scripting/FieldsPage.cs index 386eda40354..8f32fea5830 100644 --- a/tests/Examples/Scripting/FieldsPage.cs +++ b/tests/Examples/Scripting/FieldsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Scripting/UsingPage.cs b/tests/Examples/Scripting/UsingPage.cs index c820d50ee5f..6c60091cd0c 100644 --- a/tests/Examples/Scripting/UsingPage.cs +++ b/tests/Examples/Scripting/UsingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/AsyncSearchPage.cs b/tests/Examples/Search/AsyncSearchPage.cs index 1ecaecdf428..ae6ae0d5466 100644 --- a/tests/Examples/Search/AsyncSearchPage.cs +++ b/tests/Examples/Search/AsyncSearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Search/ClearScrollApiPage.cs b/tests/Examples/Search/ClearScrollApiPage.cs index 15dff301d87..18d055d6ac6 100644 --- a/tests/Examples/Search/ClearScrollApiPage.cs +++ b/tests/Examples/Search/ClearScrollApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Search/CountPage.cs b/tests/Examples/Search/CountPage.cs index 250c40e8f46..44403eaa35e 100644 --- a/tests/Examples/Search/CountPage.cs +++ b/tests/Examples/Search/CountPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/ExplainPage.cs b/tests/Examples/Search/ExplainPage.cs index 3b9067b2978..cd6f68c1c45 100644 --- a/tests/Examples/Search/ExplainPage.cs +++ b/tests/Examples/Search/ExplainPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/FieldCapsPage.cs b/tests/Examples/Search/FieldCapsPage.cs index d64bf2cb4c4..527511b8904 100644 --- a/tests/Examples/Search/FieldCapsPage.cs +++ b/tests/Examples/Search/FieldCapsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/MultiSearchPage.cs b/tests/Examples/Search/MultiSearchPage.cs index e256613263f..6186be7d012 100644 --- a/tests/Examples/Search/MultiSearchPage.cs +++ b/tests/Examples/Search/MultiSearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/ProfilePage.cs b/tests/Examples/Search/ProfilePage.cs index 3057305c203..153df84a673 100644 --- a/tests/Examples/Search/ProfilePage.cs +++ b/tests/Examples/Search/ProfilePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/RankEvalPage.cs b/tests/Examples/Search/RankEvalPage.cs index 48abeb8e1db..277c19a5d4b 100644 --- a/tests/Examples/Search/RankEvalPage.cs +++ b/tests/Examples/Search/RankEvalPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/CollapsePage.cs b/tests/Examples/Search/Request/CollapsePage.cs index 67a8795aef3..053313a0016 100644 --- a/tests/Examples/Search/Request/CollapsePage.cs +++ b/tests/Examples/Search/Request/CollapsePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/DocvalueFieldsPage.cs b/tests/Examples/Search/Request/DocvalueFieldsPage.cs index c172fc80295..f87b7dd6ff5 100644 --- a/tests/Examples/Search/Request/DocvalueFieldsPage.cs +++ b/tests/Examples/Search/Request/DocvalueFieldsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/ExplainPage.cs b/tests/Examples/Search/Request/ExplainPage.cs index 0a713541a45..7b87148d90d 100644 --- a/tests/Examples/Search/Request/ExplainPage.cs +++ b/tests/Examples/Search/Request/ExplainPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/FromSizePage.cs b/tests/Examples/Search/Request/FromSizePage.cs index 3437c8dd489..61d86f961c7 100644 --- a/tests/Examples/Search/Request/FromSizePage.cs +++ b/tests/Examples/Search/Request/FromSizePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/HighlightingPage.cs b/tests/Examples/Search/Request/HighlightingPage.cs index 28a87658283..7cfcae32cfd 100644 --- a/tests/Examples/Search/Request/HighlightingPage.cs +++ b/tests/Examples/Search/Request/HighlightingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/IndexBoostPage.cs b/tests/Examples/Search/Request/IndexBoostPage.cs index 49d0bc39d2a..ec5308de643 100644 --- a/tests/Examples/Search/Request/IndexBoostPage.cs +++ b/tests/Examples/Search/Request/IndexBoostPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/InnerHitsPage.cs b/tests/Examples/Search/Request/InnerHitsPage.cs index ed9c1536c82..27eb63cebc2 100644 --- a/tests/Examples/Search/Request/InnerHitsPage.cs +++ b/tests/Examples/Search/Request/InnerHitsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/MinScorePage.cs b/tests/Examples/Search/Request/MinScorePage.cs index 04516260a2c..3fea1051859 100644 --- a/tests/Examples/Search/Request/MinScorePage.cs +++ b/tests/Examples/Search/Request/MinScorePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/NamedQueriesAndFiltersPage.cs b/tests/Examples/Search/Request/NamedQueriesAndFiltersPage.cs index a468905c267..864dc796f9c 100644 --- a/tests/Examples/Search/Request/NamedQueriesAndFiltersPage.cs +++ b/tests/Examples/Search/Request/NamedQueriesAndFiltersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/PostFilterPage.cs b/tests/Examples/Search/Request/PostFilterPage.cs index 0d354101004..1e015d49c4f 100644 --- a/tests/Examples/Search/Request/PostFilterPage.cs +++ b/tests/Examples/Search/Request/PostFilterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/PreferencePage.cs b/tests/Examples/Search/Request/PreferencePage.cs index ee08e8f1a54..1509afd7b34 100644 --- a/tests/Examples/Search/Request/PreferencePage.cs +++ b/tests/Examples/Search/Request/PreferencePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/QueryPage.cs b/tests/Examples/Search/Request/QueryPage.cs index 1fecf67dd29..99b3c7bd9d6 100644 --- a/tests/Examples/Search/Request/QueryPage.cs +++ b/tests/Examples/Search/Request/QueryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/RescorePage.cs b/tests/Examples/Search/Request/RescorePage.cs index 6493309890a..611439f74ec 100644 --- a/tests/Examples/Search/Request/RescorePage.cs +++ b/tests/Examples/Search/Request/RescorePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/ScriptFieldsPage.cs b/tests/Examples/Search/Request/ScriptFieldsPage.cs index 4909cb70453..007a5df0a6a 100644 --- a/tests/Examples/Search/Request/ScriptFieldsPage.cs +++ b/tests/Examples/Search/Request/ScriptFieldsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/ScrollPage.cs b/tests/Examples/Search/Request/ScrollPage.cs index 0a954e6bc39..cb4256e1c66 100644 --- a/tests/Examples/Search/Request/ScrollPage.cs +++ b/tests/Examples/Search/Request/ScrollPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses 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/Examples/Search/Request/SearchAfterPage.cs b/tests/Examples/Search/Request/SearchAfterPage.cs index 9642ce3ce60..fcc766f4d7e 100644 --- a/tests/Examples/Search/Request/SearchAfterPage.cs +++ b/tests/Examples/Search/Request/SearchAfterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/SearchTypePage.cs b/tests/Examples/Search/Request/SearchTypePage.cs index 77b0656262c..bb55175031f 100644 --- a/tests/Examples/Search/Request/SearchTypePage.cs +++ b/tests/Examples/Search/Request/SearchTypePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/SeqNoPage.cs b/tests/Examples/Search/Request/SeqNoPage.cs index ce97c819786..73d4b6bbec7 100644 --- a/tests/Examples/Search/Request/SeqNoPage.cs +++ b/tests/Examples/Search/Request/SeqNoPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/SortPage.cs b/tests/Examples/Search/Request/SortPage.cs index 4b5ae1e605e..c3b616d003f 100644 --- a/tests/Examples/Search/Request/SortPage.cs +++ b/tests/Examples/Search/Request/SortPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/SourceFilteringPage.cs b/tests/Examples/Search/Request/SourceFilteringPage.cs index 18c3975417d..3fcacde9e01 100644 --- a/tests/Examples/Search/Request/SourceFilteringPage.cs +++ b/tests/Examples/Search/Request/SourceFilteringPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/StoredFieldsPage.cs b/tests/Examples/Search/Request/StoredFieldsPage.cs index 2caa06ec4a9..c26f6ea0477 100644 --- a/tests/Examples/Search/Request/StoredFieldsPage.cs +++ b/tests/Examples/Search/Request/StoredFieldsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/TrackTotalHitsPage.cs b/tests/Examples/Search/Request/TrackTotalHitsPage.cs index a819163bbe3..b04259f1f9f 100644 --- a/tests/Examples/Search/Request/TrackTotalHitsPage.cs +++ b/tests/Examples/Search/Request/TrackTotalHitsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Request/VersionPage.cs b/tests/Examples/Search/Request/VersionPage.cs index 1bd4f18d841..95d2e2fc78c 100644 --- a/tests/Examples/Search/Request/VersionPage.cs +++ b/tests/Examples/Search/Request/VersionPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/RequestBodyPage.cs b/tests/Examples/Search/RequestBodyPage.cs index 3cc8a795565..c2aacba10fd 100644 --- a/tests/Examples/Search/RequestBodyPage.cs +++ b/tests/Examples/Search/RequestBodyPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/RunASearchPage.cs b/tests/Examples/Search/RunASearchPage.cs index f37ae7a34e5..92f4bb8f49e 100644 --- a/tests/Examples/Search/RunASearchPage.cs +++ b/tests/Examples/Search/RunASearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Search/ScrollApiPage.cs b/tests/Examples/Search/ScrollApiPage.cs index bb3937b49cc..431996cb511 100644 --- a/tests/Examples/Search/ScrollApiPage.cs +++ b/tests/Examples/Search/ScrollApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Search/SearchFieldsPage.cs b/tests/Examples/Search/SearchFieldsPage.cs index 0eb84933830..94816ed258b 100644 --- a/tests/Examples/Search/SearchFieldsPage.cs +++ b/tests/Examples/Search/SearchFieldsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Search/SearchPage.cs b/tests/Examples/Search/SearchPage.cs index 6c5bc7e25f5..42b2c51f848 100644 --- a/tests/Examples/Search/SearchPage.cs +++ b/tests/Examples/Search/SearchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 Examples.Models; diff --git a/tests/Examples/Search/SearchShardsPage.cs b/tests/Examples/Search/SearchShardsPage.cs index 4c8be973967..3b743dbfe4a 100644 --- a/tests/Examples/Search/SearchShardsPage.cs +++ b/tests/Examples/Search/SearchShardsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/SearchTemplatePage.cs b/tests/Examples/Search/SearchTemplatePage.cs index ab4f9609e0d..63007b5cd46 100644 --- a/tests/Examples/Search/SearchTemplatePage.cs +++ b/tests/Examples/Search/SearchTemplatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Suggesters/CompletionSuggestPage.cs b/tests/Examples/Search/Suggesters/CompletionSuggestPage.cs index af8264651b3..69a0a89c895 100644 --- a/tests/Examples/Search/Suggesters/CompletionSuggestPage.cs +++ b/tests/Examples/Search/Suggesters/CompletionSuggestPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Suggesters/ContextSuggestPage.cs b/tests/Examples/Search/Suggesters/ContextSuggestPage.cs index 3bf3ec8f724..80d0161bcde 100644 --- a/tests/Examples/Search/Suggesters/ContextSuggestPage.cs +++ b/tests/Examples/Search/Suggesters/ContextSuggestPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Suggesters/MiscPage.cs b/tests/Examples/Search/Suggesters/MiscPage.cs index 2bd157cb4fb..d72c4dbd564 100644 --- a/tests/Examples/Search/Suggesters/MiscPage.cs +++ b/tests/Examples/Search/Suggesters/MiscPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/Suggesters/PhraseSuggestPage.cs b/tests/Examples/Search/Suggesters/PhraseSuggestPage.cs index 762d5476d0e..740dfd5422d 100644 --- a/tests/Examples/Search/Suggesters/PhraseSuggestPage.cs +++ b/tests/Examples/Search/Suggesters/PhraseSuggestPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/SuggestersPage.cs b/tests/Examples/Search/SuggestersPage.cs index 5bb6fdf624d..05a1fbfe663 100644 --- a/tests/Examples/Search/SuggestersPage.cs +++ b/tests/Examples/Search/SuggestersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/UriRequestPage.cs b/tests/Examples/Search/UriRequestPage.cs index 6f66ec757ef..51ab89b2925 100644 --- a/tests/Examples/Search/UriRequestPage.cs +++ b/tests/Examples/Search/UriRequestPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Search/ValidatePage.cs b/tests/Examples/Search/ValidatePage.cs index 4e6841bff89..e7a27890fd3 100644 --- a/tests/Examples/Search/ValidatePage.cs +++ b/tests/Examples/Search/ValidatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/SearchableSnapshots/Apis/ClearCachePage.cs b/tests/Examples/SearchableSnapshots/Apis/ClearCachePage.cs index 1cbf3d30879..6c180b8bf6a 100644 --- a/tests/Examples/SearchableSnapshots/Apis/ClearCachePage.cs +++ b/tests/Examples/SearchableSnapshots/Apis/ClearCachePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SearchableSnapshots/Apis/GetStatsPage.cs b/tests/Examples/SearchableSnapshots/Apis/GetStatsPage.cs index 5a2b9bd830a..52cc9084517 100644 --- a/tests/Examples/SearchableSnapshots/Apis/GetStatsPage.cs +++ b/tests/Examples/SearchableSnapshots/Apis/GetStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SearchableSnapshots/Apis/MountSnapshotPage.cs b/tests/Examples/SearchableSnapshots/Apis/MountSnapshotPage.cs index abe9ea908ac..b8f7f4ff3e6 100644 --- a/tests/Examples/SearchableSnapshots/Apis/MountSnapshotPage.cs +++ b/tests/Examples/SearchableSnapshots/Apis/MountSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SearchableSnapshots/Apis/RepositoryStatsPage.cs b/tests/Examples/SearchableSnapshots/Apis/RepositoryStatsPage.cs index c8032a389b6..affa422cd19 100644 --- a/tests/Examples/SearchableSnapshots/Apis/RepositoryStatsPage.cs +++ b/tests/Examples/SearchableSnapshots/Apis/RepositoryStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Setup/AddNodesPage.cs b/tests/Examples/Setup/AddNodesPage.cs index 1317b0370d5..58e99bb46db 100644 --- a/tests/Examples/Setup/AddNodesPage.cs +++ b/tests/Examples/Setup/AddNodesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Setup/Install/CheckRunningPage.cs b/tests/Examples/Setup/Install/CheckRunningPage.cs index e19ef44e51e..5ac10037642 100644 --- a/tests/Examples/Setup/Install/CheckRunningPage.cs +++ b/tests/Examples/Setup/Install/CheckRunningPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Setup/LoggingConfigPage.cs b/tests/Examples/Setup/LoggingConfigPage.cs index 14f014cec7e..89a7520add3 100644 --- a/tests/Examples/Setup/LoggingConfigPage.cs +++ b/tests/Examples/Setup/LoggingConfigPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Setup/RestartClusterPage.cs b/tests/Examples/Setup/RestartClusterPage.cs index 7f7fc74c622..a48fd4036c3 100644 --- a/tests/Examples/Setup/RestartClusterPage.cs +++ b/tests/Examples/Setup/RestartClusterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Setup/SecureSettingsPage.cs b/tests/Examples/Setup/SecureSettingsPage.cs index 58064fdb7b5..dc44cdf34c3 100644 --- a/tests/Examples/Setup/SecureSettingsPage.cs +++ b/tests/Examples/Setup/SecureSettingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Setup/Sysconfig/FileDescriptorsPage.cs b/tests/Examples/Setup/Sysconfig/FileDescriptorsPage.cs index 3b3cae41f98..06cf04b3a2c 100644 --- a/tests/Examples/Setup/Sysconfig/FileDescriptorsPage.cs +++ b/tests/Examples/Setup/Sysconfig/FileDescriptorsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Setup/Sysconfig/SwapPage.cs b/tests/Examples/Setup/Sysconfig/SwapPage.cs index 919398a0906..7ead9cc2fb5 100644 --- a/tests/Examples/Setup/Sysconfig/SwapPage.cs +++ b/tests/Examples/Setup/Sysconfig/SwapPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmDeletePage.cs b/tests/Examples/Slm/Apis/SlmDeletePage.cs index b00c2750ddb..e82efae9827 100644 --- a/tests/Examples/Slm/Apis/SlmDeletePage.cs +++ b/tests/Examples/Slm/Apis/SlmDeletePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmExecutePage.cs b/tests/Examples/Slm/Apis/SlmExecutePage.cs index a1df0ef0a5b..6d14e95052f 100644 --- a/tests/Examples/Slm/Apis/SlmExecutePage.cs +++ b/tests/Examples/Slm/Apis/SlmExecutePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmExecuteRetentionPage.cs b/tests/Examples/Slm/Apis/SlmExecuteRetentionPage.cs index 72696700a46..115392c3f11 100644 --- a/tests/Examples/Slm/Apis/SlmExecuteRetentionPage.cs +++ b/tests/Examples/Slm/Apis/SlmExecuteRetentionPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmGetPage.cs b/tests/Examples/Slm/Apis/SlmGetPage.cs index 202e1103ef9..558a6a20e20 100644 --- a/tests/Examples/Slm/Apis/SlmGetPage.cs +++ b/tests/Examples/Slm/Apis/SlmGetPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmGetStatusPage.cs b/tests/Examples/Slm/Apis/SlmGetStatusPage.cs index e090558df8c..2b7596a1b3d 100644 --- a/tests/Examples/Slm/Apis/SlmGetStatusPage.cs +++ b/tests/Examples/Slm/Apis/SlmGetStatusPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmPutPage.cs b/tests/Examples/Slm/Apis/SlmPutPage.cs index 8acc29de12d..5157645e452 100644 --- a/tests/Examples/Slm/Apis/SlmPutPage.cs +++ b/tests/Examples/Slm/Apis/SlmPutPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmStartPage.cs b/tests/Examples/Slm/Apis/SlmStartPage.cs index 4ea4ee4d3d0..3c095a1e817 100644 --- a/tests/Examples/Slm/Apis/SlmStartPage.cs +++ b/tests/Examples/Slm/Apis/SlmStartPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmStatsPage.cs b/tests/Examples/Slm/Apis/SlmStatsPage.cs index e160b82df4f..023b3b3fe7d 100644 --- a/tests/Examples/Slm/Apis/SlmStatsPage.cs +++ b/tests/Examples/Slm/Apis/SlmStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/Apis/SlmStopPage.cs b/tests/Examples/Slm/Apis/SlmStopPage.cs index a946dfa6e94..3a262708373 100644 --- a/tests/Examples/Slm/Apis/SlmStopPage.cs +++ b/tests/Examples/Slm/Apis/SlmStopPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/GettingStartedSlmPage.cs b/tests/Examples/Slm/GettingStartedSlmPage.cs index 72627d19c56..ebbef562e1f 100644 --- a/tests/Examples/Slm/GettingStartedSlmPage.cs +++ b/tests/Examples/Slm/GettingStartedSlmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/IndexPage.cs b/tests/Examples/Slm/IndexPage.cs index f6bb0057794..7b4ee28fecf 100644 --- a/tests/Examples/Slm/IndexPage.cs +++ b/tests/Examples/Slm/IndexPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/SlmRetentionPage.cs b/tests/Examples/Slm/SlmRetentionPage.cs index 24f0a5703aa..f495a5c5c48 100644 --- a/tests/Examples/Slm/SlmRetentionPage.cs +++ b/tests/Examples/Slm/SlmRetentionPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Slm/SlmSecurityPage.cs b/tests/Examples/Slm/SlmSecurityPage.cs index 59a8b9e8f3b..a9689163eeb 100644 --- a/tests/Examples/Slm/SlmSecurityPage.cs +++ b/tests/Examples/Slm/SlmSecurityPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/CleanUpRepoApiPage.cs b/tests/Examples/SnapshotRestore/Apis/CleanUpRepoApiPage.cs index bb821360863..4ab8f644a62 100644 --- a/tests/Examples/SnapshotRestore/Apis/CleanUpRepoApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/CleanUpRepoApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/CreateSnapshotApiPage.cs b/tests/Examples/SnapshotRestore/Apis/CreateSnapshotApiPage.cs index 99fb0ebf1d8..976484d1bb9 100644 --- a/tests/Examples/SnapshotRestore/Apis/CreateSnapshotApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/CreateSnapshotApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/DeleteRepoApiPage.cs b/tests/Examples/SnapshotRestore/Apis/DeleteRepoApiPage.cs index 2aa3c0894de..59d83e7a293 100644 --- a/tests/Examples/SnapshotRestore/Apis/DeleteRepoApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/DeleteRepoApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/DeleteSnapshotApiPage.cs b/tests/Examples/SnapshotRestore/Apis/DeleteSnapshotApiPage.cs index 1e895ef3cd6..8c4f3c44d9b 100644 --- a/tests/Examples/SnapshotRestore/Apis/DeleteSnapshotApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/DeleteSnapshotApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/GetRepoApiPage.cs b/tests/Examples/SnapshotRestore/Apis/GetRepoApiPage.cs index 6ab42997465..5671347eca1 100644 --- a/tests/Examples/SnapshotRestore/Apis/GetRepoApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/GetRepoApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/GetSnapshotApiPage.cs b/tests/Examples/SnapshotRestore/Apis/GetSnapshotApiPage.cs index 6cddd4ea6df..e67b62d9dfa 100644 --- a/tests/Examples/SnapshotRestore/Apis/GetSnapshotApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/GetSnapshotApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/GetSnapshotStatusApiPage.cs b/tests/Examples/SnapshotRestore/Apis/GetSnapshotStatusApiPage.cs index 5a715eb53a3..f2412d88e7b 100644 --- a/tests/Examples/SnapshotRestore/Apis/GetSnapshotStatusApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/GetSnapshotStatusApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/PutRepoApiPage.cs b/tests/Examples/SnapshotRestore/Apis/PutRepoApiPage.cs index 883fdd2acdd..d23f9419e51 100644 --- a/tests/Examples/SnapshotRestore/Apis/PutRepoApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/PutRepoApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/Apis/VerifyRepoApiPage.cs b/tests/Examples/SnapshotRestore/Apis/VerifyRepoApiPage.cs index 12e60913b13..3b93057dabc 100644 --- a/tests/Examples/SnapshotRestore/Apis/VerifyRepoApiPage.cs +++ b/tests/Examples/SnapshotRestore/Apis/VerifyRepoApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/SnapshotRestore/MonitorSnapshotRestorePage.cs b/tests/Examples/SnapshotRestore/MonitorSnapshotRestorePage.cs index 42561f12766..43f0995a616 100644 --- a/tests/Examples/SnapshotRestore/MonitorSnapshotRestorePage.cs +++ b/tests/Examples/SnapshotRestore/MonitorSnapshotRestorePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/SnapshotRestore/RegisterRepositoryPage.cs b/tests/Examples/SnapshotRestore/RegisterRepositoryPage.cs index 8e4426db970..d1d6aa4eb43 100644 --- a/tests/Examples/SnapshotRestore/RegisterRepositoryPage.cs +++ b/tests/Examples/SnapshotRestore/RegisterRepositoryPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/SnapshotRestore/RestoreSnapshotPage.cs b/tests/Examples/SnapshotRestore/RestoreSnapshotPage.cs index 4c6c2c45b71..f0b32474b70 100644 --- a/tests/Examples/SnapshotRestore/RestoreSnapshotPage.cs +++ b/tests/Examples/SnapshotRestore/RestoreSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/SnapshotRestore/TakeSnapshotPage.cs b/tests/Examples/SnapshotRestore/TakeSnapshotPage.cs index 9a62ce0d0f5..585f613b676 100644 --- a/tests/Examples/SnapshotRestore/TakeSnapshotPage.cs +++ b/tests/Examples/SnapshotRestore/TakeSnapshotPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Sql/Endpoints/RestPage.cs b/tests/Examples/Sql/Endpoints/RestPage.cs index 9ec7febb558..7ee1cc0ad46 100644 --- a/tests/Examples/Sql/Endpoints/RestPage.cs +++ b/tests/Examples/Sql/Endpoints/RestPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Sql/Endpoints/TranslatePage.cs b/tests/Examples/Sql/Endpoints/TranslatePage.cs index f361e008d24..26ebb396952 100644 --- a/tests/Examples/Sql/Endpoints/TranslatePage.cs +++ b/tests/Examples/Sql/Endpoints/TranslatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Sql/GettingStartedPage.cs b/tests/Examples/Sql/GettingStartedPage.cs index cb035d336df..24f5806d9a4 100644 --- a/tests/Examples/Sql/GettingStartedPage.cs +++ b/tests/Examples/Sql/GettingStartedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/DeleteTransformPage.cs b/tests/Examples/Transform/Apis/DeleteTransformPage.cs index 4b2726238cc..bf53d92c207 100644 --- a/tests/Examples/Transform/Apis/DeleteTransformPage.cs +++ b/tests/Examples/Transform/Apis/DeleteTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/GetTransformPage.cs b/tests/Examples/Transform/Apis/GetTransformPage.cs index 4a4e3278fa0..f8827cac454 100644 --- a/tests/Examples/Transform/Apis/GetTransformPage.cs +++ b/tests/Examples/Transform/Apis/GetTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/GetTransformStatsPage.cs b/tests/Examples/Transform/Apis/GetTransformStatsPage.cs index bb2b50eef9e..f2432a25078 100644 --- a/tests/Examples/Transform/Apis/GetTransformStatsPage.cs +++ b/tests/Examples/Transform/Apis/GetTransformStatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/PreviewTransformPage.cs b/tests/Examples/Transform/Apis/PreviewTransformPage.cs index 1dc9543697c..3f139e26b6c 100644 --- a/tests/Examples/Transform/Apis/PreviewTransformPage.cs +++ b/tests/Examples/Transform/Apis/PreviewTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/PutTransformPage.cs b/tests/Examples/Transform/Apis/PutTransformPage.cs index 010e749cff1..6c7e2637b2c 100644 --- a/tests/Examples/Transform/Apis/PutTransformPage.cs +++ b/tests/Examples/Transform/Apis/PutTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/StartTransformPage.cs b/tests/Examples/Transform/Apis/StartTransformPage.cs index d65e5ecc330..33c3ed90467 100644 --- a/tests/Examples/Transform/Apis/StartTransformPage.cs +++ b/tests/Examples/Transform/Apis/StartTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/StopTransformPage.cs b/tests/Examples/Transform/Apis/StopTransformPage.cs index 5263357806d..7701903ae44 100644 --- a/tests/Examples/Transform/Apis/StopTransformPage.cs +++ b/tests/Examples/Transform/Apis/StopTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/Apis/UpdateTransformPage.cs b/tests/Examples/Transform/Apis/UpdateTransformPage.cs index 3a175fc2f30..40bf1298718 100644 --- a/tests/Examples/Transform/Apis/UpdateTransformPage.cs +++ b/tests/Examples/Transform/Apis/UpdateTransformPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/EcommerceTutorialPage.cs b/tests/Examples/Transform/EcommerceTutorialPage.cs index ff6fa9a3168..cfa2a1888a1 100644 --- a/tests/Examples/Transform/EcommerceTutorialPage.cs +++ b/tests/Examples/Transform/EcommerceTutorialPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/ExamplesPage.cs b/tests/Examples/Transform/ExamplesPage.cs index 98777779e58..9bd2a65ee90 100644 --- a/tests/Examples/Transform/ExamplesPage.cs +++ b/tests/Examples/Transform/ExamplesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Transform/PainlessExamplesPage.cs b/tests/Examples/Transform/PainlessExamplesPage.cs index 1651d2b9837..39cc4bc2927 100644 --- a/tests/Examples/Transform/PainlessExamplesPage.cs +++ b/tests/Examples/Transform/PainlessExamplesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/Upgrade/ClusterRestartPage.cs b/tests/Examples/Upgrade/ClusterRestartPage.cs index 9321901da6a..6c5aaaa026d 100644 --- a/tests/Examples/Upgrade/ClusterRestartPage.cs +++ b/tests/Examples/Upgrade/ClusterRestartPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Upgrade/ReindexUpgradePage.cs b/tests/Examples/Upgrade/ReindexUpgradePage.cs index bdbacf5d4e6..4d1b73b9acf 100644 --- a/tests/Examples/Upgrade/ReindexUpgradePage.cs +++ b/tests/Examples/Upgrade/ReindexUpgradePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Upgrade/RollingUpgradePage.cs b/tests/Examples/Upgrade/RollingUpgradePage.cs index 1098351291d..502ba4c2973 100644 --- a/tests/Examples/Upgrade/RollingUpgradePage.cs +++ b/tests/Examples/Upgrade/RollingUpgradePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/Vectors/VectorFunctionsPage.cs b/tests/Examples/Vectors/VectorFunctionsPage.cs index 5dd932379b3..33b68c05010 100644 --- a/tests/Examples/Vectors/VectorFunctionsPage.cs +++ b/tests/Examples/Vectors/VectorFunctionsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/AuthenticatePage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/AuthenticatePage.cs index 7a6f80e2ecc..599dd28446b 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/AuthenticatePage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/AuthenticatePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/ChangePasswordPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/ChangePasswordPage.cs index 1513808749a..00d0f6e8b76 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/ChangePasswordPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/ChangePasswordPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/ClearCachePage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/ClearCachePage.cs index f10fe139adc..532df5d1d2a 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/ClearCachePage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/ClearCachePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/ClearPrivilegesCachePage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/ClearPrivilegesCachePage.cs index 1f0b5fa8946..96a8277ddde 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/ClearPrivilegesCachePage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/ClearPrivilegesCachePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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 System.ComponentModel; diff --git a/tests/Examples/XPack/Docs/En/RestApi/Security/ClearRolesCachePage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/ClearRolesCachePage.cs index 457c311215a..91608b72141 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/ClearRolesCachePage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/ClearRolesCachePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/CreateApiKeysPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateApiKeysPage.cs index 5c201f651c1..14e6fba0d1e 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/CreateApiKeysPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateApiKeysPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/CreateRoleMappingsPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateRoleMappingsPage.cs index 7a9507f436b..db1b7ba7b35 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/CreateRoleMappingsPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateRoleMappingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/CreateRolesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateRolesPage.cs index acd6c2a46fb..9d9f523bda9 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/CreateRolesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateRolesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/CreateUsersPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateUsersPage.cs index ad647bb65fc..749eac67142 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/CreateUsersPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/CreateUsersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/DelegatePkiAuthenticationPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/DelegatePkiAuthenticationPage.cs index b476d79ff85..93ba2ff0de8 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/DelegatePkiAuthenticationPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/DelegatePkiAuthenticationPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/DeleteAppPrivilegesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteAppPrivilegesPage.cs index 0320f9b7408..b6d6ff646f5 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteAppPrivilegesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteAppPrivilegesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/DeleteRoleMappingsPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteRoleMappingsPage.cs index 624903d0e5c..6961d05661d 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteRoleMappingsPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteRoleMappingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/DeleteRolesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteRolesPage.cs index cd13191499e..99670a6edad 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteRolesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteRolesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/DeleteUsersPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteUsersPage.cs index c34cd96580b..f5bfd8294ad 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteUsersPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/DeleteUsersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/DisableUsersPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/DisableUsersPage.cs index 6f5295b4ed6..f71a25b3485 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/DisableUsersPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/DisableUsersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/EnableUsersPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/EnableUsersPage.cs index 2a457b60ce0..0bdac01f637 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/EnableUsersPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/EnableUsersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/GetApiKeysPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/GetApiKeysPage.cs index 0601fbf4040..5e57cb8d7ad 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/GetApiKeysPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/GetApiKeysPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/GetAppPrivilegesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/GetAppPrivilegesPage.cs index 3dbad5c3fc0..d5c45ecbbfb 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/GetAppPrivilegesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/GetAppPrivilegesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/GetBuiltinPrivilegesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/GetBuiltinPrivilegesPage.cs index cd385cc1403..b5578e99909 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/GetBuiltinPrivilegesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/GetBuiltinPrivilegesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/GetRoleMappingsPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/GetRoleMappingsPage.cs index 04fbe2d35a8..54baa453da2 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/GetRoleMappingsPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/GetRoleMappingsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/GetRolesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/GetRolesPage.cs index 5885d84f4cc..67ff08980b0 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/GetRolesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/GetRolesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/GetTokensPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/GetTokensPage.cs index f47417e8afe..49ba988cf77 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/GetTokensPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/GetTokensPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/GetUsersPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/GetUsersPage.cs index da102ba2217..5be6f0c2677 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/GetUsersPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/GetUsersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/HasPrivilegesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/HasPrivilegesPage.cs index 7751465ea09..cfee0bba06c 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/HasPrivilegesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/HasPrivilegesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/InvalidateApiKeysPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/InvalidateApiKeysPage.cs index 56cec9967c1..a30ff176578 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/InvalidateApiKeysPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/InvalidateApiKeysPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/InvalidateTokensPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/InvalidateTokensPage.cs index fd530de1be4..4645dc3872a 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/InvalidateTokensPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/InvalidateTokensPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/OidcAuthenticateApiPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/OidcAuthenticateApiPage.cs index 7ddde6ea3cb..92b3ca5656f 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/OidcAuthenticateApiPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/OidcAuthenticateApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/OidcLogoutApiPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/OidcLogoutApiPage.cs index d144c3e23fb..8080c00992a 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/OidcLogoutApiPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/OidcLogoutApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/OidcPrepareAuthenticationApiPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/OidcPrepareAuthenticationApiPage.cs index 26310d3c5d6..ba7e0216b1d 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/OidcPrepareAuthenticationApiPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/OidcPrepareAuthenticationApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/PutAppPrivilegesPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/PutAppPrivilegesPage.cs index 5a97ac485e2..fb93d1e37a8 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/PutAppPrivilegesPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/PutAppPrivilegesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/SamlAuthenticateApiPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlAuthenticateApiPage.cs index 68585104ae0..2b6ed205606 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/SamlAuthenticateApiPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlAuthenticateApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/SamlInvalidateApiPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlInvalidateApiPage.cs index 393331819eb..244677bd2a7 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/SamlInvalidateApiPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlInvalidateApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/SamlLogoutApiPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlLogoutApiPage.cs index 6706ae858b6..43cff0124ee 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/SamlLogoutApiPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlLogoutApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/SamlPrepareAuthenticationApiPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlPrepareAuthenticationApiPage.cs index bddd362e8f4..b2360e64dde 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/SamlPrepareAuthenticationApiPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/SamlPrepareAuthenticationApiPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Security/SslPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Security/SslPage.cs index 2b36dab2cdd..cfdcd2b14e8 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Security/SslPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Security/SslPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/AckWatchPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/AckWatchPage.cs index d6b289a5a0b..9eb867e45bc 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/AckWatchPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/AckWatchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/ActivateWatchPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/ActivateWatchPage.cs index de32d2211de..e49b1ef4a63 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/ActivateWatchPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/ActivateWatchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/DeactivateWatchPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/DeactivateWatchPage.cs index cdfa5335590..09f9352b840 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/DeactivateWatchPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/DeactivateWatchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/DeleteWatchPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/DeleteWatchPage.cs index 34ee2c9e40e..d34c913e360 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/DeleteWatchPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/DeleteWatchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/ExecuteWatchPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/ExecuteWatchPage.cs index f78f3a7ab65..112685a4df7 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/ExecuteWatchPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/ExecuteWatchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/GetWatchPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/GetWatchPage.cs index b40d8b2a577..cd00b06e20a 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/GetWatchPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/GetWatchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/PutWatchPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/PutWatchPage.cs index f9d26bb8acb..d8b16a58880 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/PutWatchPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/PutWatchPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/StartPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/StartPage.cs index a064ae79b1a..7d0d89fc654 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/StartPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/StartPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/StatsPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/StatsPage.cs index 9851f080463..228c96f9ad7 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/StatsPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/StatsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/RestApi/Watcher/StopPage.cs b/tests/Examples/XPack/Docs/En/RestApi/Watcher/StopPage.cs index 0ffed41b072..cee1a4643e0 100644 --- a/tests/Examples/XPack/Docs/En/RestApi/Watcher/StopPage.cs +++ b/tests/Examples/XPack/Docs/En/RestApi/Watcher/StopPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Auditing/OutputLogfilePage.cs b/tests/Examples/XPack/Docs/En/Security/Auditing/OutputLogfilePage.cs index 05c7d980c5e..69247755bbe 100644 --- a/tests/Examples/XPack/Docs/En/Security/Auditing/OutputLogfilePage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Auditing/OutputLogfilePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authentication/BuiltInUsersPage.cs b/tests/Examples/XPack/Docs/En/Security/Authentication/BuiltInUsersPage.cs index 9fa8dc3c699..f8f303f7bfe 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authentication/BuiltInUsersPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authentication/BuiltInUsersPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authentication/ConfiguringActiveDirectoryRealmPage.cs b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringActiveDirectoryRealmPage.cs index 9a00574ce09..7d8d543665d 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringActiveDirectoryRealmPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringActiveDirectoryRealmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authentication/ConfiguringKerberosRealmPage.cs b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringKerberosRealmPage.cs index 4cd91c16c94..9674b14eafc 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringKerberosRealmPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringKerberosRealmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authentication/ConfiguringLdapRealmPage.cs b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringLdapRealmPage.cs index 8c78232c68f..d9c7fe6d5d7 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringLdapRealmPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringLdapRealmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authentication/ConfiguringPkiRealmPage.cs b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringPkiRealmPage.cs index 8c4c43608df..e0c93b29d85 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringPkiRealmPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authentication/ConfiguringPkiRealmPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authentication/OidcGuidePage.cs b/tests/Examples/XPack/Docs/En/Security/Authentication/OidcGuidePage.cs index 9ca4fb2dfff..0faaafb3c11 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authentication/OidcGuidePage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authentication/OidcGuidePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authentication/SamlGuidePage.cs b/tests/Examples/XPack/Docs/En/Security/Authentication/SamlGuidePage.cs index 1fad17fd7f4..31b4eb27d78 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authentication/SamlGuidePage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authentication/SamlGuidePage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authorization/AliasPrivilegesPage.cs b/tests/Examples/XPack/Docs/En/Security/Authorization/AliasPrivilegesPage.cs index 0314cf5d73b..9f96b1dee07 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authorization/AliasPrivilegesPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authorization/AliasPrivilegesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authorization/DocumentLevelSecurityPage.cs b/tests/Examples/XPack/Docs/En/Security/Authorization/DocumentLevelSecurityPage.cs index a6578c30d35..b227f1f009b 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authorization/DocumentLevelSecurityPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authorization/DocumentLevelSecurityPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authorization/FieldLevelSecurityPage.cs b/tests/Examples/XPack/Docs/En/Security/Authorization/FieldLevelSecurityPage.cs index ef7c593709e..62a343468b4 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authorization/FieldLevelSecurityPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authorization/FieldLevelSecurityPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authorization/ManagingRolesPage.cs b/tests/Examples/XPack/Docs/En/Security/Authorization/ManagingRolesPage.cs index 63200dfb6a3..76dc85ea268 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authorization/ManagingRolesPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authorization/ManagingRolesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authorization/MappingRolesPage.cs b/tests/Examples/XPack/Docs/En/Security/Authorization/MappingRolesPage.cs index 16d4403f218..5fe48a3ce46 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authorization/MappingRolesPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authorization/MappingRolesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/Authorization/RoleTemplatesPage.cs b/tests/Examples/XPack/Docs/En/Security/Authorization/RoleTemplatesPage.cs index 0303d52af76..5e45f74c830 100644 --- a/tests/Examples/XPack/Docs/En/Security/Authorization/RoleTemplatesPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/Authorization/RoleTemplatesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/CcsClientsIntegrations/CrossClusterPage.cs b/tests/Examples/XPack/Docs/En/Security/CcsClientsIntegrations/CrossClusterPage.cs index 49490bf0991..b9b3bee63e9 100644 --- a/tests/Examples/XPack/Docs/En/Security/CcsClientsIntegrations/CrossClusterPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/CcsClientsIntegrations/CrossClusterPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/SecuringCommunications/TutorialTlsAddnodesPage.cs b/tests/Examples/XPack/Docs/En/Security/SecuringCommunications/TutorialTlsAddnodesPage.cs index bc6ca3ff305..ecdee8e765f 100644 --- a/tests/Examples/XPack/Docs/En/Security/SecuringCommunications/TutorialTlsAddnodesPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/SecuringCommunications/TutorialTlsAddnodesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Security/UsingIpFilteringPage.cs b/tests/Examples/XPack/Docs/En/Security/UsingIpFilteringPage.cs index 27fc545a967..695f2e6f87c 100644 --- a/tests/Examples/XPack/Docs/En/Security/UsingIpFilteringPage.cs +++ b/tests/Examples/XPack/Docs/En/Security/UsingIpFilteringPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Watcher/ActionsPage.cs b/tests/Examples/XPack/Docs/En/Watcher/ActionsPage.cs index 3cee83d7108..b647090c642 100644 --- a/tests/Examples/XPack/Docs/En/Watcher/ActionsPage.cs +++ b/tests/Examples/XPack/Docs/En/Watcher/ActionsPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchClusterstatusPage.cs b/tests/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchClusterstatusPage.cs index d7fb8dd0b79..6fa88f39dfa 100644 --- a/tests/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchClusterstatusPage.cs +++ b/tests/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchClusterstatusPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchMeetupdataPage.cs b/tests/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchMeetupdataPage.cs index 3a8a15fe2ee..c2f212f4065 100644 --- a/tests/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchMeetupdataPage.cs +++ b/tests/Examples/XPack/Docs/En/Watcher/ExampleWatches/ExampleWatchMeetupdataPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Watcher/GettingStartedPage.cs b/tests/Examples/XPack/Docs/En/Watcher/GettingStartedPage.cs index e57de1e0e6b..41c99d0f704 100644 --- a/tests/Examples/XPack/Docs/En/Watcher/GettingStartedPage.cs +++ b/tests/Examples/XPack/Docs/En/Watcher/GettingStartedPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Watcher/HowWatcherWorksPage.cs b/tests/Examples/XPack/Docs/En/Watcher/HowWatcherWorksPage.cs index 9c37c1bb397..336040563b7 100644 --- a/tests/Examples/XPack/Docs/En/Watcher/HowWatcherWorksPage.cs +++ b/tests/Examples/XPack/Docs/En/Watcher/HowWatcherWorksPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Watcher/ManagingWatchesPage.cs b/tests/Examples/XPack/Docs/En/Watcher/ManagingWatchesPage.cs index a5b4f787e9c..2214cca7761 100644 --- a/tests/Examples/XPack/Docs/En/Watcher/ManagingWatchesPage.cs +++ b/tests/Examples/XPack/Docs/En/Watcher/ManagingWatchesPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XPack/Docs/En/Watcher/TroubleshootingPage.cs b/tests/Examples/XPack/Docs/En/Watcher/TroubleshootingPage.cs index c5eb13a99d6..888df6c92eb 100644 --- a/tests/Examples/XPack/Docs/En/Watcher/TroubleshootingPage.cs +++ b/tests/Examples/XPack/Docs/En/Watcher/TroubleshootingPage.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.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/Examples/XunitBootstrap.cs b/tests/Examples/XunitBootstrap.cs index c9f65aec742..02cb448473a 100644 --- a/tests/Examples/XunitBootstrap.cs +++ b/tests/Examples/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 System; using Elastic.Elasticsearch.Xunit; 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 54bc160f94f..f30d86d18c4 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 76ae8060fcc..66f506d574e 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 6c5acd022b7..bdcd14eca8c 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/BulkCreationBenchmarkTests.cs b/tests/Tests.Benchmarking/BulkCreationBenchmarkTests.cs index 414025debc4..ffc8790ed4e 100644 --- a/tests/Tests.Benchmarking/BulkCreationBenchmarkTests.cs +++ b/tests/Tests.Benchmarking/BulkCreationBenchmarkTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to 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 c0b8cb0fa45..64486c82657 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 cd9d2856dd6..cbc8e6cb49b 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 97999358047..0b31397785d 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 36199574b8d..1488d73e774 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 0f770049d6c..fd99d913add 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 d6ca68c2248..1597f2afb5d 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 b4f03d18cc0..e1f1b481229 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 b955a233829..7f5afd15ba8 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 b3dbce5af40..e120bf06ac2 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 Elastic.Transport; diff --git a/tests/Tests.Core/Client/Settings/AlwaysInMemoryConnectionSettings.cs b/tests/Tests.Core/Client/Settings/AlwaysInMemoryConnectionSettings.cs index 12ff09964a9..54d857a6fa6 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 c223b8c1d4e..75c3e381393 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 eca01bfcc6b..9d7f8b59929 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 System.Threading.Tasks; using Elasticsearch.Net; 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 930eaf67111..23c5fe60c7b 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 560ce065f3e..ec52fd62a7e 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 ecce9608d3c..a1fe94ac019 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 Elastic.Transport; using FluentAssertions; diff --git a/tests/Tests.Core/Extensions/TestConfigurationExtensions.cs b/tests/Tests.Core/Extensions/TestConfigurationExtensions.cs index f025fbd44a5..b35bd24a57d 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 Elastic.Transport; 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 ac0d1312d7a..39da5b38ae4 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 f871688b650..b906add0304 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 f13a1505872..282548c8fbe 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 6f8d29518be..e70e638029c 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 317f1894ed1..a3ec24144e0 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 cfcd0b26833..b637a11417c 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 acf54aae251..a3476aed89d 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 Elastic.Transport; 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 e4282b98f11..28acd4d85bc 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/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 4398feff7bc..01c1cc1dfda 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 7da36a9e925..1d5861a722e 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 a5d4a9d43e7..789f7b787fb 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 85d5935cbf7..b057e59396f 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 852543258bc..f248399ad40 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 4e6c781a562..49ea96b6c35 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 c8aed27e460..d4a2420e97f 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 6a838b845c8..b141aa08794 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 c1cad74d2b1..01d0733c19e 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 d2974117144..e28cd19209c 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 f383f7d712c..84df9b7e890 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 4f3e0fa0201..26b4f4403ce 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 Elastic.Transport.Extensions; 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 bf1f32acf2b..50ec3241a21 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 42d96629ca4..68b054b7f84 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 f509b432c65..1db85c9fa77 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/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 a6e29449b18..6e76d885526 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 0f86405d7ce..1d41fbb1bd4 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 32ddc858fba..47ac8523118 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 121f50255cb..015073733e4 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 fdb0dc0e81d..67028cdf302 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 221067dcf2f..005f29376f2 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 91a46af6a10..0ff6aeaad38 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 c205a27b2f9..9e1271ebe52 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 Elastic.Transport; diff --git a/tests/Tests.Reproduce/GithubIssue2985.cs b/tests/Tests.Reproduce/GithubIssue2985.cs index 8db45aa68a4..6f75ac3dde3 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 09cffa29b7e..d8eb4b72849 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 37b4d73ca7d..edd074fd6b5 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 c89253a951c..3dcdb35bc92 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 d8e2b316c14..19d412e1c41 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 48a68ad651d..676de193f44 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 e205f4c0329..2906cbdc30b 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 a1459e7d343..a756c0cd750 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 9aee74fe488..fa165a6d67c 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 408febabef4..b0c3fc77030 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 55743c7d360..f00941e20ba 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 26cc3cf30d4..223e32b8cf7 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 d1bced2de5f..4310a563f8b 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 cbe3ef549d0..f8902fe420c 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 285593fb32e..5085894d2c5 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 a57d1b3b119..8d6765749f9 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 a2630977ee3..c8b50429acd 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 3e25ddeaacf..7d0ebb2e189 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 672738bd507..8f0a6606b37 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 1388da524df..6324a05aa07 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 e88548691f1..2c72991a59e 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 d902d0b00b4..6e1928c7bcc 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; 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 6b6f0011b57..8a49d7ba213 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 c66058d0ed5..08a3c4b0e35 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 33b354c2a15..ad2ff73d7d8 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 7919a12c499..e78afcb0b88 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 5d2a351f0e0..b1a7cb0107d 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 89a01f164df..6b5203cb961 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 2f5986682a8..11062a09bfe 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/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 ff82216b2b3..e3c834ec869 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 4bd85108cc1..8218480e072 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 89c9cd957f0..235b7bca37a 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 a486ee77550..761a68ecc18 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 a6a5162b351..d342fe8cc28 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 fba7a9ad855..c0e20fb4715 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; 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 ba11b0ab91c..ffecd77932e 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; 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 5cc05915ed7..6a46ddeef2d 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 eaf88d8d193..5a7818a61b8 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 Elastic.Transport; 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 a340fdd7302..0408b29b925 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 Elastic.Transport; 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 62f8e6e5be9..53bff37328b 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 Elastic.Transport; 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 3814500c4e5..c95c134a4ee 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 Elastic.Transport; 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 68195827bad..d142e2297e0 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 Elastic.Transport; 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 12a74a57f30..3f91817c425 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 0e8ebe94ff6..727dc405a75 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 Elastic.Transport; 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 c2e2b44cbee..9fbb9b030e4 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 Elastic.Transport; 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 0fb9c8cab35..6410c782707 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 ccd7a7690c5..3a16bbf2f0d 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 Elastic.Transport; 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 4403333b274..3b8d64486b0 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 Elastic.Transport; 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 11246b41810..eb3cee82203 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 Elastic.Transport; using FluentAssertions; diff --git a/tests/Tests/Cat/CatNodes/CatNodesApiTests.cs b/tests/Tests/Cat/CatNodes/CatNodesApiTests.cs index 7e2ef7c1cc1..24afb20fc8a 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 Elastic.Transport; 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 4eaafd3c59b..066fba64070 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 Elastic.Transport; 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 cc9c4f40cc0..f1ffa66ce7f 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 Elastic.Transport; 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 8beb431f245..4f27ba65891 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 Elastic.Transport; 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 436ea69339f..0239d87272d 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 6cf77491df5..389e846aeae 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 Elastic.Transport; 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 f91a5df0f77..4210a1974a4 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 Elastic.Transport; 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 4393c53b6c1..4fb7203c925 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 47d5747e523..f79e9b7fda5 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 Elastic.Transport; 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 a03c4f8bee0..c2fb8204087 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 Elastic.Transport; 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 c9d3b12760c..db94e6ac7c8 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 Elastic.Transport; diff --git a/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsApiTests.cs b/tests/Tests/Cat/CatTrainedModels/CatTrainedModelsApiTests.cs index 6740382b6f9..c278187e59e 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 Elastic.Transport; 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 e7e35d07a14..896bcb11acd 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 Elastic.Transport; 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 7546b9e193d..1f72826ccd2 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 5ef0f53fd6f..45bc472fb5a 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 Elastic.Transport; diff --git a/tests/Tests/ClientConcepts/Connection/ConnectionReuseAndBalancing.cs b/tests/Tests/ClientConcepts/Connection/ConnectionReuseAndBalancing.cs index 9e91a4f57b0..612356cfecb 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 313a7ac482a..83e0cbcb696 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 ac47a6927ce..a0dd092d6b2 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 16e4e4457f6..38b2851b44a 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 130575ba744..ae5e0a2bbf6 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 b511193fb8c..cbc72133981 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 93c9b7c5e6f..e21a7790e0f 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 9b92f8fdde9..f16b693ee18 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 7b27ab52c8d..c77a5d659d4 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 ed693e86a96..165c8ab1edf 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 b98998bf665..cbdce7dd95d 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/Exceptions/UnexpectedExceptions.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnexpectedExceptions.doc.cs index 6cef2e19598..d8b73901197 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 10e28278a71..d37e19957ce 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 1a23d8587ca..98b6cfb1ff0 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 95c3df22f01..5abd3b53ef0 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 d22cb9a193b..0f954051578 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 c7090320f96..2977d906e04 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 16f224fafcc..f52c91e13f6 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 c58f08b6c52..eeca35d4f59 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 5f0f3b2d4ee..e55e7c30f04 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 f386056cffa..82fb3c6efa2 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 a9181725abd..cd8c103d177 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 8074e2a4da8..67bc2426297 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 d1f40bf995c..fcf3f86cef0 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 ff354244541..60f9c7f5f13 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/Sniffing/AddressParsing.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/AddressParsing.doc.cs index b5c7a37ccbe..462eec20c75 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 Elastic.Transport; diff --git a/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnConnectionFailure.doc.cs b/tests/Tests/ClientConcepts/ConnectionPooling/Sniffing/OnConnectionFailure.doc.cs index 70cf7011f1b..4eea693940c 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 e3756e6c950..13fa89c89f0 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 23681986535..f61b096890c 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 cb6438a31dd..e90011f95d8 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 93337f3833c..6b3f55b8bb4 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 25b0e4dbdec..ac43d6ae9e9 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 dcb180aaf49..6be6a503313 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 bc042d3caf1..c9b7ae5459f 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 b2715ca892e..788eb127fd5 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 10e0a0e733b..8818f06056e 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 6ef549c0e21..f85346af0c5 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 db9e753887e..7ba215bb332 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 46faeea9f0f..52a4ea0ffef 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 System.Threading; diff --git a/tests/Tests/ClientConcepts/HighLevel/Indexing/Pipelines.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Indexing/Pipelines.doc.cs index d43a8204dd6..ac97c85a728 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 System.Threading; diff --git a/tests/Tests/ClientConcepts/HighLevel/Indexing/ReindexingDocuments.doc.cs b/tests/Tests/ClientConcepts/HighLevel/Indexing/ReindexingDocuments.doc.cs index c06d196f0be..07f3be8860a 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 f99233e9540..31b8bfa5501 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 703afed2f9e..eaae242825c 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 dbe52e7581b..c58b86c03eb 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 Elastic.Transport; 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 6bc85445e07..84f3239e543 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 09bcd7cdb2e..82b75132684 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 edadbff3190..6c3bb6c478d 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 d0501198a9b..20699d8b8bc 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 2013520d5b2..57090e54608 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 9d8b116b5dc..64bbdf25d9e 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 0876faee79a..e1b4053050b 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 ba2de8f61c8..11572bcf78a 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 dde9794a61d..cb72c4cb6a6 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 2b680cf2ff4..47ae9732f2d 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 da2fb45dea4..7820fa620ba 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 c9d7f661bcf..5f0c269f57b 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 Elastic.Transport; diff --git a/tests/Tests/ClientConcepts/ServerError/ErrorWithNullRootCausesTests.cs b/tests/Tests/ClientConcepts/ServerError/ErrorWithNullRootCausesTests.cs index ad457b0df91..5ab4ef54777 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 Elastic.Transport; diff --git a/tests/Tests/ClientConcepts/ServerError/ErrorWithRootCauseTests.cs b/tests/Tests/ClientConcepts/ServerError/ErrorWithRootCauseTests.cs index c549296b808..ba5cda2f907 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 6aba15d7098..7aa338b6cf5 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 Elastic.Transport; using Elastic.Transport.Products.Elasticsearch; diff --git a/tests/Tests/ClientConcepts/ServerError/StringErrrorTests.cs b/tests/Tests/ClientConcepts/ServerError/StringErrrorTests.cs index 849eafa6870..a967484a81b 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 Elastic.Transport; diff --git a/tests/Tests/ClientConcepts/Troubleshooting/AuditTrail.doc.cs b/tests/Tests/ClientConcepts/Troubleshooting/AuditTrail.doc.cs index bb27aa59b54..e3d708bb032 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 5965541c5a6..bb0cc68a2b4 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 2f433b9985b..a5dab134af7 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 85af3db8f00..03b37151f15 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 107331ecb47..83306309541 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 da187acf15c..f50511109d8 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/Cluster/ClusterAllocationExplain/ClusterAllocationExplainApiTests.cs b/tests/Tests/Cluster/ClusterAllocationExplain/ClusterAllocationExplainApiTests.cs index 7bd109e3f60..1c5032675e9 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 Elastic.Transport; 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 6d935abb4d9..10559bf84e5 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 Elastic.Transport; 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 5113f3a134d..747ef444bd3 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 Elastic.Transport; 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 0b0c480351d..79f60878217 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 387608cf784..3c8fa109d1b 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 Elastic.Transport; 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 86a5157cda6..91e378d69c9 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 3d0d2ec3447..79ea5428bae 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 Elastic.Transport; 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 807d620a9df..9e42d0da0f4 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 Elastic.Transport; 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 18c4feccd18..a13559d12ca 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 Elastic.Transport; 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 c0da43eb1c8..4d9529331c7 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 8643947cf7a..5629c0c1c76 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 744820ed4c4..986eba432fa 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 c7fc9db3b8b..8d1a2ca2278 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 Elastic.Transport; 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 aa90fbeb559..0dd78808c2a 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 Elastic.Transport; 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 4b4026ee8ac..f770f7f734a 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elastic.Transport; 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 8b3cf9fc3e9..71e7a9bb409 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elastic.Transport; 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 97ce416bc3f..04683325675 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 82a99a2edca..4a58607a6df 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 57d2232c37b..8987b47c6ec 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 86a01fddf56..cdd51b4673a 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; 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 eb0cfe448f6..134a5998b56 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; 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 b826a84bc0f..f02d6519296 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 9d3118c1b29..92271f7c690 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 8f7eb16841b..04342c9fd43 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 Elastic.Transport; diff --git a/tests/Tests/CodeStandards/Responses.doc.cs b/tests/Tests/CodeStandards/Responses.doc.cs index 00cbc36c6b0..d9195e98e37 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 607078f452f..e0330c3f20a 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 3d2593a40a3..8a935c8acaf 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 5b732e90f41..4afc77de3e9 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 bb6499aa246..3597c6b9899 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 3ee008f24b8..55023197c9e 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 0b8809e2295..15d16a71852 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 cdfddd1e130..2a21cc09d0f 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 Elastic.Transport; using Elasticsearch.Net.Extensions; diff --git a/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexApiTests.cs b/tests/Tests/DanglingIndices/Delete/DeleteDanglingIndexApiTests.cs index a6cefc9f68f..f680ad1d85e 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 Elastic.Transport; 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 fa4a365a4c1..13f854d9968 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 Elastic.Transport; 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 7ee98ee45a0..fd99891a218 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 Elastic.Transport; 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 ced12a7316e..6c6d3fb7bce 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 4146324f942..835c0af33f7 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 76cdfb207db..7aefceb0a9e 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 227b582da14..1b31a7dd248 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 805021d0353..b5ad1dc93ec 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 94810c3cabe..48c646bc70d 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 0416e54cca5..2adacb6e5f5 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 735db476f87..74bcff6f2ea 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 e6c6eba95d6..12a14cd89ca 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 ae66072e8b6..6ddfe0722a8 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 64cd1888316..dc3b6aac481 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 d53aafea6df..572d26aa61b 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 68661f116af..c97238fe9d0 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 5c1745a20f7..b2200d684d5 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 e310b376e28..7748815c70b 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 52f35c12ef0..afb8839f093 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 9842f946117..7c786531254 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 e6b51052a04..9473c2d8ed3 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 b55eb7db972..99617bab371 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 e7e0d9b9ab0..bf28f166d0b 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 Elastic.Transport; 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 8307dd97fa0..0ee370250f7 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 02f82f89e41..a3a6d9248e5 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 972f9e062a1..a853ea5caad 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 a13671ea579..cf75540593d 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 c099fe93525..c8a3151e06a 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 Elastic.Transport; 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 2581b5b6c3e..50985c77523 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 56d753b870c..4d6b29080b9 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 Elastic.Transport; 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 7ce0b652771..3ecaa3dde9e 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 51fff33531a..f48e32c2f83 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 c6a4427f28e..80d122353fb 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 91f3e439701..081fc755cb0 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 4511ebdd1d9..fa1537300ba 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 36e77d829f9..28c4674452a 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 aa6ad45cbdc..c60c16e7e54 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 5d1ba17e23d..3f98d10d5ff 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 b9ad085c976..b3f5ebb6c3e 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 4a210f8b912..77b26db5354 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 Elastic.Transport; 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 541b42e35fb..91f8f2988bc 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 Elastic.Transport; 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 e86377e22cd..596127c5371 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 2923b53ad0f..4c58216c3dd 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/Extensions/NameValueCollectionExtensionsTests.cs b/tests/Tests/Extensions/NameValueCollectionExtensionsTests.cs index b31038466ec..c20bf4d5bcb 100644 --- a/tests/Tests/Extensions/NameValueCollectionExtensionsTests.cs +++ b/tests/Tests/Extensions/NameValueCollectionExtensionsTests.cs @@ -1,21 +1,6 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to 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.Specialized; 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 0c09cb12944..ca64f3ef430 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 3824020577a..280c4f31e85 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 b38a7d91873..684d394d356 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 89a111735b4..3e7e37da92c 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 0342e401270..b809b11f71a 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 c45d729dfe9..7d69f52b917 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 343942ca21d..e9f3c0ec2b4 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 e6707f2a35b..ddfabfcc187 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 b86cae08f94..65e47cc33a9 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 256872b26b8..0dccb38bf7f 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 3a9f7cb4a4e..e03d2f28dcc 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 ef8742a5876..ddab70137b6 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 ee3441e9327..fd9a7748153 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 b815306ce6f..589cc3316ec 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 4e52999b19f..fc3ea93e7fe 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 b23aae8dd60..915e53d2f19 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 Elastic.Transport; 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 81991e27bf8..beb688c1fe3 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 Elastic.Transport; 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 6360126da22..e129840c80b 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 Elastic.Transport; 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 fd10a7b5cdc..8fa8e1242bf 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 6bea5c4bd31..6588dd0087a 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 e6582a65b3e..9ffb66e39ed 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 a4fcd886c47..298d8cb3577 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 96010c32278..b093c22e95e 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 d9e43cb1e31..aae43cc0abc 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 Elastic.Transport; 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 4602d8587ce..d83093d20e7 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 Elastic.Transport; 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 e059ef6de8e..1113cdb2f27 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 Elastic.Transport; 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 7e8bc30991d..d717732681e 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 Elastic.Transport; 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 f104d5fa7a0..b3f66153e1c 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 Elastic.Transport; 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 a4217a83f0a..9cbb9b8df03 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 Elastic.Transport; 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 458f673f44b..452463f4f9e 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.Linq; 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 ec119732a49..2e0de8de766 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 33cedc6d873..b5a5c58a1da 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 7a105a41e10..6d50b6b4c4c 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/UnfreezeIndex/UnfreezeIndexApiTests.cs b/tests/Tests/Indices/IndexManagement/UnfreezeIndex/UnfreezeIndexApiTests.cs index 699994a5568..6a103979ca5 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 Elastic.Transport; 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 273464c4413..5f75fc032df 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 Elastic.Transport; 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 f86f3958a61..4c8feb07d7f 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 Elastic.Transport; 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 ac0968dd80a..52163cf0e72 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 2e7d5b31e06..945c028bf28 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 Elastic.Transport; 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 9a33d62dde0..12b338bfd3b 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 6b858a85f3c..01a4c1ad7c2 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 4f1c1735da4..166e354e772 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 Elastic.Transport; 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 f9116b6a89d..b2990df5cdc 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 71598ca0291..5129350c2bb 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 ef79057d271..1eb5cff7b86 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 Elastic.Transport; 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 0467674cd89..4eec43987d9 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 62cd0b4ac4d..d0e76355dd5 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 de702dda230..6073ac902dc 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 Elastic.Transport; 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 489abe508f1..3af3080e4a0 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 f5b7b6b2beb..706a40c47f0 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 24480dc37be..1f3f3c11b7b 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 Elastic.Transport; 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 f74a8ef6be5..b8d90b93c58 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 Elastic.Transport; 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 0d43366210d..2bc92cbe440 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 a469855adf0..4db41e2bc7c 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 Elastic.Transport; 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/Ingest/DeletePipeline/DeletePipelineApiTests.cs b/tests/Tests/Ingest/DeletePipeline/DeletePipelineApiTests.cs index 890e18e1926..0862341f0fc 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 Elastic.Transport; 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 324c9d4803f..932ebbeebbd 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 Elastic.Transport; 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 c783900c464..759cef64f08 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 Elastic.Transport; 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 0d988ef1cee..d298264f8ab 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 e9b41b65266..91fffbf7c2c 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 25385c4bd82..bb9095960c8 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 c1dfaf25fe4..9749bfe5ee5 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 525e94dffbb..3114a967191 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 3692d70a8a3..c5eb2a4af12 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 44be09a4e8b..2143c312756 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 7b2859e79d4..48f5b15f2df 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 bc72ec16aa4..ba9ddf4793b 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 323bee8c278..e04d3264c54 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 ff2037e1e1d..ab52878a290 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 9bf8019d494..0911156481c 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 cbae947e75a..e5a0b7a5f53 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 456b2fb0db0..fd7be318d1c 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 591c785d69e..7db031750c0 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 61be70d291d..784f5160bf1 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 f37090fe1a1..3d5604cbd2f 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 254882ef711..40399a374f3 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 bd51538f10f..c7c08b1074b 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 6cff83f8420..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; diff --git a/tests/Tests/Mapping/Types/PropertyTestsBase.cs b/tests/Tests/Mapping/Types/PropertyTestsBase.cs index 57497c54465..81e8bff7ebe 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 18a9579f656..d26c9822f85 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 a218aceba13..47f0f8617a1 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 ce8c56a8428..4797a031dee 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 c433a116284..046adf4bcb4 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 38820e1e2c1..249ff32d31c 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/Modules/Scripting/DeleteScript/DeleteScriptApiTests.cs b/tests/Tests/Modules/Scripting/DeleteScript/DeleteScriptApiTests.cs index 6e2c44dbd99..0b062f15782 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 Elastic.Transport; 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 826a782e272..3914ed582e1 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 0e5fac8d82e..eb44b5147b5 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 Elastic.Transport; 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 2f25efc774c..1d42238e5a2 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 Elastic.Transport; 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 6093614a4df..c570794a52e 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 Elastic.Transport; 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 8d4ec4d0752..74b53c919d3 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 Elastic.Transport; 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 0c9d941e27d..f31d8e57fb2 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 Elastic.Transport; 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 01c4a7adeea..d3f30c7a5c8 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 Elastic.Transport; 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 f9b2be0838f..bd5451590ac 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 Elastic.Transport; 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 7f19220b58e..d470743fa66 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 cc4bdd69088..801f588bc89 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 5d2c132e5d6..d8ebb1504cf 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 Elastic.Transport; 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 d2891bf63c1..b70adb5134b 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 Elastic.Transport; 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 4fc349fccd6..9fb00bacc22 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 Elastic.Transport; diff --git a/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotUrlTests.cs b/tests/Tests/Modules/SnapshotAndRestore/Snapshot/Snapshot/SnapshotUrlTests.cs index f7741fcd009..67b27bf6e9c 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 a0031b61c5c..d2ef6118b8b 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 Elastic.Transport; 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 a252bf6d0eb..efe6f7d8d03 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 1f84b18dfc9..a1ce573cbf9 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 a13ca42dd5d..59c00fb02e6 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; 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 f7626c50522..cc0bf08544d 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 669566e6b2c..c513b6da3bc 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 Elastic.Elasticsearch.Xunit.XunitPlumbing; using Nest; 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 cf8fda23536..bdb091be32f 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 6ab28ea3bee..360c3fadf60 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 f3c2e7ae643..df3d928935b 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 82cff1c250e..b51387fe8f1 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 9a5aee9b067..44f8ddea74f 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 Elastic.Transport; diff --git a/tests/Tests/QueryDsl/QueryDslUsageTestsBase.cs b/tests/Tests/QueryDsl/QueryDslUsageTestsBase.cs index c85242d71a1..10f5a05cc92 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 6587200fd7e..d17746efd3a 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 a41dd77f936..bf92c76e4b9 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 Nest; 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 6d37ef3f9c7..935f644b750 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 311103b16bc..a243f179208 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 3c1020caea6..a437254b06e 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 Elastic.Transport; 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 79bf9507fb4..3bd26cd3463 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 Elastic.Transport; 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 6bf1ca0de2a..0870bd9c583 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 60b4e0333fc..a06b9102394 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 9703eb45d3f..263c58938be 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 955a38eab6f..2b4420fc155 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 7e3b941d489..216ebcf39e0 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 387e15bfec6..f369a4203ba 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 7764a2dd4ba..d5ad8726c92 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 a48cd086e1f..fb2504dcf56 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 Elastic.Transport; 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 43d2445f802..7fbf6fd3a2f 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 3d28cff15c5..bcd42e08bf9 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 202149948da..176d8275cb1 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 f8cefc65cd4..863c146cc5c 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 05cc57586cd..d1b739dac1d 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 Elastic.Transport; 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 a07216574fe..2af3ef6ebb0 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 Elastic.Transport; 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 43a4d365e51..9456c000182 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 1179c6431eb..64220caf049 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 e697cd70968..8a2d4bbd07f 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 87c6b4e9f4f..84d8c7ac726 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 a3f87254dd5..a41755d3922 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 Elastic.Transport; 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 75156e2fe93..9dcb4a71ca1 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 3371013408c..39a1e2d4005 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 fbf169cdd8f..2e508dbd0ab 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 51c05dd3a0d..8214b5c3674 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 Elastic.Transport; 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 44e7b546e48..9d7e1849bfc 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 c74f09cd4eb..c606e54678e 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 3f436d03bd8..b468b0b2632 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 5237a870208..7e29c2ac622 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 a93945d4e10..1d004faca2e 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 Elastic.Transport; 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 2898c040d86..de22042e593 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 Elastic.Transport; 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 00011671d25..a454dfa254f 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 923f4770cf6..0004ec4fe43 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 Elastic.Transport; 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 bed02470ad6..a0cc3453e21 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 02f7af92326..4b053db173b 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 Elastic.Transport; 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 50b831f1f6b..1f5c7f4afc8 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 Elastic.Transport; diff --git a/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyUrlTests.cs b/tests/Tests/XPack/Enrich/GetPolicy/GetPolicyUrlTests.cs index 09411fdb554..645f664482a 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 da3ec2421ca..20dbbdd4599 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 301b0167cb2..dc3de49e112 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 Elastic.Transport; 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/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; diff --git a/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs b/tests/Tests/XPack/Eql/EqlSearchApiCoordinatedTests.cs index dff546e3afc..903cd8e6b13 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; 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 3b7f039ef84..caffc2be375 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 0e5a229b941..6c99075ae7c 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 189bf151380..ec482d1a08c 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 e7783061ed1..2e50d557c13 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 Elastic.Transport; 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 da005f061bf..0883e7f2cf4 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 ae17f1c7503..e473c1f3842 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 Elastic.Transport; 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 75d61e99eff..dbfdc18cffd 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 e9432d1a106..c08af50ebdf 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 Elastic.Transport; 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 0a6136c42b9..e90bed41c27 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 2ffe7a8c764..bbc9c1235ab 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 Elastic.Transport; 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 f5223374db9..5c94fc020a3 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 d3d7e452f70..8024217e8e8 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 31cbb883ca5..6ae0d79bae8 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 292b84f0a46..97530c9746f 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 Elastic.Transport; 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 32995f6c205..306cd97ba43 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 Elastic.Transport; 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 f1c1e48d907..8a70a23bdf8 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 9a8568c7a21..94c22776a21 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 Elastic.Transport; 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 8a88c203c88..55139124bdc 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 Elastic.Transport; 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 7bfd9660f40..a66cd1b380c 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 Elastic.Transport; 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 c46cc31f1d1..ef36559ee71 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 08722b5527f..ea06073abaf 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 Elastic.Transport; 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 b255b988223..124ca0bf4d1 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 7eb86bebed2..0b80b4a89f6 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 096b048e3c3..cbc23253c01 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 7cb243e6183..d4024999723 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 7f66f89af73..5b449d59546 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 9b183f47e66..3b1571b1345 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 a29c35419d3..c413d53a703 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 82977b292f0..ea78d452399 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 1d2ad8cb8bc..cf433230bcb 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 504a5ab8582..babd03ca5b7 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 0f396ee628b..6a05683f154 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 3a14f9b2d18..39b3b819102 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 9ebd530d0b7..7616c3ec2dd 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 ef577a84acc..df8d92e3f40 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 c8a91231382..fbf1cc76bac 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 Elastic.Transport; 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 6409d96c0ec..90cad128db7 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 1ccee480da8..b9cb90edd76 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 Elastic.Transport; 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 4d68232af4e..6152a4096a6 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 9a01bc79066..ebfd251853c 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 a1c55e0fcbf..ec609a73bec 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 Elastic.Transport; 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 03b29086bbd..557d4d60248 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 2c73c4233b1..81d00ebfe53 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 2104e79d453..dcbafbe831a 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 Elastic.Transport; 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 947d5cd981f..c3f8c73eed3 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 518610e958c..6414ee30fd9 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 23849b9e48b..01ebbf909ee 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 Elastic.Transport; 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 b185e51487e..5b9f22546a1 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 b634000dde4..60a3d04f65d 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 Elastic.Transport; 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 fc9dad23413..66e72024418 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 Elastic.Transport; 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 2e712f1a946..0f83c09cb1b 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 Elastic.Transport; 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 08031d3207d..54a45709488 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 f7860632506..d08556a568b 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 Elastic.Transport; 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 bf3f8f2f86b..4c3f2149ee7 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 Elastic.Transport; 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 b94c4dd5559..cace9b15685 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 Elastic.Transport; 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 2f68b37cd76..af95e86ec7e 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 Elastic.Transport; 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 0f1357d50dc..7f7305aab49 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 7d985980e40..719eb65aaa0 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 20cf6c4214a..c1cc26d91c0 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 a33c0723cc6..b0ad701461e 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 bb3811e4704..d46bab260ea 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 b716b083338..46217fa1401 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 fa974427de2..475630cd0ab 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 34d02a8237a..e7d7cdda4d2 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 db789ba6a81..967369da3ae 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 94abde95af3..f7f02dec287 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 fedbdfeb9c2..8c566a3a656 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 35ef7cc449a..e030d4ec88e 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 84b4ce48fd1..2da2afa5ff8 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 a7c850c896c..8a06ac86d63 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 983da31a6ef..49cf15063e7 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 9fe5e070056..e04287cf784 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 9b97d4b9cfa..6dbeea5ff90 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 5a074cf621f..cebe4158e58 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 9e0805e2661..8c806b7904b 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 6ef0d776edf..fdb82f05ef5 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 fe06e748b09..0fb56108b75 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 c27973f4eab..f724a82879e 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 2a210e78ccf..bb5da854478 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 bb5712a086c..13a0ef363f7 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 Elastic.Transport; 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 133ddf35a1e..d02d355d608 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 Elastic.Transport; 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 d9a9ae61a45..cdd0242289c 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 Elastic.Transport; 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 211e4c49f3d..6b9ffe9ecef 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 Elastic.Transport; 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 9681db0e8b5..b0fe6228ed4 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 745e78632e8..399b01173f3 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 ef38abb9f05..94b0568dad7 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 d78c16cbbde..653419d05ff 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 Elastic.Transport; 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 4295f27ad10..0d14b3cdcb2 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 Elastic.Transport; 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 c03d4a1ae49..5c927ec5117 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;