From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D1D7138334 for ; Sun, 16 Sep 2018 14:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE1B9E09B7; Sun, 16 Sep 2018 14:50:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD016E09B7 for ; Sun, 16 Sep 2018 14:50:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDBDD335CD7 for ; Sun, 16 Sep 2018 14:50:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 783D63C6 for ; Sun, 16 Sep 2018 14:49:59 +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: <1537108971.3e7b97ff16261134334e058e1492df90ea9d054c.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: 3e7b97ff16261134334e058e1492df90ea9d054c X-VCS-Branch: emacs-daemon Date: Sun, 16 Sep 2018 14:49:59 +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: 8b882921-884d-43f9-b966-74276c5dc657 X-Archives-Hash: f0a88c0279abbd5517106919a3584828 commit: 3e7b97ff16261134334e058e1492df90ea9d054c Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 16 14:42:51 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Sep 16 14:42:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=3e7b97ff Update copyright notices to follow the new policy. 10emacs-daemon-gentoo.el | 2 +- ChangeLog | 1 - Makefile | 2 +- emacs-stop.sh | 2 +- emacs-wrapper.sh | 2 +- emacs.rc | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el index 462ca79..facee18 100644 --- a/10emacs-daemon-gentoo.el +++ b/10emacs-daemon-gentoo.el @@ -1,6 +1,6 @@ ;;; emacs-daemon site-lisp configuration -;; Copyright 2008-2016 Gentoo Foundation +;; Copyright 2008-2016 Ulrich Müller ;; Distributed under the terms of the GNU General Public License v2 or later (and diff --git a/ChangeLog b/ChangeLog index ba66948..f16cbd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -235,5 +235,4 @@ * emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files. -Copyright 2008-2016 Gentoo Foundation Distributed under the terms of the GNU General Public License v2 or later diff --git a/Makefile b/Makefile index 738fd7e..56d3fe6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2008-2016 Gentoo Foundation +# Copyright 2008-2016 Ulrich Müller and Christian Faulhammer # 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 0577359..7635d4e 100644 --- a/emacs-stop.sh +++ b/emacs-stop.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2008-2016 Gentoo Foundation +# Copyright 2008-2016 Ulrich Müller # 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 da21d72..5034727 100644 --- a/emacs-wrapper.sh +++ b/emacs-wrapper.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2008-2016 Gentoo Foundation +# Copyright 2008-2016 Ulrich Müller # 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 9fffe02..e2648f3 100644 --- a/emacs.rc +++ b/emacs.rc @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 2008-2016 Gentoo Foundation +# Copyright 2008-2016 Ulrich Müller # Distributed under the terms of the GNU General Public License v2 or later : ${EMACS:=/usr/bin/emacs}