Adopt Linux Foundation's guidance on copyrights
Adopt the Linux Foundation guidance [1] on copyright notice formats to
avoid meaningless and frequent updates to source files. It omits the
year range and gathers all contributors under a generic "The
[project-name] Contributors" term, which avoids the need for each
company to add their own copyright notice.
[1] https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects
Change-Id: I8723bce8464ec3d956804bc55fcb7dca5deca302
Signed-off-by: Sandrine Afsa <sandrine.afsa@arm.com>
diff --git a/Cargo.toml b/Cargo.toml
index 6960b7d..ede420a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
+# SPDX-FileCopyrightText: Copyright The arm-psci Contributors.
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
diff --git a/README.md b/README.md
index 39bf94e..574e897 100644
--- a/README.md
+++ b/README.md
@@ -55,4 +55,4 @@
--------------
-*Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>*
+*Copyright The arm-psci Contributors.*
diff --git a/src/lib.rs b/src/lib.rs
index 1daec01..ed383d8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-// SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
+// SPDX-FileCopyrightText: Copyright The arm-psci Contributors.
// SPDX-License-Identifier: MIT OR Apache-2.0
#![no_std]