Skip to content

Commit 2c769c1

Browse files
fixed copyright year
1 parent a4cc1de commit 2c769c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nfnetlink_queue.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Prometheus Authors
1+
// Copyright 2024 The Prometheus Authors
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

nfnetlink_queue_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Prometheus Authors
1+
// Copyright 2024 The Prometheus Authors
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at
@@ -71,5 +71,4 @@ func TestParseNFNetLinkQueueLine(t *testing.T) {
7171
t.Errorf("nfNetLinkQueue:\nwant:\n%+v\nhave:\n%+v", want, have)
7272
}
7373
}
74-
7574
}

0 commit comments

Comments
 (0)