mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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>
|
||||
|
||||
* maint.c (maintenance_print_statistics): Make it static.
|
||||
|
@ -55,9 +55,7 @@ sinclude([../config/zlib.m4])
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# serial 1
|
||||
|
||||
|
@ -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>
|
||||
|
||||
* gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
|
||||
|
@ -12,7 +12,7 @@
|
||||
%
|
||||
%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
|
||||
%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.
|
||||
%
|
||||
%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
|
||||
%General Public License for more details.
|
||||
%
|
||||
%You can find a copy of the GNU General Public License at the URL
|
||||
%http://www.gnu.org/copyleft/gpl.html; or write to the Free Software
|
||||
%Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
%Boston, MA 02110-1301, USA.
|
||||
%You should have received a copy of the GNU General Public License
|
||||
%along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
%
|
||||
%You can contact the maintainer at: doc@cygnus.com
|
||||
%
|
||||
% Documentation Department
|
||||
|
@ -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>
|
||||
|
||||
* gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
|
||||
|
@ -22,9 +22,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with GCC; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
PROGNAME=dg-extract-results.sh
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# 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
|
||||
# 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.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
@ -11,8 +11,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Test single-step on bbit.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
!
|
||||
! 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
|
||||
! 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.
|
||||
!
|
||||
! This program is distributed in the hope that it will be useful,
|
||||
@ -11,8 +11,7 @@
|
||||
! GNU General Public License for more details.
|
||||
!
|
||||
! You should have received a copy of the GNU General Public License
|
||||
! along with this program; if not, write to the Free Software
|
||||
! Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
! along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
!
|
||||
! This file was written by Jan Kratochvil <jan.kratochvil@redhat.com>.
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
@ -15,9 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
along with this program; if not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
@ -15,9 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
along with this program; if not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
@ -15,9 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
along with this program; if not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
@ -15,9 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
along with this program; if not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
@ -15,9 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
along with this program; if not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifdef THREAD
|
||||
#include <pthread.h>
|
||||
|
Reference in New Issue
Block a user