Update copyright year in most headers.

Automatic update by copyright.sh.
This commit is contained in:
Joel Brobecker 2010-01-01 07:32:07 +00:00
parent 6479260d11
commit 4c38e0a4fc
1813 changed files with 2063 additions and 1890 deletions

View file

@ -1,6 +1,6 @@
/* gdb commands implemented in Python
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to stack frames
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Convenience functions implemented in Python.
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to objfiles.
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python pretty-printing
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to types.
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* General utility routines for GDB/Python.
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to values.
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Gdb/Python header for private use by Python module.
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* General python/gdb code
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python/gdb header for generic use in gdb
Copyright (C) 2008, 2009 Free Software Foundation, Inc.
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GDB.