update copyright notices in various GDB files.

Update some files in GDB that were accidently left with a GPL v2
copyright header.

Update some files where the copyright notice still provides the
old contact info, using the approach for providing the FSF's contact
info.

gdb/ChangeLog:

        * acinclude.m4: Update contact info in copyright notice.

gdb/doc/ChangeLog:

        * refcard.tex: Update copyright notice to GPL v3 or later.
        Update contact info.

gdb/testsuite/ChangeLog:

        * dg-extract-results.sh: Update contact info in copyright notice.
        * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
        GPL v3 or later.  Update contact info.
        * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
        gdb.threads/watchpoint-fork-mt.c,
        gdb.threads/watchpoint-fork-parent.c,
        gdb.threads/watchpoint-fork-st.c,
        gdb.threads/watchpoint-fork.h: Likewise.
This commit is contained in:
Joel Brobecker
2012-12-19 08:19:59 +00:00
parent 025cfdb2f7
commit 7785b8804f
13 changed files with 40 additions and 37 deletions

View File

@ -1,3 +1,7 @@
2012-12-19 Joel Brobecker <brobecker@adacore.com>
* acinclude.m4: Update contact info in copyright notice.
2012-12-19 Yao Qi <yao@codesourcery.com> 2012-12-19 Yao Qi <yao@codesourcery.com>
* maint.c (maintenance_print_statistics): Make it static. * maint.c (maintenance_print_statistics): Make it static.

View File

@ -55,9 +55,7 @@ sinclude([../config/zlib.m4])
# GNU General Public License for more details. # GNU General Public License for more details.
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software # along with this program; if not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# serial 1 # serial 1

View File

@ -1,3 +1,8 @@
2012-12-19 Joel Brobecker <brobecker@adacore.com>
* refcard.tex: Update copyright notice to GPL v3 or later.
Update contact info.
2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com> 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL. * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.

View File

@ -12,7 +12,7 @@
% %
%This program is free software; you can redistribute it and/or modify %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 %it under the terms of the GNU General Public License as published by
%the Free Software Foundation; either version 2, or (at your option) %the Free Software Foundation; either version 3, or (at your option)
%any later version. %any later version.
% %
%This program is distributed in the hope that it will be useful, but %This program is distributed in the hope that it will be useful, but
@ -20,10 +20,9 @@
%MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
%General Public License for more details. %General Public License for more details.
% %
%You can find a copy of the GNU General Public License at the URL %You should have received a copy of the GNU General Public License
%http://www.gnu.org/copyleft/gpl.html; or write to the Free Software %along with this program. If not, see <http://www.gnu.org/licenses/>.
%Foundation, Inc., 51 Franklin Street, Fifth Floor, %
%Boston, MA 02110-1301, USA.
%You can contact the maintainer at: doc@cygnus.com %You can contact the maintainer at: doc@cygnus.com
% %
% Documentation Department % Documentation Department

View File

@ -1,3 +1,14 @@
2012-12-19 Joel Brobecker <brobecker@adacore.com>
* dg-extract-results.sh: Update contact info in copyright notice.
* gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
GPL v3 or later. Update contact info.
* gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
gdb.threads/watchpoint-fork-mt.c,
gdb.threads/watchpoint-fork-parent.c,
gdb.threads/watchpoint-fork-st.c,
gdb.threads/watchpoint-fork.h: Likewise.
2012-12-15 Yao Qi <yao@codesourcery.com> 2012-12-15 Yao Qi <yao@codesourcery.com>
* gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check

View File

@ -22,9 +22,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with GCC; see the file COPYING. If not, write to # along with this program. If not, see <http://www.gnu.org/licenses/>.
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
PROGNAME=dg-extract-results.sh PROGNAME=dg-extract-results.sh

View File

@ -2,7 +2,7 @@
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or # the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version. # (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
@ -11,8 +11,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software # along with this program; if not, see <http://www.gnu.org/licenses/>.
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Test single-step on bbit. # Test single-step on bbit.

View File

@ -2,7 +2,7 @@
! !
! This program is free software; you can redistribute it and/or modify ! 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 ! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or ! the Free Software Foundation; either version 3 of the License, or
! (at your option) any later version. ! (at your option) any later version.
! !
! This program is distributed in the hope that it will be useful, ! This program is distributed in the hope that it will be useful,
@ -11,8 +11,7 @@
! GNU General Public License for more details. ! GNU General Public License for more details.
! !
! You should have received a copy of the GNU General Public License ! You should have received a copy of the GNU General Public License
! along with this program; if not, write to the Free Software ! along with this program; if not, see <http://www.gnu.org/licenses/>.
! Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! !
! This file was written by Jan Kratochvil <jan.kratochvil@redhat.com>. ! This file was written by Jan Kratochvil <jan.kratochvil@redhat.com>.

View File

@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
@ -15,9 +15,7 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, see <http://www.gnu.org/licenses/>. */
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>

View File

@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
@ -15,9 +15,7 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, see <http://www.gnu.org/licenses/>. */
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <assert.h> #include <assert.h>
#include <unistd.h> #include <unistd.h>

View File

@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
@ -15,9 +15,7 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, see <http://www.gnu.org/licenses/>. */
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>

View File

@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
@ -15,9 +15,7 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, see <http://www.gnu.org/licenses/>. */
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <assert.h> #include <assert.h>
#include <unistd.h> #include <unistd.h>

View File

@ -6,7 +6,7 @@
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
@ -15,9 +15,7 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, see <http://www.gnu.org/licenses/>. */
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifdef THREAD #ifdef THREAD
#include <pthread.h> #include <pthread.h>