From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16451 invoked by alias); 9 Mar 2004 17:01:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16403 invoked from network); 9 Mar 2004 17:01:25 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sources.redhat.com with SMTP; 9 Mar 2004 17:01:25 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1B0kbW-0005kx-00; Tue, 09 Mar 2004 12:01:18 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 304FA4B104; Tue, 9 Mar 2004 12:01:30 -0500 (EST) To: carlton@kealia.com, gdb-patches@sources.redhat.com Subject: [patch/testsuite/cp/copyright] misc.cc: Add copyright notice Message-Id: <20040309170130.304FA4B104@berman.michael-chastain.com> Date: Tue, 09 Mar 2004 17:01:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-03.o/txt/msg00203.txt I'm about to clone gdb.cp/misc.cc so that each *.exp which uses it has its own copy. Before doing *anything* else to misc.cc, I am adding a proper copyright notice to it. I pulled the copyright years from three sources: (1) Modification dates from released versions of the gdb test suite, starting with gdb-4.10-testsuite.tar.bz2, from ftp://sources.redhat.com/pub/gdb/old-releases. This goes back to 1994. (2) gdb/testsuite/ChangeLog. This goes back to 1993, which I think is the original year of creation. (3) cvs entries from 1999 to 2004. Tested on: native i686-pc-linux-gnu with gcc 2.95.3, gcc 3.3.3, gcc HEAD, dwarf-2 and stabs+, to make sure there are no problems with line numbers. I am committing this now. Michael C 2004-03-09 Michael Chastain * gdb.cp/misc.cc: Add copyright notice. Index: misc.cc =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/misc.cc,v retrieving revision 1.1 diff -c -3 -p -r1.1 misc.cc *** misc.cc 23 Aug 2003 03:55:59 -0000 1.1 --- misc.cc 9 Mar 2004 16:46:03 -0000 *************** *** 1,3 **** --- 1,23 ---- + /* This testcase is part of GDB, the GNU debugger. + + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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. + */ + // Test various -*- C++ -*- things. // ====================== basic C++ types ======================= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16451 invoked by alias); 9 Mar 2004 17:01:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16403 invoked from network); 9 Mar 2004 17:01:25 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sources.redhat.com with SMTP; 9 Mar 2004 17:01:25 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1B0kbW-0005kx-00; Tue, 09 Mar 2004 12:01:18 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 304FA4B104; Tue, 9 Mar 2004 12:01:30 -0500 (EST) To: carlton@kealia.com, gdb-patches@sources.redhat.com Subject: [patch/testsuite/cp/copyright] misc.cc: Add copyright notice Message-ID: <20040309170130.304FA4B104@berman.michael-chastain.com> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-03/txt/msg00203.txt.bz2 Message-ID: <20040319000900.tEufYSc669sJ6Sbm0BdJbPWbNq1a2j3TmiQd2heEsrQ@z> I'm about to clone gdb.cp/misc.cc so that each *.exp which uses it has its own copy. Before doing *anything* else to misc.cc, I am adding a proper copyright notice to it. I pulled the copyright years from three sources: (1) Modification dates from released versions of the gdb test suite, starting with gdb-4.10-testsuite.tar.bz2, from ftp://sources.redhat.com/pub/gdb/old-releases. This goes back to 1994. (2) gdb/testsuite/ChangeLog. This goes back to 1993, which I think is the original year of creation. (3) cvs entries from 1999 to 2004. Tested on: native i686-pc-linux-gnu with gcc 2.95.3, gcc 3.3.3, gcc HEAD, dwarf-2 and stabs+, to make sure there are no problems with line numbers. I am committing this now. Michael C 2004-03-09 Michael Chastain * gdb.cp/misc.cc: Add copyright notice. Index: misc.cc =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/misc.cc,v retrieving revision 1.1 diff -c -3 -p -r1.1 misc.cc *** misc.cc 23 Aug 2003 03:55:59 -0000 1.1 --- misc.cc 9 Mar 2004 16:46:03 -0000 *************** *** 1,3 **** --- 1,23 ---- + /* This testcase is part of GDB, the GNU debugger. + + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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. + */ + // Test various -*- C++ -*- things. // ====================== basic C++ types =======================