From 12b6c5d8b437d605114802839351610a6afff9fe Mon Sep 17 00:00:00 2001 From: Doug Hoard Date: Sun, 8 Dec 2024 18:57:42 -0500 Subject: [PATCH] Updated copyright (#1091) Signed-off-by: dhoard --- .../io/prometheus/jmx/test/support/PrometheusDockerImages.java | 2 +- .../io/prometheus/jmx/common/configuration/ValidateIsURL.java | 2 +- .../java/io/prometheus/jmx/common/yaml/YamlMapAccessor.java | 2 +- quick-test.sh | 2 +- regression-test.sh | 2 +- smoke-test.sh | 2 +- stress-test.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integration_test_suite/integration_tests/src/main/java/io/prometheus/jmx/test/support/PrometheusDockerImages.java b/integration_test_suite/integration_tests/src/main/java/io/prometheus/jmx/test/support/PrometheusDockerImages.java index 3f93f9ad..48a480cd 100644 --- a/integration_test_suite/integration_tests/src/main/java/io/prometheus/jmx/test/support/PrometheusDockerImages.java +++ b/integration_test_suite/integration_tests/src/main/java/io/prometheus/jmx/test/support/PrometheusDockerImages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The Prometheus jmx_exporter Authors + * Copyright (C) 2023-present The Prometheus jmx_exporter Authors * * 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/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/configuration/ValidateIsURL.java b/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/configuration/ValidateIsURL.java index 6a7416d4..c3afaee3 100644 --- a/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/configuration/ValidateIsURL.java +++ b/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/configuration/ValidateIsURL.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 The Prometheus jmx_exporter Authors + * Copyright (C) 2023-present The Prometheus jmx_exporter Authors * * 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/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/yaml/YamlMapAccessor.java b/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/yaml/YamlMapAccessor.java index 4d1f2f30..67d81b91 100644 --- a/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/yaml/YamlMapAccessor.java +++ b/jmx_prometheus_common/src/main/java/io/prometheus/jmx/common/yaml/YamlMapAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 The Prometheus jmx_exporter Authors + * Copyright (C) 2022-present The Prometheus jmx_exporter Authors * * 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/quick-test.sh b/quick-test.sh index 3e4fba5f..e052bfe4 100755 --- a/quick-test.sh +++ b/quick-test.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2022-2023 The Prometheus jmx_exporter Authors +# Copyright (C) 2022-present The Prometheus jmx_exporter Authors # # 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/regression-test.sh b/regression-test.sh index f0c1d603..f0355547 100755 --- a/regression-test.sh +++ b/regression-test.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2022-2023 The Prometheus jmx_exporter Authors +# Copyright (C) 2022-present The Prometheus jmx_exporter Authors # # 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/smoke-test.sh b/smoke-test.sh index bbbb75f0..54ad4be4 100755 --- a/smoke-test.sh +++ b/smoke-test.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2022-2023 The Prometheus jmx_exporter Authors +# Copyright (C) 2022-present The Prometheus jmx_exporter Authors # # 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/stress-test.sh b/stress-test.sh index 83f82032..2ff5db36 100755 --- a/stress-test.sh +++ b/stress-test.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2022-2023 The Prometheus jmx_exporter Authors +# Copyright (C) 2022-present The Prometheus jmx_exporter Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.