https://gcc.gnu.org/g:e797ddb06215bfac12409cbd43690fb76636515f
commit r16-8097-ge797ddb06215bfac12409cbd43690fb76636515f Author: Jakub Jelinek <[email protected]> Date: Sat Mar 14 19:31:10 2026 +0100 Update copyright years. Diff: --- gcc/asm-toplevel.cc | 2 +- gcc/channels.h | 2 +- gcc/configure.tgt | 2 +- gcc/custom-sarif-properties/cfg.cc | 2 +- gcc/custom-sarif-properties/cfg.h | 2 +- gcc/diagnostics/digraphs-to-dot-from-cfg.cc | 2 +- gcc/diagnostics/digraphs-to-dot.cc | 2 +- gcc/diagnostics/digraphs-to-dot.h | 2 +- gcc/pub-sub.cc | 2 +- gcc/pub-sub.h | 2 +- gcc/topics/pass-events.h | 2 +- gcc/tree-diagnostic-cfg.cc | 2 +- gcc/tree-diagnostic-sink-extensions.h | 2 +- libgcc/config/aarch64/__arm_get_current_vg.S | 2 +- libgcc/config/riscv/libgcc-riscv.ver | 2 +- libgcc/config/s390/_dpd_dd_to_hf.c | 2 +- libgcc/config/s390/_dpd_hf_to_dd.c | 2 +- libgcc/config/s390/_dpd_hf_to_sd.c | 2 +- libgcc/config/s390/_dpd_hf_to_td.c | 2 +- libgcc/config/s390/_dpd_sd_to_hf.c | 2 +- libgcc/config/s390/_dpd_td_to_hf.c | 2 +- libgfortran/caf/caf_error.c | 2 +- libgfortran/caf/caf_error.h | 2 +- libgfortran/caf/shmem.c | 2 +- libgfortran/caf/shmem/alloc.c | 2 +- libgfortran/caf/shmem/alloc.h | 2 +- libgfortran/caf/shmem/allocator.c | 2 +- libgfortran/caf/shmem/allocator.h | 2 +- libgfortran/caf/shmem/collective_subroutine.c | 2 +- libgfortran/caf/shmem/collective_subroutine.h | 2 +- libgfortran/caf/shmem/counter_barrier.c | 2 +- libgfortran/caf/shmem/counter_barrier.h | 2 +- libgfortran/caf/shmem/hashmap.c | 2 +- libgfortran/caf/shmem/hashmap.h | 2 +- libgfortran/caf/shmem/shared_memory.c | 2 +- libgfortran/caf/shmem/shared_memory.h | 2 +- libgfortran/caf/shmem/supervisor.c | 2 +- libgfortran/caf/shmem/supervisor.h | 2 +- libgfortran/caf/shmem/sync.c | 2 +- libgfortran/caf/shmem/sync.h | 2 +- libgfortran/caf/shmem/teams_mgmt.c | 2 +- libgfortran/caf/shmem/teams_mgmt.h | 2 +- libgfortran/caf/shmem/thread_support.c | 2 +- libgfortran/caf/shmem/thread_support.h | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/gcc/asm-toplevel.cc b/gcc/asm-toplevel.cc index 5ab5b668d50d..8742b7fc6a26 100644 --- a/gcc/asm-toplevel.cc +++ b/gcc/asm-toplevel.cc @@ -1,5 +1,5 @@ /* Toplevel assembly. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Michal Jires <[email protected]> This file is part of GCC. diff --git a/gcc/channels.h b/gcc/channels.h index f03aa259037a..5e3cd891bc52 100644 --- a/gcc/channels.h +++ b/gcc/channels.h @@ -1,5 +1,5 @@ /* channels.h - Publish/Subscribe channels on compiler-specific topics. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/configure.tgt b/gcc/configure.tgt index 2c570b87deda..04da2cbd4b0f 100644 --- a/gcc/configure.tgt +++ b/gcc/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/custom-sarif-properties/cfg.cc b/gcc/custom-sarif-properties/cfg.cc index f03a39d6b780..4b0974870070 100644 --- a/gcc/custom-sarif-properties/cfg.cc +++ b/gcc/custom-sarif-properties/cfg.cc @@ -1,5 +1,5 @@ /* Extra properties for digraphs in SARIF property bags. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/custom-sarif-properties/cfg.h b/gcc/custom-sarif-properties/cfg.h index 04776e55f330..ae3523e69fa6 100644 --- a/gcc/custom-sarif-properties/cfg.h +++ b/gcc/custom-sarif-properties/cfg.h @@ -1,5 +1,5 @@ /* Extra properties for CFGs in SARIF property bags. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/diagnostics/digraphs-to-dot-from-cfg.cc b/gcc/diagnostics/digraphs-to-dot-from-cfg.cc index f1b0b239a074..35090d71dc9e 100644 --- a/gcc/diagnostics/digraphs-to-dot-from-cfg.cc +++ b/gcc/diagnostics/digraphs-to-dot-from-cfg.cc @@ -1,5 +1,5 @@ /* Presentation tweaks for generating .dot from digraphs for GCC CFGs. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/diagnostics/digraphs-to-dot.cc b/gcc/diagnostics/digraphs-to-dot.cc index 030187f1a790..f3bd05888263 100644 --- a/gcc/diagnostics/digraphs-to-dot.cc +++ b/gcc/diagnostics/digraphs-to-dot.cc @@ -1,5 +1,5 @@ /* Converting directed graphs to dot. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/diagnostics/digraphs-to-dot.h b/gcc/diagnostics/digraphs-to-dot.h index 5213abf68fc6..d5bb53a226f7 100644 --- a/gcc/diagnostics/digraphs-to-dot.h +++ b/gcc/diagnostics/digraphs-to-dot.h @@ -1,5 +1,5 @@ /* Converting directed graphs to dot. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]> This file is part of GCC. diff --git a/gcc/pub-sub.cc b/gcc/pub-sub.cc index 192cfa59fd3d..64984c17943d 100644 --- a/gcc/pub-sub.cc +++ b/gcc/pub-sub.cc @@ -1,5 +1,5 @@ /* Loosely-coupled notifications via the Publish-Subscribe pattern. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/pub-sub.h b/gcc/pub-sub.h index 30837c4c8521..c94380bbcc52 100644 --- a/gcc/pub-sub.h +++ b/gcc/pub-sub.h @@ -1,5 +1,5 @@ /* Loosely-coupled notifications via the Publish-Subscribe pattern. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/topics/pass-events.h b/gcc/topics/pass-events.h index 2b072f65bc15..37d26770365e 100644 --- a/gcc/topics/pass-events.h +++ b/gcc/topics/pass-events.h @@ -1,5 +1,5 @@ /* pass-events.h - pub/sub messages about GCC optimization passes. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-diagnostic-cfg.cc b/gcc/tree-diagnostic-cfg.cc index dad7fa6d43f1..36334e7559d9 100644 --- a/gcc/tree-diagnostic-cfg.cc +++ b/gcc/tree-diagnostic-cfg.cc @@ -1,5 +1,5 @@ /* Generating diagnostics graphs from GCC CFGs. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by David Malcolm <[email protected]>. This file is part of GCC. diff --git a/gcc/tree-diagnostic-sink-extensions.h b/gcc/tree-diagnostic-sink-extensions.h index bd77b1a562f3..b921eaa6c7f5 100644 --- a/gcc/tree-diagnostic-sink-extensions.h +++ b/gcc/tree-diagnostic-sink-extensions.h @@ -1,5 +1,5 @@ /* Compiler-specific implementation of GCC extensions to diagnostic output. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/aarch64/__arm_get_current_vg.S b/libgcc/config/aarch64/__arm_get_current_vg.S index edce8340efa3..c0b8988d1083 100644 --- a/libgcc/config/aarch64/__arm_get_current_vg.S +++ b/libgcc/config/aarch64/__arm_get_current_vg.S @@ -1,5 +1,5 @@ /* Support routine for SME. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/riscv/libgcc-riscv.ver b/libgcc/config/riscv/libgcc-riscv.ver index a67a2b0e3b76..ab57d4c3e84e 100644 --- a/libgcc/config/riscv/libgcc-riscv.ver +++ b/libgcc/config/riscv/libgcc-riscv.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/s390/_dpd_dd_to_hf.c b/libgcc/config/s390/_dpd_dd_to_hf.c index d2b7a3478474..ea052eb8e21c 100644 --- a/libgcc/config/s390/_dpd_dd_to_hf.c +++ b/libgcc/config/s390/_dpd_dd_to_hf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/s390/_dpd_hf_to_dd.c b/libgcc/config/s390/_dpd_hf_to_dd.c index 00d2f3fd8e1f..746192920ba7 100644 --- a/libgcc/config/s390/_dpd_hf_to_dd.c +++ b/libgcc/config/s390/_dpd_hf_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/s390/_dpd_hf_to_sd.c b/libgcc/config/s390/_dpd_hf_to_sd.c index 3e0dede68052..44fda0ed3af3 100644 --- a/libgcc/config/s390/_dpd_hf_to_sd.c +++ b/libgcc/config/s390/_dpd_hf_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/s390/_dpd_hf_to_td.c b/libgcc/config/s390/_dpd_hf_to_td.c index 37eece8667b7..52b653a74151 100644 --- a/libgcc/config/s390/_dpd_hf_to_td.c +++ b/libgcc/config/s390/_dpd_hf_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/s390/_dpd_sd_to_hf.c b/libgcc/config/s390/_dpd_sd_to_hf.c index b93d053d3c94..f01958f7cb49 100644 --- a/libgcc/config/s390/_dpd_sd_to_hf.c +++ b/libgcc/config/s390/_dpd_sd_to_hf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/s390/_dpd_td_to_hf.c b/libgcc/config/s390/_dpd_td_to_hf.c index 8f9e25868499..10f80e857baa 100644 --- a/libgcc/config/s390/_dpd_td_to_hf.c +++ b/libgcc/config/s390/_dpd_td_to_hf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgfortran/caf/caf_error.c b/libgfortran/caf/caf_error.c index a8f3bf7f189b..63a8c6d41a4a 100644 --- a/libgfortran/caf/caf_error.c +++ b/libgfortran/caf/caf_error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/caf_error.h b/libgfortran/caf/caf_error.h index 15455377eb03..a7816c24aab8 100644 --- a/libgfortran/caf/caf_error.h +++ b/libgfortran/caf/caf_error.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem.c b/libgfortran/caf/shmem.c index de6a2b230171..db19ee38f9bf 100644 --- a/libgfortran/caf/shmem.c +++ b/libgfortran/caf/shmem.c @@ -1,6 +1,6 @@ /* Shared memory-multiple (process)-image implementation of GNU Fortran Coarray Library - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Based on single.c contributed by Tobias Burnus <[email protected]> This file is part of the GNU Fortran Coarray Runtime Library (libcaf). diff --git a/libgfortran/caf/shmem/alloc.c b/libgfortran/caf/shmem/alloc.c index ea250ac6922f..4fc2307ffec8 100644 --- a/libgfortran/caf/shmem/alloc.c +++ b/libgfortran/caf/shmem/alloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/alloc.h b/libgfortran/caf/shmem/alloc.h index d85b1a30236c..f5d95b243ef0 100644 --- a/libgfortran/caf/shmem/alloc.h +++ b/libgfortran/caf/shmem/alloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/allocator.c b/libgfortran/caf/shmem/allocator.c index 795647cdbba1..32da9b0fa036 100644 --- a/libgfortran/caf/shmem/allocator.c +++ b/libgfortran/caf/shmem/allocator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/allocator.h b/libgfortran/caf/shmem/allocator.h index 0cf31ea837a7..8d509ddfc94b 100644 --- a/libgfortran/caf/shmem/allocator.h +++ b/libgfortran/caf/shmem/allocator.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/collective_subroutine.c b/libgfortran/caf/shmem/collective_subroutine.c index d261b412a932..b498ad2802f5 100644 --- a/libgfortran/caf/shmem/collective_subroutine.c +++ b/libgfortran/caf/shmem/collective_subroutine.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/collective_subroutine.h b/libgfortran/caf/shmem/collective_subroutine.h index bdddab07a930..76b1610f9765 100644 --- a/libgfortran/caf/shmem/collective_subroutine.h +++ b/libgfortran/caf/shmem/collective_subroutine.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/counter_barrier.c b/libgfortran/caf/shmem/counter_barrier.c index 2cda2afb2ed7..1993b1ebeea6 100644 --- a/libgfortran/caf/shmem/counter_barrier.c +++ b/libgfortran/caf/shmem/counter_barrier.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/counter_barrier.h b/libgfortran/caf/shmem/counter_barrier.h index ab3d35ada74c..7d7c724ae060 100644 --- a/libgfortran/caf/shmem/counter_barrier.h +++ b/libgfortran/caf/shmem/counter_barrier.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/hashmap.c b/libgfortran/caf/shmem/hashmap.c index 1dd398018610..1313b381cd30 100644 --- a/libgfortran/caf/shmem/hashmap.c +++ b/libgfortran/caf/shmem/hashmap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/hashmap.h b/libgfortran/caf/shmem/hashmap.h index bc263d32dcd4..d1659ac4be83 100644 --- a/libgfortran/caf/shmem/hashmap.h +++ b/libgfortran/caf/shmem/hashmap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/shared_memory.c b/libgfortran/caf/shmem/shared_memory.c index 22a594488600..afafd50f80b1 100644 --- a/libgfortran/caf/shmem/shared_memory.c +++ b/libgfortran/caf/shmem/shared_memory.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/shared_memory.h b/libgfortran/caf/shmem/shared_memory.h index 3d031875ed2f..b22387be06da 100644 --- a/libgfortran/caf/shmem/shared_memory.h +++ b/libgfortran/caf/shmem/shared_memory.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/supervisor.c b/libgfortran/caf/shmem/supervisor.c index 6068533c7469..aa692a6551d1 100644 --- a/libgfortran/caf/shmem/supervisor.c +++ b/libgfortran/caf/shmem/supervisor.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/supervisor.h b/libgfortran/caf/shmem/supervisor.h index 7e5e19702e45..b1acb323a939 100644 --- a/libgfortran/caf/shmem/supervisor.h +++ b/libgfortran/caf/shmem/supervisor.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/sync.c b/libgfortran/caf/shmem/sync.c index e1020a1e8640..76ae0e53ccff 100644 --- a/libgfortran/caf/shmem/sync.c +++ b/libgfortran/caf/shmem/sync.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/sync.h b/libgfortran/caf/shmem/sync.h index a6d20614b675..b07f59cd3611 100644 --- a/libgfortran/caf/shmem/sync.h +++ b/libgfortran/caf/shmem/sync.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/teams_mgmt.c b/libgfortran/caf/shmem/teams_mgmt.c index 9bf8db2302c2..c4a821d5f009 100644 --- a/libgfortran/caf/shmem/teams_mgmt.c +++ b/libgfortran/caf/shmem/teams_mgmt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/teams_mgmt.h b/libgfortran/caf/shmem/teams_mgmt.h index f96f4aea33e6..99189ed85475 100644 --- a/libgfortran/caf/shmem/teams_mgmt.h +++ b/libgfortran/caf/shmem/teams_mgmt.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/thread_support.c b/libgfortran/caf/shmem/thread_support.c index dcd8b00b7888..0c5f8cc2763f 100755 --- a/libgfortran/caf/shmem/thread_support.c +++ b/libgfortran/caf/shmem/thread_support.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem). diff --git a/libgfortran/caf/shmem/thread_support.h b/libgfortran/caf/shmem/thread_support.h index 351cdbbb8687..56bf2fb20240 100755 --- a/libgfortran/caf/shmem/thread_support.h +++ b/libgfortran/caf/shmem/thread_support.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Thomas Koenig, Nicolas Koenig, Andre Vehreschild This file is part of the GNU Fortran Shmem Coarray Library (caf_shmem).
