From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19753 invoked by alias); 23 Dec 2005 18:46:13 -0000 Received: (qmail 19744 invoked by uid 22791); 23 Dec 2005 18:46:12 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Dec 2005 18:46:10 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HIV26445; Fri, 23 Dec 2005 20:46:06 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-83-130-201-187.inter.net.il [83.130.201.187]) by nitzan.inter.net.il (MOS 3.7.2-GA) with ESMTP id CGW42984 (AUTH halo1); Fri, 23 Dec 2005 20:46:05 +0200 (IST) Date: Sat, 24 Dec 2005 08:07:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: (message from Eli Zaretskii on Sun, 18 Dec 2005 00:46:48 +0200) Subject: Re: Update Copyright and FSF address (was: [RFC] fix testsuite/gdb.cp/printmethod) Reply-to: Eli Zaretskii References: <4395D411.6020904@st.com> <20051207230807.GA7483@nevyn.them.org> <20051208044236.GB14351@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00276.txt.bz2 > Date: Sun, 18 Dec 2005 00:46:48 +0200 > From: Eli Zaretskii > > > IMO we really should do them all at once. The other thing we need to > > do is update the FSF address; I have had this flagged to take care of > > since the FSF moved this spring, but I (obviously) haven't found the > > time... > > I've committed the first portion of this monstrous job: all the files > in gdb/ and in gdb/cli/ now have the (c) marker and state the correct > FSF address. I hope I didn't break anything, but if I did, please > correct as obvious. I now did that for gdb/gdbserver, gdbtk/generic, and gdbtk/library. But I inadvertently hit a snafu in the image subdirectories of gdbtk/library: due to mismatch of time stamp (it's a long story) and my failure to use "cvs ci -l", CVS checked in various GIF and PNG images as well. The problem is, these are binary files, but they are not marked with -kb keyword in the repository. And because I did the commit from a Windows machine, I'm afraid the files are now corrupted in the repository. Could someone please undo my commits to image files in all the subdirectories of gdbtk/library? I'd do that myself, but in order to be able to do that, I need to be a member of the cvsadmin group, which I apparently am not... Sorry for the inconvenience.