Skip to content

Commit

Permalink
fixed copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKuklin committed Dec 19, 2024
1 parent a4cc1de commit 2c769c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nfnetlink_queue.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions nfnetlink_queue_test.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -71,5 +71,4 @@ func TestParseNFNetLinkQueueLine(t *testing.T) {
t.Errorf("nfNetLinkQueue:\nwant:\n%+v\nhave:\n%+v", want, have)
}
}

}

0 comments on commit 2c769c1

Please sign in to comment.