diff options
39 files changed, 48 insertions, 48 deletions
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions. Copyright --------- -eselect is Copyright (c) 2005-2010 Gentoo Foundation. This code is +eselect is Copyright (c) 2005-2011 Gentoo Foundation. This code is distributed under the terms of the GNU General Public License version 2 or later. diff --git a/bin/eselect.in b/bin/eselect.in index 284852c..7ea66c7 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -1,6 +1,6 @@ #!@BASH@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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-2010 Gentoo Foundation." + echo "Copyright (c) 2005-2011 Gentoo Foundation." echo "Distributed under the terms of the GNU GPL version 2 or later." } diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 701e547..fb27e28 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-2010 Gentoo Foundation + # Copyright 1999-2011 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 302ad01..1d4de87 100644 --- a/libs/config.bash.in +++ b/libs/config.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 f8f1b0d..ed5948b 100644 --- a/libs/core.bash.in +++ b/libs/core.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 c663a41..ef59056 100644 --- a/libs/default.eselect.in +++ b/libs/default.eselect.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 021fde5..73e1038 100644 --- a/libs/editor-variable.bash.in +++ b/libs/editor-variable.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 e1b9bea..d90ce66 100644 --- a/libs/manip.bash.in +++ b/libs/manip.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 2670809..004f7b3 100644 --- a/libs/multilib.bash.in +++ b/libs/multilib.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 1dbc08b..98df197 100644 --- a/libs/output.bash.in +++ b/libs/output.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 5fa4a72..d7ab327 100644 --- a/libs/package-manager.bash.in +++ b/libs/package-manager.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 8be6385..a77d5e7 100644 --- a/libs/path-manipulation.bash.in +++ b/libs/path-manipulation.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 510c131..937459a 100644 --- a/libs/skel.bash.in +++ b/libs/skel.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 1999-2010 Gentoo Foundation +# Copyright (c) 1999-2011 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 2f84caa..c182755 100644 --- a/libs/tests.bash.in +++ b/libs/tests.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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 dae748f..8173cb1 100644 --- a/man/bashcomp.eselect.5 +++ b/man/bashcomp.eselect.5 @@ -1,4 +1,4 @@ -.\" Copyright 2005-2010 Gentoo Foundation +.\" Copyright 2005-2011 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 bd90362..9f6cd7b 100644 --- a/man/binutils.eselect.5 +++ b/man/binutils.eselect.5 @@ -1,4 +1,4 @@ -.\" Copyright 2005-2010 Gentoo Foundation +.\" Copyright 2005-2011 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 74852f3..8314253 100644 --- a/man/editor.eselect.5 +++ b/man/editor.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2009-2010 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2009-2011 Gentoo Foundation +.\" Distributed under the terms of the GNU General Public License v2 or later .\" $Id$ .\" .TH editor.eselect 5 "June 2009" "Gentoo Linux" eselect diff --git a/man/env.eselect.5 b/man/env.eselect.5 index 3ffb21f..122a0a3 100644 --- a/man/env.eselect.5 +++ b/man/env.eselect.5 @@ -1,4 +1,4 @@ -.\" Copyright 2005-2010 Gentoo Foundation +.\" Copyright 2005-2011 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 43e3113..9633ab6 100644 --- a/man/eselect.1 +++ b/man/eselect.1 @@ -1,4 +1,4 @@ -.\" Copyright 2005-2010 Gentoo Foundation +.\" Copyright 2005-2011 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 9be8feb..e0f317c 100644 --- a/man/kernel.eselect.5 +++ b/man/kernel.eselect.5 @@ -1,4 +1,4 @@ -.\" Copyright 2005-2010 Gentoo Foundation +.\" Copyright 2005-2011 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 347f87f..e82f51f 100644 --- a/man/news.eselect.5 +++ b/man/news.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2009-2010 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2009-2011 Gentoo Foundation +.\" Distributed under the terms of the GNU General Public License v2 or later .\" $Id$ .\" .TH news.eselect 5 "November 2010" "Gentoo Linux" eselect diff --git a/man/pager.eselect.5 b/man/pager.eselect.5 index d3e0495..cc572b7 100644 --- a/man/pager.eselect.5 +++ b/man/pager.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2009-2010 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2009-2011 Gentoo Foundation +.\" Distributed under the terms of the GNU General Public License v2 or later .\" $Id$ .\" .TH pager.eselect 5 "June 2009" "Gentoo Linux" eselect diff --git a/man/profile.eselect.5 b/man/profile.eselect.5 index 233a21d..44fdb17 100644 --- a/man/profile.eselect.5 +++ b/man/profile.eselect.5 @@ -1,4 +1,4 @@ -.\" Copyright 2005-2010 Gentoo Foundation +.\" Copyright 2005-2011 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 6b76ff2..0c51efb 100644 --- a/man/rc.eselect.5 +++ b/man/rc.eselect.5 @@ -1,4 +1,4 @@ -.\" Copyright 2005-2010 Gentoo Foundation +.\" Copyright 2005-2011 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 12b0609..51ff745 100644 --- a/man/visual.eselect.5 +++ b/man/visual.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2009-2010 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2009-2011 Gentoo Foundation +.\" Distributed under the terms of the GNU General Public License v2 or later .\" $Id$ .\" .TH visual.eselect 5 "June 2009" "Gentoo Linux" eselect diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp index 1bbaa22..32e525d 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-2010 Gentoo Foundation +# Copyright 1999-2011 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 75752be..862c309 100644 --- a/modules/bashcomp.eselect +++ b/modules/bashcomp.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 2160b53..65ee9b2 100644 --- a/modules/binutils.eselect +++ b/modules/binutils.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 acf00ab..b54bee9 100644 --- a/modules/config.eselect +++ b/modules/config.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 374280d..e1b6719 100644 --- a/modules/cow.eselect +++ b/modules/cow.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 56774d1..8395a37 100644 --- a/modules/editor.eselect +++ b/modules/editor.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2009-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 or later # $Id$ EDITOR_VAR="EDITOR" diff --git a/modules/env.eselect b/modules/env.eselect index 9e08711..acb88ea 100644 --- a/modules/env.eselect +++ b/modules/env.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 fc091a1..f2ade0b 100644 --- a/modules/kernel.eselect +++ b/modules/kernel.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 68520e8..33682cc 100644 --- a/modules/modules.eselect +++ b/modules/modules.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 445edbc..349f0af 100644 --- a/modules/news.eselect +++ b/modules/news.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2005-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 or later # $Id$ inherit package-manager diff --git a/modules/pager.eselect b/modules/pager.eselect index 127813c..9770d75 100644 --- a/modules/pager.eselect +++ b/modules/pager.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2009-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 or later # $Id$ EDITOR_VAR="PAGER" diff --git a/modules/profile.eselect b/modules/profile.eselect index ff8129d..c8dfbba 100644 --- a/modules/profile.eselect +++ b/modules/profile.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 da6627f..03fdec7 100644 --- a/modules/rc.eselect +++ b/modules/rc.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 995b78a..50c57e1 100644 --- a/modules/visual.eselect +++ b/modules/visual.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2009-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 or later # $Id$ EDITOR_VAR="VISUAL" |