Update years in copyright notice for the GDB files.

Two modifications:
  1. The addition of 2013 to the copyright year range for every file;
  2. The use of a single year range, instead of potentially multiple
     year ranges, as approved by the FSF.
This commit is contained in:
Joel Brobecker 2013-01-01 06:33:28 +00:00
parent b9786c7408
commit 28e7fd6234
2202 changed files with 2210 additions and 2465 deletions

View file

@ -1,4 +1,4 @@
# Copyright (C) 2010-2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 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

View file

@ -1,4 +1,4 @@
# Copyright (C) 2010-2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 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

View file

@ -1,5 +1,5 @@
# GDB 'explore' command.
# Copyright (C) 2012 Free Software Foundation, Inc.
# Copyright (C) 2012-2013 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

View file

@ -1,5 +1,5 @@
# Pretty-printer commands.
# Copyright (C) 2010-2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 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

View file

@ -1,5 +1,5 @@
# Extended prompt.
# Copyright (C) 2011-2012 Free Software Foundation, Inc.
# Copyright (C) 2011-2013 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

View file

@ -1,5 +1,5 @@
# Type printer commands.
# Copyright (C) 2010-2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 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

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012 Free Software Foundation, Inc.
# Copyright (C) 2012-2013 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

View file

@ -1,5 +1,5 @@
# Useful gdb string convenience functions.
# Copyright (C) 2012 Free Software Foundation, Inc.
# Copyright (C) 2012-2013 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

View file

@ -1,5 +1,5 @@
# Pretty-printer utilities.
# Copyright (C) 2010-2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 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

View file

@ -1,5 +1,5 @@
# Extended prompt utilities.
# Copyright (C) 2011-2012 Free Software Foundation, Inc.
# Copyright (C) 2011-2013 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

View file

@ -1,5 +1,5 @@
# Type utilities.
# Copyright (C) 2010-2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 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

View file

@ -1,6 +1,6 @@
/* GDB routines for supporting auto-loaded scripts.
Copyright (C) 2010-2012 Free Software Foundation, Inc.
Copyright (C) 2010-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

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

View file

@ -1,6 +1,6 @@
/* Python interface to inferior breakpoint stop events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

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

View file

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

View file

@ -1,6 +1,6 @@
/* Python interface to inferior continue events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior thread event registries.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior exit events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to finish breakpoints
Copyright (C) 2011-2012 Free Software Foundation, Inc.
Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

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

View file

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

View file

@ -1,6 +1,6 @@
/* Readline support for Python.
Copyright (C) 2012 Free Software Foundation, Inc.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

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

View file

@ -1,6 +1,6 @@
/* Python interface to inferior threads.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to lazy strings.
Copyright (C) 2010-2012 Free Software Foundation, Inc.
Copyright (C) 2010-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to new object file loading events.
Copyright (C) 2011-2012 Free Software Foundation, Inc.
Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

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

View file

@ -1,6 +1,6 @@
/* GDB parameters implemented in Python
Copyright (C) 2008-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

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

View file

@ -1,6 +1,6 @@
/* Python interface to program spaces.
Copyright (C) 2010-2012 Free Software Foundation, Inc.
Copyright (C) 2010-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior signal stop events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior stop events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to inferior events.
Copyright (C) 2009-2012 Free Software Foundation, Inc.
Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

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

View file

@ -1,6 +1,6 @@
/* Python interface to symbol tables.
Copyright (C) 2008-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2009-2012 Free Software Foundation, Inc.
/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to types.
Copyright (C) 2008-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 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-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* Python interface to values.
Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 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-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 Free Software Foundation, Inc.
This file is part of GDB.

View file

@ -1,6 +1,6 @@
/* General python/gdb code
Copyright (C) 2008-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 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-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 Free Software Foundation, Inc.
This file is part of GDB.