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 10FE613800E for ; Sun, 2 Feb 2014 11:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C019E09F7; Sun, 2 Feb 2014 11:29:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AE37E09F7 for ; Sun, 2 Feb 2014 11:29:08 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E51C33EE7F for ; Sun, 2 Feb 2014 11:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EF54B18832 for ; Sun, 2 Feb 2014 11:29:06 +0000 (UTC) From: "Ulrich Müller" 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 Müller" Message-ID: <1391338384.d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd.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 Müller X-VCS-Revision: d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd X-VCS-Branch: emacs-daemon Date: Sun, 2 Feb 2014 11:29:06 +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: 57fc4943-98c7-41c8-9c13-af93578a95e6 X-Archives-Hash: 58b2a2e417fa0acb86ce2caaa82c361d commit: d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 2 10:53:04 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 2 10:53:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=d54ebf1d 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 2afb3d8..45cea39 100644 --- a/10emacs-daemon-gentoo.el +++ b/10emacs-daemon-gentoo.el @@ -1,6 +1,6 @@ ;;; emacs-daemon site-lisp configuration -;; Copyright 2008-2012 Gentoo Foundation +;; Copyright 2008-2014 Gentoo Foundation ;; Distributed under the terms of the GNU General Public License v2 or later (and diff --git a/ChangeLog b/ChangeLog index 75c0d8f..5ed9b28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -220,5 +220,5 @@ * emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files. -Copyright 2008-2013 Gentoo Foundation +Copyright 2008-2014 Gentoo Foundation Distributed under the terms of the GNU General Public License v2 or later diff --git a/Makefile b/Makefile index 4abfa5c..1677ed7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2008-2013 Gentoo Foundation +# Copyright 2008-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later PN = emacs-daemon diff --git a/emacs-stop.sh b/emacs-stop.sh index 58aaeef..3b111b5 100644 --- a/emacs-stop.sh +++ b/emacs-stop.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2008-2012 Gentoo Foundation +# Copyright 2008-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # Lisp expression to be evaluated when stopping Emacs. diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh index 8abf741..ab9a5fb 100644 --- a/emacs-wrapper.sh +++ b/emacs-wrapper.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2008-2012 Gentoo Foundation +# Copyright 2008-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later # Save output in a temporary file and display in case of error diff --git a/emacs.rc b/emacs.rc index b7ee39c..702de56 100644 --- a/emacs.rc +++ b/emacs.rc @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 2008-2013 Gentoo Foundation +# Copyright 2008-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later : ${EMACS:=/usr/bin/emacs}