diff options
-rw-r--r-- | gdb/extension-priv.h | 2 | ||||
-rw-r--r-- | gdb/extension.c | 2 | ||||
-rw-r--r-- | gdb/extension.h | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.gdb/python-interrupts.exp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gdb/extension-priv.h b/gdb/extension-priv.h index 49ae6c3..25d086d 100644 --- a/gdb/extension-priv.h +++ b/gdb/extension-priv.h @@ -1,7 +1,7 @@ /* Private implementation details of interface between gdb and its extension languages. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2014 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/extension.c b/gdb/extension.c index 4392dec..a61f5ca 100644 --- a/gdb/extension.c +++ b/gdb/extension.c @@ -1,6 +1,6 @@ /* Interface between gdb and its extension languages. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2014 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/extension.h b/gdb/extension.h index b80c5ff..8408701 100644 --- a/gdb/extension.h +++ b/gdb/extension.h @@ -1,6 +1,6 @@ /* Interface between gdb and its extension languages. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2014 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.gdb/python-interrupts.exp b/gdb/testsuite/gdb.gdb/python-interrupts.exp index c1210c6..a41fc0c 100644 --- a/gdb/testsuite/gdb.gdb/python-interrupts.exp +++ b/gdb/testsuite/gdb.gdb/python-interrupts.exp @@ -1,4 +1,4 @@ -# Copyright 2013 Free Software Foundation, Inc. +# Copyright 2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |