update copyright notices in various GDB files.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 19 Dec 2012 08:19:59 +0000 (08:19 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 19 Dec 2012 08:19:59 +0000 (08:19 +0000)
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.

13 files changed:
gdb/ChangeLog
gdb/acinclude.m4
gdb/doc/ChangeLog
gdb/doc/refcard.tex
gdb/testsuite/ChangeLog
gdb/testsuite/dg-extract-results.sh
gdb/testsuite/gdb.arch/mips-octeon-bbit.exp
gdb/testsuite/gdb.fortran/logical.f90
gdb/testsuite/gdb.threads/watchpoint-fork-child.c
gdb/testsuite/gdb.threads/watchpoint-fork-mt.c
gdb/testsuite/gdb.threads/watchpoint-fork-parent.c
gdb/testsuite/gdb.threads/watchpoint-fork-st.c
gdb/testsuite/gdb.threads/watchpoint-fork.h

index 952f214c57f9ea03f47390b8df501702b23dc53c..fb571f502391de3e410ec06e2257fdba995f5b30 100644 (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>
 
        * maint.c (maintenance_print_statistics): Make it static.
index 0873f66ac04165a239c9f369d6943fb0ee92194c..0cce10aafe596d9c1be07982750ec178aaa98528 100644 (file)
@@ -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
 
index 893ca70f63af03e1b4c0a4e9ee563034bd552490..6fcf81da035a0e32fa5dd345d5f76ba8fd6638e0 100644 (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>
 
        * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
index bee7c3d46436eecf566f612a3d1f15fa5d36df83..8e890f1368c81087897683b1e0d9320728bc4607 100644 (file)
@@ -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
 %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
index 43a6fa2619ed14bcc349496e6b4e6dbe42971241..d8355d7517d4f7fb9d6df140e318873a0fe3b873 100644 (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>
 
        * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
index 779508294251d6a72197f2266dd835496d10391e..c658b3b93d385a123f998310eeece6112d5446a0 100755 (executable)
@@ -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
 
index de6db0fca5b040cede52df06aaca32183a82ec0e..58ce0b7fdcabacd177d2d45dd91947900f4893ed 100644 (file)
@@ -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.  
 
index 5fff26f34d1ec38c2b87bb59cb50d76037813efe..a38626f3f531d3ab39ba327b0e45756a6da44d08 100644 (file)
@@ -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>.
 
index 7a7e07f25f4ee7e43e94697083e63271e4c35640..12f09f17197c0e8974bbac01ee80293c17ebc167 100644 (file)
@@ -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>
index eb07409ad67446433397495e21b524f049a77ada..d813dd4f48f301a56926f53323327776112a6657 100644 (file)
@@ -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>
index 9bbf438c742dd6cc58b0b5c07627c57f39f700e3..b0f85d5b8ceb9b421824aab5aee5fea736ce6759 100644 (file)
@@ -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>
index 17cc0582398b0a6ed135e9d3004a3b03868dcae4..2eae194f07ff40d11734c4d2823efa3de838b89e 100644 (file)
@@ -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>
index cb109fa3d2169678a6505067bb2ff0c75251011c..8de921ed36a292d08f9a0957fbb4f06764d5321d 100644 (file)
@@ -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>
This page took 0.044955 seconds and 4 git commands to generate.