From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: FIles to be fixed with copyright header (year number) Date: Wed, 03 Nov 2004 07:44:46 -0500 Message-ID: References: <1xfiop6e.fsf@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099486024 26375 80.91.229.6 (3 Nov 2004 12:47:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 12:47:04 +0000 (UTC) Cc: chenggao@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 13:46:59 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPKXT-0008VR-00 for ; Wed, 03 Nov 2004 13:46:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPKfZ-0007hx-OY for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 07:55:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPKer-0007hc-GK for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:54:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPKeq-0007hL-Iz for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:54:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPKeq-0007hF-DQ for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:54:36 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPKWg-0001lf-SZ for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:46:10 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CPKVK-0000tC-Oz; Wed, 03 Nov 2004 07:44:46 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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: main.gmane.org gmane.emacs.devel:29377 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29377 The CVS log can tell you which years changes were made to a file. It wouldn't be too hard to make a function which retrieves the list of years automatically. But how do you determine whether a change is nontrivial? You have to do that by hand. Fortunately, you don't have to study the diffs beyond the point where you see they are nontrivial.