From f8f346751c4e77ff080fc6c27b9c64bdfb8ced69 Mon Sep 17 00:00:00 2001 From: Brian Harrington Date: Mon, 1 Jan 2024 10:14:57 -0600 Subject: [PATCH] update license headers for 2024 --- atlas-chart/src/main/scala/com/netflix/atlas/chart/Colors.scala | 2 +- .../scala/com/netflix/atlas/chart/CommaSepGraphEngine.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/CsvGraphEngine.scala | 2 +- .../main/scala/com/netflix/atlas/chart/DefaultGraphEngine.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/GraphConstants.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/GraphEngine.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/JsonCodec.scala | 2 +- .../main/scala/com/netflix/atlas/chart/JsonGraphEngine.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/PngGraphEngine.scala | 2 +- .../scala/com/netflix/atlas/chart/StatsJsonGraphEngine.scala | 2 +- .../main/scala/com/netflix/atlas/chart/StdJsonGraphEngine.scala | 2 +- .../main/scala/com/netflix/atlas/chart/TabSepGraphEngine.scala | 2 +- .../main/scala/com/netflix/atlas/chart/V2JsonGraphEngine.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/graphics/Block.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/ChartSettings.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/Element.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/Heatmap.scala | 2 +- .../com/netflix/atlas/chart/graphics/HeatmapLegendEntry.scala | 2 +- .../com/netflix/atlas/chart/graphics/HorizontalPadding.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/Legend.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/LegendEntry.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/ListItem.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/LogLinear.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/Scales.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/graphics/Style.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/Styles.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/graphics/Text.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/TextAlignment.java | 2 +- .../src/main/scala/com/netflix/atlas/chart/graphics/Theme.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/graphics/Ticks.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/TimeAxis.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/TimeGrid.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/TimeSeriesArea.scala | 2 +- .../com/netflix/atlas/chart/graphics/TimeSeriesGraph.scala | 2 +- .../com/netflix/atlas/chart/graphics/TimeSeriesHeatmap.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/TimeSeriesLine.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/TimeSeriesSpan.scala | 2 +- .../com/netflix/atlas/chart/graphics/TimeSeriesStack.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/TimeSpan.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/ValueAxis.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/ValueGrid.scala | 2 +- .../main/scala/com/netflix/atlas/chart/graphics/ValueSpan.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/model/DataDef.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/model/GraphDef.scala | 2 +- .../main/scala/com/netflix/atlas/chart/model/HeatmapDef.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/model/Layout.java | 2 +- .../main/scala/com/netflix/atlas/chart/model/LegendType.java | 2 +- .../src/main/scala/com/netflix/atlas/chart/model/LineStyle.java | 2 +- .../src/main/scala/com/netflix/atlas/chart/model/Palette.scala | 2 +- .../main/scala/com/netflix/atlas/chart/model/PlotBound.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/model/PlotDef.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/model/Scale.java | 2 +- .../main/scala/com/netflix/atlas/chart/model/TickLabelMode.java | 2 +- .../main/scala/com/netflix/atlas/chart/model/VisionType.java | 2 +- .../src/main/scala/com/netflix/atlas/chart/util/Fonts.scala | 2 +- .../scala/com/netflix/atlas/chart/util/GraphAssertions.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/util/PngImage.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/util/SrcPath.scala | 2 +- .../src/test/scala/com/netflix/atlas/chart/ColorsSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/DefaultGraphEngineSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/chart/JsonCodecSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/JsonGraphEngineSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/PngGraphEngineSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/HeatmapSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/LogLinearSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/ScalesSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/graphics/TicksSuite.scala | 2 +- .../scala/com/netflix/atlas/chart/model/GraphDefSuite.scala | 2 +- .../test/scala/com/netflix/atlas/chart/model/PaletteSuite.scala | 2 +- .../test/scala/com/netflix/atlas/chart/model/PlotDefSuite.scala | 2 +- .../test/scala/com/netflix/atlas/chart/util/PngImageSuite.scala | 2 +- .../main/scala/com/netflix/atlas/core/algorithm/AlgoState.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineAlgorithm.scala | 2 +- .../scala/com/netflix/atlas/core/algorithm/OnlineDelay.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineDerivative.scala | 2 +- .../main/scala/com/netflix/atlas/core/algorithm/OnlineDes.scala | 2 +- .../scala/com/netflix/atlas/core/algorithm/OnlineIgnoreN.scala | 2 +- .../scala/com/netflix/atlas/core/algorithm/OnlineIntegral.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineRollingCount.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineRollingMax.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineRollingMean.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineRollingMin.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineRollingSum.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineSlidingDes.scala | 2 +- .../scala/com/netflix/atlas/core/algorithm/OnlineTrend.scala | 2 +- .../main/scala/com/netflix/atlas/core/algorithm/Pipeline.scala | 2 +- .../scala/com/netflix/atlas/core/algorithm/RollingBuffer.scala | 2 +- .../scala/com/netflix/atlas/core/db/AggregateCollector.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/db/BlockStore.scala | 2 +- .../main/scala/com/netflix/atlas/core/db/BlockStoreItem.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/db/DataSet.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/db/Database.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/db/Limits.scala | 2 +- .../main/scala/com/netflix/atlas/core/db/MemoryDatabase.scala | 2 +- .../scala/com/netflix/atlas/core/db/SimpleStaticDatabase.scala | 2 +- .../main/scala/com/netflix/atlas/core/db/StaticDatabase.scala | 2 +- .../main/scala/com/netflix/atlas/core/db/TimeSeriesBuffer.scala | 2 +- .../com/netflix/atlas/core/index/BatchUpdateTagIndex.scala | 2 +- .../scala/com/netflix/atlas/core/index/CachingTagIndex.scala | 2 +- .../main/scala/com/netflix/atlas/core/index/IndexStats.scala | 2 +- .../main/scala/com/netflix/atlas/core/index/QueryIndex.scala | 2 +- .../scala/com/netflix/atlas/core/index/RoaringTagIndex.scala | 2 +- .../scala/com/netflix/atlas/core/index/SimpleTagIndex.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/index/TagIndex.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/index/TagQuery.scala | 2 +- .../scala/com/netflix/atlas/core/index/TaggedItemIndex.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/index/package.scala | 2 +- .../com/netflix/atlas/core/limiter/CardinalityLimiter.scala | 2 +- .../scala/com/netflix/atlas/core/limiter/LimiterConifg.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/Block.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/BlockStats.scala | 2 +- .../scala/com/netflix/atlas/core/model/CollectorStats.scala | 2 +- .../com/netflix/atlas/core/model/ConsolidationFunction.scala | 2 +- .../scala/com/netflix/atlas/core/model/CustomVocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/DataExpr.scala | 2 +- .../scala/com/netflix/atlas/core/model/DataVocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/Datapoint.scala | 2 +- .../scala/com/netflix/atlas/core/model/DatapointTuple.scala | 2 +- .../scala/com/netflix/atlas/core/model/DefaultSettings.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/DsType.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/EvalContext.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/EventExpr.scala | 2 +- .../scala/com/netflix/atlas/core/model/EventVocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/Expr.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/FilterExpr.scala | 2 +- .../scala/com/netflix/atlas/core/model/FilterVocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/ItemId.scala | 2 +- .../scala/com/netflix/atlas/core/model/ItemIdCalculator.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/MathExpr.scala | 2 +- .../scala/com/netflix/atlas/core/model/MathVocabulary.scala | 2 +- .../scala/com/netflix/atlas/core/model/ModelExtractors.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/Query.scala | 2 +- .../scala/com/netflix/atlas/core/model/QueryVocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/ResultSet.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/StatefulExpr.scala | 2 +- .../scala/com/netflix/atlas/core/model/StatefulVocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/StyleExpr.scala | 2 +- .../scala/com/netflix/atlas/core/model/StyleVocabulary.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/SummaryStats.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/Tag.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/TagKey.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/TaggedItem.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/TimeSeq.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/TimeSeries.scala | 2 +- .../scala/com/netflix/atlas/core/model/TimeSeriesExpr.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/TraceQuery.scala | 2 +- .../scala/com/netflix/atlas/core/model/TraceVocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/package.scala | 2 +- .../scala/com/netflix/atlas/core/norm/DedupValueFunction.scala | 2 +- .../scala/com/netflix/atlas/core/norm/MaxValueFunction.scala | 2 +- .../scala/com/netflix/atlas/core/norm/NormalizationCache.scala | 2 +- .../com/netflix/atlas/core/norm/NormalizeValueFunction.scala | 2 +- .../scala/com/netflix/atlas/core/norm/RateValueFunction.scala | 2 +- .../com/netflix/atlas/core/norm/RollingValueFunction.scala | 2 +- .../scala/com/netflix/atlas/core/norm/SumValueFunction.scala | 2 +- .../scala/com/netflix/atlas/core/norm/UpdateValueFunction.scala | 2 +- .../main/scala/com/netflix/atlas/core/norm/ValueFunction.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/norm/package.scala | 2 +- .../main/scala/com/netflix/atlas/core/stacklang/Context.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/Extractors.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/Interpreter.scala | 2 +- .../com/netflix/atlas/core/stacklang/StandardVocabulary.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/Vocabulary.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/stacklang/Word.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/ArrayHelper.scala | 2 +- .../com/netflix/atlas/core/util/BoundedPriorityBuffer.scala | 2 +- .../com/netflix/atlas/core/util/ByteBufferInputStream.scala | 2 +- .../com/netflix/atlas/core/util/CardinalityEstimator.scala | 2 +- .../scala/com/netflix/atlas/core/util/CharBufferReader.scala | 2 +- .../com/netflix/atlas/core/util/ComparableComparator.scala | 2 +- .../scala/com/netflix/atlas/core/util/DoubleIntHashMap.scala | 2 +- .../com/netflix/atlas/core/util/FastGzipOutputStream.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Features.java | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Hash.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/IdMap.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/IdentityMap.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/IntHashSet.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/IntIntHashMap.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/IntRefHashMap.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/InternMap.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Interner.scala | 2 +- .../scala/com/netflix/atlas/core/util/IsoDateTimeParser.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/ListHelper.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/LongHashSet.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/LongIntHashMap.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Math.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/PrimeFinder.java | 2 +- .../scala/com/netflix/atlas/core/util/RefDoubleHashMap.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/RefIntHashMap.scala | 2 +- .../scala/com/netflix/atlas/core/util/RollingInterval.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Shards.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/SmallHashMap.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/SortedTagMap.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Step.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Streams.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/Strings.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/TimeWave.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/UnitPrefix.scala | 2 +- .../com/netflix/atlas/core/validation/CompositeTagRule.scala | 2 +- .../scala/com/netflix/atlas/core/validation/HasKeyRule.scala | 2 +- .../scala/com/netflix/atlas/core/validation/KeyLengthRule.scala | 2 +- .../com/netflix/atlas/core/validation/KeyPatternRule.scala | 2 +- .../com/netflix/atlas/core/validation/MaxUserTagsRule.scala | 2 +- .../com/netflix/atlas/core/validation/NameValueLengthRule.scala | 2 +- .../com/netflix/atlas/core/validation/ReservedKeyRule.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/validation/Rule.scala | 2 +- .../main/scala/com/netflix/atlas/core/validation/TagRule.scala | 2 +- .../com/netflix/atlas/core/validation/ValidCharactersRule.scala | 2 +- .../com/netflix/atlas/core/validation/ValidationResult.scala | 2 +- .../com/netflix/atlas/core/validation/ValueLengthRule.scala | 2 +- .../com/netflix/atlas/core/validation/ValuePatternRule.scala | 2 +- .../java/com/netflix/atlas/core/validation/JavaTestRule.java | 2 +- .../scala/com/netflix/atlas/core/algorithm/AlgoStateSuite.scala | 2 +- .../netflix/atlas/core/algorithm/BaseOnlineAlgorithmSuite.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineAlgorithmSuite.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineDelaySuite.scala | 2 +- .../netflix/atlas/core/algorithm/OnlineDerivativeSuite.scala | 2 +- .../scala/com/netflix/atlas/core/algorithm/OnlineDesSuite.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineIgnoreNSuite.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineIntegralSuite.scala | 2 +- .../netflix/atlas/core/algorithm/OnlineRollingCountSuite.scala | 2 +- .../netflix/atlas/core/algorithm/OnlineRollingMaxSuite.scala | 2 +- .../netflix/atlas/core/algorithm/OnlineRollingMeanSuite.scala | 2 +- .../netflix/atlas/core/algorithm/OnlineRollingMinSuite.scala | 2 +- .../netflix/atlas/core/algorithm/OnlineRollingSumSuite.scala | 2 +- .../netflix/atlas/core/algorithm/OnlineSlidingDesSuite.scala | 2 +- .../com/netflix/atlas/core/algorithm/OnlineTrendSuite.scala | 2 +- .../scala/com/netflix/atlas/core/algorithm/PipelineSuite.scala | 2 +- .../com/netflix/atlas/core/algorithm/RollingBufferSuite.scala | 2 +- .../com/netflix/atlas/core/db/AggregateCollectorSuite.scala | 2 +- .../scala/com/netflix/atlas/core/db/MemoryBlockStoreSuite.scala | 2 +- .../scala/com/netflix/atlas/core/db/MemoryDatabaseSuite.scala | 2 +- .../scala/com/netflix/atlas/core/db/TimeSeriesBufferSuite.scala | 2 +- .../com/netflix/atlas/core/index/BatchUpdateTagIndexSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/core/index/DataSet.scala | 2 +- .../scala/com/netflix/atlas/core/index/IndexStatsSuite.scala | 2 +- .../scala/com/netflix/atlas/core/index/QueryIndexSuite.scala | 2 +- .../com/netflix/atlas/core/index/RoaringTagIndexSuite.scala | 2 +- .../com/netflix/atlas/core/index/SimpleTagIndexSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/index/TagIndexSuite.scala | 2 +- .../com/netflix/atlas/core/index/TaggedItemIndexSuite.scala | 2 +- .../netflix/atlas/core/limiter/CardinalityLimiterSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/AndWordSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/ArrayTimeSeqSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/BlockStatsSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/BlockSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/ClampSuite.scala | 2 +- .../com/netflix/atlas/core/model/CustomVocabularySuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/DataExamplesSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/DataExprSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/DataGroupBySuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/DerivativeSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/core/model/DesSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/EvalContextSuite.scala | 2 +- .../com/netflix/atlas/core/model/EventVocabularySuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/ExprRewriteSuite.scala | 2 +- .../com/netflix/atlas/core/model/FilterExamplesSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/FilterSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/FinalGroupingSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/InWordSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/IntegralSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/ItemIdSuite.scala | 2 +- .../com/netflix/atlas/core/model/MapStepTimeSeqSuite.scala | 2 +- .../com/netflix/atlas/core/model/MathAcrossStyleSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/MathExamplesSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/MathGroupBySuite.scala | 2 +- .../com/netflix/atlas/core/model/ModelExtractorsSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/NamedRewriteSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/NotWordSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/OrWordSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/PercentilesSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/QueryExamplesSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/QuerySuite.scala | 2 +- .../com/netflix/atlas/core/model/QueryVocabularySuite.scala | 2 +- .../com/netflix/atlas/core/model/StatefulExamplesSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/StreamSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/StyleExamplesSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/StyleExprSuite.scala | 2 +- .../com/netflix/atlas/core/model/StyleVocabularySuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/SummaryStatsSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/TaggedItemSuite.scala | 2 +- .../com/netflix/atlas/core/model/TimeSeriesExprSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/TimeSpanSuite.scala | 2 +- .../com/netflix/atlas/core/model/TraceVocabularySuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/model/TrendSuite.scala | 2 +- .../scala/com/netflix/atlas/core/model/VocabularySuite.scala | 2 +- .../com/netflix/atlas/core/norm/DedupValueFunctionSuite.scala | 2 +- .../com/netflix/atlas/core/norm/MaxValueFunctionSuite.scala | 2 +- .../com/netflix/atlas/core/norm/NormalizationCacheSuite.scala | 2 +- .../netflix/atlas/core/norm/NormalizeValueFunctionSuite.scala | 2 +- .../com/netflix/atlas/core/norm/RateValueFunctionSuite.scala | 2 +- .../com/netflix/atlas/core/norm/RollingValueFunctionSuite.scala | 2 +- .../com/netflix/atlas/core/norm/SumValueFunctionSuite.scala | 2 +- .../com/netflix/atlas/core/stacklang/BaseExamplesSuite.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/BaseWordSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/CallSuite.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/ClearSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/DropSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/DupSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/EachSuite.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/FormatSuite.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/FreezeSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/GetSuite.scala | 2 +- .../com/netflix/atlas/core/stacklang/InterpreterSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/LoopSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/MapSuite.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/NDropSuite.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/NListSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/OverSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/PickSuite.scala | 2 +- .../com/netflix/atlas/core/stacklang/ReverseRotSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/RollSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/RotSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/SetSuite.scala | 2 +- .../netflix/atlas/core/stacklang/StandardExamplesSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/stacklang/SwapSuite.scala | 2 +- .../com/netflix/atlas/core/stacklang/VocabularySuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/ArrayHelperSuite.scala | 2 +- .../netflix/atlas/core/util/BoundedPriorityBufferSuite.scala | 2 +- .../netflix/atlas/core/util/ByteBufferInputStreamSuite.scala | 2 +- .../com/netflix/atlas/core/util/CardinalityEstimatorSuite.scala | 2 +- .../com/netflix/atlas/core/util/CharBufferReaderSuite.scala | 2 +- .../com/netflix/atlas/core/util/DoubleIntHashMapSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/core/util/HashSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/core/util/IdMapSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/IdentityMapSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/IntHashSetSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/IntIntHashMapSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/IntRefHashMapSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/util/InternMapSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/util/InternerSuite.scala | 2 +- .../com/netflix/atlas/core/util/IsoDateTimeParserSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/ListHelperSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/LongHashSetSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/LongIntHashMapSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/core/util/MathSuite.scala | 2 +- .../com/netflix/atlas/core/util/RefDoubleHashMapSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/RefIntHashMapSuite.scala | 2 +- .../com/netflix/atlas/core/util/RollingIntervalSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/util/ShardsSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/SmallHashMapSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/SortedTagMapSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/core/util/StepSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/util/StreamsSuite.scala | 2 +- .../test/scala/com/netflix/atlas/core/util/StringsSuite.scala | 2 +- .../scala/com/netflix/atlas/core/util/UnitPrefixSuite.scala | 2 +- .../atlas/core/validation/ConfigConstructorTestRule.scala | 2 +- .../com/netflix/atlas/core/validation/HasKeyRuleSuite.scala | 2 +- .../com/netflix/atlas/core/validation/KeyLengthRuleSuite.scala | 2 +- .../com/netflix/atlas/core/validation/KeyPatternRuleSuite.scala | 2 +- .../netflix/atlas/core/validation/MaxUserTagsRuleSuite.scala | 2 +- .../atlas/core/validation/NameValueLengthRuleSuite.scala | 2 +- .../netflix/atlas/core/validation/ReservedKeyRuleSuite.scala | 2 +- .../scala/com/netflix/atlas/core/validation/RuleSuite.scala | 2 +- .../com/netflix/atlas/core/validation/TagRuleWrapper.scala | 2 +- .../atlas/core/validation/ValidCharactersRuleSuite.scala | 2 +- .../netflix/atlas/core/validation/ValueLengthRuleSuite.scala | 2 +- .../netflix/atlas/core/validation/ValuePatternRuleSuite.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/graph/Axis.scala | 2 +- .../scala/com/netflix/atlas/eval/graph/DefaultSettings.scala | 2 +- .../main/scala/com/netflix/atlas/eval/graph/GraphConfig.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/graph/Grapher.scala | 2 +- .../main/scala/com/netflix/atlas/eval/graph/ImageFlags.scala | 2 +- .../main/scala/com/netflix/atlas/eval/graph/SimpleLegends.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/graph/package.scala | 2 +- .../main/scala/com/netflix/atlas/eval/model/AggrDatapoint.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/model/ChunkData.scala | 2 +- .../main/scala/com/netflix/atlas/eval/model/EvalDataRate.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/model/ExprType.java | 2 +- .../main/scala/com/netflix/atlas/eval/model/LwcDataExpr.scala | 2 +- .../main/scala/com/netflix/atlas/eval/model/LwcDatapoint.scala | 2 +- .../com/netflix/atlas/eval/model/LwcDiagnosticMessage.scala | 2 +- .../main/scala/com/netflix/atlas/eval/model/LwcExpression.scala | 2 +- .../main/scala/com/netflix/atlas/eval/model/LwcHeartbeat.scala | 2 +- .../main/scala/com/netflix/atlas/eval/model/LwcMessages.scala | 2 +- .../scala/com/netflix/atlas/eval/model/LwcSubscription.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/model/TimeGroup.scala | 2 +- .../scala/com/netflix/atlas/eval/model/TimeSeriesMessage.scala | 2 +- .../com/netflix/atlas/eval/stream/EurekaGroupsLookup.scala | 2 +- .../main/scala/com/netflix/atlas/eval/stream/EurekaSource.scala | 2 +- .../com/netflix/atlas/eval/stream/EvalDataRateCollector.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/EvaluationFlows.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/stream/Evaluator.java | 2 +- .../scala/com/netflix/atlas/eval/stream/EvaluatorImpl.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/ExprInterpreter.scala | 2 +- .../com/netflix/atlas/eval/stream/FillRemovedKeysWith.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/FinalExprEval.scala | 2 +- .../main/scala/com/netflix/atlas/eval/stream/HostSource.scala | 2 +- .../com/netflix/atlas/eval/stream/LwcToAggrDatapoint.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/OnUpstreamFinish.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/ReplayLogging.scala | 2 +- .../main/scala/com/netflix/atlas/eval/stream/SourceRef.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/StreamContext.scala | 2 +- .../main/scala/com/netflix/atlas/eval/stream/StreamRef.scala | 2 +- .../com/netflix/atlas/eval/stream/SyntheticDataSource.scala | 2 +- .../main/scala/com/netflix/atlas/eval/stream/TimeGrouped.scala | 2 +- .../src/main/scala/com/netflix/atlas/eval/stream/package.scala | 2 +- .../main/scala/com/netflix/atlas/eval/util/HostRewriter.scala | 2 +- .../scala/com/netflix/atlas/eval/util/IdParamSanitizer.scala | 2 +- .../com/netflix/atlas/eval/util/SmallHashMapDeserializer.scala | 2 +- .../com/netflix/atlas/eval/util/SortedTagMapDeserializer.scala | 2 +- .../test/scala/com/netflix/atlas/eval/graph/GraphUriSuite.scala | 2 +- .../test/scala/com/netflix/atlas/eval/graph/GrapherSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/graph/SimpleLegendsSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/model/AggrDatapointSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/model/ChunkDataSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/model/LwcDataExprSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/model/LwcMessagesSuite.scala | 2 +- .../com/netflix/atlas/eval/model/TimeSeriesMessageSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/DataSourceSuite.scala | 2 +- .../com/netflix/atlas/eval/stream/EurekaGroupsLookupSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/EurekaSourceSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/EvaluatorSuite.scala | 2 +- .../netflix/atlas/eval/stream/FillRemovedKeysWithSuite.scala | 2 +- .../com/netflix/atlas/eval/stream/FinalExprEvalSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/HostSourceSuite.scala | 2 +- .../com/netflix/atlas/eval/stream/LwcToAggrDatapointSuite.scala | 2 +- .../test/scala/com/netflix/atlas/eval/stream/TestContext.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/TimeGroupedSuite.scala | 2 +- .../scala/com/netflix/atlas/eval/util/HostRewriterSuite.scala | 2 +- .../com/netflix/atlas/eval/util/IdParamSanitizerSuite.scala | 2 +- .../netflix/atlas/eval/util/SortedTagMapDeserializerSuite.scala | 2 +- .../src/main/scala/com/netflix/atlas/chart/GraphEngines.scala | 2 +- .../main/scala/com/netflix/atlas/core/index/BatchRebuild.scala | 2 +- .../scala/com/netflix/atlas/core/index/QueryIndexMatching.scala | 2 +- .../com/netflix/atlas/core/index/RoaringTagIndexBench.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/model/ComputeId.scala | 2 +- .../scala/com/netflix/atlas/core/model/ItemIdToString.scala | 2 +- .../main/scala/com/netflix/atlas/core/model/KeyValueQuery.scala | 2 +- .../scala/com/netflix/atlas/core/stacklang/StringSplit.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/BoxesRuntime.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/IntIntMap.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/IntSet.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/ListMerge.scala | 2 +- .../com/netflix/atlas/core/util/ListMergeCommonPrefix.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/MathMax.scala | 2 +- .../com/netflix/atlas/core/util/SmallHashMapEntrySet.scala | 2 +- .../scala/com/netflix/atlas/core/util/SmallHashMapEquals.scala | 2 +- .../com/netflix/atlas/core/util/SmallHashMapHashCode.scala | 2 +- .../scala/com/netflix/atlas/core/util/SmallHashMapJavaGet.scala | 2 +- .../scala/com/netflix/atlas/core/util/SmallHashMapModify.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/StringIntern.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/StringMatching.scala | 2 +- .../scala/com/netflix/atlas/core/util/StringMatchingOr.scala | 2 +- .../com/netflix/atlas/core/util/StringMatchingPrefix.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/StringSub.scala | 2 +- .../main/scala/com/netflix/atlas/core/util/TimeWaveCalc.scala | 2 +- .../src/main/scala/com/netflix/atlas/core/util/ZeroPad.scala | 2 +- .../main/scala/com/netflix/atlas/core/validation/TagRules.scala | 2 +- .../scala/com/netflix/atlas/eval/model/LwcDatapointEncode.scala | 2 +- .../scala/com/netflix/atlas/eval/model/LwcMessagesParse.scala | 2 +- .../scala/com/netflix/atlas/eval/stream/ByteStringDecode.scala | 2 +- .../src/main/scala/com/netflix/atlas/json/CaseClasses.scala | 2 +- atlas-jmh/src/main/scala/com/netflix/atlas/json/SeqDeser.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/ByteStringReading.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/MonitorFlowBench.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/UriParsing.scala | 2 +- .../scala/com/netflix/atlas/webapi/PublishPayloadsBench.scala | 2 +- atlas-json/src/main/scala/com/netflix/atlas/json/Json.scala | 2 +- .../main/scala/com/netflix/atlas/json/JsonParserHelper.scala | 2 +- .../src/main/scala/com/netflix/atlas/json/JsonSupport.scala | 2 +- .../scala/com/netflix/atlas/json/JsonSupportSerializer.scala | 2 +- .../com/netflix/atlas/json/JsonSupportSerializerModifier.scala | 2 +- .../com/netflix/atlas/json/CaseClassDeserializerSuite.scala | 2 +- .../scala/com/netflix/atlas/json/JsonParserHelperSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/json/JsonSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/json/ObjWithLambda.java | 2 +- .../com/netflix/atlas/lwc/events/AbstractLwcEventClient.scala | 2 +- .../scala/com/netflix/atlas/lwc/events/DatapointEvent.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwc/events/ExprUtils.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwc/events/LwcEvent.scala | 2 +- .../scala/com/netflix/atlas/lwc/events/LwcEventClient.scala | 2 +- .../main/scala/com/netflix/atlas/lwc/events/Subscription.scala | 2 +- .../main/scala/com/netflix/atlas/lwc/events/Subscriptions.scala | 2 +- .../main/scala/com/netflix/atlas/lwc/events/TraceMatcher.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwc/events/package.scala | 2 +- .../scala/com/netflix/atlas/lwc/events/ExprUtilsSuite.scala | 2 +- .../com/netflix/atlas/lwc/events/LwcEventClientSuite.scala | 2 +- .../test/scala/com/netflix/atlas/lwc/events/LwcEventSuite.scala | 2 +- .../scala/com/netflix/atlas/lwc/events/TraceMatcherSuite.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwcapi/ApiSettings.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwcapi/EvaluateApi.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwcapi/ExpressionApi.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/ExpressionMetadata.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/ExpressionSplitter.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwcapi/QueueHandler.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/StartupDelayService.scala | 2 +- .../main/scala/com/netflix/atlas/lwcapi/StreamMetadata.scala | 2 +- .../com/netflix/atlas/lwcapi/StreamSubscriptionManager.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwcapi/StreamsApi.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwcapi/SubscribeApi.scala | 2 +- .../src/main/scala/com/netflix/atlas/lwcapi/Subscription.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/SubscriptionManager.scala | 2 +- .../com/netflix/atlas/lwcapi/WebSocketSessionManager.scala | 2 +- .../test/scala/com/netflix/atlas/lwcapi/ApiSettingsSuite.scala | 2 +- .../test/scala/com/netflix/atlas/lwcapi/EvaluateApiSuite.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/ExpressionApiSuite.scala | 2 +- .../com/netflix/atlas/lwcapi/ExpressionMetadataSuite.scala | 2 +- .../com/netflix/atlas/lwcapi/ExpressionSplitterSuite.scala | 2 +- .../com/netflix/atlas/lwcapi/StartupDelayServiceSuite.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/StreamMetadataSuite.scala | 2 +- .../netflix/atlas/lwcapi/StreamSubscriptionManagerSuite.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/SubscribeApiJsonSuite.scala | 2 +- .../test/scala/com/netflix/atlas/lwcapi/SubscribeApiSuite.scala | 2 +- .../com/netflix/atlas/lwcapi/SubscriptionManagerSuite.scala | 2 +- .../com/netflix/atlas/lwcapi/WebSocketSessionManagerSuite.scala | 2 +- .../scala/com/netflix/atlas/pekko/testkit/MUnitRouteSuite.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/AccessLogger.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/ActorService.scala | 2 +- .../scala/com/netflix/atlas/pekko/ByteStringInputStream.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/ClusterOps.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/ConfigApi.scala | 2 +- .../netflix/atlas/pekko/ConfigConnectionContextFactory.scala | 2 +- .../com/netflix/atlas/pekko/ConnectionContextFactory.scala | 2 +- atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Cors.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/CustomDirectives.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/CustomMediaTypes.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/CustomRejection.scala | 2 +- .../scala/com/netflix/atlas/pekko/DeadLetterStatsActor.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/DiagnosticMessage.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/HealthcheckApi.scala | 2 +- .../com/netflix/atlas/pekko/ImperativeRequestContext.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/OpportunisticEC.scala | 2 +- atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Paths.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/PekkoHttpClient.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/RequestHandler.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/StaticPages.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/StreamOps.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/ThreadPools.scala | 2 +- .../scala/com/netflix/atlas/pekko/UnboundedMeteredMailbox.scala | 2 +- atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebApi.scala | 2 +- .../src/main/scala/com/netflix/atlas/pekko/WebServer.scala | 2 +- .../test/scala/com/netflix/atlas/pekko/ActorServiceSuite.scala | 2 +- .../com/netflix/atlas/pekko/ByteStringInputStreamSuite.scala | 2 +- .../test/scala/com/netflix/atlas/pekko/ClusterOpsSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/pekko/ConfigApiSuite.scala | 2 +- .../com/netflix/atlas/pekko/ConnectionContextFactorySuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/pekko/CorsSuite.scala | 2 +- .../scala/com/netflix/atlas/pekko/CustomDirectivesSuite.scala | 2 +- .../com/netflix/atlas/pekko/DeadLetterStatsActorSuite.scala | 2 +- .../scala/com/netflix/atlas/pekko/HealthcheckApiSuite.scala | 2 +- .../scala/com/netflix/atlas/pekko/OpportunisticECSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/pekko/PathsSuite.scala | 2 +- .../netflix/atlas/pekko/RequestHandlerNoCompressionSuite.scala | 2 +- .../scala/com/netflix/atlas/pekko/RequestHandlerSuite.scala | 2 +- .../test/scala/com/netflix/atlas/pekko/StaticPagesSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/pekko/StreamOpsSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/pekko/TestApi.scala | 2 +- .../src/test/scala/com/netflix/atlas/pekko/TestApiSuite.scala | 2 +- .../test/scala/com/netflix/atlas/pekko/UriParsingSuite.scala | 2 +- .../scala/com/netflix/atlas/postgres/BinaryCopyBuffer.scala | 2 +- .../src/main/scala/com/netflix/atlas/postgres/CopyBuffer.scala | 2 +- .../main/scala/com/netflix/atlas/postgres/TextCopyBuffer.scala | 2 +- .../com/netflix/atlas/postgres/BinaryCopyBufferSuite.scala | 2 +- .../com/netflix/atlas/postgres/PostgresCopyBufferSuite.scala | 2 +- .../scala/com/netflix/atlas/postgres/TextCopyBufferSuite.scala | 2 +- .../main/scala/com/netflix/atlas/eval/EvalConfiguration.scala | 2 +- .../scala/com/netflix/atlas/eval/EvalConfigurationSuite.scala | 2 +- .../com/netflix/atlas/lwc/events/LwcEventConfiguration.scala | 2 +- .../netflix/atlas/lwc/events/LwcEventConfigurationSuite.scala | 2 +- .../scala/com/netflix/atlas/lwcapi/LwcApiConfiguration.scala | 2 +- .../com/netflix/atlas/lwcapi/LwcApiConfigurationSuite.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/ActorSystemService.scala | 2 +- .../scala/com/netflix/atlas/pekko/MaterializerService.scala | 2 +- .../main/scala/com/netflix/atlas/pekko/PekkoConfiguration.scala | 2 +- .../scala/com/netflix/atlas/pekko/PekkoConfigurationSuite.scala | 2 +- .../scala/com/netflix/atlas/webapi/WebApiConfiguration.scala | 2 +- .../com/netflix/atlas/webapi/WebApiConfigurationSuite.scala | 2 +- .../src/main/scala/com/netflix/atlas/standalone/Main.scala | 2 +- .../src/test/scala/com/netflix/atlas/standalone/MainSuite.scala | 2 +- .../src/main/scala/com/netflix/atlas/webapi/ApiSettings.scala | 2 +- .../main/scala/com/netflix/atlas/webapi/DatabaseSupplier.scala | 2 +- .../src/main/scala/com/netflix/atlas/webapi/ExprApi.scala | 2 +- .../scala/com/netflix/atlas/webapi/FetchRequestSource.scala | 2 +- .../src/main/scala/com/netflix/atlas/webapi/GraphApi.scala | 2 +- .../main/scala/com/netflix/atlas/webapi/GraphRequestActor.scala | 2 +- .../scala/com/netflix/atlas/webapi/LocalDatabaseActor.scala | 2 +- .../main/scala/com/netflix/atlas/webapi/LocalPublishActor.scala | 2 +- .../src/main/scala/com/netflix/atlas/webapi/PublishApi.scala | 2 +- .../main/scala/com/netflix/atlas/webapi/PublishConsumer.scala | 2 +- .../main/scala/com/netflix/atlas/webapi/PublishPayloads.scala | 2 +- .../src/main/scala/com/netflix/atlas/webapi/TagsApi.scala | 2 +- .../test/scala/com/netflix/atlas/webapi/ApiSettingsSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/webapi/ExprApiSuite.scala | 2 +- .../scala/com/netflix/atlas/webapi/GraphApiMemDbSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/webapi/GraphApiSuite.scala | 2 +- .../scala/com/netflix/atlas/webapi/PublishApiJsonSuite.scala | 2 +- .../test/scala/com/netflix/atlas/webapi/PublishApiSuite.scala | 2 +- .../scala/com/netflix/atlas/webapi/PublishPayloadsSuite.scala | 2 +- .../src/test/scala/com/netflix/atlas/webapi/TagsApiSuite.scala | 2 +- 590 files changed, 590 insertions(+), 590 deletions(-) diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/Colors.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/Colors.scala index 29a89ed97..348c86b5f 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/Colors.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/Colors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/CommaSepGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/CommaSepGraphEngine.scala index c095a9bf5..420410226 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/CommaSepGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/CommaSepGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/CsvGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/CsvGraphEngine.scala index b24f7e652..93fff11c8 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/CsvGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/CsvGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/DefaultGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/DefaultGraphEngine.scala index bf3ab3114..83f5e6239 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/DefaultGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/DefaultGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphConstants.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphConstants.scala index f59145174..6e8055b04 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphConstants.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphConstants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphEngine.scala index 4f985288a..4c20d981d 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/GraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonCodec.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonCodec.scala index 35d91e7d0..23a62d412 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonCodec.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonCodec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonGraphEngine.scala index d5c240801..73cca1628 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/JsonGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/PngGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/PngGraphEngine.scala index b6aac0f63..2dfa60f7f 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/PngGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/PngGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/StatsJsonGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/StatsJsonGraphEngine.scala index 39aeb7afc..4057af173 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/StatsJsonGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/StatsJsonGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/StdJsonGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/StdJsonGraphEngine.scala index c4c62b0df..232098a37 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/StdJsonGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/StdJsonGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/TabSepGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/TabSepGraphEngine.scala index 7be4473c9..214692125 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/TabSepGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/TabSepGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/V2JsonGraphEngine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/V2JsonGraphEngine.scala index 33a6f3339..95b33af75 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/V2JsonGraphEngine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/V2JsonGraphEngine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Block.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Block.scala index cb8a65eae..d1df94822 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Block.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Block.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ChartSettings.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ChartSettings.scala index ea529f8c1..5bdde51f4 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ChartSettings.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ChartSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Element.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Element.scala index cf84d50ea..42ec358f9 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Element.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Element.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Heatmap.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Heatmap.scala index 28f9626e5..3939ea9f9 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Heatmap.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Heatmap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HeatmapLegendEntry.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HeatmapLegendEntry.scala index 9954c9dad..814b3ef1b 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HeatmapLegendEntry.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HeatmapLegendEntry.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HorizontalPadding.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HorizontalPadding.scala index 075f9a40d..6a608fb33 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HorizontalPadding.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/HorizontalPadding.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Legend.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Legend.scala index d572a6517..6af5e5aaf 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Legend.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Legend.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LegendEntry.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LegendEntry.scala index 21a9a3158..4319e604d 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LegendEntry.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LegendEntry.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ListItem.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ListItem.scala index 6c8fa30cf..d03ee9c66 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ListItem.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ListItem.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LogLinear.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LogLinear.scala index 8505938b4..d2015d7e5 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LogLinear.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/LogLinear.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Scales.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Scales.scala index f7b530f85..9713591e4 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Scales.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Scales.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Style.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Style.scala index 9ff7f430e..9524a88ed 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Style.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Style.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Styles.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Styles.scala index 49c56d0ca..f16b4b5d5 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Styles.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Styles.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Text.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Text.scala index dd4f9e30e..7f0c92b3e 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Text.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Text.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TextAlignment.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TextAlignment.java index 05970e033..9e4fa3e58 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TextAlignment.java +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TextAlignment.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Theme.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Theme.scala index 3d4a12f9a..ce7cea666 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Theme.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Theme.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Ticks.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Ticks.scala index f4d403aae..e7d77a9fd 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Ticks.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Ticks.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeAxis.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeAxis.scala index 10be9f9bf..56d3b9071 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeAxis.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeAxis.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeGrid.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeGrid.scala index 23c6cbf1f..c27a2366b 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeGrid.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeGrid.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesArea.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesArea.scala index 3fdac49f3..965afef12 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesArea.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesArea.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesGraph.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesGraph.scala index 08d8f258e..85f2f96d0 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesGraph.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesGraph.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesHeatmap.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesHeatmap.scala index 5788e7320..f16aa643d 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesHeatmap.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesHeatmap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesLine.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesLine.scala index 169054d16..1d248cc73 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesLine.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesLine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesSpan.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesSpan.scala index 6b839013e..b1270a0fb 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesSpan.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesSpan.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesStack.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesStack.scala index d24aa2bfe..b5c89559c 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesStack.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSeriesStack.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSpan.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSpan.scala index 0408a4020..c04c69045 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSpan.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/TimeSpan.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueAxis.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueAxis.scala index 4f7b60a48..73d9ea6b7 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueAxis.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueAxis.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueGrid.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueGrid.scala index 8338f732b..9dbf4f5a3 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueGrid.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueGrid.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueSpan.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueSpan.scala index 071197461..b71ae3880 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueSpan.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/ValueSpan.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/DataDef.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/DataDef.scala index df44ed468..f7524a81b 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/DataDef.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/DataDef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/GraphDef.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/GraphDef.scala index 35b9028f0..34f977893 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/GraphDef.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/GraphDef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/HeatmapDef.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/HeatmapDef.scala index 062ce8a2c..cab2417b1 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/HeatmapDef.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/HeatmapDef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Layout.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Layout.java index ec2cac20a..350f978fb 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Layout.java +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Layout.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LegendType.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LegendType.java index 894c099f1..1a381ae9a 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LegendType.java +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LegendType.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LineStyle.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LineStyle.java index 81c645d6b..559606f5b 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LineStyle.java +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/LineStyle.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Palette.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Palette.scala index 3919ecbba..bd32289f6 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Palette.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Palette.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotBound.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotBound.scala index 95f9420b9..33a601786 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotBound.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotBound.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotDef.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotDef.scala index 7ee512560..61f2e7a20 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotDef.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/PlotDef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Scale.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Scale.java index 73aad375b..e9de26726 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Scale.java +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Scale.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/TickLabelMode.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/TickLabelMode.java index 37a8e4b9c..4ae8041fb 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/TickLabelMode.java +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/TickLabelMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/VisionType.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/VisionType.java index 21299baef..7031b6209 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/VisionType.java +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/VisionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/Fonts.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/Fonts.scala index 0d1f57862..e774418bd 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/Fonts.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/Fonts.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/GraphAssertions.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/GraphAssertions.scala index 41f3c38c2..907a92262 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/GraphAssertions.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/GraphAssertions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/PngImage.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/PngImage.scala index 6dcd65178..65ec68912 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/PngImage.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/PngImage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/SrcPath.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/SrcPath.scala index 432430859..00089e460 100644 --- a/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/SrcPath.scala +++ b/atlas-chart/src/main/scala/com/netflix/atlas/chart/util/SrcPath.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/ColorsSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/ColorsSuite.scala index 97827a850..655b670d4 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/ColorsSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/ColorsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/DefaultGraphEngineSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/DefaultGraphEngineSuite.scala index f53888419..858967557 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/DefaultGraphEngineSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/DefaultGraphEngineSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonCodecSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonCodecSuite.scala index 6da38e183..38bcb86cf 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonCodecSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonCodecSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonGraphEngineSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonGraphEngineSuite.scala index 1dd58b697..02a96ebd6 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonGraphEngineSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/JsonGraphEngineSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/PngGraphEngineSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/PngGraphEngineSuite.scala index 3a5169932..8ee735de9 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/PngGraphEngineSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/PngGraphEngineSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/HeatmapSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/HeatmapSuite.scala index b7d0cc60d..6c1d02ae4 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/HeatmapSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/HeatmapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/LogLinearSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/LogLinearSuite.scala index aabb70398..2b021f760 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/LogLinearSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/LogLinearSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/ScalesSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/ScalesSuite.scala index 4bbb896ec..7558fe2ed 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/ScalesSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/ScalesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/TicksSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/TicksSuite.scala index e697f9cb5..53a9cd9dd 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/TicksSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/TicksSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/GraphDefSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/GraphDefSuite.scala index 962f5bdbc..b94c05910 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/GraphDefSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/GraphDefSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PaletteSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PaletteSuite.scala index aa8ecd53f..620ca397a 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PaletteSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PaletteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PlotDefSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PlotDefSuite.scala index b51bd2eb3..e17b765c5 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PlotDefSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/model/PlotDefSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-chart/src/test/scala/com/netflix/atlas/chart/util/PngImageSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/util/PngImageSuite.scala index cf4167b92..3c8c92588 100644 --- a/atlas-chart/src/test/scala/com/netflix/atlas/chart/util/PngImageSuite.scala +++ b/atlas-chart/src/test/scala/com/netflix/atlas/chart/util/PngImageSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/AlgoState.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/AlgoState.scala index 4a24a2e23..3026933d3 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/AlgoState.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/AlgoState.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithm.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithm.scala index 3e368ee6b..e7fab3052 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithm.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithm.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDelay.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDelay.scala index 3924e2ef8..8d2ca041c 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDelay.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDelay.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDerivative.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDerivative.scala index 36ee2539e..5002699fe 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDerivative.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDerivative.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDes.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDes.scala index 572425620..f85e22dee 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDes.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineDes.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreN.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreN.scala index fdb724d28..4da01c482 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreN.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreN.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIntegral.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIntegral.scala index 4b312dcd7..5bfb868a1 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIntegral.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineIntegral.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingCount.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingCount.scala index 520c04060..215c1a128 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingCount.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingCount.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMax.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMax.scala index 8cae163bf..11a1dd8fc 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMax.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMax.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMean.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMean.scala index ca451da95..01f38372a 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMean.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMean.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMin.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMin.scala index c8607a740..833c4eb79 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMin.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingMin.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingSum.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingSum.scala index 8ad4b6e9d..cbf5dcd46 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingSum.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineRollingSum.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDes.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDes.scala index d34202838..3013e257f 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDes.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDes.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineTrend.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineTrend.scala index 22d157771..95f9c04ea 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineTrend.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/OnlineTrend.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/Pipeline.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/Pipeline.scala index fe8c9bdf3..eb845a254 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/Pipeline.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/Pipeline.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/RollingBuffer.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/RollingBuffer.scala index 4d300a094..590196d6c 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/RollingBuffer.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/algorithm/RollingBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/AggregateCollector.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/AggregateCollector.scala index 3e67d7ba6..c03dc39a6 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/AggregateCollector.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/AggregateCollector.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStore.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStore.scala index e0bca19c8..7d6a45332 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStore.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStore.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStoreItem.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStoreItem.scala index 40c50e8e2..92d14a184 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStoreItem.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/BlockStoreItem.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/DataSet.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/DataSet.scala index 9f833b409..950d7d346 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/DataSet.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/DataSet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/Database.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/Database.scala index 371ce07c4..299bd2ba1 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/Database.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/Database.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/Limits.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/Limits.scala index b4618bed1..8864b33ec 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/Limits.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/Limits.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/MemoryDatabase.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/MemoryDatabase.scala index a563dcbf8..4794814be 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/MemoryDatabase.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/MemoryDatabase.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/SimpleStaticDatabase.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/SimpleStaticDatabase.scala index 3dc16856d..0d1a0a529 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/SimpleStaticDatabase.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/SimpleStaticDatabase.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/StaticDatabase.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/StaticDatabase.scala index c76450d01..18f86b77d 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/StaticDatabase.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/StaticDatabase.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/db/TimeSeriesBuffer.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/db/TimeSeriesBuffer.scala index 59348e2de..b016bdc7a 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/db/TimeSeriesBuffer.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/db/TimeSeriesBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/BatchUpdateTagIndex.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/BatchUpdateTagIndex.scala index b2312c139..cf43e4de0 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/BatchUpdateTagIndex.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/BatchUpdateTagIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/CachingTagIndex.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/CachingTagIndex.scala index 26803144a..0e7275fc9 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/CachingTagIndex.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/CachingTagIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/IndexStats.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/IndexStats.scala index 638b88fba..0c916f304 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/IndexStats.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/IndexStats.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/QueryIndex.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/QueryIndex.scala index 77064d209..22abb1fb4 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/QueryIndex.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/QueryIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndex.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndex.scala index 72b6417aa..4a328a6d9 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndex.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/SimpleTagIndex.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/SimpleTagIndex.scala index 71ae78b2f..a733fe1fa 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/SimpleTagIndex.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/SimpleTagIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagIndex.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagIndex.scala index 36b251014..8df03ab7a 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagIndex.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagQuery.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagQuery.scala index e68bfbf04..a8790ac9a 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagQuery.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/TagQuery.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/TaggedItemIndex.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/TaggedItemIndex.scala index bc0162f04..c133b04ed 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/TaggedItemIndex.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/TaggedItemIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/index/package.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/index/package.scala index 671347f6f..54b33c530 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/index/package.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/index/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/CardinalityLimiter.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/CardinalityLimiter.scala index 160719c1a..e67560088 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/CardinalityLimiter.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/CardinalityLimiter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/LimiterConifg.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/LimiterConifg.scala index 060e7ecc4..2a21b1cf1 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/LimiterConifg.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/limiter/LimiterConifg.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Block.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Block.scala index d580174f3..aeb5613fb 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Block.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Block.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/BlockStats.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/BlockStats.scala index 4a337dfcf..649d943f0 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/BlockStats.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/BlockStats.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/CollectorStats.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/CollectorStats.scala index f3f354820..3e8e87f47 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/CollectorStats.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/CollectorStats.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ConsolidationFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ConsolidationFunction.scala index b57aff7a7..8afad4b71 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ConsolidationFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ConsolidationFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/CustomVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/CustomVocabulary.scala index 5cef16107..ed53509b9 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/CustomVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/CustomVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataExpr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataExpr.scala index 6ebbb6485..7df7a085b 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataExpr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataVocabulary.scala index ea29591ac..d5f111628 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DataVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Datapoint.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Datapoint.scala index b8579ad6d..c01218b11 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Datapoint.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Datapoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DatapointTuple.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DatapointTuple.scala index ad7298040..585a8969c 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DatapointTuple.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DatapointTuple.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DefaultSettings.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DefaultSettings.scala index ff8ad6502..b30cab933 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DefaultSettings.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DefaultSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DsType.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DsType.scala index 2e072564a..952979de0 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/DsType.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/DsType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/EvalContext.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/EvalContext.scala index 0b4412570..0cd2ebe1f 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/EvalContext.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/EvalContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventExpr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventExpr.scala index dac09ca26..9c1044762 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventExpr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventVocabulary.scala index 630196d9e..7a1cf4153 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/EventVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Expr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Expr.scala index 11d2263f0..502adf59b 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Expr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Expr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterExpr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterExpr.scala index 7abd595ba..885ae6b90 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterExpr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterVocabulary.scala index e171903fc..6d7b56429 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/FilterVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemId.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemId.scala index 210fd327e..954a1f8ac 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemId.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemId.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemIdCalculator.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemIdCalculator.scala index bbd9f5b96..627da8115 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemIdCalculator.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ItemIdCalculator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathExpr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathExpr.scala index f50288d8f..5fb96e685 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathExpr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathVocabulary.scala index a36eda2b1..d8c463205 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/MathVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ModelExtractors.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ModelExtractors.scala index 4d34e4e3c..29bfd4717 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ModelExtractors.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ModelExtractors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Query.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Query.scala index 82b7b0b6d..937329476 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Query.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Query.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/QueryVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/QueryVocabulary.scala index a37de1c69..f813e4f55 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/QueryVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/QueryVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ResultSet.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ResultSet.scala index 91a3e1339..bb7f5f81e 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/ResultSet.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/ResultSet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulExpr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulExpr.scala index cbfb34304..ec49e32ea 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulExpr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulVocabulary.scala index ab062f91b..10e296b13 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StatefulVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleExpr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleExpr.scala index d331b0ef5..68758d112 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleExpr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleVocabulary.scala index 152057d83..a47c9e801 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/StyleVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/SummaryStats.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/SummaryStats.scala index 62aaffa54..a85b16504 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/SummaryStats.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/SummaryStats.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Tag.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Tag.scala index 4d0185bb2..32959b987 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/Tag.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Tag.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TagKey.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TagKey.scala index 8c3c8d1a6..b1b533036 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TagKey.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TagKey.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TaggedItem.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TaggedItem.scala index d44f2797e..4789341c7 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TaggedItem.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TaggedItem.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeq.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeq.scala index 4e52a6e5a..883306cf5 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeq.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeq.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeries.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeries.scala index bab813819..5e0567aea 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeries.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeries.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeriesExpr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeriesExpr.scala index 97b60ef85..5f6c8e4cf 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeriesExpr.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TimeSeriesExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceQuery.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceQuery.scala index 593738d0b..8a641dcc3 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceQuery.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceQuery.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceVocabulary.scala index a97430340..4d306e825 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/TraceVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/model/package.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/package.scala index 4a1ea4604..cec56c78e 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/model/package.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/model/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/DedupValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/DedupValueFunction.scala index 7ab74db82..8480cd9cf 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/DedupValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/DedupValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/MaxValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/MaxValueFunction.scala index 1685751d6..e8e54012b 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/MaxValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/MaxValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizationCache.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizationCache.scala index 4f5c0c2f7..92673a44d 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizationCache.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizationCache.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizeValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizeValueFunction.scala index 06109756e..5d3ccaed4 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizeValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/NormalizeValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RateValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RateValueFunction.scala index d894a61ab..0a37fcaf5 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RateValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RateValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RollingValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RollingValueFunction.scala index 5c2b5a341..c0d8b05be 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RollingValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/RollingValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/SumValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/SumValueFunction.scala index da6318fa8..0822e95b1 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/SumValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/SumValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/UpdateValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/UpdateValueFunction.scala index a88a1af9f..581dbaf7b 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/UpdateValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/UpdateValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/ValueFunction.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/ValueFunction.scala index 86c6cf1dd..e405f5fbe 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/ValueFunction.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/ValueFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/package.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/package.scala index 53e0e67b3..473d80fc4 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/norm/package.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/norm/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Context.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Context.scala index 7794f28b9..f2df6e614 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Context.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Context.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Extractors.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Extractors.scala index d2ec93a97..d3377c599 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Extractors.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Extractors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Interpreter.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Interpreter.scala index 8098a3066..a510b9f00 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Interpreter.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Interpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/StandardVocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/StandardVocabulary.scala index 12918340b..e837c8def 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/StandardVocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/StandardVocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Vocabulary.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Vocabulary.scala index 14514f069..42bbf3ae5 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Vocabulary.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Vocabulary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Word.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Word.scala index 236e32297..465dba333 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Word.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/stacklang/Word.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ArrayHelper.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ArrayHelper.scala index 7010edd1e..87b5a8375 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ArrayHelper.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ArrayHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/BoundedPriorityBuffer.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/BoundedPriorityBuffer.scala index 2f3211f45..01918d653 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/BoundedPriorityBuffer.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/BoundedPriorityBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ByteBufferInputStream.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ByteBufferInputStream.scala index 97b4c2c5a..cf5d795b1 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ByteBufferInputStream.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ByteBufferInputStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/CardinalityEstimator.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/CardinalityEstimator.scala index d8765984b..43bd4ed7f 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/CardinalityEstimator.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/CardinalityEstimator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/CharBufferReader.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/CharBufferReader.scala index 51235a2a9..5f3d8eec3 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/CharBufferReader.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/CharBufferReader.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ComparableComparator.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ComparableComparator.scala index f79f55da1..8795dc1d5 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ComparableComparator.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ComparableComparator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/DoubleIntHashMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/DoubleIntHashMap.scala index 0b5ed55ca..80b5a33f1 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/DoubleIntHashMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/DoubleIntHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/FastGzipOutputStream.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/FastGzipOutputStream.scala index 3d65a1619..37faefc41 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/FastGzipOutputStream.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/FastGzipOutputStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Features.java b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Features.java index fb0cc84ea..98e2a1a63 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Features.java +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Features.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Hash.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Hash.scala index a6e8da21b..f01112bee 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Hash.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Hash.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdMap.scala index c875c3d3e..130185629 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdentityMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdentityMap.scala index 5ee93c5be..fddc641dd 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdentityMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IdentityMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntHashSet.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntHashSet.scala index 7f7c27085..9774efed3 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntHashSet.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntHashSet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntIntHashMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntIntHashMap.scala index a06d6364e..38424d557 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntIntHashMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntIntHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntRefHashMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntRefHashMap.scala index 1b5bbfe8d..efff7d770 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntRefHashMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IntRefHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/InternMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/InternMap.scala index f0a1ad21a..2b188166c 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/InternMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/InternMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Interner.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Interner.scala index 3f21793ab..a51aafb81 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Interner.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Interner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IsoDateTimeParser.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IsoDateTimeParser.scala index 601fc26c0..bdcbc94f9 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/IsoDateTimeParser.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/IsoDateTimeParser.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ListHelper.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ListHelper.scala index 96cbd3ba2..61039c153 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/ListHelper.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/ListHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongHashSet.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongHashSet.scala index 880189473..b37dbe09b 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongHashSet.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongHashSet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongIntHashMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongIntHashMap.scala index a89059173..153e9521e 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongIntHashMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/LongIntHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Math.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Math.scala index b319c6230..f7ae35ad5 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Math.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Math.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/PrimeFinder.java b/atlas-core/src/main/scala/com/netflix/atlas/core/util/PrimeFinder.java index 814f58e0b..c4a8d5381 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/PrimeFinder.java +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/PrimeFinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefDoubleHashMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefDoubleHashMap.scala index 243ff0c92..5ddc7c7d4 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefDoubleHashMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefDoubleHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefIntHashMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefIntHashMap.scala index cd76f79c7..40582de89 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefIntHashMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/RefIntHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/RollingInterval.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/RollingInterval.scala index b9fd875ab..e3cb913fb 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/RollingInterval.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/RollingInterval.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Shards.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Shards.scala index 053393072..0cea60a88 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Shards.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Shards.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/SmallHashMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/SmallHashMap.scala index 28303c4e3..0cd1c6d3d 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/SmallHashMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/SmallHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/SortedTagMap.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/SortedTagMap.scala index d1360d7bf..576014868 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/SortedTagMap.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/SortedTagMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Step.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Step.scala index 41aa2a968..40890176a 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Step.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Step.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Streams.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Streams.scala index 0a80d2fc1..eceb243c6 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Streams.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Streams.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Strings.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Strings.scala index 52ae2f621..7111c1898 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/Strings.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/Strings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/TimeWave.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/TimeWave.scala index d24e6e981..2eadcf2b1 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/TimeWave.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/TimeWave.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/util/UnitPrefix.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/util/UnitPrefix.scala index d86b6c35e..bf6dcbfee 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/util/UnitPrefix.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/util/UnitPrefix.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/CompositeTagRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/CompositeTagRule.scala index c49613197..b6c7731ca 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/CompositeTagRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/CompositeTagRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/HasKeyRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/HasKeyRule.scala index c13f705a9..5882c1a8f 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/HasKeyRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/HasKeyRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyLengthRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyLengthRule.scala index 59bb996bc..2869275cb 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyLengthRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyLengthRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyPatternRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyPatternRule.scala index 792959d10..257668e97 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyPatternRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/KeyPatternRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/MaxUserTagsRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/MaxUserTagsRule.scala index ccc45397a..5f01535cd 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/MaxUserTagsRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/MaxUserTagsRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/NameValueLengthRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/NameValueLengthRule.scala index 1c94ef3d5..2d3d68e3d 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/NameValueLengthRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/NameValueLengthRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ReservedKeyRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ReservedKeyRule.scala index 0b1479437..6f51ab2cb 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ReservedKeyRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ReservedKeyRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/Rule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/Rule.scala index 335745647..ea4909608 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/Rule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/Rule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/TagRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/TagRule.scala index 0a99fa67d..4072e357c 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/TagRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/TagRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidCharactersRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidCharactersRule.scala index 00f398979..8afb86ac7 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidCharactersRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidCharactersRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidationResult.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidationResult.scala index 34672f9e2..48e0fbc6a 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidationResult.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValidationResult.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValueLengthRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValueLengthRule.scala index da0c9d529..4a6cacac3 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValueLengthRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValueLengthRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValuePatternRule.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValuePatternRule.scala index 922bd1ce0..68ed82347 100644 --- a/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValuePatternRule.scala +++ b/atlas-core/src/main/scala/com/netflix/atlas/core/validation/ValuePatternRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/java/com/netflix/atlas/core/validation/JavaTestRule.java b/atlas-core/src/test/java/com/netflix/atlas/core/validation/JavaTestRule.java index 8ba6cf8ba..fa17e0002 100644 --- a/atlas-core/src/test/java/com/netflix/atlas/core/validation/JavaTestRule.java +++ b/atlas-core/src/test/java/com/netflix/atlas/core/validation/JavaTestRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/AlgoStateSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/AlgoStateSuite.scala index 478e8c0f6..5014c653c 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/AlgoStateSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/AlgoStateSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/BaseOnlineAlgorithmSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/BaseOnlineAlgorithmSuite.scala index f5ba64c9c..0dd3d249f 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/BaseOnlineAlgorithmSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/BaseOnlineAlgorithmSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithmSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithmSuite.scala index e1bbf42fc..b3fc81387 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithmSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineAlgorithmSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDelaySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDelaySuite.scala index 2024426fe..aa3c460b4 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDelaySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDelaySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDerivativeSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDerivativeSuite.scala index c8616b9aa..10aade2d6 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDerivativeSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDerivativeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDesSuite.scala index 078fe8dc7..1e75a47d2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineDesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreNSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreNSuite.scala index f8fee67d9..f9b7e4c2c 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreNSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIgnoreNSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIntegralSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIntegralSuite.scala index 220ac6864..34144a04e 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIntegralSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineIntegralSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingCountSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingCountSuite.scala index ac436b9b8..81c7ab5a9 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingCountSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingCountSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMaxSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMaxSuite.scala index 83e990d57..4e7aa88de 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMaxSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMaxSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMeanSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMeanSuite.scala index 4f06d317d..5fd97e6a8 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMeanSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMeanSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMinSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMinSuite.scala index 5fd7fff71..9d2014c69 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMinSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingMinSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingSumSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingSumSuite.scala index 0de95bb90..6cc489082 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingSumSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineRollingSumSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDesSuite.scala index 26955d085..6afd089f0 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineSlidingDesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineTrendSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineTrendSuite.scala index 0707f9471..85f1d78e9 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineTrendSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/OnlineTrendSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/PipelineSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/PipelineSuite.scala index d7fdeafcc..f0890ef4d 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/PipelineSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/PipelineSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/RollingBufferSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/RollingBufferSuite.scala index d6a25d8ca..c43bee5ea 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/RollingBufferSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/algorithm/RollingBufferSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/db/AggregateCollectorSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/db/AggregateCollectorSuite.scala index d4d8684ab..0cc50157d 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/db/AggregateCollectorSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/db/AggregateCollectorSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryBlockStoreSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryBlockStoreSuite.scala index 645f5a6a6..939775ea8 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryBlockStoreSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryBlockStoreSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryDatabaseSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryDatabaseSuite.scala index 0a6a3f50d..87613ddbb 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryDatabaseSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/db/MemoryDatabaseSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/db/TimeSeriesBufferSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/db/TimeSeriesBufferSuite.scala index aa23ee160..1c96c928a 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/db/TimeSeriesBufferSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/db/TimeSeriesBufferSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/BatchUpdateTagIndexSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/BatchUpdateTagIndexSuite.scala index 554487e9e..dd3fe9dec 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/BatchUpdateTagIndexSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/BatchUpdateTagIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/DataSet.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/DataSet.scala index f94a3cb80..94d6fdf4e 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/DataSet.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/DataSet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/IndexStatsSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/IndexStatsSuite.scala index 4bba0de6a..8232973cf 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/IndexStatsSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/IndexStatsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/QueryIndexSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/QueryIndexSuite.scala index 021d59ecb..6a711cf87 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/QueryIndexSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/QueryIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/RoaringTagIndexSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/RoaringTagIndexSuite.scala index a536c68c9..8c78de292 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/RoaringTagIndexSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/RoaringTagIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/SimpleTagIndexSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/SimpleTagIndexSuite.scala index c1a911649..1dbfaa0cc 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/SimpleTagIndexSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/SimpleTagIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/TagIndexSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/TagIndexSuite.scala index 237c4b0a6..6e36d51f5 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/TagIndexSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/TagIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/index/TaggedItemIndexSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/index/TaggedItemIndexSuite.scala index eee957d78..1097b62a8 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/index/TaggedItemIndexSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/index/TaggedItemIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/limiter/CardinalityLimiterSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/limiter/CardinalityLimiterSuite.scala index 8f6aa9843..eac2dd576 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/limiter/CardinalityLimiterSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/limiter/CardinalityLimiterSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/AndWordSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/AndWordSuite.scala index 44c1fb4b8..944bf1140 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/AndWordSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/AndWordSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ArrayTimeSeqSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ArrayTimeSeqSuite.scala index 7e06b1b89..5c486e9b7 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ArrayTimeSeqSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ArrayTimeSeqSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockStatsSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockStatsSuite.scala index cc77d424d..26ba21523 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockStatsSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockStatsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockSuite.scala index b9daa0b95..b3a473077 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/BlockSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ClampSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ClampSuite.scala index 98a0cb1ae..2c9299bce 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ClampSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ClampSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/CustomVocabularySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/CustomVocabularySuite.scala index 24ccc158e..364ee6b31 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/CustomVocabularySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/CustomVocabularySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExamplesSuite.scala index 2e1cd2466..e56a0f629 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExprSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExprSuite.scala index 842327d7e..49d0115b9 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExprSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataExprSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataGroupBySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataGroupBySuite.scala index 4309539df..ee42292ce 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataGroupBySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DataGroupBySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DerivativeSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DerivativeSuite.scala index a767f609b..f8fa86091 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DerivativeSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DerivativeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DesSuite.scala index 9e6eb992e..82623807d 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/DesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/DesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/EvalContextSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/EvalContextSuite.scala index 49983e5d5..8a0eec8e2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/EvalContextSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/EvalContextSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/EventVocabularySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/EventVocabularySuite.scala index b29305381..2bd9d6274 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/EventVocabularySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/EventVocabularySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ExprRewriteSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ExprRewriteSuite.scala index 36d1766e1..8a2d44523 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ExprRewriteSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ExprRewriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterExamplesSuite.scala index 6787f39aa..3f0f5acfe 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterSuite.scala index 3a946897d..b610dd7a0 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/FilterSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/FinalGroupingSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/FinalGroupingSuite.scala index b38a6efed..fb9f8785f 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/FinalGroupingSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/FinalGroupingSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/InWordSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/InWordSuite.scala index cdb0f406b..e0a88a1bf 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/InWordSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/InWordSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/IntegralSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/IntegralSuite.scala index 58eae7a19..f2340d9de 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/IntegralSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/IntegralSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ItemIdSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ItemIdSuite.scala index a0b7b44a2..9d18777e6 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ItemIdSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ItemIdSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MapStepTimeSeqSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MapStepTimeSeqSuite.scala index 19d1828a9..9a50faf31 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MapStepTimeSeqSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MapStepTimeSeqSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathAcrossStyleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathAcrossStyleSuite.scala index 092b1de86..1be372e27 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathAcrossStyleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathAcrossStyleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathExamplesSuite.scala index b9bce9e95..b546e3208 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathGroupBySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathGroupBySuite.scala index 8675da7a6..af6f2bf50 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathGroupBySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/MathGroupBySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ModelExtractorsSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ModelExtractorsSuite.scala index 3595d1ae2..2405546a1 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/ModelExtractorsSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ModelExtractorsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/NamedRewriteSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/NamedRewriteSuite.scala index c81d09bf7..e12281c9a 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/NamedRewriteSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/NamedRewriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/NotWordSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/NotWordSuite.scala index 46a6e4da5..092f4d69f 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/NotWordSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/NotWordSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/OrWordSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/OrWordSuite.scala index b3e0626ac..3122c03b6 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/OrWordSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/OrWordSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/PercentilesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/PercentilesSuite.scala index 9f7e8766e..2807b71e8 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/PercentilesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/PercentilesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryExamplesSuite.scala index c7df4990f..013b43489 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/QuerySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/QuerySuite.scala index 3d4963160..ac6d2d2a2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/QuerySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/QuerySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryVocabularySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryVocabularySuite.scala index 1487f346e..2c15eb804 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryVocabularySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/QueryVocabularySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StatefulExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StatefulExamplesSuite.scala index b5ee15ab6..fe7b5027b 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StatefulExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StatefulExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StreamSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StreamSuite.scala index be34d2ec0..0f1f0a2d5 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StreamSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StreamSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExamplesSuite.scala index 27958545b..936da83b1 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExprSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExprSuite.scala index af2bca764..b6bcd93d7 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExprSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleExprSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleVocabularySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleVocabularySuite.scala index ce4e65e72..2b1cdba80 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleVocabularySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/StyleVocabularySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/SummaryStatsSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/SummaryStatsSuite.scala index 5314e2644..137dda004 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/SummaryStatsSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/SummaryStatsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TaggedItemSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TaggedItemSuite.scala index cd5849443..b515c67bc 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TaggedItemSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TaggedItemSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSeriesExprSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSeriesExprSuite.scala index c425ae455..a19562e48 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSeriesExprSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSeriesExprSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSpanSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSpanSuite.scala index 716f80a8a..f4a365ef8 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSpanSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TimeSpanSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TraceVocabularySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TraceVocabularySuite.scala index 85b5557d2..a564441b5 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TraceVocabularySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TraceVocabularySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TrendSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TrendSuite.scala index 211845039..aa0641a9f 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/TrendSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TrendSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/model/VocabularySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/VocabularySuite.scala index 19964982e..1b35822a7 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/model/VocabularySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/model/VocabularySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/DedupValueFunctionSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/DedupValueFunctionSuite.scala index 2f6c03931..cfcef0fda 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/DedupValueFunctionSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/DedupValueFunctionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/MaxValueFunctionSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/MaxValueFunctionSuite.scala index ba6ee4042..6fe0f240b 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/MaxValueFunctionSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/MaxValueFunctionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizationCacheSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizationCacheSuite.scala index 25a3ec987..84166a824 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizationCacheSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizationCacheSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizeValueFunctionSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizeValueFunctionSuite.scala index f7f4f16a7..23beed7ad 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizeValueFunctionSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/NormalizeValueFunctionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RateValueFunctionSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RateValueFunctionSuite.scala index ec57ffa25..7c621fd79 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RateValueFunctionSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RateValueFunctionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RollingValueFunctionSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RollingValueFunctionSuite.scala index 60982fcc1..963fbb6de 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RollingValueFunctionSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/RollingValueFunctionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/SumValueFunctionSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/SumValueFunctionSuite.scala index a79bfea69..50853b0ff 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/norm/SumValueFunctionSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/norm/SumValueFunctionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseExamplesSuite.scala index 89125c74a..f50638f61 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseWordSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseWordSuite.scala index 4335b3e4d..37d4b7729 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseWordSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/BaseWordSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/CallSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/CallSuite.scala index 0a901f3ef..0e30e5881 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/CallSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/CallSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ClearSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ClearSuite.scala index c7b2dab67..649944a71 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ClearSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ClearSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DropSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DropSuite.scala index 1df97d075..8ee4c4d19 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DropSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DropSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DupSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DupSuite.scala index 8d0e88302..f9c01be3f 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DupSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/DupSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/EachSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/EachSuite.scala index 4e429e494..8ffd9ee5e 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/EachSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/EachSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FormatSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FormatSuite.scala index c393876a3..a58088583 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FormatSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FormatSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FreezeSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FreezeSuite.scala index 00da514e9..0058833c4 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FreezeSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/FreezeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/GetSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/GetSuite.scala index a2321bb4e..6d13f6115 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/GetSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/GetSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/InterpreterSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/InterpreterSuite.scala index 38701662b..ee46d8442 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/InterpreterSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/InterpreterSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/LoopSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/LoopSuite.scala index e47f587af..5214ed7b0 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/LoopSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/LoopSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/MapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/MapSuite.scala index acd217c3c..dcf09f424 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/MapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/MapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NDropSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NDropSuite.scala index d72cb200c..9534a526d 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NDropSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NDropSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NListSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NListSuite.scala index 59c228218..24dacf7b9 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NListSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/NListSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/OverSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/OverSuite.scala index cca2fd97f..5559262ea 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/OverSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/OverSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/PickSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/PickSuite.scala index 832f6436a..955bf3182 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/PickSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/PickSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ReverseRotSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ReverseRotSuite.scala index e9198d3fa..7f4799ad2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ReverseRotSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/ReverseRotSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RollSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RollSuite.scala index d5579f2e1..bbbd4ea82 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RollSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RollSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RotSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RotSuite.scala index 48de474aa..b17fd77df 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RotSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/RotSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SetSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SetSuite.scala index 98d2e4943..d75c0ba41 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SetSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SetSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/StandardExamplesSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/StandardExamplesSuite.scala index df26ac200..e678cd3d6 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/StandardExamplesSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/StandardExamplesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SwapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SwapSuite.scala index 75ec2c942..21895b7bc 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SwapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/SwapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/VocabularySuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/VocabularySuite.scala index 0cba2fa1b..4261a93af 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/VocabularySuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/stacklang/VocabularySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ArrayHelperSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ArrayHelperSuite.scala index 87c95c45f..d5af381a2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ArrayHelperSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ArrayHelperSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/BoundedPriorityBufferSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/BoundedPriorityBufferSuite.scala index a1717339c..1da6c987b 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/BoundedPriorityBufferSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/BoundedPriorityBufferSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ByteBufferInputStreamSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ByteBufferInputStreamSuite.scala index 7e75e4e44..a560a1a15 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ByteBufferInputStreamSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ByteBufferInputStreamSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/CardinalityEstimatorSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/CardinalityEstimatorSuite.scala index 4231d4dba..ce817d30e 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/CardinalityEstimatorSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/CardinalityEstimatorSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/CharBufferReaderSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/CharBufferReaderSuite.scala index 92d35003e..508b43a7b 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/CharBufferReaderSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/CharBufferReaderSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/DoubleIntHashMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/DoubleIntHashMapSuite.scala index 300e88276..59a0ee3dd 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/DoubleIntHashMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/DoubleIntHashMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/HashSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/HashSuite.scala index 47fd9e1e5..f1ab350d8 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/HashSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/HashSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdMapSuite.scala index 9bcb7cb33..352ae6a30 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdentityMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdentityMapSuite.scala index c5d611cb7..f11190c40 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdentityMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IdentityMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntHashSetSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntHashSetSuite.scala index c891c17a6..ef0cb5b0c 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntHashSetSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntHashSetSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntIntHashMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntIntHashMapSuite.scala index 3c7e80d3e..19a1f034c 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntIntHashMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntIntHashMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntRefHashMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntRefHashMapSuite.scala index 8ddb50a6f..86deea4e2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntRefHashMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IntRefHashMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternMapSuite.scala index af0b2a308..67641856b 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternerSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternerSuite.scala index b5514521d..38ef6f070 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternerSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/InternerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IsoDateTimeParserSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IsoDateTimeParserSuite.scala index 97a2b94a6..ccefcbc58 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/IsoDateTimeParserSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/IsoDateTimeParserSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ListHelperSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ListHelperSuite.scala index d48330aba..5f792f968 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ListHelperSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ListHelperSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongHashSetSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongHashSetSuite.scala index 4dfb0f3c0..c45b02410 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongHashSetSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongHashSetSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongIntHashMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongIntHashMapSuite.scala index 969cca75c..38350b709 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongIntHashMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/LongIntHashMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/MathSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/MathSuite.scala index 88227a062..5874b3dab 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/MathSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/MathSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefDoubleHashMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefDoubleHashMapSuite.scala index b6741e4fd..827d18d1d 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefDoubleHashMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefDoubleHashMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefIntHashMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefIntHashMapSuite.scala index 87a1c2d63..3f2a9fc25 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefIntHashMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/RefIntHashMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/RollingIntervalSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/RollingIntervalSuite.scala index 8cc6390c1..3235aae3a 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/RollingIntervalSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/RollingIntervalSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ShardsSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ShardsSuite.scala index 1c2bca69a..ff4a59ff2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/ShardsSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/ShardsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/SmallHashMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/SmallHashMapSuite.scala index e8e88c052..095483e95 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/SmallHashMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/SmallHashMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/SortedTagMapSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/SortedTagMapSuite.scala index cb41e7195..30fc81ebf 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/SortedTagMapSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/SortedTagMapSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/StepSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/StepSuite.scala index b816cb01b..724d39847 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/StepSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/StepSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/StreamsSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/StreamsSuite.scala index 2afe0139d..f15b4c17c 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/StreamsSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/StreamsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/StringsSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/StringsSuite.scala index a4b8b0d17..e058f1ddc 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/StringsSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/StringsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/util/UnitPrefixSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/util/UnitPrefixSuite.scala index 865380c19..15fbd03a3 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/util/UnitPrefixSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/util/UnitPrefixSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ConfigConstructorTestRule.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ConfigConstructorTestRule.scala index 037318849..7dce2bc52 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ConfigConstructorTestRule.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ConfigConstructorTestRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/HasKeyRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/HasKeyRuleSuite.scala index 2fedcf335..e367dd2eb 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/HasKeyRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/HasKeyRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyLengthRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyLengthRuleSuite.scala index 36f5ff2fa..5203e92c1 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyLengthRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyLengthRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyPatternRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyPatternRuleSuite.scala index da717875e..3bd69c9db 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyPatternRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/KeyPatternRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/MaxUserTagsRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/MaxUserTagsRuleSuite.scala index 9858c701f..9bc3392fd 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/MaxUserTagsRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/MaxUserTagsRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/NameValueLengthRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/NameValueLengthRuleSuite.scala index 6b563bff9..44f3aea5a 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/NameValueLengthRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/NameValueLengthRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ReservedKeyRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ReservedKeyRuleSuite.scala index 8eeecd877..4b67d94f2 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ReservedKeyRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ReservedKeyRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/RuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/RuleSuite.scala index 8a35fae35..2914ae790 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/RuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/RuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/TagRuleWrapper.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/TagRuleWrapper.scala index fc2ac4277..ad080da53 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/TagRuleWrapper.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/TagRuleWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValidCharactersRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValidCharactersRuleSuite.scala index 89cafe1d6..d82746c24 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValidCharactersRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValidCharactersRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValueLengthRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValueLengthRuleSuite.scala index 57bce62c0..33a56e316 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValueLengthRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValueLengthRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValuePatternRuleSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValuePatternRuleSuite.scala index 2960208e9..94ea2407f 100644 --- a/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValuePatternRuleSuite.scala +++ b/atlas-core/src/test/scala/com/netflix/atlas/core/validation/ValuePatternRuleSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Axis.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Axis.scala index 9a04cd5f9..037c96438 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Axis.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Axis.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/DefaultSettings.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/DefaultSettings.scala index b5ef033d5..0a1fba736 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/DefaultSettings.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/DefaultSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/GraphConfig.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/GraphConfig.scala index e21f33119..ae9c82ac2 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/GraphConfig.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/GraphConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Grapher.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Grapher.scala index fcf835fde..d7b54b580 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Grapher.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/Grapher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/ImageFlags.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/ImageFlags.scala index 2635cfe2a..31ce346c7 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/ImageFlags.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/ImageFlags.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/SimpleLegends.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/SimpleLegends.scala index d859a7ceb..b99a78c9d 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/SimpleLegends.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/SimpleLegends.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/package.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/package.scala index 4071da928..590e85fb2 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/package.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/graph/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/AggrDatapoint.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/AggrDatapoint.scala index febae70d3..f7673bb16 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/AggrDatapoint.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/AggrDatapoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ChunkData.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ChunkData.scala index 339b3b583..b5e35f7bd 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ChunkData.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ChunkData.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/EvalDataRate.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/EvalDataRate.scala index 947b6a228..362276992 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/EvalDataRate.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/EvalDataRate.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ExprType.java b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ExprType.java index b4a6b7756..667466feb 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ExprType.java +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/ExprType.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDataExpr.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDataExpr.scala index 538089b2e..efcddb57f 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDataExpr.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDataExpr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDatapoint.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDatapoint.scala index 43e636ed4..ed043eb73 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDatapoint.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDatapoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDiagnosticMessage.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDiagnosticMessage.scala index 0e4f2eb7d..085af143a 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDiagnosticMessage.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcDiagnosticMessage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcExpression.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcExpression.scala index 345edffed..3d71ac2e8 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcExpression.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcExpression.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcHeartbeat.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcHeartbeat.scala index d26d152bf..c358950ef 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcHeartbeat.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcHeartbeat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcMessages.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcMessages.scala index 95a3b7c23..b2b6aeb6d 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcMessages.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcMessages.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcSubscription.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcSubscription.scala index 6920cf251..7d004f20c 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcSubscription.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/LwcSubscription.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeGroup.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeGroup.scala index ef806466e..229645ca1 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeGroup.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeGroup.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeSeriesMessage.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeSeriesMessage.scala index 057e6f79b..00f79a1cc 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeSeriesMessage.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/model/TimeSeriesMessage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookup.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookup.scala index 938469fb5..b067c7812 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookup.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookup.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaSource.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaSource.scala index 331efc147..8a6991f2e 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaSource.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EurekaSource.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvalDataRateCollector.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvalDataRateCollector.scala index 67fdd1c59..6aa61435a 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvalDataRateCollector.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvalDataRateCollector.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluationFlows.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluationFlows.scala index f10e9736f..b03e24e96 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluationFlows.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluationFlows.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/Evaluator.java b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/Evaluator.java index 914f96044..7e1678f93 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/Evaluator.java +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/Evaluator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluatorImpl.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluatorImpl.scala index 7371c1805..ca7f90eef 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluatorImpl.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/EvaluatorImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ExprInterpreter.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ExprInterpreter.scala index d394b8101..f34ddf262 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ExprInterpreter.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ExprInterpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWith.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWith.scala index cac93cf83..3579bbb72 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWith.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWith.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FinalExprEval.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FinalExprEval.scala index 37d63a2bf..aa7780211 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FinalExprEval.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/FinalExprEval.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/HostSource.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/HostSource.scala index 6a569cca6..357009424 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/HostSource.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/HostSource.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapoint.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapoint.scala index a22df5cc3..6d5d273be 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapoint.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/OnUpstreamFinish.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/OnUpstreamFinish.scala index 581b22907..593c489db 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/OnUpstreamFinish.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/OnUpstreamFinish.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ReplayLogging.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ReplayLogging.scala index 4ef7bc12c..f57bdc503 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ReplayLogging.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/ReplayLogging.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SourceRef.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SourceRef.scala index 4a8dd49d9..72f7d7800 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SourceRef.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SourceRef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamContext.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamContext.scala index 7dbdc0b42..fcaf27847 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamContext.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamRef.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamRef.scala index 543d4165c..32b1dd099 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamRef.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/StreamRef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SyntheticDataSource.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SyntheticDataSource.scala index b3bbe9c64..dc672b35b 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SyntheticDataSource.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/SyntheticDataSource.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/TimeGrouped.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/TimeGrouped.scala index e348f83d8..15c2a49a4 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/TimeGrouped.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/TimeGrouped.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/package.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/package.scala index efcfd6c7d..89954235b 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/package.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/stream/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/HostRewriter.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/HostRewriter.scala index 294144019..2e673815f 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/HostRewriter.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/HostRewriter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/IdParamSanitizer.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/IdParamSanitizer.scala index 2f1c62cae..e2c8dcc83 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/IdParamSanitizer.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/IdParamSanitizer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SmallHashMapDeserializer.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SmallHashMapDeserializer.scala index d39381296..efca15afa 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SmallHashMapDeserializer.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SmallHashMapDeserializer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializer.scala b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializer.scala index b2d3b529d..ff6bcbc31 100644 --- a/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializer.scala +++ b/atlas-eval/src/main/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GraphUriSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GraphUriSuite.scala index 17ab6a3fa..c2a9bd519 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GraphUriSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GraphUriSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GrapherSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GrapherSuite.scala index 080133060..b9e90e708 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GrapherSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/GrapherSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/SimpleLegendsSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/SimpleLegendsSuite.scala index b5e7d2274..af38dbd3c 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/SimpleLegendsSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/graph/SimpleLegendsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/AggrDatapointSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/AggrDatapointSuite.scala index 892759ccb..4caac76d0 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/AggrDatapointSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/AggrDatapointSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/ChunkDataSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/ChunkDataSuite.scala index a335b5677..676fecd17 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/ChunkDataSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/ChunkDataSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcDataExprSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcDataExprSuite.scala index 2ab93821c..eb2f987e1 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcDataExprSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcDataExprSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcMessagesSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcMessagesSuite.scala index 0cc4f8e58..7ecbd9193 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcMessagesSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/LwcMessagesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/TimeSeriesMessageSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/TimeSeriesMessageSuite.scala index 5ab9a5eaf..9c7371382 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/TimeSeriesMessageSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/model/TimeSeriesMessageSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/DataSourceSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/DataSourceSuite.scala index a8ec57fab..9b4523c6f 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/DataSourceSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/DataSourceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookupSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookupSuite.scala index 4afca69d1..2b4bdf0b2 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookupSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaGroupsLookupSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaSourceSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaSourceSuite.scala index 161552cae..2083a9a33 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaSourceSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EurekaSourceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EvaluatorSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EvaluatorSuite.scala index 44f02e7db..6a6159177 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EvaluatorSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/EvaluatorSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWithSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWithSuite.scala index 6a5fbd02b..cd928110c 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWithSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FillRemovedKeysWithSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FinalExprEvalSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FinalExprEvalSuite.scala index 6982cb0eb..b3c54c8cc 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FinalExprEvalSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/FinalExprEvalSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/HostSourceSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/HostSourceSuite.scala index 0f619cc2e..8f4e30b8e 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/HostSourceSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/HostSourceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapointSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapointSuite.scala index 658943b54..22d85eaca 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapointSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/LwcToAggrDatapointSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TestContext.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TestContext.scala index 36bf785c5..56ce95590 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TestContext.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TestContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TimeGroupedSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TimeGroupedSuite.scala index e60ff4ee8..ac3ce049d 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TimeGroupedSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/stream/TimeGroupedSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/HostRewriterSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/HostRewriterSuite.scala index 103f0509d..1ae5346e0 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/HostRewriterSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/HostRewriterSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/IdParamSanitizerSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/IdParamSanitizerSuite.scala index 0d64e95a8..3faab6614 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/IdParamSanitizerSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/IdParamSanitizerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializerSuite.scala b/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializerSuite.scala index 77937ca4c..211eff1aa 100644 --- a/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializerSuite.scala +++ b/atlas-eval/src/test/scala/com/netflix/atlas/eval/util/SortedTagMapDeserializerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/chart/GraphEngines.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/chart/GraphEngines.scala index eec9ea5ae..1e75b5b8e 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/chart/GraphEngines.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/chart/GraphEngines.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/BatchRebuild.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/BatchRebuild.scala index f0f317793..1e1c09b14 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/BatchRebuild.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/BatchRebuild.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/QueryIndexMatching.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/QueryIndexMatching.scala index 12257d40f..2da5a5935 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/QueryIndexMatching.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/QueryIndexMatching.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndexBench.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndexBench.scala index d00a03282..867a3287a 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndexBench.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/index/RoaringTagIndexBench.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ComputeId.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ComputeId.scala index 27f7d4313..0c347972a 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ComputeId.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ComputeId.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ItemIdToString.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ItemIdToString.scala index caa1bd36e..1ca06fb79 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ItemIdToString.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/ItemIdToString.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/KeyValueQuery.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/KeyValueQuery.scala index d5f19675f..39a669452 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/KeyValueQuery.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/model/KeyValueQuery.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/stacklang/StringSplit.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/stacklang/StringSplit.scala index 4cc1e7356..4e737137b 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/stacklang/StringSplit.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/stacklang/StringSplit.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/BoxesRuntime.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/BoxesRuntime.scala index e22e61ea7..5e8b24b58 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/BoxesRuntime.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/BoxesRuntime.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntIntMap.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntIntMap.scala index c85d2ca23..64d524def 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntIntMap.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntIntMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntSet.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntSet.scala index a5ae622a0..a98fd0a20 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntSet.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/IntSet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMerge.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMerge.scala index ef4280647..4b12615dc 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMerge.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMerge.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMergeCommonPrefix.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMergeCommonPrefix.scala index fa2f468cc..9968704df 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMergeCommonPrefix.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ListMergeCommonPrefix.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/MathMax.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/MathMax.scala index 4dfda6506..5b16ff30b 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/MathMax.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/MathMax.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEntrySet.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEntrySet.scala index ed3e4e153..49e9cc27e 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEntrySet.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEntrySet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEquals.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEquals.scala index 27c0d1571..b5b95098a 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEquals.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapEquals.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapHashCode.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapHashCode.scala index a05c69b75..c329f305a 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapHashCode.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapHashCode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapJavaGet.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapJavaGet.scala index 4784eead8..032c737ef 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapJavaGet.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapJavaGet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapModify.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapModify.scala index e0f8bd3fc..0a0aaa7c1 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapModify.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapModify.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringIntern.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringIntern.scala index 68c04ea16..2c8289b70 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringIntern.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringIntern.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatching.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatching.scala index e0fc41289..2203f0393 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatching.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatching.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingOr.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingOr.scala index 2c629c743..906a0f183 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingOr.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingOr.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingPrefix.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingPrefix.scala index 82ed2e575..345c9bdfc 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingPrefix.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringMatchingPrefix.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringSub.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringSub.scala index 96c0c8a26..4678c6d14 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringSub.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/StringSub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/TimeWaveCalc.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/TimeWaveCalc.scala index c75f034a4..ff420eac8 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/TimeWaveCalc.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/TimeWaveCalc.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ZeroPad.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ZeroPad.scala index cc4bf97f1..0a0ad264d 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ZeroPad.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/ZeroPad.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/core/validation/TagRules.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/validation/TagRules.scala index 7fe4a3f50..53fea335d 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/validation/TagRules.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/validation/TagRules.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcDatapointEncode.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcDatapointEncode.scala index 2e7b51309..fef2d97a1 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcDatapointEncode.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcDatapointEncode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcMessagesParse.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcMessagesParse.scala index 44b9336ad..797196aa6 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcMessagesParse.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/eval/model/LwcMessagesParse.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/eval/stream/ByteStringDecode.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/eval/stream/ByteStringDecode.scala index 59704881d..eb0f0587b 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/eval/stream/ByteStringDecode.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/eval/stream/ByteStringDecode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/json/CaseClasses.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/json/CaseClasses.scala index f4cafb3b8..71b8add58 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/json/CaseClasses.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/json/CaseClasses.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/json/SeqDeser.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/json/SeqDeser.scala index 370150371..702273eb8 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/json/SeqDeser.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/json/SeqDeser.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/ByteStringReading.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/ByteStringReading.scala index 300346236..71fa97731 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/ByteStringReading.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/ByteStringReading.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/MonitorFlowBench.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/MonitorFlowBench.scala index f4544c77f..1b37b7113 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/MonitorFlowBench.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/MonitorFlowBench.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/UriParsing.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/UriParsing.scala index 5dfb86589..c0ed5bfe5 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/UriParsing.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/pekko/UriParsing.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-jmh/src/main/scala/com/netflix/atlas/webapi/PublishPayloadsBench.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/webapi/PublishPayloadsBench.scala index dcf5ce004..8e76a4e33 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/webapi/PublishPayloadsBench.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/webapi/PublishPayloadsBench.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/main/scala/com/netflix/atlas/json/Json.scala b/atlas-json/src/main/scala/com/netflix/atlas/json/Json.scala index 445f25638..aeee4211a 100644 --- a/atlas-json/src/main/scala/com/netflix/atlas/json/Json.scala +++ b/atlas-json/src/main/scala/com/netflix/atlas/json/Json.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonParserHelper.scala b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonParserHelper.scala index 3e747ef80..4c6a02f41 100644 --- a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonParserHelper.scala +++ b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonParserHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupport.scala b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupport.scala index 6b9772ab8..b1be704c9 100644 --- a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupport.scala +++ b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupport.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializer.scala b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializer.scala index c671ea107..bfa35f9fa 100644 --- a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializer.scala +++ b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializerModifier.scala b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializerModifier.scala index 4153108ea..f35842f2d 100644 --- a/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializerModifier.scala +++ b/atlas-json/src/main/scala/com/netflix/atlas/json/JsonSupportSerializerModifier.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/test/scala/com/netflix/atlas/json/CaseClassDeserializerSuite.scala b/atlas-json/src/test/scala/com/netflix/atlas/json/CaseClassDeserializerSuite.scala index cefe68b9e..de3427080 100644 --- a/atlas-json/src/test/scala/com/netflix/atlas/json/CaseClassDeserializerSuite.scala +++ b/atlas-json/src/test/scala/com/netflix/atlas/json/CaseClassDeserializerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/test/scala/com/netflix/atlas/json/JsonParserHelperSuite.scala b/atlas-json/src/test/scala/com/netflix/atlas/json/JsonParserHelperSuite.scala index 70b19f6e9..6bf86bed8 100644 --- a/atlas-json/src/test/scala/com/netflix/atlas/json/JsonParserHelperSuite.scala +++ b/atlas-json/src/test/scala/com/netflix/atlas/json/JsonParserHelperSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/test/scala/com/netflix/atlas/json/JsonSuite.scala b/atlas-json/src/test/scala/com/netflix/atlas/json/JsonSuite.scala index ce07a503f..0ac5de3b9 100644 --- a/atlas-json/src/test/scala/com/netflix/atlas/json/JsonSuite.scala +++ b/atlas-json/src/test/scala/com/netflix/atlas/json/JsonSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-json/src/test/scala/com/netflix/atlas/json/ObjWithLambda.java b/atlas-json/src/test/scala/com/netflix/atlas/json/ObjWithLambda.java index 4852d2d81..e91566dfb 100644 --- a/atlas-json/src/test/scala/com/netflix/atlas/json/ObjWithLambda.java +++ b/atlas-json/src/test/scala/com/netflix/atlas/json/ObjWithLambda.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/AbstractLwcEventClient.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/AbstractLwcEventClient.scala index 5c4637f4b..87ffa4e72 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/AbstractLwcEventClient.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/AbstractLwcEventClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/DatapointEvent.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/DatapointEvent.scala index db52b50fc..752bb2520 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/DatapointEvent.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/DatapointEvent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/ExprUtils.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/ExprUtils.scala index 4bf968a18..09f29dcec 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/ExprUtils.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/ExprUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEvent.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEvent.scala index 46628c514..c7e7d9eac 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEvent.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEvent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventClient.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventClient.scala index 1c32f99fa..7105a3c8e 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventClient.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscription.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscription.scala index 1269ad1bc..d205378c4 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscription.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscription.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscriptions.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscriptions.scala index c58d990ea..503912d43 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscriptions.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/Subscriptions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/TraceMatcher.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/TraceMatcher.scala index 4450bbe24..09ef1bdba 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/TraceMatcher.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/TraceMatcher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/package.scala b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/package.scala index d688ef24a..089a3f2cb 100644 --- a/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/package.scala +++ b/atlas-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/ExprUtilsSuite.scala b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/ExprUtilsSuite.scala index d7546b14d..db1d87875 100644 --- a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/ExprUtilsSuite.scala +++ b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/ExprUtilsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventClientSuite.scala b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventClientSuite.scala index 78d3ae1c2..80542bf8b 100644 --- a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventClientSuite.scala +++ b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventClientSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventSuite.scala b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventSuite.scala index 819801af9..3eca92854 100644 --- a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventSuite.scala +++ b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/TraceMatcherSuite.scala b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/TraceMatcherSuite.scala index 32498b955..0f0819ca5 100644 --- a/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/TraceMatcherSuite.scala +++ b/atlas-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/TraceMatcherSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ApiSettings.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ApiSettings.scala index ba8237586..0d81f06f9 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ApiSettings.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ApiSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/EvaluateApi.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/EvaluateApi.scala index af06ed5b5..96cc4359a 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/EvaluateApi.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/EvaluateApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionApi.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionApi.scala index d76ce890d..2015c2df9 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionApi.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionMetadata.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionMetadata.scala index 1ea1110c8..6423614d0 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionMetadata.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionMetadata.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionSplitter.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionSplitter.scala index 19318caad..be578cb0a 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionSplitter.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/ExpressionSplitter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/QueueHandler.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/QueueHandler.scala index b50e7fbbe..517ba7442 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/QueueHandler.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/QueueHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StartupDelayService.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StartupDelayService.scala index a2f4facfe..2d267bb85 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StartupDelayService.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StartupDelayService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamMetadata.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamMetadata.scala index b0aa9ef11..ec75cc885 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamMetadata.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamMetadata.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManager.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManager.scala index 51e89d5b6..8b69279eb 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManager.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamsApi.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamsApi.scala index 12ca543cd..3fbb145c2 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamsApi.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/StreamsApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscribeApi.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscribeApi.scala index d18691d8a..349fde1b6 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscribeApi.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscribeApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/Subscription.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/Subscription.scala index a5bad806a..7716cbef8 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/Subscription.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/Subscription.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscriptionManager.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscriptionManager.scala index b61fcad0e..6d0c8b764 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscriptionManager.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/SubscriptionManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/WebSocketSessionManager.scala b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/WebSocketSessionManager.scala index 4041b99a6..b8d8e6015 100644 --- a/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/WebSocketSessionManager.scala +++ b/atlas-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/WebSocketSessionManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ApiSettingsSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ApiSettingsSuite.scala index 251a25564..eddf39d7c 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ApiSettingsSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ApiSettingsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/EvaluateApiSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/EvaluateApiSuite.scala index 0d8f6befd..1681d865e 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/EvaluateApiSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/EvaluateApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionApiSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionApiSuite.scala index 04e343c77..abb3a7971 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionApiSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionMetadataSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionMetadataSuite.scala index d0f066490..5eda35da7 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionMetadataSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionMetadataSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionSplitterSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionSplitterSuite.scala index 4eb796813..53fa1b6c7 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionSplitterSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/ExpressionSplitterSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StartupDelayServiceSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StartupDelayServiceSuite.scala index 31d620398..4730fc7ac 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StartupDelayServiceSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StartupDelayServiceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamMetadataSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamMetadataSuite.scala index 6a0ae3ab2..3ed491084 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamMetadataSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamMetadataSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManagerSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManagerSuite.scala index 6d8e8ed48..ce76d409a 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManagerSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/StreamSubscriptionManagerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiJsonSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiJsonSuite.scala index 96636ea03..6bf3d6e00 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiJsonSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiJsonSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiSuite.scala index c9a4cacd6..30101390c 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscribeApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscriptionManagerSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscriptionManagerSuite.scala index e08aa2391..24bb3b6e8 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscriptionManagerSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/SubscriptionManagerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/WebSocketSessionManagerSuite.scala b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/WebSocketSessionManagerSuite.scala index 4a2126ad9..00aa014e2 100644 --- a/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/WebSocketSessionManagerSuite.scala +++ b/atlas-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/WebSocketSessionManagerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko-testkit/src/main/scala/com/netflix/atlas/pekko/testkit/MUnitRouteSuite.scala b/atlas-pekko-testkit/src/main/scala/com/netflix/atlas/pekko/testkit/MUnitRouteSuite.scala index fb1ba86e8..ef58c0cd8 100644 --- a/atlas-pekko-testkit/src/main/scala/com/netflix/atlas/pekko/testkit/MUnitRouteSuite.scala +++ b/atlas-pekko-testkit/src/main/scala/com/netflix/atlas/pekko/testkit/MUnitRouteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/AccessLogger.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/AccessLogger.scala index b2666a8d0..9a4c937f5 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/AccessLogger.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/AccessLogger.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ActorService.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ActorService.scala index 48a69fac3..eaad7c2af 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ActorService.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ActorService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ByteStringInputStream.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ByteStringInputStream.scala index c9e8e2121..a00e51609 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ByteStringInputStream.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ByteStringInputStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ClusterOps.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ClusterOps.scala index 0d5682f08..90a0fa2cf 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ClusterOps.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ClusterOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigApi.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigApi.scala index 2b0794254..47aa5ebdb 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigApi.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigConnectionContextFactory.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigConnectionContextFactory.scala index 9ebb1851d..0f3e70efc 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigConnectionContextFactory.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConfigConnectionContextFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConnectionContextFactory.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConnectionContextFactory.scala index d338aa121..b379fa0a3 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConnectionContextFactory.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ConnectionContextFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Cors.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Cors.scala index af990bbd0..78bbbcdea 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Cors.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Cors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomDirectives.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomDirectives.scala index d0eb13aef..ad130d832 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomDirectives.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomDirectives.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomMediaTypes.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomMediaTypes.scala index b0e195c82..8c7a15fd1 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomMediaTypes.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomMediaTypes.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomRejection.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomRejection.scala index d2282a06d..15cad1b38 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomRejection.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/CustomRejection.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DeadLetterStatsActor.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DeadLetterStatsActor.scala index 3c4158dae..fae7d028b 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DeadLetterStatsActor.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DeadLetterStatsActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DiagnosticMessage.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DiagnosticMessage.scala index 300be8a19..14dfffd93 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DiagnosticMessage.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/DiagnosticMessage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/HealthcheckApi.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/HealthcheckApi.scala index 74c045b98..1ec4aa7a1 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/HealthcheckApi.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/HealthcheckApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ImperativeRequestContext.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ImperativeRequestContext.scala index f24e8faaf..a515fcfc4 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ImperativeRequestContext.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ImperativeRequestContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/OpportunisticEC.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/OpportunisticEC.scala index 5c320d182..3df1e0338 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/OpportunisticEC.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/OpportunisticEC.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Paths.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Paths.scala index 1106b5397..67122bcec 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Paths.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/Paths.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoHttpClient.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoHttpClient.scala index 62e7fc46f..436a0b458 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoHttpClient.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoHttpClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/RequestHandler.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/RequestHandler.scala index 401eff766..57fa9e200 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/RequestHandler.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/RequestHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StaticPages.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StaticPages.scala index 7ebf7762a..4e0f09899 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StaticPages.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StaticPages.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StreamOps.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StreamOps.scala index d893c45dd..4ba83e6a9 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StreamOps.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/StreamOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ThreadPools.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ThreadPools.scala index 0997443b0..7516a43b0 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ThreadPools.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/ThreadPools.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/UnboundedMeteredMailbox.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/UnboundedMeteredMailbox.scala index 3c6de094e..5970df283 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/UnboundedMeteredMailbox.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/UnboundedMeteredMailbox.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebApi.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebApi.scala index e7759f3d7..50865d57b 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebApi.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebServer.scala b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebServer.scala index 36f7bb12c..d4451b9d0 100644 --- a/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebServer.scala +++ b/atlas-pekko/src/main/scala/com/netflix/atlas/pekko/WebServer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ActorServiceSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ActorServiceSuite.scala index 34928fd60..b46662233 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ActorServiceSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ActorServiceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ByteStringInputStreamSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ByteStringInputStreamSuite.scala index 3bf906bf6..9e7ab28d4 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ByteStringInputStreamSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ByteStringInputStreamSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ClusterOpsSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ClusterOpsSuite.scala index ccec20a1c..e90065463 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ClusterOpsSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ClusterOpsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConfigApiSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConfigApiSuite.scala index 028747b2d..85e571eb9 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConfigApiSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConfigApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConnectionContextFactorySuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConnectionContextFactorySuite.scala index 508306880..3f01a0f7a 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConnectionContextFactorySuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/ConnectionContextFactorySuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CorsSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CorsSuite.scala index a3eed1d5b..3fb573ad3 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CorsSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CorsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CustomDirectivesSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CustomDirectivesSuite.scala index ae1d79e4c..704934137 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CustomDirectivesSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/CustomDirectivesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/DeadLetterStatsActorSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/DeadLetterStatsActorSuite.scala index 7bf705688..59b5adeff 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/DeadLetterStatsActorSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/DeadLetterStatsActorSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/HealthcheckApiSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/HealthcheckApiSuite.scala index df3049d06..6d498b611 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/HealthcheckApiSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/HealthcheckApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/OpportunisticECSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/OpportunisticECSuite.scala index 3bb3f11ca..27ae3aa6e 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/OpportunisticECSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/OpportunisticECSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/PathsSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/PathsSuite.scala index 8d9c6aeff..a7f751af2 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/PathsSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/PathsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerNoCompressionSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerNoCompressionSuite.scala index d4a301c39..fc5cae04a 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerNoCompressionSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerNoCompressionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerSuite.scala index 053d8b45b..f2658ac69 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/RequestHandlerSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StaticPagesSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StaticPagesSuite.scala index abfc0d2e8..5d5771eb9 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StaticPagesSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StaticPagesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StreamOpsSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StreamOpsSuite.scala index 439ecb61d..f77458322 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StreamOpsSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/StreamOpsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApi.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApi.scala index d3d785b43..f5fb5c494 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApi.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApiSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApiSuite.scala index 6e80abe40..7c5dc3ce6 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApiSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/TestApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/UriParsingSuite.scala b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/UriParsingSuite.scala index f1ec265c3..a611e38eb 100644 --- a/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/UriParsingSuite.scala +++ b/atlas-pekko/src/test/scala/com/netflix/atlas/pekko/UriParsingSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/BinaryCopyBuffer.scala b/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/BinaryCopyBuffer.scala index 041cce537..07a9a7ecc 100644 --- a/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/BinaryCopyBuffer.scala +++ b/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/BinaryCopyBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/CopyBuffer.scala b/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/CopyBuffer.scala index 05d18f6bc..b3b3d6fd8 100644 --- a/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/CopyBuffer.scala +++ b/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/CopyBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/TextCopyBuffer.scala b/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/TextCopyBuffer.scala index b3d7cbd55..6981d540b 100644 --- a/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/TextCopyBuffer.scala +++ b/atlas-postgres/src/main/scala/com/netflix/atlas/postgres/TextCopyBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/BinaryCopyBufferSuite.scala b/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/BinaryCopyBufferSuite.scala index 3b9a293e5..049227fe4 100644 --- a/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/BinaryCopyBufferSuite.scala +++ b/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/BinaryCopyBufferSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/PostgresCopyBufferSuite.scala b/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/PostgresCopyBufferSuite.scala index 1d6df24df..65de685b7 100644 --- a/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/PostgresCopyBufferSuite.scala +++ b/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/PostgresCopyBufferSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/TextCopyBufferSuite.scala b/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/TextCopyBufferSuite.scala index 84e1be9b4..cdcae66da 100644 --- a/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/TextCopyBufferSuite.scala +++ b/atlas-postgres/src/test/scala/com/netflix/atlas/postgres/TextCopyBufferSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-eval/src/main/scala/com/netflix/atlas/eval/EvalConfiguration.scala b/atlas-spring-eval/src/main/scala/com/netflix/atlas/eval/EvalConfiguration.scala index 61eeabbb1..75676bca2 100644 --- a/atlas-spring-eval/src/main/scala/com/netflix/atlas/eval/EvalConfiguration.scala +++ b/atlas-spring-eval/src/main/scala/com/netflix/atlas/eval/EvalConfiguration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-eval/src/test/scala/com/netflix/atlas/eval/EvalConfigurationSuite.scala b/atlas-spring-eval/src/test/scala/com/netflix/atlas/eval/EvalConfigurationSuite.scala index 7bf094cec..26b68a4bb 100644 --- a/atlas-spring-eval/src/test/scala/com/netflix/atlas/eval/EvalConfigurationSuite.scala +++ b/atlas-spring-eval/src/test/scala/com/netflix/atlas/eval/EvalConfigurationSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventConfiguration.scala b/atlas-spring-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventConfiguration.scala index 3f1a4942d..eee1182e4 100644 --- a/atlas-spring-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventConfiguration.scala +++ b/atlas-spring-lwc-events/src/main/scala/com/netflix/atlas/lwc/events/LwcEventConfiguration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventConfigurationSuite.scala b/atlas-spring-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventConfigurationSuite.scala index 2992774bb..93de0a822 100644 --- a/atlas-spring-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventConfigurationSuite.scala +++ b/atlas-spring-lwc-events/src/test/scala/com/netflix/atlas/lwc/events/LwcEventConfigurationSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/LwcApiConfiguration.scala b/atlas-spring-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/LwcApiConfiguration.scala index b909f1075..cc364470b 100644 --- a/atlas-spring-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/LwcApiConfiguration.scala +++ b/atlas-spring-lwcapi/src/main/scala/com/netflix/atlas/lwcapi/LwcApiConfiguration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/LwcApiConfigurationSuite.scala b/atlas-spring-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/LwcApiConfigurationSuite.scala index 5f90b88c5..3d8e68ba3 100644 --- a/atlas-spring-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/LwcApiConfigurationSuite.scala +++ b/atlas-spring-lwcapi/src/test/scala/com/netflix/atlas/lwcapi/LwcApiConfigurationSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/ActorSystemService.scala b/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/ActorSystemService.scala index e21be31f6..fab251a63 100644 --- a/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/ActorSystemService.scala +++ b/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/ActorSystemService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/MaterializerService.scala b/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/MaterializerService.scala index 41efafd28..aefe4c852 100644 --- a/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/MaterializerService.scala +++ b/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/MaterializerService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoConfiguration.scala b/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoConfiguration.scala index 8dedddf8a..06cab76d3 100644 --- a/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoConfiguration.scala +++ b/atlas-spring-pekko/src/main/scala/com/netflix/atlas/pekko/PekkoConfiguration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-pekko/src/test/scala/com/netflix/atlas/pekko/PekkoConfigurationSuite.scala b/atlas-spring-pekko/src/test/scala/com/netflix/atlas/pekko/PekkoConfigurationSuite.scala index ba44d5602..2b890b557 100644 --- a/atlas-spring-pekko/src/test/scala/com/netflix/atlas/pekko/PekkoConfigurationSuite.scala +++ b/atlas-spring-pekko/src/test/scala/com/netflix/atlas/pekko/PekkoConfigurationSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-webapi/src/main/scala/com/netflix/atlas/webapi/WebApiConfiguration.scala b/atlas-spring-webapi/src/main/scala/com/netflix/atlas/webapi/WebApiConfiguration.scala index c81c232fd..b2621eb16 100644 --- a/atlas-spring-webapi/src/main/scala/com/netflix/atlas/webapi/WebApiConfiguration.scala +++ b/atlas-spring-webapi/src/main/scala/com/netflix/atlas/webapi/WebApiConfiguration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-spring-webapi/src/test/scala/com/netflix/atlas/webapi/WebApiConfigurationSuite.scala b/atlas-spring-webapi/src/test/scala/com/netflix/atlas/webapi/WebApiConfigurationSuite.scala index 18f397605..7742e760c 100644 --- a/atlas-spring-webapi/src/test/scala/com/netflix/atlas/webapi/WebApiConfigurationSuite.scala +++ b/atlas-spring-webapi/src/test/scala/com/netflix/atlas/webapi/WebApiConfigurationSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-standalone/src/main/scala/com/netflix/atlas/standalone/Main.scala b/atlas-standalone/src/main/scala/com/netflix/atlas/standalone/Main.scala index 4df09d1c9..5ebdb0db6 100644 --- a/atlas-standalone/src/main/scala/com/netflix/atlas/standalone/Main.scala +++ b/atlas-standalone/src/main/scala/com/netflix/atlas/standalone/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-standalone/src/test/scala/com/netflix/atlas/standalone/MainSuite.scala b/atlas-standalone/src/test/scala/com/netflix/atlas/standalone/MainSuite.scala index 785b197a4..54ac9a3e1 100644 --- a/atlas-standalone/src/test/scala/com/netflix/atlas/standalone/MainSuite.scala +++ b/atlas-standalone/src/test/scala/com/netflix/atlas/standalone/MainSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ApiSettings.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ApiSettings.scala index 1cf27db55..43b0dbe2a 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ApiSettings.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ApiSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/DatabaseSupplier.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/DatabaseSupplier.scala index f7679d8c6..4152bba36 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/DatabaseSupplier.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/DatabaseSupplier.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ExprApi.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ExprApi.scala index 554089797..ae93e6522 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ExprApi.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/ExprApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/FetchRequestSource.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/FetchRequestSource.scala index 4857ac584..d5701345d 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/FetchRequestSource.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/FetchRequestSource.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphApi.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphApi.scala index 221a7fa99..be0d69bae 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphApi.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphRequestActor.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphRequestActor.scala index 835ed20c4..79c6f1382 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphRequestActor.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/GraphRequestActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalDatabaseActor.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalDatabaseActor.scala index 2f142ea01..f34da9619 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalDatabaseActor.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalDatabaseActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalPublishActor.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalPublishActor.scala index 21985e525..8164673f2 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalPublishActor.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/LocalPublishActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishApi.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishApi.scala index 55b7fada0..f3ce9a56d 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishApi.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishConsumer.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishConsumer.scala index 3434c816f..cb452553a 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishConsumer.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishConsumer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishPayloads.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishPayloads.scala index 32186a536..e96dbf58d 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishPayloads.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/PublishPayloads.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/TagsApi.scala b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/TagsApi.scala index 92d8dc0c4..fbde8c8e5 100644 --- a/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/TagsApi.scala +++ b/atlas-webapi/src/main/scala/com/netflix/atlas/webapi/TagsApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ApiSettingsSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ApiSettingsSuite.scala index a6d5a1560..f14326a89 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ApiSettingsSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ApiSettingsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ExprApiSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ExprApiSuite.scala index 091903064..d8028de12 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ExprApiSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/ExprApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiMemDbSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiMemDbSuite.scala index d74b7547d..0dde95962 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiMemDbSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiMemDbSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiSuite.scala index f102a5d2d..270a9c0a1 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/GraphApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiJsonSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiJsonSuite.scala index 5a95e74e5..5b81bf1c7 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiJsonSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiJsonSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiSuite.scala index e3607cf11..bbf0807da 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishPayloadsSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishPayloadsSuite.scala index 927300b56..47fbafaed 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishPayloadsSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/PublishPayloadsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/TagsApiSuite.scala b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/TagsApiSuite.scala index eb973f3d8..b62f681b3 100644 --- a/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/TagsApiSuite.scala +++ b/atlas-webapi/src/test/scala/com/netflix/atlas/webapi/TagsApiSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.