diff options
40 files changed, 68 insertions, 68 deletions
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions. Copyright --------- -eselect is Copyright (c) 2005-2011 Gentoo Foundation. This code is +eselect is Copyright (c) 2005-2012 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 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." } diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 335fa85..27e671b 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -34,8 +34,8 @@ and ``set``, plus the standard ``help``, ``usage``, and ``version`` actions, and is installed to ``$(datadir)/eselect/modules/`` :: # -*-eselect-*- vim: ft=eselect - # Copyright 2005-2011 Gentoo Foundation - # Distributed under the terms of the GNU General Public License v2 or later + # Copyright 2005-2012 Gentoo Foundation + # Distributed under the terms of the GNU GPL version 2 or later # $Id: $ DESCRIPTION="Manage the /usr/src/linux symlink" diff --git a/libs/config.bash.in b/libs/config.bash.in index 1d4de87..ace28d8 100644 --- a/libs/config.bash.in +++ b/libs/config.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/core.bash.in b/libs/core.bash.in index ed5948b..2d83ed1 100644 --- a/libs/core.bash.in +++ b/libs/core.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/default.eselect.in b/libs/default.eselect.in index 4e3c98e..a65cf36 100644 --- a/libs/default.eselect.in +++ b/libs/default.eselect.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in index 1706792..1919552 100644 --- a/libs/editor-variable.bash.in +++ b/libs/editor-variable.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/manip.bash.in b/libs/manip.bash.in index d90ce66..b17ee3d 100644 --- a/libs/manip.bash.in +++ b/libs/manip.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in index 004f7b3..3591580 100644 --- a/libs/multilib.bash.in +++ b/libs/multilib.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/output.bash.in b/libs/output.bash.in index 98df197..7ab66d5 100644 --- a/libs/output.bash.in +++ b/libs/output.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in index 941f16e..fb85865 100644 --- a/libs/package-manager.bash.in +++ b/libs/package-manager.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in index 19b7b1c..f1467c4 100644 --- a/libs/path-manipulation.bash.in +++ b/libs/path-manipulation.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/libs/skel.bash.in b/libs/skel.bash.in index 937459a..482e881 100644 --- a/libs/skel.bash.in +++ b/libs/skel.bash.in @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 1999-2011 Gentoo Foundation +# Copyright (c) 2006-2012 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 c182755..e379063 100644 --- a/libs/tests.bash.in +++ b/libs/tests.bash.in @@ -1,5 +1,5 @@ # -*-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. # diff --git a/man/bashcomp.eselect.5 b/man/bashcomp.eselect.5 index 8173cb1..343081b 100644 --- a/man/bashcomp.eselect.5 +++ b/man/bashcomp.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2005-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2005-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect diff --git a/man/binutils.eselect.5 b/man/binutils.eselect.5 index 9f6cd7b..df17ee9 100644 --- a/man/binutils.eselect.5 +++ b/man/binutils.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2005-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2005-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH binutils.eselect 5 "April 2009" "Gentoo Linux" eselect diff --git a/man/editor.eselect.5 b/man/editor.eselect.5 index 34b0471..c4cb633 100644 --- a/man/editor.eselect.5 +++ b/man/editor.eselect.5 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2009-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 or later +.\" Copyright 2009-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 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 122a0a3..2c29573 100644 --- a/man/env.eselect.5 +++ b/man/env.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2005-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2005-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH env.eselect 5 "December 2009" "Gentoo Linux" eselect diff --git a/man/eselect.1 b/man/eselect.1 index 06bdcac..a7da22c 100644 --- a/man/eselect.1 +++ b/man/eselect.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2005-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2005-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH ESELECT 1 "October 2011" "Gentoo Linux" eselect diff --git a/man/kernel.eselect.5 b/man/kernel.eselect.5 index e0f317c..6937b6f 100644 --- a/man/kernel.eselect.5 +++ b/man/kernel.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2005-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2005-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH kernel.eselect 5 "April 2009" "Gentoo Linux" eselect diff --git a/man/news.eselect.5 b/man/news.eselect.5 index dd31f62..2fd80cd 100644 --- a/man/news.eselect.5 +++ b/man/news.eselect.5 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2009-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 or later +.\" Copyright 2009-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH news.eselect 5 "October 2011" "Gentoo Linux" eselect diff --git a/man/pager.eselect.5 b/man/pager.eselect.5 index 48b9208..2b0df3f 100644 --- a/man/pager.eselect.5 +++ b/man/pager.eselect.5 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2009-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 or later +.\" Copyright 2009-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 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 44fdb17..5b9affd 100644 --- a/man/profile.eselect.5 +++ b/man/profile.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2005-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2005-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect diff --git a/man/rc.eselect.5 b/man/rc.eselect.5 index 0c51efb..61be5b4 100644 --- a/man/rc.eselect.5 +++ b/man/rc.eselect.5 @@ -1,5 +1,5 @@ -.\" Copyright 2005-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 +.\" Copyright 2005-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH rc.eselect 5 "June 2009" "Gentoo Linux" eselect diff --git a/man/visual.eselect.5 b/man/visual.eselect.5 index 4f711e9..93132b3 100644 --- a/man/visual.eselect.5 +++ b/man/visual.eselect.5 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2009-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 or later +.\" Copyright 2009-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" .TH visual.eselect 5 "June 2009" "Gentoo Linux" eselect diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp index 28f8ada..e109d12 100644 --- a/misc/eselect.bashcomp +++ b/misc/eselect.bashcomp @@ -1,6 +1,6 @@ # -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et : -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ # bash command-line completion for eselect diff --git a/modules/bashcomp.eselect b/modules/bashcomp.eselect index c831ba5..cbea89c 100644 --- a/modules/bashcomp.eselect +++ b/modules/bashcomp.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ DESCRIPTION="Manage contributed bash-completion scripts" diff --git a/modules/binutils.eselect b/modules/binutils.eselect index 65ee9b2..efff857 100644 --- a/modules/binutils.eselect +++ b/modules/binutils.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ inherit config package-manager diff --git a/modules/config.eselect b/modules/config.eselect index b54bee9..1cdaf93 100644 --- a/modules/config.eselect +++ b/modules/config.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ inherit portage diff --git a/modules/cow.eselect b/modules/cow.eselect index e1b6719..18c7029 100644 --- a/modules/cow.eselect +++ b/modules/cow.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ DESCRIPTION="Do things to a cow" diff --git a/modules/editor.eselect b/modules/editor.eselect index a58194f..c09cdf1 100644 --- a/modules/editor.eselect +++ b/modules/editor.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or later +# Copyright 2009-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ EDITOR_VAR="EDITOR" diff --git a/modules/env.eselect b/modules/env.eselect index 52863b6..2c37327 100644 --- a/modules/env.eselect +++ b/modules/env.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ inherit config multilib package-manager diff --git a/modules/kernel.eselect b/modules/kernel.eselect index 0ca28fd..7a76361 100644 --- a/modules/kernel.eselect +++ b/modules/kernel.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2005-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or later +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ DESCRIPTION="Manage the /usr/src/linux symlink" diff --git a/modules/locale.eselect b/modules/locale.eselect index e469b97..4a530fd 100644 --- a/modules/locale.eselect +++ b/modules/locale.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2005-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or later +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ inherit config diff --git a/modules/modules.eselect b/modules/modules.eselect index 33682cc..f664cee 100644 --- a/modules/modules.eselect +++ b/modules/modules.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2006-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ DESCRIPTION="A module for querying modules. By default, it lists all available modules" diff --git a/modules/news.eselect b/modules/news.eselect index ee605e2..e156b7e 100644 --- a/modules/news.eselect +++ b/modules/news.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2005-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or later +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ inherit package-manager diff --git a/modules/pager.eselect b/modules/pager.eselect index 9770d75..2a4db05 100644 --- a/modules/pager.eselect +++ b/modules/pager.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or later +# Copyright 2009-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ EDITOR_VAR="PAGER" diff --git a/modules/profile.eselect b/modules/profile.eselect index 22c2fe8..e381474 100644 --- a/modules/profile.eselect +++ b/modules/profile.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2005-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or later +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ # This is a portage-only module. diff --git a/modules/rc.eselect b/modules/rc.eselect index 03fdec7..6ada703 100644 --- a/modules/rc.eselect +++ b/modules/rc.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ inherit config diff --git a/modules/visual.eselect b/modules/visual.eselect index ac32e7d..ec3c610 100644 --- a/modules/visual.eselect +++ b/modules/visual.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or later +# Copyright 2009-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ EDITOR_VAR="VISUAL" |