aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-01-01 11:11:41 +0000
committerUlrich Müller <ulm@gentoo.org>2010-01-01 11:11:41 +0000
commit233024ec053da283389fd82f7385104306907068 (patch)
treed5a6df9e24b7b6fa5c9292f9ee11db8eab083ac4
parentUpdate list of options in man page. (diff)
downloadeselect-233024ec053da283389fd82f7385104306907068.tar.gz
eselect-233024ec053da283389fd82f7385104306907068.tar.bz2
eselect-233024ec053da283389fd82f7385104306907068.zip
Happy new year 2010!
svn path=/trunk/; revision=752
-rw-r--r--README2
-rwxr-xr-xbin/eselect.in4
-rw-r--r--doc/developer-guide.txt2
-rw-r--r--libs/config.bash.in2
-rw-r--r--libs/core.bash.in2
-rw-r--r--libs/default.eselect.in2
-rw-r--r--libs/editor-variable.bash.in2
-rw-r--r--libs/manip.bash.in2
-rw-r--r--libs/multilib.bash.in2
-rw-r--r--libs/output.bash.in2
-rw-r--r--libs/package-manager.bash.in2
-rw-r--r--libs/path-manipulation.bash.in2
-rw-r--r--libs/skel.bash.in2
-rw-r--r--libs/tests.bash.in2
-rw-r--r--man/bashcomp.eselect.52
-rw-r--r--man/binutils.eselect.52
-rw-r--r--man/editor.eselect.52
-rw-r--r--man/env.eselect.52
-rw-r--r--man/eselect.12
-rw-r--r--man/kernel.eselect.52
-rw-r--r--man/news.eselect.52
-rw-r--r--man/pager.eselect.52
-rw-r--r--man/profile.eselect.52
-rw-r--r--man/rc.eselect.52
-rw-r--r--man/visual.eselect.52
-rw-r--r--misc/eselect.bashcomp2
-rw-r--r--modules/bashcomp.eselect2
-rw-r--r--modules/binutils.eselect2
-rw-r--r--modules/config.eselect2
-rw-r--r--modules/cow.eselect2
-rw-r--r--modules/editor.eselect2
-rw-r--r--modules/env.eselect2
-rw-r--r--modules/kernel.eselect2
-rw-r--r--modules/modules.eselect2
-rw-r--r--modules/news.eselect2
-rw-r--r--modules/pager.eselect2
-rw-r--r--modules/profile.eselect2
-rw-r--r--modules/rc.eselect2
-rw-r--r--modules/visual.eselect2
39 files changed, 40 insertions, 40 deletions
diff --git a/README b/README
index 09a8cee..55d3888 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions.
Copyright
---------
-eselect is Copyright (c) 2005-2009 Gentoo Foundation. This code is
+eselect is Copyright (c) 2005-2010 Gentoo Foundation. This code is
distributed under the terms of the GNU General Public License v2.
Style Notes
diff --git a/bin/eselect.in b/bin/eselect.in
index 5dbad5d..6f857f5 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
@@ -104,7 +104,7 @@ es_do_help() {
es_do_version() {
echo "eselect ${ESELECT_VERSION}"
echo
- echo "Copyright (c) 2005-2009 Gentoo Foundation."
+ echo "Copyright (c) 2005-2010 Gentoo Foundation."
echo "Distributed under the terms of the GNU General Public License v2."
}
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index a9635ed..701e547 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -35,7 +35,7 @@ to ``$(datadir)/eselect/modules/`` ::
# -*-eselect-*- vim: ft=eselect
- # Copyright 1999-2005 Gentoo Foundation
+ # Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: $
diff --git a/libs/config.bash.in b/libs/config.bash.in
index 3653abb..302ad01 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/core.bash.in b/libs/core.bash.in
index 55955af..f8f1b0d 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/default.eselect.in b/libs/default.eselect.in
index f5a7ab0..c663a41 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
index 2e0859b..8a8697c 100644
--- a/libs/editor-variable.bash.in
+++ b/libs/editor-variable.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/manip.bash.in b/libs/manip.bash.in
index 8466e7c..e1b9bea 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
index 15ca1a5..2670809 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/output.bash.in b/libs/output.bash.in
index 7f2759e..1dbc08b 100644
--- a/libs/output.bash.in
+++ b/libs/output.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index 031c79a..d92f40b 100644
--- a/libs/package-manager.bash.in
+++ b/libs/package-manager.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in
index 2ff75a2..8be6385 100644
--- a/libs/path-manipulation.bash.in
+++ b/libs/path-manipulation.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/skel.bash.in b/libs/skel.bash.in
index a6343c5..510c131 100644
--- a/libs/skel.bash.in
+++ b/libs/skel.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 1999-2009 Gentoo Foundation
+# Copyright (c) 1999-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/tests.bash.in b/libs/tests.bash.in
index 09cdeaa..2f84caa 100644
--- a/libs/tests.bash.in
+++ b/libs/tests.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
diff --git a/man/bashcomp.eselect.5 b/man/bashcomp.eselect.5
index e18ed36..dae748f 100644
--- a/man/bashcomp.eselect.5
+++ b/man/bashcomp.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2009 Gentoo Foundation
+.\" Copyright 2005-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/binutils.eselect.5 b/man/binutils.eselect.5
index 930accf..bd90362 100644
--- a/man/binutils.eselect.5
+++ b/man/binutils.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2009 Gentoo Foundation
+.\" Copyright 2005-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
index e334c5e..74852f3 100644
--- a/man/editor.eselect.5
+++ b/man/editor.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2009 Gentoo Foundation
+.\" Copyright 2009-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/env.eselect.5 b/man/env.eselect.5
index 6da5086..3ffb21f 100644
--- a/man/env.eselect.5
+++ b/man/env.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2009 Gentoo Foundation
+.\" Copyright 2005-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/eselect.1 b/man/eselect.1
index 92b6214..43e3113 100644
--- a/man/eselect.1
+++ b/man/eselect.1
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2009 Gentoo Foundation
+.\" Copyright 2005-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/kernel.eselect.5 b/man/kernel.eselect.5
index 298da7d..9be8feb 100644
--- a/man/kernel.eselect.5
+++ b/man/kernel.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2009 Gentoo Foundation
+.\" Copyright 2005-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/news.eselect.5 b/man/news.eselect.5
index b5c5477..ab7ced4 100644
--- a/man/news.eselect.5
+++ b/man/news.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2009 Gentoo Foundation
+.\" Copyright 2009-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
index 8067ec9..d3e0495 100644
--- a/man/pager.eselect.5
+++ b/man/pager.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2009 Gentoo Foundation
+.\" Copyright 2009-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/profile.eselect.5 b/man/profile.eselect.5
index e336f53..233a21d 100644
--- a/man/profile.eselect.5
+++ b/man/profile.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2009 Gentoo Foundation
+.\" Copyright 2005-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/rc.eselect.5 b/man/rc.eselect.5
index 79d9045..6b76ff2 100644
--- a/man/rc.eselect.5
+++ b/man/rc.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2009 Gentoo Foundation
+.\" Copyright 2005-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/man/visual.eselect.5 b/man/visual.eselect.5
index db3d7e4..12b0609 100644
--- a/man/visual.eselect.5
+++ b/man/visual.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2009 Gentoo Foundation
+.\" Copyright 2009-2010 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index 97cc173..0f248ce 100644
--- a/misc/eselect.bashcomp
+++ b/misc/eselect.bashcomp
@@ -1,5 +1,5 @@
# -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et :
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/bashcomp.eselect b/modules/bashcomp.eselect
index 1eb1f74..75752be 100644
--- a/modules/bashcomp.eselect
+++ b/modules/bashcomp.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/binutils.eselect b/modules/binutils.eselect
index 6106826..2160b53 100644
--- a/modules/binutils.eselect
+++ b/modules/binutils.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/config.eselect b/modules/config.eselect
index 8e369b3..acf00ab 100644
--- a/modules/config.eselect
+++ b/modules/config.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/cow.eselect b/modules/cow.eselect
index d8dbf99..374280d 100644
--- a/modules/cow.eselect
+++ b/modules/cow.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/editor.eselect b/modules/editor.eselect
index f63aa8a..b786bce 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2009 Gentoo Foundation
+# Copyright 2009-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/env.eselect b/modules/env.eselect
index aa10d67..f6c7409 100644
--- a/modules/env.eselect
+++ b/modules/env.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/kernel.eselect b/modules/kernel.eselect
index 6dac537..fc091a1 100644
--- a/modules/kernel.eselect
+++ b/modules/kernel.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/modules.eselect b/modules/modules.eselect
index 2eaa039..68520e8 100644
--- a/modules/modules.eselect
+++ b/modules/modules.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/news.eselect b/modules/news.eselect
index f8e6c96..67b26f5 100644
--- a/modules/news.eselect
+++ b/modules/news.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2009 Gentoo Foundation
+# Copyright 2005-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/pager.eselect b/modules/pager.eselect
index db88f0a..127813c 100644
--- a/modules/pager.eselect
+++ b/modules/pager.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2009 Gentoo Foundation
+# Copyright 2009-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/profile.eselect b/modules/profile.eselect
index 11e90d2..ff8129d 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/rc.eselect b/modules/rc.eselect
index b8b851a..da6627f 100644
--- a/modules/rc.eselect
+++ b/modules/rc.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/modules/visual.eselect b/modules/visual.eselect
index e184439..d24772c 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2009 Gentoo Foundation
+# Copyright 2009-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$