From b9d8f7cedf3dfc973496b49e5ccb1be233192d45 Mon Sep 17 00:00:00 2001 From: Sergey <83376337+freak12techno@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:58:15 +0300 Subject: [PATCH] Update helpers/templates/humanize_duration.go Co-authored-by: gotjosh Signed-off-by: Sergey <83376337+freak12techno@users.noreply.github.com> --- helpers/templates/humanize_duration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/templates/humanize_duration.go b/helpers/templates/humanize_duration.go index 2d68964a..be53fac7 100644 --- a/helpers/templates/humanize_duration.go +++ b/helpers/templates/humanize_duration.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Prometheus Authors +// Copyright 2024 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