From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 02:00:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2889916A4CE for ; Fri, 30 Jan 2004 02:00:25 -0800 (PST) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC1D43D1D for ; Fri, 30 Jan 2004 02:00:21 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1AmVRl-0006jB-JN for current@freebsd.org; Fri, 30 Jan 2004 10:00:21 +0000 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 25698-04 for ; Fri, 30 Jan 2004 10:00:20 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1AmVRk-0006j4-9B for current@freebsd.org; Fri, 30 Jan 2004 10:00:20 +0000 Received: (qmail 19744 invoked by uid 0); 30 Jan 2004 10:00:20 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.16 (sweep: 2.14/3.71. spamassassin: 2.53. Clear:. Processed in 11.113919 secs); 30 Jan 2004 10:00:20 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 11.113919 secs) Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 30 Jan 2004 10:00:08 -0000 Message-Id: <6.0.1.1.1.20040130095204.03da97e8@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Fri, 30 Jan 2004 10:00:02 +0000 To: Ruslan Ermilov From: Colin Percival In-Reply-To: <20040130095002.GA30771@FreeBSD.org.ua> References: <6.0.1.1.1.20040130093702.03d94920@imap.sfu.ca> <20040130095002.GA30771@FreeBSD.org.ua> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: current@freebsd.org Subject: Re: duplicate $FreeBSD$ IDs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 10:00:25 -0000 At 09:50 30/01/2004, Ruslan Ermilov wrote: >On Fri, Jan 30, 2004 at 09:43:35AM +0000, Colin Percival wrote: > > Would anyone have object to my working through the tree > > and removing these duplicates? > >Certainly not, but please note that there are a few exceptions >where duplication is on purpose, e.g., in the style(9) manpage >itself. ;) Of course. style.9, two contrib files, sys/cdefs.h, and probably a few others I'd leave untouched. But that still leaves lots of files to fix. From the files I've looked at already, it seems that the most common problem is including a $FreeBSD$ tag both at the beginning of a file and immediately following the copyright notice. Colin Percival