diff options
Diffstat (limited to 'gcc/ordered-hash-map.h')
-rw-r--r-- | gcc/ordered-hash-map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ordered-hash-map.h b/gcc/ordered-hash-map.h index cb410f2..f893c98 100644 --- a/gcc/ordered-hash-map.h +++ b/gcc/ordered-hash-map.h @@ -1,5 +1,5 @@ /* A type-safe hash map that retains the insertion order of keys. - Copyright (C) 2019-2024 Free Software Foundation, Inc. + Copyright (C) 2019-2025 Free Software Foundation, Inc. This file is part of GCC. |