Skip to content

Commit c1243cd

Browse files
authored
Removed copyright year per CNCF recommendations (#1190)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 0ae9e16 commit c1243cd

File tree

165 files changed

+165
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+165
-165
lines changed

collector/src/main/java/io/prometheus/jmx/BuildInfoMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/JmxCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/JmxMBeanPropertyCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/JmxScraper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/MatchedRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/MatchedRuleToMetricSnapshotsConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/MatchedRulesCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/ObjectNameAttributeFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/logger/Logger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2023-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

collector/src/main/java/io/prometheus/jmx/logger/LoggerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2023-present The Prometheus jmx_exporter Authors
2+
* Copyright (C) The Prometheus jmx_exporter Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)