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/py-function.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/py-function.c')
-rw-r--r-- | gdb/python/py-function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-function.c b/gdb/python/py-function.c index d94610573e..f3b889452f 100644 --- a/gdb/python/py-function.c +++ b/gdb/python/py-function.c @@ -1,6 +1,6 @@ /* Convenience functions implemented in Python. - Copyright (C) 2008-2019 Free Software Foundation, Inc. + Copyright (C) 2008-2020 Free Software Foundation, Inc. This file is part of GDB. |