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 07ad3cf..b711df7 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of GCC. |