From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11533 invoked by alias); 16 Jul 2004 21:11:34 -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 11521 invoked from network); 16 Jul 2004 21:11:34 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 16 Jul 2004 21:11:34 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BlZzO-0007ZZ-00; Fri, 16 Jul 2004 17:11:30 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id AAECE4B104; Fri, 16 Jul 2004 17:11:39 -0400 (EDT) To: cagney@gnu.org, mec.gnu@mindspring.com Subject: Re: [rfc] Cleanup restore.exp Cc: gdb-patches@sources.redhat.com Message-Id: <20040716211139.AAECE4B104@berman.michael-chastain.com> Date: Fri, 16 Jul 2004 21:11:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00204.txt.bz2 ac> How about I change it to " caller$c prologue .*" with a corresponding ac> tweak to restore.c? That way there's no confusion. That would be cool, if you want to do that. But before you touch restore.c, someone has to add a copyright notice to it. restore.c was written by Jim Blandy of Cygnus in 1998 so there's no doubt that FSF owns it. It was modified in 1998, 1999, 2001, and 2003 (plus it will be modified in 2004 by adding the notice). For the record, I got this information from ChangeLog, the cvs repository, and my set of historical gdb releases. When adding a copyright notice, one has to test the change, because some *.exp scripts depend on line numbers in their *.c files. It appears that restore.exp does not have this problem. It's enough work that I do "add copyright notice" as a separate patch, especially because I like to separate legally significant changes from technically significant changes. Would you like to add a copyright notice to restore.c, or would you like me to do it? Michael C