From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: copyright-regexp Date: Tue, 27 Jan 2009 08:26:43 +0100 Message-ID: <18814.46899.407613.356133@a1ihome1.kph.uni-mainz.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233041248 15843 80.91.229.12 (27 Jan 2009 07:27:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2009 07:27:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 08:28:41 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LRiNE-0003Cp-B5 for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 08:28:40 +0100 Original-Received: from localhost ([127.0.0.1]:37999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRiLw-0003Zc-8J for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2009 02:27:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRiLq-0003WK-QT for emacs-devel@gnu.org; Tue, 27 Jan 2009 02:27:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRiLo-0003SG-PB for emacs-devel@gnu.org; Tue, 27 Jan 2009 02:27:14 -0500 Original-Received: from [199.232.76.173] (port=60139 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRiLo-0003S0-M0 for emacs-devel@gnu.org; Tue, 27 Jan 2009 02:27:12 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:11802) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRiLk-00041c-CA; Tue, 27 Jan 2009 02:27:08 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRiLc-0004BN-WF; Tue, 27 Jan 2009 02:27:01 -0500 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n0R7QmD4004059; Tue, 27 Jan 2009 08:26:48 +0100 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id n0R7QmJH001431; Tue, 27 Jan 2009 08:26:48 +0100 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id n0R7QhPP001426; Tue, 27 Jan 2009 08:26:43 +0100 In-Reply-To: X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108291 Archived-At: >>>>> On Tue, 27 Jan 2009, Miles Bader wrote: > I have source files with copyright statements of the form: > Copyright (C) Bozo Inc 2006, 2007 > which copyright.el failed to recognize. I've also seen something like the following already [1,2]: ;; Bozoup(P) 1995 The Bozo(tic) Softwar(e) Founda(t)ion, Inc. If the above are the same bozos ;-) then I would say don't bother to fix it. Ulrich [1] [2]