From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SsVZA-0003S3-7q for garchives@archives.gentoo.org; Sat, 21 Jul 2012 09:01:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FEF9E05EB; Sat, 21 Jul 2012 09:01:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E51FBE05EB for ; Sat, 21 Jul 2012 09:01:23 +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 4D50C1B4092 for ; Sat, 21 Jul 2012 09:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 26993E5434 for ; Sat, 21 Jul 2012 09:01:21 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1342860758.6536eacb7efcc735e16383d71019e5eb2793a7ac.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-daemon commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: 10emacs-daemon-gentoo.el ChangeLog Makefile emacs-stop.sh emacs-wrapper.sh emacs.rc X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 6536eacb7efcc735e16383d71019e5eb2793a7ac X-VCS-Branch: emacs-daemon Date: Sat, 21 Jul 2012 09:01:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5ca29ab7-255d-4943-8571-fe9238e8189c X-Archives-Hash: ffaee78af92908e6038757f4061d5a08 commit: 6536eacb7efcc735e16383d71019e5eb2793a7ac Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sat Jul 21 08:52:38 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Jul 21 08:52:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D6536eacb Update copyright years. --- 10emacs-daemon-gentoo.el | 2 +- ChangeLog | 2 +- Makefile | 2 +- emacs-stop.sh | 2 +- emacs-wrapper.sh | 2 +- emacs.rc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el index 871e431..2afb3d8 100644 --- a/10emacs-daemon-gentoo.el +++ b/10emacs-daemon-gentoo.el @@ -1,6 +1,6 @@ ;;; emacs-daemon site-lisp configuration =20 -;; Copyright 2008-2011 Gentoo Foundation +;; Copyright 2008-2012 Gentoo Foundation ;; Distributed under the terms of the GNU General Public License v2 or l= ater =20 (and diff --git a/ChangeLog b/ChangeLog index 0af36d3..ae24eec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -199,5 +199,5 @@ =20 * emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files. =20 -Copyright 2008-2011 Gentoo Foundation +Copyright 2008-2012 Gentoo Foundation Distributed under the terms of the GNU General Public License v2 or late= r diff --git a/Makefile b/Makefile index dab5cea..b4c0459 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2008-2011 Gentoo Foundation +# Copyright 2008-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or la= ter =20 PN =3D emacs-daemon diff --git a/emacs-stop.sh b/emacs-stop.sh index 68c5453..fececd7 100644 --- a/emacs-stop.sh +++ b/emacs-stop.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2008-2011 Gentoo Foundation +# Copyright 2008-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or la= ter =20 # Lisp expression to be evaluated when stopping Emacs. diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh index eea8e75..8abf741 100644 --- a/emacs-wrapper.sh +++ b/emacs-wrapper.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2008-2011 Gentoo Foundation +# Copyright 2008-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or la= ter =20 # Save output in a temporary file and display in case of error diff --git a/emacs.rc b/emacs.rc index 2211548..67ddd2d 100644 --- a/emacs.rc +++ b/emacs.rc @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 2008-2011 Gentoo Foundation +# Copyright 2008-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or la= ter =20 : ${EMACS:=3D/usr/bin/emacs}