From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-science+bounces-1889-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 43D41138247
	for <garchives@archives.gentoo.org>; Mon, 20 Jan 2014 17:53:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B46D2E0C71;
	Mon, 20 Jan 2014 17:53:23 +0000 (UTC)
Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E61D8E0BDE
	for <gentoo-science@lists.gentoo.org>; Mon, 20 Jan 2014 17:53:22 +0000 (UTC)
Received: by mail-ea0-f182.google.com with SMTP id r15so2445151ead.13
        for <gentoo-science@lists.gentoo.org>; Mon, 20 Jan 2014 09:53:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=from:to:subject:date:message-id:in-reply-to:references:mime-version
         :content-type:content-transfer-encoding;
        bh=Eq4N9CYbpEP2+pbPJwzmZmeS6ecDqN5an8kdYUtkoq0=;
        b=Oz5NIDe+pIXghYVPPe11YLcrKTf+UdOmMC0yK0foz6tKn3dkqYlC+BuX11QX5I9uxj
         RVETAGAe29K2E5HcAaEeebQ/TKnbsKNhT6kDgZkB7KxA3kXjW9K6zcafuS4F8nZXcLbw
         jHG7dRKly4ZdD0D+AGO5o1PAxE2B1qCnFbsg4NLoT4iEpi7+vx7e/XHZ31iZdCyjESUT
         Py4DdFYoDCaK7b0fuL7Yke9mMwU5pD8F5wB127MhRDGl4BcJ5IiLPqqYLKO08npjZs9Z
         kvdzaTBG6V3Cji85lT5ogb2FOehdz8J8d87DclFUzGPMXLSvsPIhwZe6li1LUB94q6Wk
         xU8Q==
X-Received: by 10.14.87.195 with SMTP id y43mr18924967eee.32.1390240401687;
        Mon, 20 Jan 2014 09:53:21 -0800 (PST)
Received: from localhost.localdomain (dsl-trebrasgw2-58c0d8-67.dhcp.inet.fi. [88.192.216.67])
        by mx.google.com with ESMTPSA id o47sm5514777eem.21.2014.01.20.09.53.21
        for <gentoo-science@lists.gentoo.org>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Mon, 20 Jan 2014 09:53:21 -0800 (PST)
From: Reinis Danne <rei4dan@gmail.com>
To: gentoo-science@lists.gentoo.org
Subject: [gentoo-science] [PATCH 01/10] alternatives-2.eclass: Update copyright
Date: Mon, 20 Jan 2014 19:53:03 +0200
Message-Id: <1390240392-12173-2-git-send-email-rei4dan@gmail.com>
X-Mailer: git-send-email 1.8.5.3
In-Reply-To: <1390240392-12173-1-git-send-email-rei4dan@gmail.com>
References: <1390240392-12173-1-git-send-email-rei4dan@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-science@lists.gentoo.org>
List-Help: <mailto:gentoo-science+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-science+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-science+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-science.gentoo.org>
X-BeenThere: gentoo-science@lists.gentoo.org
Reply-to: gentoo-science@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Archives-Salt: e77af15d-e1ba-4f5a-b28a-e94f548b3777
X-Archives-Hash: c0d5241c6c06e74bae612ad866f3e842

---
 eclass/alternatives-2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
index 38a0328..5c42298 100644
--- a/eclass/alternatives-2.eclass
+++ b/eclass/alternatives-2.eclass
@@ -1,6 +1,6 @@
-# Copyright 2010-2013 Gentoo Foundation
+# Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-#  $
+# $Header: $
 
 # Based in part upon 'alternatives.exlib' from Exherbo, which is:
 # Copyright 2008, 2009 Bo Ørsted Andresen
-- 
1.8.5.3