aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-01-21 11:04:25 +0000
committerUlrich Müller <ulm@gentoo.org>2012-01-21 11:04:25 +0000
commitfc455f606e0cd39de83fecf365bf6fd5461d0570 (patch)
tree6d5c3e0ca6c6e77fce21b140991d29234a592084 /bin
parentAdd svn:mime-type for utf-8 encoded man pages. (diff)
downloadeselect-fc455f606e0cd39de83fecf365bf6fd5461d0570.tar.gz
eselect-fc455f606e0cd39de83fecf365bf6fd5461d0570.tar.bz2
eselect-fc455f606e0cd39de83fecf365bf6fd5461d0570.zip
Update years. Fix copyright headers, eselect has always been GPL-2 or later.
svn path=/trunk/; revision=859
Diffstat (limited to 'bin')
-rwxr-xr-xbin/eselect.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/eselect.in b/bin/eselect.in
index 4b096e5..41b6093 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2011 Gentoo Foundation
+# Copyright (c) 2005-2012 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
@@ -101,7 +101,7 @@ es_do_help() {
es_do_version() {
echo "eselect ${ESELECT_VERSION}"
echo
- echo "Copyright (c) 2005-2011 Gentoo Foundation."
+ echo "Copyright (c) 2005-2012 Gentoo Foundation."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}