From 2c769c172b670a34c0298011ecdb67994118196d Mon Sep 17 00:00:00 2001 From: Konstantin Kuklin Date: Thu, 19 Dec 2024 23:22:21 +0300 Subject: [PATCH] fixed copyright year --- nfnetlink_queue.go | 2 +- nfnetlink_queue_test.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nfnetlink_queue.go b/nfnetlink_queue.go index da23e6e8..7adf17bf 100644 --- a/nfnetlink_queue.go +++ b/nfnetlink_queue.go @@ -1,4 +1,4 @@ -// Copyright 2019 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 diff --git a/nfnetlink_queue_test.go b/nfnetlink_queue_test.go index c5ef81f4..baf8a10e 100644 --- a/nfnetlink_queue_test.go +++ b/nfnetlink_queue_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 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 @@ -71,5 +71,4 @@ func TestParseNFNetLinkQueueLine(t *testing.T) { t.Errorf("nfNetLinkQueue:\nwant:\n%+v\nhave:\n%+v", want, have) } } - }