From dffe507aadab4eda8c65371df0937e3103827923 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Wed, 27 Jul 2022 14:11:01 +0200 Subject: [PATCH] Fix up copyright date change Return the copyright date in `collector/cpu_openbsd.go` to the original value. Minor change revert on https://github.com/prometheus/node_exporter/pull/1971 Signed-off-by: Ben Kochie --- collector/cpu_openbsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/cpu_openbsd.go b/collector/cpu_openbsd.go index 15749872..13ee99ac 100644 --- a/collector/cpu_openbsd.go +++ b/collector/cpu_openbsd.go @@ -1,4 +1,4 @@ -// Copyright 2020 The Prometheus Authors +// Copyright 2018 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