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