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 E8BED138334 for ; Sun, 9 Dec 2018 22:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A8A7E09E6; Sun, 9 Dec 2018 22:35:39 +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 596ECE09E6 for ; Sun, 9 Dec 2018 22:35:39 +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 42F0C335C31 for ; Sun, 9 Dec 2018 22:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020A44D2 for ; Sun, 9 Dec 2018 22:35:35 +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: <1544394905.e0c3320098d6a91661035eb54377bbfcf8b93ff2.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: misc/ X-VCS-Repository: proj/eselect X-VCS-Files: misc/eselect-mode.el X-VCS-Directories: misc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e0c3320098d6a91661035eb54377bbfcf8b93ff2 X-VCS-Branch: master Date: Sun, 9 Dec 2018 22:35:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76395719-3274-4744-ab04-dbdcde4f384a X-Archives-Hash: ec2799ac419ff3cba9bdadf397b42e0a commit: e0c3320098d6a91661035eb54377bbfcf8b93ff2 Author: Ulrich Müller gentoo org> AuthorDate: Sun Dec 9 22:35:05 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Dec 9 22:35:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=e0c33200 Use simplified copyright notice for GLEP 76 compliance. Signed-off-by: Ulrich Müller gentoo.org> misc/eselect-mode.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/misc/eselect-mode.el b/misc/eselect-mode.el index 77eeed9..d914d83 100644 --- a/misc/eselect-mode.el +++ b/misc/eselect-mode.el @@ -1,9 +1,6 @@ ;;; eselect-mode.el --- edit eselect files -;; Copyright 2006 Matthew Kennedy -;; Copyright 2006 Diego Pettenò -;; Copyright 2007-2012 Christian Faulhammer -;; Copyright 2007-2018 Ulrich Müller +;; Copyright 2006-2018 Gentoo Authors ;; Author: Matthew Kennedy ;; Diego Pettenò