Per the accepted Prometheus proposal PROM-50, copyright headers should use the yearless form:
// Copyright The Prometheus Authors
This follows the CNCF copyright notice guidelines which recommend against including dates/years.
The upstream prometheus/prometheus has already applied this change (PR #17785) and added a CI check rejecting future years (PR #17784).
Some files in this repo are being updated as part of #1754, but the remaining files still use Copyright 2024 The Prometheus Authors and should be migrated.
Per the accepted Prometheus proposal PROM-50, copyright headers should use the yearless form:
This follows the CNCF copyright notice guidelines which recommend against including dates/years.
The upstream
prometheus/prometheushas already applied this change (PR #17785) and added a CI check rejecting future years (PR #17784).Some files in this repo are being updated as part of #1754, but the remaining files still use
Copyright 2024 The Prometheus Authorsand should be migrated.