diff options
Diffstat (limited to 'gcc/fibonacci_heap.cc')
-rw-r--r-- | gcc/fibonacci_heap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fibonacci_heap.cc b/gcc/fibonacci_heap.cc index 0e93d3e..d2b8d3f 100644 --- a/gcc/fibonacci_heap.cc +++ b/gcc/fibonacci_heap.cc @@ -1,5 +1,5 @@ /* Fibonacci heap for GNU compiler. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 Free Software Foundation, Inc. Contributed by Martin Liska <mliska@suse.cz> This file is part of GCC. |