aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2013-02-14 09:24:28 -0700
committerDenis Dupeyron <calchan@gentoo.org>2013-02-14 09:24:28 -0700
commit32693a706061ad9f5b6f2863b7d6484d68618a69 (patch)
tree0bf4a92677bff00ea39e62dd14412af993ccec25
parentsci-libs/mkl: Add KEYWORDS, #342185 (diff)
downloadsci-32693a706061ad9f5b6f2863b7d6484d68618a69.tar.gz
sci-32693a706061ad9f5b6f2863b7d6484d68618a69.tar.bz2
sci-32693a706061ad9f5b6f2863b7d6484d68618a69.zip
Prepare alternatives-2.eclass for the main tree
Following discussion with the original authors, cleanup header and copyrights to prepare alternatives-2.eclass to be moved to the main tree. Watch out as repoman will likely complain about the top copyright being 2010-2013 instead of the usual 1999-2013. Make sure this 2010 start date stays in place in the future.
-rw-r--r--eclass/alternatives-2.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
index 3b547fead..16caa51d7 100644
--- a/eclass/alternatives-2.eclass
+++ b/eclass/alternatives-2.eclass
@@ -1,8 +1,11 @@
+# Copyright 2010-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $
+
+# Based in part upon 'alternatives.exlib' from Exherbo, which is:
# Copyright 2008, 2009 Bo Ørsted Andresen
# Copyright 2008, 2009 Mike Kelly
# Copyright 2009 David Leverton
-# 2010: Adapted for Gentoo by Sebastien Fabbro, who does not like copyrights
-# Distributed under the terms of the GNU General Public License v2
# If your package provides pkg_postinst or pkg_prerm phases, you need to be
# sure you explicitly run alternatives_pkg_{postinst,prerm} where appropriate.