From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: Copyright years Date: Sun, 05 Feb 2006 19:13:01 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139163325 24041 80.91.229.2 (5 Feb 2006 18:15:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2006 18:15:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 19:15:21 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F5oPr-0008Ua-8G for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 19:15:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5oT7-0002I4-5a for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 13:18:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5oRJ-0001PA-SD for emacs-devel@gnu.org; Sun, 05 Feb 2006 13:16:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5oRH-0001Mj-SM for emacs-devel@gnu.org; Sun, 05 Feb 2006 13:16:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5oRG-0001MZ-Sp for emacs-devel@gnu.org; Sun, 05 Feb 2006 13:16:43 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F5oQg-0007Rh-Db for emacs-devel@gnu.org; Sun, 05 Feb 2006 13:16:06 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F5oNn-000836-Cp for emacs-devel@gnu.org; Sun, 05 Feb 2006 19:13:07 +0100 Original-Received: from 1-1-3-38a.gml.gbg.bostream.se ([82.182.110.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2006 19:13:07 +0100 Original-Received: from brakjoller by 1-1-3-38a.gml.gbg.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2006 19:13:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-38a.gml.gbg.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:jKFNAc8sLWCpJ6SbCbfyvizAOaY= 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:50050 Archived-At: "Richard M. Stallman" writes: > Could people please start the task of adding 2006 to the copyright notices > in all the files of Emacs? This needs to be done in order to make a release. Is the following the correct way to write it? ;; Copyright (C) 2005, 2006 Free Software Foundation, Inc. The example is from tumme.el. /Mathias