diff options
author | 2012-01-21 11:04:25 +0000 | |
---|---|---|
committer | 2012-01-21 11:04:25 +0000 | |
commit | fc455f606e0cd39de83fecf365bf6fd5461d0570 (patch) | |
tree | 6d5c3e0ca6c6e77fce21b140991d29234a592084 /bin | |
parent | Add svn:mime-type for utf-8 encoded man pages. (diff) | |
download | eselect-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-x | bin/eselect.in | 4 |
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." } |