diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-16 22:41:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-16 22:41:25 +0000 |
commit | f7b8308ade4cbeb65cf5eee438f63104a69d00a2 (patch) | |
tree | 3a8a8f11431886469490ed22d1ef75bd450c5a6a /bin | |
parent | Update copyright info, file headers say GPL-2 or later. (diff) | |
download | eselect-f7b8308ade4cbeb65cf5eee438f63104a69d00a2.tar.gz eselect-f7b8308ade4cbeb65cf5eee438f63104a69d00a2.tar.bz2 eselect-f7b8308ade4cbeb65cf5eee438f63104a69d00a2.zip |
Update output of es_do_version from file header.
svn path=/trunk/; revision=765
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/eselect.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/eselect.in b/bin/eselect.in index 6f857f5..284852c 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -105,7 +105,7 @@ es_do_version() { echo "eselect ${ESELECT_VERSION}" echo echo "Copyright (c) 2005-2010 Gentoo Foundation." - echo "Distributed under the terms of the GNU General Public License v2." + echo "Distributed under the terms of the GNU GPL version 2 or later." } # es_do_list_options |