Fix formating in copyright headers.
authorPedro Alves <palves@redhat.com>
Fri, 7 Jun 2013 14:39:33 +0000 (14:39 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 7 Jun 2013 14:39:33 +0000 (14:39 +0000)
File list found with:
$ grep "along with this program" * -A 1 -rn \
| grep "*/" \
| grep -v "along with this program" \
| sed 's,-[0-9]\+-.*,,g'

Tested on x86_64 Fedora 17.

gdb/
2013-06-07  Pedro Alves  <palves@redhat.com>

* darwin-nat.c: Fix formating in copyright header.
* darwin-nat.h: Likewise.
* gnu-nat.c: Likewise.
* machoread.c: Likewise.

gdb/testsuite/
2013-06-07  Pedro Alves  <palves@redhat.com>

* gdb.ada/info_types.c: Fix formating in copyright header.
* gdb.base/break-on-linker-gcd-function.cc: Likewise.
* gdb.base/float.c: Likewise.
* gdb.base/inferior-died.c: Likewise.
* gdb.base/interp.c: Likewise.
* gdb.base/jit-main.c: Likewise.
* gdb.base/jit-solib.c: Likewise.
* gdb.base/long_long.c: Likewise.
* gdb.base/longjmp.c: Likewise.
* gdb.base/nextoverexit.c: Likewise.
* gdb.base/pr11022.c: Likewise.
* gdb.base/prelink-lib.c: Likewise.
* gdb.base/prelink.c: Likewise.
* gdb.base/prologue.c: Likewise.
* gdb.base/restore.c: Likewise.
* gdb.base/sigchld.c: Likewise.
* gdb.base/solib-search-lib1.c: Likewise.
* gdb.base/solib-search-lib2.c: Likewise.
* gdb.base/solib-search.c: Likewise.
* gdb.base/solib-search.h: Likewise.
* gdb.base/whatis.c: Likewise.
* gdb.cp/abstract-origin.cc: Likewise.
* gdb.cp/anon-struct.cc: Likewise.
* gdb.cp/baseenum.cc: Likewise.
* gdb.cp/bs15503.cc: Likewise.
* gdb.cp/call-c-1.c: Likewise.
* gdb.cp/call-c.cc: Likewise.
* gdb.cp/class2.cc: Likewise.
* gdb.cp/classes.cc: Likewise.
* gdb.cp/cttiadd.cc: Likewise.
* gdb.cp/cttiadd1.cc: Likewise.
* gdb.cp/cttiadd2.cc: Likewise.
* gdb.cp/cttiadd3.cc: Likewise.
* gdb.cp/derivation.cc: Likewise.
* gdb.cp/derivation2.cc: Likewise.
* gdb.cp/dispcxx.cc: Likewise.
* gdb.cp/exception.cc: Likewise.
* gdb.cp/gdb2384-base.cc: Likewise.
* gdb.cp/gdb2384-base.h: Likewise.
* gdb.cp/gdb2384.cc: Likewise.
* gdb.cp/gdb2495.cc: Likewise.
* gdb.cp/mb-inline.h: Likewise.
* gdb.cp/mb-inline1.cc: Likewise.
* gdb.cp/mb-inline2.cc: Likewise.
* gdb.cp/member-name.cc: Likewise.
* gdb.cp/member-ptr.cc: Likewise.
* gdb.cp/misc.cc: Likewise.
* gdb.cp/namespace1.cc: Likewise.
* gdb.cp/nextoverthrow.cc: Likewise.
* gdb.cp/pr-574.cc: Likewise.
* gdb.cp/pr9631.cc: Likewise.
* gdb.cp/printmethod.cc: Likewise.
* gdb.cp/psmang1.cc: Likewise.
* gdb.cp/psmang2.cc: Likewise.
* gdb.cp/psymtab-parameter.cc: Likewise.
* gdb.cp/ptype-flags.cc: Likewise.
* gdb.cp/ref-params.cc: Likewise.
* gdb.cp/ref-types.cc: Likewise.
* gdb.cp/smartp.cc: Likewise.
* gdb.cp/try_catch.cc: Likewise.
* gdb.cp/userdef.cc: Likewise.
* gdb.cp/using-crash.cc: Likewise.
* gdb.cp/virtfunc.cc: Likewise.
* gdb.cp/virtfunc2.cc: Likewise.
* gdb.dwarf2/callframecfa.S: Likewise.
* gdb.dwarf2/dw2-ranges.c: Likewise.
* gdb.dwarf2/dw2-ranges2.c: Likewise.
* gdb.dwarf2/dw2-ranges3.c: Likewise.
* gdb.dwarf2/dw2-restore.S: Likewise.
* gdb.dwarf2/pieces.S: Likewise.
* gdb.dwarf2/valop.S: Likewise.
* gdb.java/jnpe.java: Likewise.
* gdb.mi/mi-stepn.c: Likewise.
* gdb.mi/mi-var-cp.cc: Likewise.
* gdb.mi/mi-var-rtti.cc: Likewise.
* gdb.mi/ns-stale-regcache.c: Likewise.
* gdb.mi/pr11022.c: Likewise.
* gdb.mi/solib-lib.c: Likewise.
* gdb.mi/solib-main.c: Likewise.
* gdb.python/py-arch.c: Likewise.
* gdb.python/py-block.c: Likewise.
* gdb.python/py-breakpoint.c: Likewise.
* gdb.python/py-events.c: Likewise.
* gdb.python/py-evthreads.c: Likewise.
* gdb.python/py-explore.c: Likewise.
* gdb.python/py-explore.cc: Likewise.
* gdb.python/py-finish-breakpoint.c: Likewise.
* gdb.python/py-finish-breakpoint2.cc: Likewise.
* gdb.python/py-symbol.c: Likewise.
* gdb.threads/execl.c: Likewise.
* gdb.threads/execl1.c: Likewise.

97 files changed:
gdb/ChangeLog
gdb/darwin-nat.c
gdb/darwin-nat.h
gdb/gnu-nat.c
gdb/machoread.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/info_types.c
gdb/testsuite/gdb.base/break-on-linker-gcd-function.cc
gdb/testsuite/gdb.base/float.c
gdb/testsuite/gdb.base/inferior-died.c
gdb/testsuite/gdb.base/interp.c
gdb/testsuite/gdb.base/jit-main.c
gdb/testsuite/gdb.base/jit-solib.c
gdb/testsuite/gdb.base/long_long.c
gdb/testsuite/gdb.base/longjmp.c
gdb/testsuite/gdb.base/nextoverexit.c
gdb/testsuite/gdb.base/pr11022.c
gdb/testsuite/gdb.base/prelink-lib.c
gdb/testsuite/gdb.base/prelink.c
gdb/testsuite/gdb.base/prologue.c
gdb/testsuite/gdb.base/restore.c
gdb/testsuite/gdb.base/sigchld.c
gdb/testsuite/gdb.base/solib-search-lib1.c
gdb/testsuite/gdb.base/solib-search-lib2.c
gdb/testsuite/gdb.base/solib-search.c
gdb/testsuite/gdb.base/solib-search.h
gdb/testsuite/gdb.base/whatis.c
gdb/testsuite/gdb.cp/abstract-origin.cc
gdb/testsuite/gdb.cp/anon-struct.cc
gdb/testsuite/gdb.cp/baseenum.cc
gdb/testsuite/gdb.cp/bs15503.cc
gdb/testsuite/gdb.cp/call-c-1.c
gdb/testsuite/gdb.cp/call-c.cc
gdb/testsuite/gdb.cp/class2.cc
gdb/testsuite/gdb.cp/classes.cc
gdb/testsuite/gdb.cp/cttiadd.cc
gdb/testsuite/gdb.cp/cttiadd1.cc
gdb/testsuite/gdb.cp/cttiadd2.cc
gdb/testsuite/gdb.cp/cttiadd3.cc
gdb/testsuite/gdb.cp/derivation.cc
gdb/testsuite/gdb.cp/derivation2.cc
gdb/testsuite/gdb.cp/dispcxx.cc
gdb/testsuite/gdb.cp/exception.cc
gdb/testsuite/gdb.cp/gdb2384-base.cc
gdb/testsuite/gdb.cp/gdb2384-base.h
gdb/testsuite/gdb.cp/gdb2384.cc
gdb/testsuite/gdb.cp/gdb2495.cc
gdb/testsuite/gdb.cp/mb-inline.h
gdb/testsuite/gdb.cp/mb-inline1.cc
gdb/testsuite/gdb.cp/mb-inline2.cc
gdb/testsuite/gdb.cp/member-name.cc
gdb/testsuite/gdb.cp/member-ptr.cc
gdb/testsuite/gdb.cp/misc.cc
gdb/testsuite/gdb.cp/namespace1.cc
gdb/testsuite/gdb.cp/nextoverthrow.cc
gdb/testsuite/gdb.cp/pr-574.cc
gdb/testsuite/gdb.cp/pr9631.cc
gdb/testsuite/gdb.cp/printmethod.cc
gdb/testsuite/gdb.cp/psmang1.cc
gdb/testsuite/gdb.cp/psmang2.cc
gdb/testsuite/gdb.cp/psymtab-parameter.cc
gdb/testsuite/gdb.cp/ptype-flags.cc
gdb/testsuite/gdb.cp/ref-params.cc
gdb/testsuite/gdb.cp/ref-types.cc
gdb/testsuite/gdb.cp/smartp.cc
gdb/testsuite/gdb.cp/try_catch.cc
gdb/testsuite/gdb.cp/userdef.cc
gdb/testsuite/gdb.cp/using-crash.cc
gdb/testsuite/gdb.cp/virtfunc.cc
gdb/testsuite/gdb.cp/virtfunc2.cc
gdb/testsuite/gdb.dwarf2/callframecfa.S
gdb/testsuite/gdb.dwarf2/dw2-ranges.c
gdb/testsuite/gdb.dwarf2/dw2-ranges2.c
gdb/testsuite/gdb.dwarf2/dw2-ranges3.c
gdb/testsuite/gdb.dwarf2/dw2-restore.S
gdb/testsuite/gdb.dwarf2/pieces.S
gdb/testsuite/gdb.dwarf2/valop.S
gdb/testsuite/gdb.java/jnpe.java
gdb/testsuite/gdb.mi/mi-stepn.c
gdb/testsuite/gdb.mi/mi-var-cp.cc
gdb/testsuite/gdb.mi/mi-var-rtti.cc
gdb/testsuite/gdb.mi/ns-stale-regcache.c
gdb/testsuite/gdb.mi/pr11022.c
gdb/testsuite/gdb.mi/solib-lib.c
gdb/testsuite/gdb.mi/solib-main.c
gdb/testsuite/gdb.python/py-arch.c
gdb/testsuite/gdb.python/py-block.c
gdb/testsuite/gdb.python/py-breakpoint.c
gdb/testsuite/gdb.python/py-events.c
gdb/testsuite/gdb.python/py-evthreads.c
gdb/testsuite/gdb.python/py-explore.c
gdb/testsuite/gdb.python/py-explore.cc
gdb/testsuite/gdb.python/py-finish-breakpoint.c
gdb/testsuite/gdb.python/py-finish-breakpoint2.cc
gdb/testsuite/gdb.python/py-symbol.c
gdb/testsuite/gdb.threads/execl.c
gdb/testsuite/gdb.threads/execl1.c

index b3e4417..f13c513 100644 (file)
@@ -1,5 +1,12 @@
 2013-06-07  Pedro Alves  <palves@redhat.com>
 
+       * darwin-nat.c: Fix formating in copyright header.
+       * darwin-nat.h: Likewise.
+       * gnu-nat.c: Likewise.
+       * machoread.c: Likewise.
+
+2013-06-07  Pedro Alves  <palves@redhat.com>
+
        PR server/14823
        * regformats/regdat.sh: Output #include tdesc.h.  Make globals
        static.  Output a global target description pointer.
index a2da924..cbf1f78 100644 (file)
@@ -16,8 +16,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
 #include "top.h"
index 307f616..f89fc51 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef __DARWIN_NAT_H__
 #define __DARWIN_NAT_H__
index ee2a3cf..59d2f23 100644 (file)
@@ -18,8 +18,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
 
index 9877f07..7a4f0c3 100644 (file)
@@ -16,8 +16,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
 #include "symtab.h"
index 2c1a69a..1831880 100644 (file)
@@ -1,3 +1,97 @@
+2013-06-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.ada/info_types.c: Fix formating in copyright header.
+       * gdb.base/break-on-linker-gcd-function.cc: Likewise.
+       * gdb.base/float.c: Likewise.
+       * gdb.base/inferior-died.c: Likewise.
+       * gdb.base/interp.c: Likewise.
+       * gdb.base/jit-main.c: Likewise.
+       * gdb.base/jit-solib.c: Likewise.
+       * gdb.base/long_long.c: Likewise.
+       * gdb.base/longjmp.c: Likewise.
+       * gdb.base/nextoverexit.c: Likewise.
+       * gdb.base/pr11022.c: Likewise.
+       * gdb.base/prelink-lib.c: Likewise.
+       * gdb.base/prelink.c: Likewise.
+       * gdb.base/prologue.c: Likewise.
+       * gdb.base/restore.c: Likewise.
+       * gdb.base/sigchld.c: Likewise.
+       * gdb.base/solib-search-lib1.c: Likewise.
+       * gdb.base/solib-search-lib2.c: Likewise.
+       * gdb.base/solib-search.c: Likewise.
+       * gdb.base/solib-search.h: Likewise.
+       * gdb.base/whatis.c: Likewise.
+       * gdb.cp/abstract-origin.cc: Likewise.
+       * gdb.cp/anon-struct.cc: Likewise.
+       * gdb.cp/baseenum.cc: Likewise.
+       * gdb.cp/bs15503.cc: Likewise.
+       * gdb.cp/call-c-1.c: Likewise.
+       * gdb.cp/call-c.cc: Likewise.
+       * gdb.cp/class2.cc: Likewise.
+       * gdb.cp/classes.cc: Likewise.
+       * gdb.cp/cttiadd.cc: Likewise.
+       * gdb.cp/cttiadd1.cc: Likewise.
+       * gdb.cp/cttiadd2.cc: Likewise.
+       * gdb.cp/cttiadd3.cc: Likewise.
+       * gdb.cp/derivation.cc: Likewise.
+       * gdb.cp/derivation2.cc: Likewise.
+       * gdb.cp/dispcxx.cc: Likewise.
+       * gdb.cp/exception.cc: Likewise.
+       * gdb.cp/gdb2384-base.cc: Likewise.
+       * gdb.cp/gdb2384-base.h: Likewise.
+       * gdb.cp/gdb2384.cc: Likewise.
+       * gdb.cp/gdb2495.cc: Likewise.
+       * gdb.cp/mb-inline.h: Likewise.
+       * gdb.cp/mb-inline1.cc: Likewise.
+       * gdb.cp/mb-inline2.cc: Likewise.
+       * gdb.cp/member-name.cc: Likewise.
+       * gdb.cp/member-ptr.cc: Likewise.
+       * gdb.cp/misc.cc: Likewise.
+       * gdb.cp/namespace1.cc: Likewise.
+       * gdb.cp/nextoverthrow.cc: Likewise.
+       * gdb.cp/pr-574.cc: Likewise.
+       * gdb.cp/pr9631.cc: Likewise.
+       * gdb.cp/printmethod.cc: Likewise.
+       * gdb.cp/psmang1.cc: Likewise.
+       * gdb.cp/psmang2.cc: Likewise.
+       * gdb.cp/psymtab-parameter.cc: Likewise.
+       * gdb.cp/ptype-flags.cc: Likewise.
+       * gdb.cp/ref-params.cc: Likewise.
+       * gdb.cp/ref-types.cc: Likewise.
+       * gdb.cp/smartp.cc: Likewise.
+       * gdb.cp/try_catch.cc: Likewise.
+       * gdb.cp/userdef.cc: Likewise.
+       * gdb.cp/using-crash.cc: Likewise.
+       * gdb.cp/virtfunc.cc: Likewise.
+       * gdb.cp/virtfunc2.cc: Likewise.
+       * gdb.dwarf2/callframecfa.S: Likewise.
+       * gdb.dwarf2/dw2-ranges.c: Likewise.
+       * gdb.dwarf2/dw2-ranges2.c: Likewise.
+       * gdb.dwarf2/dw2-ranges3.c: Likewise.
+       * gdb.dwarf2/dw2-restore.S: Likewise.
+       * gdb.dwarf2/pieces.S: Likewise.
+       * gdb.dwarf2/valop.S: Likewise.
+       * gdb.java/jnpe.java: Likewise.
+       * gdb.mi/mi-stepn.c: Likewise.
+       * gdb.mi/mi-var-cp.cc: Likewise.
+       * gdb.mi/mi-var-rtti.cc: Likewise.
+       * gdb.mi/ns-stale-regcache.c: Likewise.
+       * gdb.mi/pr11022.c: Likewise.
+       * gdb.mi/solib-lib.c: Likewise.
+       * gdb.mi/solib-main.c: Likewise.
+       * gdb.python/py-arch.c: Likewise.
+       * gdb.python/py-block.c: Likewise.
+       * gdb.python/py-breakpoint.c: Likewise.
+       * gdb.python/py-events.c: Likewise.
+       * gdb.python/py-evthreads.c: Likewise.
+       * gdb.python/py-explore.c: Likewise.
+       * gdb.python/py-explore.cc: Likewise.
+       * gdb.python/py-finish-breakpoint.c: Likewise.
+       * gdb.python/py-finish-breakpoint2.cc: Likewise.
+       * gdb.python/py-symbol.c: Likewise.
+       * gdb.threads/execl.c: Likewise.
+       * gdb.threads/execl1.c: Likewise.
+
 2013-06-07  Will Newton  <will.newton@linaro.org>
 
        * gdb.base/long_long.exp: Fix ARM EABI target glob.
index b51ad97..fedd1d4 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 typedef int new_integer_type;
 
index 4dee6f9..b052928 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test case for PR gdb/12528
 
index 743ecbd..532aeaf 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 float
 foo ()
index d457fec..7797b71 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdlib.h>
 #include <sys/types.h>
index dd7208f..23dc540 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int
 main (int argc, const char **argv)
index 5e45b4a..f024814 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Simulate loading of JIT code.  */
 
index d01a264..b7c890d 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This simulates a JIT library.  The function is "renamed" after being
    loaded into memory.  */
index 6b8180a..83d0c63 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test long long expression; test printing in general.
  *
index 5ff6557..327d26a 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 
index eecd542..4b46cd9 100644 (file)
@@ -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, see <http://www.gnu.org/licenses/>.
-*/
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdlib.h> 
 
index c5741cf..690e0c4 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int x;
 
index ce85fa0..0265fdc 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int copyreloc = 1;
 
index 67d5de4..7205555 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 
index 13f28d0..f109ac0 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int leaf (void)
 {
index 526be5f..4773e02 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test GDB's ability to restore saved registers from stack frames
    when using the `return' command.
index 6fcea73..731ab75 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Check that GDB isn't messing the SIGCHLD mask while creating an
    inferior.  */
index 38c748e..2cf021f 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "solib-search.h"
 
index 6fc08ab..615c6f8 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "solib-search.h"
 
index 106c6ea..f0a38b3 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "solib-search.h"
 
index b75d4ff..80408ed 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef GDB_BASE_SOLIB_SEARCH_H
 #define GDB_BASE_SOLIB_SEARCH_H
index a29cf11..4636aaf 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /*
  *     Test file with lots of different types, for testing the
index 72c8572..cf42c02 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern void f (int *);
 
index 079e58a..6b9d6f9 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class C {
 public:
index f8be2ab..66e30db 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class A
 {
index 779461d..cb08910 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <string>
 #include <iostream>
index ff825db..f551e80 100644 (file)
@@ -13,7 +13,6 @@
    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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int foo(int x) { return x; }
index 4f559f2..f4da900 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int func(int x)
 {
index 97c44de..5b20984 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct A
 {
index c508f93..56efc70 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test various -*- C++ -*- things.
 
index 90f13b5..543212b 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add(T v1, T v2)
 {
index 3a1b938..47de679 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add(T v1, T v2);
 
index f8c6ae9..ded4c78 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add2(T v1, T v2)
 {
index c50d2b0..4b19a3c 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add3(T v1, T v2)
 {
index 2fefe79..fbd75cc 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern void foo2 (); /* from derivation2.cc */
 
index b26cb63..51df87a 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* A copy of some classes in derivation.cc so that we can test symbol lookup
    in other CUs.  */
index fe5a7a6..06e58e2 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct K {
   void method () { }
index 4d5661e..db348cc 100644 (file)
    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, see <http://www.gnu.org/licenses/>.
-   */
-
-
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test file for exception handling support.
 
index 58edc8b..d0d1377 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "gdb2384-base.h"
 
index 8cb0d36..c771335 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 namespace B{
   int x;
index e3007c4..ad330e1 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "gdb2384-base.h"
 
index 0b3b794..2e487bb 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 #include <signal.h>
index 1438726..aa07a68 100644 (file)
@@ -17,8 +17,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 static int
 foo (int i)
index 2290354..186d857 100644 (file)
@@ -15,8 +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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "mb-inline.h"
 
index bdfd9dc..6d3a91b 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "mb-inline.h"
 
index 693dce8..c30895a 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct B
 {
index a9e6308..4a34231 100644 (file)
    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, see <http://www.gnu.org/licenses/>.
-   */
-
-
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern "C" {
 #include <stdio.h>
index 795d123..a94f5b8 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test various -*- C++ -*- things.
 
index e937b8e..2aad60a 100644 (file)
    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, see <http://www.gnu.org/licenses/>.
-   */
-
-
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 namespace C
 {
index bf1e9e5..3041e47 100644 (file)
@@ -13,8 +13,8 @@
    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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+
 #include <iostream>
 
 using namespace std;
index acd26a2..d0301fd 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /*
   An attempt to replicate PR gdb/574 with a shorter program.
index ac09f5d..2b3cb2d 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 namespace foo
 {
index dbb079c..189ae2b 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Create some objects, and try to print out their methods.  */
 
index 9b76f64..4b3f8ee 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Do not move this definition into a header file!  See the comments
    in psmang.exp.  */
index c274d5e..0636583 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 
index afb5afa..65d90bd 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template <typename T>
 long
index 579dc7d..d8b9f34 100644 (file)
@@ -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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<typename S>
 class Simple
index e0a6868..aceba21 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Author: Paul N. Hilfinger, AdaCore Inc. */
 
index bae1cd2..485034e 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int main2(void);
 
index 438f167..fb9865c 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class Type1{
   public:
index 24bc669..262d282 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <exception>
 #include <stdexcept>
index 84fca59..38dd479 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 
index e6eca3b..f53af19 100644 (file)
@@ -10,8 +10,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 using namespace std;
index 6dfb25b..d7a7737 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Pls try the following program on virtual functions and try to do print on
 //  most of the code in main().  Almost none of them works !
index 64c6b1a..2eaf5a4 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class interface
 {
index 5d459ec..add4bf0 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This was compiled from a trivial program just to test the
    DW_OP_call_frame_cfa operator:
index f9ebc4b..716d9ff 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Despite the sections below will be adjacent the assembler has to produce
    DW_AT_ranges as the linker could place both sections at arbitrary locations.
index 0237445..1afd07e 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Despite the sections below will be adjacent the assembler has to produce
    DW_AT_ranges as the linker could place both sections at arbitrary locations.
index 653f31b..8c4727b 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 void
 main3 (void)
index d4865ed..6a6d746 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Compile with "gcc -nostdlib dw2-restore.S" */
 
index 7982c68..b92c26a 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This was compiled with a version of gcc modified to emit better
    debuginfo for SRA'd structures.  See:
index df8e4c4..f05c0d2 100644 (file)
@@ -12,8 +12,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, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This was compiled from a trivial program just to test the
    DW_OP_stack_value and DW_OP_implicit_value operators:
index 22dc32d..abc240e 100644 (file)
@@ -14,8 +14,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 public class jnpe
 {
index b0e6676..a4f7ec8 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 void
 do_nothing (void)
index 91bbf71..5c74aec 100644 (file)
@@ -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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 void reference_update_tests ()
 {
index 040362c..0181a7e 100644 (file)
@@ -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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct Base {
     Base() : A(1) {}
index e723f3d..b5099b7 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index c5741cf..690e0c4 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int x;
 
index 21852d1..fd585bb 100644 (file)
@@ -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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 void solibfunction(void)
 {
index 765dc7a..1850413 100644 (file)
@@ -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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern void solibfunction(void);
 
index e2fe55c..4a2751e 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 int
 main (void)
index 9865685..d5ffa5b 100644 (file)
    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, see  <http://www.gnu.org/licenses/>.
-*/
-
-
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 int block_func (void)
 {
index 0a78167..ae0a50f 100644 (file)
@@ -13,9 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
-
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 int result = 0;
 
index cd806c3..886c1a8 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 extern void do_nothing (void);
 
index 83f0217..63ef43a 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 #include <pthread.h>
index 37bccb0..92019ca 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #define ARRAY_SIZE 10
 
index 4b01486..8caf51c 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 class A {
  public:
index d08ba94..6438bc7 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 #include <stdlib.h>
index e291cdf..dbac55e 100644 (file)
@@ -13,9 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
-
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 
index ec29aa8..53b1900 100644 (file)
@@ -13,8 +13,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, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #ifdef __cplusplus
 class SimpleClass
index 03872f5..2b65d94 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test handling thread control across an execl.  */
 
index 5af9162..0332322 100644 (file)
@@ -13,8 +13,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, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test handling thread control across an execl.  */