From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ACCC5198006 for ; Sat, 23 Mar 2013 22:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35AF3E07AE; Sat, 23 Mar 2013 22:08:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1151E07AE for ; Sat, 23 Mar 2013 22:08:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D336433DAF0 for ; Sat, 23 Mar 2013 22:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 74142E408F for ; Sat, 23 Mar 2013 22:08:55 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1364074941.512371dee097c2bcff99b04793733e2868730958.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-daemon commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile emacs.rc X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 512371dee097c2bcff99b04793733e2868730958 X-VCS-Branch: emacs-daemon Date: Sat, 23 Mar 2013 22:08:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a49c6a1-e25a-4a82-87c8-306a2dd49e8d X-Archives-Hash: 0f03b44e40896e23f5e0ff92dedaf980 commit: 512371dee097c2bcff99b04793733e2868730958 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 23 21:42:21 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Mar 23 21:42:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=512371de Update copyright years. --- ChangeLog | 2 +- Makefile | 2 +- emacs.rc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b284e70..9eb8e9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -211,5 +211,5 @@ * emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files. -Copyright 2008-2012 Gentoo Foundation +Copyright 2008-2013 Gentoo Foundation Distributed under the terms of the GNU General Public License v2 or later diff --git a/Makefile b/Makefile index 0578d81..4abfa5c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2008-2012 Gentoo Foundation +# Copyright 2008-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later PN = emacs-daemon diff --git a/emacs.rc b/emacs.rc index 8bef6da..3ab53f7 100644 --- a/emacs.rc +++ b/emacs.rc @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 2008-2012 Gentoo Foundation +# Copyright 2008-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later : ${EMACS:=/usr/bin/emacs}