[VOL-5245] branch and release repo:voltha-lib-go
Makefile
makefiles/*
pkg/*
--------------------------
o Update copyright notice ending date to span the current year.
o Copyright update will force running a jenkins job to sanity check the repo.
VERSION
-------
o Remove *-dev suffix in prepration for creation a release branch.
Change-Id: I1ca9e7d54b1669f2a4556a0d10dac34e29079d63
diff --git a/pkg/stats/common.go b/pkg/stats/common.go
index bd84c49..48a5345 100644
--- a/pkg/stats/common.go
+++ b/pkg/stats/common.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
+ * Copyright 2020-2024 Open Networking Foundation (ONF) and the ONF Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/pkg/stats/manager.go b/pkg/stats/manager.go
index 0f6bd4c..52975fa 100644
--- a/pkg/stats/manager.go
+++ b/pkg/stats/manager.go
@@ -1,5 +1,5 @@
/*
-* Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
+* Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/pkg/stats/promserver.go b/pkg/stats/promserver.go
index dec2721..014d2f7 100644
--- a/pkg/stats/promserver.go
+++ b/pkg/stats/promserver.go
@@ -1,5 +1,5 @@
/*
-* Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
+* Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/pkg/stats/promserver_test.go b/pkg/stats/promserver_test.go
index cfe36cb..7332948 100644
--- a/pkg/stats/promserver_test.go
+++ b/pkg/stats/promserver_test.go
@@ -1,5 +1,5 @@
/*
-* Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
+* Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/pkg/stats/stats.go b/pkg/stats/stats.go
index 5e3271b..deb4c27 100644
--- a/pkg/stats/stats.go
+++ b/pkg/stats/stats.go
@@ -1,5 +1,5 @@
/*
-* Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
+* Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.