From 43ce6b468aebcca7971686a8a0ca540d2eff903c Mon Sep 17 00:00:00 2001 From: Jeremy Edwards <1312331+jeremyje@users.noreply.github.com> Date: Mon, 23 Jan 2023 00:02:07 +0000 Subject: [PATCH] Update copyright date --- .github/dependabot.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .gitignore | 2 +- LICENSE | 2 +- Makefile | 2 +- cmd/converter/converter.go | 2 +- cmd/coretemp-exporter/Dockerfile | 2 +- cmd/coretemp-exporter/Dockerfile.windows | 2 +- cmd/coretemp-exporter/coretemp-exporter.go | 2 +- drivers/common/common.go | 2 +- drivers/common/common_test.go | 2 +- drivers/common/download.go | 2 +- drivers/common/download_test.go | 2 +- drivers/coretempsdk/coretempsdk.go | 2 +- drivers/coretempsdk/coretempsdk_notwindows.go | 2 +- drivers/coretempsdk/coretempsdk_test.go | 2 +- drivers/coretempsdk/coretempsdk_windows.go | 2 +- drivers/coretempsdk/coretempsdk_windows_test.go | 2 +- drivers/coretempsdk/example/example.go | 2 +- drivers/drivers_linux.go | 2 +- drivers/drivers_notsupported.go | 2 +- drivers/drivers_test.go | 2 +- drivers/drivers_windows.go | 2 +- drivers/lmsensors/lmsensors.go | 2 +- drivers/lmsensors/lmsensors_linux.go | 2 +- drivers/lmsensors/lmsensors_notlinux.go | 2 +- drivers/lmsensors/lmsensors_test.go | 2 +- drivers/lmsensors/proc_cpuinfo.go | 2 +- drivers/lmsensors/proc_cpuinfo_linux_test.go | 2 +- drivers/lmsensors/proc_cpuinfo_test.go | 2 +- install/compose/docker-compose.yaml | 2 +- install/compose/grafana/dashboards/dashboards.yaml | 2 +- install/compose/grafana/datasources/datasources.yaml | 2 +- install/compose/prometheus/prometheus.yaml | 2 +- install/systemd/coretemp-exporter.service | 2 +- internal/console.go | 2 +- internal/console_test.go | 2 +- internal/convert_csv.go | 2 +- internal/convert_csv_test.go | 2 +- internal/file.go | 2 +- internal/prometheus.go | 2 +- internal/run.go | 2 +- internal/sink.go | 2 +- proto.mk | 2 +- proto/hardware.pb.go | 2 +- proto/hardware.proto | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 646e956..52f66eb 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5db3e12..44ebca6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/.gitignore b/.gitignore index 28a0615..3a408fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/LICENSE b/LICENSE index 1c7c1ee..93359b7 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022 Jeremy Edwards + Copyright 2023 Jeremy Edwards 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/Makefile b/Makefile index a790254..7d6af8b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/cmd/converter/converter.go b/cmd/converter/converter.go index b2817f3..17b0f58 100644 --- a/cmd/converter/converter.go +++ b/cmd/converter/converter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/cmd/coretemp-exporter/Dockerfile b/cmd/coretemp-exporter/Dockerfile index e0789d6..bfc839e 100644 --- a/cmd/coretemp-exporter/Dockerfile +++ b/cmd/coretemp-exporter/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/cmd/coretemp-exporter/Dockerfile.windows b/cmd/coretemp-exporter/Dockerfile.windows index 35342ce..7c3c425 100644 --- a/cmd/coretemp-exporter/Dockerfile.windows +++ b/cmd/coretemp-exporter/Dockerfile.windows @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/cmd/coretemp-exporter/coretemp-exporter.go b/cmd/coretemp-exporter/coretemp-exporter.go index 5f06537..8e2622d 100644 --- a/cmd/coretemp-exporter/coretemp-exporter.go +++ b/cmd/coretemp-exporter/coretemp-exporter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/common/common.go b/drivers/common/common.go index bff3cae..76c6729 100644 --- a/drivers/common/common.go +++ b/drivers/common/common.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/common/common_test.go b/drivers/common/common_test.go index f811a65..f01f49c 100644 --- a/drivers/common/common_test.go +++ b/drivers/common/common_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/common/download.go b/drivers/common/download.go index b98a0e9..e108b2d 100644 --- a/drivers/common/download.go +++ b/drivers/common/download.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/common/download_test.go b/drivers/common/download_test.go index a2dc05a..c257e5b 100644 --- a/drivers/common/download_test.go +++ b/drivers/common/download_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/coretempsdk/coretempsdk.go b/drivers/coretempsdk/coretempsdk.go index 2c2864f..171ea37 100644 --- a/drivers/coretempsdk/coretempsdk.go +++ b/drivers/coretempsdk/coretempsdk.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/coretempsdk/coretempsdk_notwindows.go b/drivers/coretempsdk/coretempsdk_notwindows.go index e8b476d..9740a4b 100644 --- a/drivers/coretempsdk/coretempsdk_notwindows.go +++ b/drivers/coretempsdk/coretempsdk_notwindows.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/coretempsdk/coretempsdk_test.go b/drivers/coretempsdk/coretempsdk_test.go index 46a5c09..4428a7c 100644 --- a/drivers/coretempsdk/coretempsdk_test.go +++ b/drivers/coretempsdk/coretempsdk_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/coretempsdk/coretempsdk_windows.go b/drivers/coretempsdk/coretempsdk_windows.go index e13e21e..38b5578 100644 --- a/drivers/coretempsdk/coretempsdk_windows.go +++ b/drivers/coretempsdk/coretempsdk_windows.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/coretempsdk/coretempsdk_windows_test.go b/drivers/coretempsdk/coretempsdk_windows_test.go index 7dac72a..4edc202 100644 --- a/drivers/coretempsdk/coretempsdk_windows_test.go +++ b/drivers/coretempsdk/coretempsdk_windows_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/coretempsdk/example/example.go b/drivers/coretempsdk/example/example.go index 85dd231..c7a4d92 100644 --- a/drivers/coretempsdk/example/example.go +++ b/drivers/coretempsdk/example/example.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/drivers_linux.go b/drivers/drivers_linux.go index 0e74461..9256f09 100644 --- a/drivers/drivers_linux.go +++ b/drivers/drivers_linux.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/drivers_notsupported.go b/drivers/drivers_notsupported.go index 6b27ab8..0e1fa86 100644 --- a/drivers/drivers_notsupported.go +++ b/drivers/drivers_notsupported.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/drivers_test.go b/drivers/drivers_test.go index f13774a..0aeb847 100644 --- a/drivers/drivers_test.go +++ b/drivers/drivers_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/drivers_windows.go b/drivers/drivers_windows.go index d01b62b..9b41079 100644 --- a/drivers/drivers_windows.go +++ b/drivers/drivers_windows.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/lmsensors/lmsensors.go b/drivers/lmsensors/lmsensors.go index dacfba3..d10e66d 100644 --- a/drivers/lmsensors/lmsensors.go +++ b/drivers/lmsensors/lmsensors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/lmsensors/lmsensors_linux.go b/drivers/lmsensors/lmsensors_linux.go index 1a6745a..eb0383d 100644 --- a/drivers/lmsensors/lmsensors_linux.go +++ b/drivers/lmsensors/lmsensors_linux.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/lmsensors/lmsensors_notlinux.go b/drivers/lmsensors/lmsensors_notlinux.go index 3685528..86edd4e 100644 --- a/drivers/lmsensors/lmsensors_notlinux.go +++ b/drivers/lmsensors/lmsensors_notlinux.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/lmsensors/lmsensors_test.go b/drivers/lmsensors/lmsensors_test.go index 0c20d7f..559fbb8 100644 --- a/drivers/lmsensors/lmsensors_test.go +++ b/drivers/lmsensors/lmsensors_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/lmsensors/proc_cpuinfo.go b/drivers/lmsensors/proc_cpuinfo.go index 8587564..0b935ac 100644 --- a/drivers/lmsensors/proc_cpuinfo.go +++ b/drivers/lmsensors/proc_cpuinfo.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/lmsensors/proc_cpuinfo_linux_test.go b/drivers/lmsensors/proc_cpuinfo_linux_test.go index e1730ca..23016b2 100644 --- a/drivers/lmsensors/proc_cpuinfo_linux_test.go +++ b/drivers/lmsensors/proc_cpuinfo_linux_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/drivers/lmsensors/proc_cpuinfo_test.go b/drivers/lmsensors/proc_cpuinfo_test.go index 21ec4a8..9855f1c 100644 --- a/drivers/lmsensors/proc_cpuinfo_test.go +++ b/drivers/lmsensors/proc_cpuinfo_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/install/compose/docker-compose.yaml b/install/compose/docker-compose.yaml index d950897..34aff7c 100644 --- a/install/compose/docker-compose.yaml +++ b/install/compose/docker-compose.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/install/compose/grafana/dashboards/dashboards.yaml b/install/compose/grafana/dashboards/dashboards.yaml index 76b37c4..c5e14fb 100644 --- a/install/compose/grafana/dashboards/dashboards.yaml +++ b/install/compose/grafana/dashboards/dashboards.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/install/compose/grafana/datasources/datasources.yaml b/install/compose/grafana/datasources/datasources.yaml index 1324774..6cee931 100644 --- a/install/compose/grafana/datasources/datasources.yaml +++ b/install/compose/grafana/datasources/datasources.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/install/compose/prometheus/prometheus.yaml b/install/compose/prometheus/prometheus.yaml index 5820aee..30fc766 100644 --- a/install/compose/prometheus/prometheus.yaml +++ b/install/compose/prometheus/prometheus.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/install/systemd/coretemp-exporter.service b/install/systemd/coretemp-exporter.service index 6c6c9df..5ae4c14 100644 --- a/install/systemd/coretemp-exporter.service +++ b/install/systemd/coretemp-exporter.service @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/internal/console.go b/internal/console.go index e87c182..850b165 100644 --- a/internal/console.go +++ b/internal/console.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/internal/console_test.go b/internal/console_test.go index 886448d..1b62912 100644 --- a/internal/console_test.go +++ b/internal/console_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/internal/convert_csv.go b/internal/convert_csv.go index a3d2356..c0d5b36 100644 --- a/internal/convert_csv.go +++ b/internal/convert_csv.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/internal/convert_csv_test.go b/internal/convert_csv_test.go index 4e06e39..13c112d 100644 --- a/internal/convert_csv_test.go +++ b/internal/convert_csv_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/internal/file.go b/internal/file.go index 200696a..59efc21 100644 --- a/internal/file.go +++ b/internal/file.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/internal/prometheus.go b/internal/prometheus.go index 603c40b..50cbe8c 100644 --- a/internal/prometheus.go +++ b/internal/prometheus.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/internal/run.go b/internal/run.go index 13ed873..ff26a09 100644 --- a/internal/run.go +++ b/internal/run.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/internal/sink.go b/internal/sink.go index cc3b923..8d671bb 100644 --- a/internal/sink.go +++ b/internal/sink.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/proto.mk b/proto.mk index e163349..2fdf662 100644 --- a/proto.mk +++ b/proto.mk @@ -1,4 +1,4 @@ -# Copyright 2022 Jeremy Edwards +# Copyright 2023 Jeremy Edwards # # 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/proto/hardware.pb.go b/proto/hardware.pb.go index 5525c3e..3fa1ea7 100644 --- a/proto/hardware.pb.go +++ b/proto/hardware.pb.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // 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/proto/hardware.proto b/proto/hardware.proto index 8ab1850..20186f7 100644 --- a/proto/hardware.proto +++ b/proto/hardware.proto @@ -1,4 +1,4 @@ -// Copyright 2022 Jeremy Edwards +// Copyright 2023 Jeremy Edwards // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.