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 EAB451395E8 for ; Sat, 4 Feb 2017 14:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5532E0CD7; Sat, 4 Feb 2017 14:35:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1A8AE0CD7 for ; Sat, 4 Feb 2017 14:35:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 774B1340F43 for ; Sat, 4 Feb 2017 14:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D25333DBF for ; Sat, 4 Feb 2017 14:35:04 +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: <1486214550.3f78bf7eb834b720c8adf9fd64006613483150b9.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-common-gentoo commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3f78bf7eb834b720c8adf9fd64006613483150b9 X-VCS-Branch: emacs-common-gentoo Date: Sat, 4 Feb 2017 14:35:04 +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: d29d0042-97a8-46be-a80b-3a7c829ec97c X-Archives-Hash: 04dea5c15f53b6bc9a91ad9468092879 commit: 3f78bf7eb834b720c8adf9fd64006613483150b9 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 4 13:22:30 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 4 13:22:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=3f78bf7e Update copyright years. ChangeLog | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90b04a2..a9bce40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -157,5 +157,5 @@ * emacs.desktop, emacs.png: New files. -Copyright 2007-2015 Gentoo Foundation +Copyright 2007-2017 Gentoo Foundation Distributed under the terms of the GNU General Public License v2 or later diff --git a/Makefile b/Makefile index af7d023..60c3509 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2015 Gentoo Foundation +# Copyright 2007-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later PN = emacs-common-gentoo