diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-01-01 10:45:00 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-01-05 09:44:10 +0400 |
commit | 11bc5fe47ff897f8aa8bfe4dc9268e8bb68c4d9a (patch) | |
tree | aad32dede6c5135b255deec56d127302e5fe55bc /gdb/python/python.c | |
parent | 8b371634b418969e4fb737e2f64d0838032307c7 (diff) |
Copyright year range updates after running gdb/copyright.py
gdb/ChangeLog:
Update copyright year range in all the GDB files automatically
handled by our copyright.py script.
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index fad54e9cdb..bf214fae6e 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -1,6 +1,6 @@ /* General python/gdb code - Copyright (C) 2008-2019 Free Software Foundation, Inc. + Copyright (C) 2008-2020 Free Software Foundation, Inc. This file is part of GDB. |