diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-04 11:30:51 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-04 11:30:51 +0000 |
commit | 6d191b11018a4346cdf17764a10d35e0515240b1 (patch) | |
tree | 8f31f8c9a6614f055b6539f2dc276e4b1f6607ad /include/fibheap.h | |
parent | c45be7f1aef92f2ea7363cbc4627f943b83ca902 (diff) | |
download | gcc-6d191b11018a4346cdf17764a10d35e0515240b1.tar.gz |
Update copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/fibheap.h')
-rw-r--r-- | include/fibheap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fibheap.h b/include/fibheap.h index 85b10c58b60..c27842290ea 100644 --- a/include/fibheap.h +++ b/include/fibheap.h @@ -1,5 +1,5 @@ /* A Fibonacci heap datatype. - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). This file is part of GCC. |