From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11816 invoked by alias); 7 Aug 2004 23:06: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 11807 invoked from network); 7 Aug 2004 23:06:41 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 7 Aug 2004 23:06:41 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1BtaGu-0006YB-00; Sat, 07 Aug 2004 19:06:40 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 551334B102; Sat, 7 Aug 2004 19:06:50 -0400 (EDT) Date: Sat, 07 Aug 2004 23:06:00 -0000 From: Michael Chastain To: eliz@gnu.org Subject: Re: [patch/testsuite] ChangeLog: add copyright notice Cc: gdb-patches@sources.redhat.com Message-ID: <41156089.nail9YI11CMAC@mindspring.com> References: <4113B115.nailAII1M8HR2@mindspring.com> <7494-Sat07Aug2004190514+0300-eliz@gnu.org> In-Reply-To: <7494-Sat07Aug2004190514+0300-eliz@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00227.txt.bz2 Okay, here is a revised patch. Eli, can you check it in your emacs? I'm emacs-illiterate. The blurb from Emacs 21.3 is fine by me. I credited it in the ChangeLog. eliz> (2) It should go _after_ the "Local Variables" section. Gotcha. > Note the semi-colons in the Local Variables lines: they make sure > their fontification in Emacs isn't screwed up (like they are in GDB). When I add a copyright notice, that's the only change I make in that patch. I'd be happy to receive a separate patch from an emacs user to fix anything emacs-related. So ... does this patch work for you, Eli? === 2004-08-07 Michael Chastain * ChangeLog: Add copyright notice. The notice is copied from emacs 21.3 top level ChangeLog. Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.969 diff -c -3 -p -r1.969 ChangeLog *** ChangeLog 5 Aug 2004 07:44:47 -0000 1.969 --- ChangeLog 7 Aug 2004 23:01:50 -0000 *************** left-margin: 8 *** 12552,12554 **** --- 12552,12559 ---- fill-column: 74 version-control: never End: + + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted provided the copyright notice and this notice are preserved.