diff options
Diffstat (limited to 'gdb/common/gdb_unique_ptr.h')
-rw-r--r-- | gdb/common/gdb_unique_ptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/gdb_unique_ptr.h b/gdb/common/gdb_unique_ptr.h index 86a0d2f..4faadaf 100644 --- a/gdb/common/gdb_unique_ptr.h +++ b/gdb/common/gdb_unique_ptr.h @@ -1,6 +1,6 @@ /* std::unique_ptr specializations for GDB. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GDB. |