From 9a89045c3b00ae2644f4ec3a67d2622a6b73b0f4 Mon Sep 17 00:00:00 2001 From: brharrington Date: Mon, 1 Jan 2024 10:33:24 -0600 Subject: [PATCH] 1.7: update license headers for 2024 (#1596) --- 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 +- .../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/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 +- .../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 +- .../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/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/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 +- .../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 +- .../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 +- .../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/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 +- .../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 +- .../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 +- .../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 +- .../scala/com/netflix/atlas/core/util/SmallHashMapEquals.scala | 2 +- .../com/netflix/atlas/core/util/SmallHashMapHashCode.scala | 2 +- .../com/netflix/atlas/core/util/SmallHashMapJavaEntrySet.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 +- .../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 +- .../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 +- 558 files changed, 558 insertions(+), 558 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 017ae4ba3..e9e94e5ef 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 bc6ffc428..73b1e4962 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 64e8039c6..0241f63f1 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 c68843e63..5cc7eb1fd 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 d0e79bd22..c2a236e33 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 3c55bd764..cc7bdd531 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/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 1c5b81b75..41a2d593c 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 dfbe6794e..b35ac3291 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/Scales.scala b/atlas-chart/src/main/scala/com/netflix/atlas/chart/graphics/Scales.scala index 2fa0d7f78..374a66ca2 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 303e3c0a1..676cd5371 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 d104f3432..dabc89d7d 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 5053ad3ea..9aa38a267 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 6c133d5cb..9b5eb31d3 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/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 d85625a82..22f5edc82 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 2e2219d2d..2d0a20b95 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/Layout.java b/atlas-chart/src/main/scala/com/netflix/atlas/chart/model/Layout.java index e00a721e3..9484116c9 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 a07eab470..0f85c04d5 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 7af016768..6ffe40222 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 0e63d0201..3f6fa037a 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 118154bef..58787e64f 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 de5a84728..fea8ca10d 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 57fe60700..124d9e764 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 9e812a5b6..4d717f34b 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 874bc21de..b9d723ac9 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 900ec0eb1..ff7830d38 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 c475b2626..ce311b798 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/ScalesSuite.scala b/atlas-chart/src/test/scala/com/netflix/atlas/chart/graphics/ScalesSuite.scala index 5f2c2db07..426c8393c 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 cbe005c9a..69e55946a 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 a07ca21ac..ea8975d9b 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 94ae3c3f9..4954db1c4 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 7685a654c..84a125e34 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 2b99a0cad..d78c36dcb 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 9db9e5a6f..8f172e441 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 f6689ec02..61215bca4 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 9b4071d0c..abb896638 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 75de863c3..7c5e26aa0 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 7e26519de..069b7f6ea 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 631e99683..3e314d9e8 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 0af57a0ff..1f57d8018 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 992a4b953..73037560f 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 f0ffed238..0fdb7645e 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 f7ac30176..628f43b49 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 222eb9d5b..c7f175398 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 160969bab..1456f2f45 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 7f6402ed4..28d1094db 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 298c3054f..cc7a6b42a 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 bb5bdc3c0..8ab08e3a2 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 ebb292676..6da444543 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 663689c20..89c77332c 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 92007c2d4..ff0a918f2 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 0d054131e..9f4008234 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 fecef7082..6efc5fad1 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 b169a71ca..6ad542c87 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/Expr.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/Expr.scala index 5ac948c73..f27a71406 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 0e69ba403..6733c17b2 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 1a48c4d89..616d0a204 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 eb754614b..63f16f50b 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 190a6232f..dbab5e471 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 d911d1ecd..d5015e416 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 82439c487..e597186e0 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 d7e6c4c79..acc0f709e 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 e3258dd0f..2babbc7f4 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 af98e8cd6..640ef7718 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 d88460fe9..afe2d24b6 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 17a94c169..2e5dfa604 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 d8ee1303a..449fd8deb 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/package.scala b/atlas-core/src/main/scala/com/netflix/atlas/core/model/package.scala index a69eae833..e5b961c89 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 bd3528331..bcc924203 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 67098b604..2601f3e70 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 6aeee4d1b..6160d919c 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 681e43b1b..936662a20 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 09efbb9f3..2b3cdd6b6 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 048688505..4484586da 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 9e4c48985..d075ec6ae 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 17932c257..ed8cbe7d9 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 8cfe39975..c14632b15 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 04aa004f0..43ec063be 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 690e7c796..8016f14fb 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 bcaa6fe4e..62cc4b6fe 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 354f91d27..16bd149bb 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 f68512ebf..abeb5914b 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 b85247388..107cca352 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 c95c67818..e959e0ed3 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 78289d6b7..02851b7f5 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 781434703..3c04d3b6a 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 42cc61e28..24d66340a 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 b06d73e86..1f7377e18 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 cb7a503af..33e907a0d 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 aed19e1a0..ffaccf2e5 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 55b1bf71d..c5dfafb64 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 98947c9a7..0bcab611d 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 7422eaddd..aba101d06 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 ad9e151a4..0a6045732 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 86a08de05..35824be71 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 652052a86..bd17efc34 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 96de415bc..d924e0cd0 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 28822d1b9..fee38bb36 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/ExprRewriteSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/ExprRewriteSuite.scala index 4f5539b19..76597760f 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 4a208aa5b..01f73a7a3 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 d00dcef82..6fe2b545f 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 63bae2f33..6d183593c 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 ccdb73240..953900a7e 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 0b8ea2cb9..65590a731 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 155f7edbc..a480f6c5d 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 febbfcd5f..87d8256c5 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 3fd83cb59..9550ca6ca 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/TrendSuite.scala b/atlas-core/src/test/scala/com/netflix/atlas/core/model/TrendSuite.scala index ccb5dec3e..caa433543 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 33221f7fd..761ae72d2 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 3dc025270..bb41bcebb 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/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 5817bf617..9e7d1109b 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 54fa54d48..c63d356f6 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 9f3085f52..0ff06958e 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 67aa02a9e..f7ea46279 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 e5fa78f23..0b9cac9a2 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 36d3c79d1..644d41167 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 210d1df18..fcfb295e6 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 92f9d6e1d..ee80edb8d 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 202ffa2b7..28bb9c961 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 3a50b9cc6..b23fb0222 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 ea0e408a1..3cd142ba6 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 e33d4365a..ef5c6be77 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 bcbf9c393..e33d4a501 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/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 39aaae52d..c7596f458 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 c5192c282..c167214e0 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 2e6e72c78..efb3c0c7b 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 2ed4db833..f7cda7851 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 75ee2f3fd..993e29b68 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 3a4416346..2164a5b65 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 f6b80b4d1..4eeac8597 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 be89600c4..79d29c06b 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 0965201e0..a1262f9df 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 5842617c8..86fdacbfb 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 2b8b82f4c..b903dd748 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 51a939f54..e72721b2a 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 500512d9c..d38d91747 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 aa705d445..6e54508d0 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 fcdaeba2d..e122f1134 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 95fba0075..29edbdc25 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/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 8b9b71066..8808b27bd 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 6c018b44e..08e9995e8 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 cb14a9524..208ce1b8a 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 7570add63..ac8983196 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 fa65795f2..8d2f4f766 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 eb5962f8e..c5975c3f8 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 335407096..a2692ad20 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 cd9e570ac..7b657f10d 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 087308330..19ac682de 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 6eef0e8c2..8d0660da7 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 d6fd9a512..41fd2bfb7 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 a1afb8638..b1917be84 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/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 590ff05e7..2f57bb3c6 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 b9dd6c69c..bb872f2eb 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 8d9c500bd..86e43dd9f 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/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/SmallHashMapJavaEntrySet.scala b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapJavaEntrySet.scala index ca4c0e18e..9a864b49a 100644 --- a/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapJavaEntrySet.scala +++ b/atlas-jmh/src/main/scala/com/netflix/atlas/core/util/SmallHashMapJavaEntrySet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 Netflix, Inc. + * Copyright 2014-2024 Netflix, Inc. * * Licensed under 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 17ae6aa96..7ae6e994e 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 37a4a463e..ff6bb6b6d 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 5f7982d8d..f77962737 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 966957387..5636d51ca 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 e592182ef..723897413 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 ac64cf035..48b62b158 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 481f672e7..2771b05d4 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 607a0f126..6b214b880 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 51e3e28ff..82302a104 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 bb8313194..621cd2796 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-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 1864aa410..3887d186a 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 ecbf03274..6abd5f8dd 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 de73a24b3..e21833076 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 5d82a9095..6501965be 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 d4f24ca69..a45955f8e 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 ee9526750..08862dfe4 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 8dcb08ece..07d21387b 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 421636e51..5ab393bf4 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 cc82541e7..1b2459fa3 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 882b4f995..02cd8e36d 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 e86afd76f..623381d42 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 f300746fe..ca623523c 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 6a3279f21..852f10312 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 46483676b..6c692502d 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 2c2c08df1..ec618756a 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 b631e3528..09a5f72fd 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 333082b15..d87d8720d 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 981c10cc0..d3e76cbe5 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 d87bc5c47..be9826f13 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 fa2c00be3..da9037923 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 c751f735d..9e090d05e 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 c8c53b525..432c4cbee 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 8e7c18e71..dddb6c81a 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 60a82d83d..89cd1bbfd 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 d5b43eaf2..9df496732 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 524ad2ae7..9dd3da92a 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 9d98c7f15..2f6896ed1 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 4d5216548..3b14ceffc 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 d1e3ca191..5ea1dcea5 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 e6b50ee5a..e006c4957 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 685e74c32..e378248b0 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 fa040fa7f..428d16e2a 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 0908e1238..bb505a040 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 3e01c564d..fdc7c4646 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 cc0823809..ec07d892b 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 3b6be967d..5786cb4e7 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 40145a542..42c78cea0 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 b1e86479d..8bc91419c 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 7a46f573f..b8f21d5be 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 da6a3d62a..7e12657a7 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 1f9bef4b3..8f1f13198 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 71be85f66..2d055d706 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 c2da64214..8d569c230 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 f02927435..8d3d015c1 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 57492f9db..6acc0c914 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 846e011c4..584a20fb3 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 672994b10..1b93dbe87 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 81bad7f2c..664179923 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 b54e0e5d5..3dd9045f5 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 ba56d423b..b7681f896 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 668d1e1b4..fa83d4f65 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-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 705c645d1..ced31dd4f 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 ba4fead88..dcd30110f 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 7cb9851fc..abf966dd6 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 fd3e737d5..f6efdaa6b 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 d87d194c1..6d5be4087 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 820f54153..3f77c8191 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 73286e3db..4752c2ba8 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 cc8ec517c..0d3e9c5fd 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 7aef145c5..0c6035174 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 3bb6a1905..69c8ae8bf 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 0ef2ed112..c8e86389e 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 8d00b0940..e3aecbd26 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 3a50e217f..94421ef45 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 a8947dd09..91b962e57 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 9d661a34d..b60d7475f 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 0a8fc3253..ce46bfe91 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.