From 2d77611f73c39a53fd08193eb13d09cc872cc7ba Mon Sep 17 00:00:00 2001 From: Tobias Guggenmos Date: Tue, 11 Feb 2020 13:13:17 +0100 Subject: [PATCH] Unbump year number Signed-off-by: Tobias Guggenmos --- promql/value.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promql/value.go b/promql/value.go index 202af3f430..b7cf041d12 100644 --- a/promql/value.go +++ b/promql/value.go @@ -1,4 +1,4 @@ -// Copyright 2020 The Prometheus Authors +// Copyright 2017 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at