From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19461 invoked by alias); 19 Jul 2004 21:32:42 -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 19453 invoked from network); 19 Jul 2004 21:32:42 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 19 Jul 2004 21:32:42 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1BmfkX-00038M-00 for gdb-patches@sources.redhat.com; Mon, 19 Jul 2004 17:32:41 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 177364B104; Mon, 19 Jul 2004 17:32:56 -0400 (EDT) To: gdb-patches@sources.redhat.com Subject: [patch/copyright] lib/java.exp: update copyright years Message-Id: <20040719213256.177364B104@berman.michael-chastain.com> Date: Mon, 19 Jul 2004 21:32:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00241.txt.bz2 This patch adds the copyright year 2004 to java.exp. The file was modified this year. Tested on native i686-pc-linux-gnu. I am committing this now, Michael C === 2004-07-19 Michael Chastain * lib/java.exp: Update copyright notice. Index: lib/java.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/lib/java.exp,v retrieving revision 1.3 diff -c -3 -p -r1.3 java.exp *** lib/java.exp 17 Jul 2004 02:03:00 -0000 1.3 --- lib/java.exp 19 Jul 2004 21:22:50 -0000 *************** *** 1,6 **** # This test code is part of GDB, the GNU debugger. ! # Copyright 1998, 1999, 2000, 2003 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 --- 1,7 ---- # This test code is part of GDB, the GNU debugger. ! # Copyright 1998, 1999, 2000, 2003, 2004 ! # 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