public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/eselect:master commit in: man/, libs/, /, misc/, bin/, modules/
@ 2014-01-19 16:30 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2014-01-19 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8a30d5a0000854312a29921f74d5454b7a78e319
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 16:32:55 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 16:32:55 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=8a30d5a0

Happy new year 2014!

---
 README                         | 2 +-
 bin/eselect.in                 | 4 ++--
 libs/config.bash.in            | 2 +-
 libs/core.bash.in              | 2 +-
 libs/default.eselect.in        | 2 +-
 libs/editor-variable.bash.in   | 2 +-
 libs/manip.bash.in             | 2 +-
 libs/multilib.bash.in          | 2 +-
 libs/output.bash.in            | 2 +-
 libs/package-manager.bash.in   | 2 +-
 libs/path-manipulation.bash.in | 2 +-
 libs/skel.bash.in              | 2 +-
 libs/tests.bash.in             | 2 +-
 man/binutils.eselect.5         | 2 +-
 man/editor.eselect.5           | 2 +-
 man/env.eselect.5              | 2 +-
 man/eselect.1                  | 2 +-
 man/kernel.eselect.5           | 2 +-
 man/news.eselect.5             | 2 +-
 man/pager.eselect.5            | 2 +-
 man/profile.eselect.5          | 2 +-
 man/rc.eselect.5               | 2 +-
 man/visual.eselect.5           | 2 +-
 misc/eselect-mode.el           | 2 +-
 misc/eselect.bashcomp          | 2 +-
 modules/binutils.eselect       | 2 +-
 modules/config.eselect         | 2 +-
 modules/cow.eselect            | 2 +-
 modules/editor.eselect         | 2 +-
 modules/env.eselect            | 2 +-
 modules/kernel.eselect         | 2 +-
 modules/locale.eselect         | 2 +-
 modules/modules.eselect        | 2 +-
 modules/news.eselect           | 2 +-
 modules/pager.eselect          | 2 +-
 modules/profile.eselect        | 2 +-
 modules/rc.eselect             | 2 +-
 modules/visual.eselect         | 2 +-
 38 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/README b/README
index eed5668..9563463 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions.
 Copyright
 ---------
 
-eselect is Copyright (c) 2005-2013 Gentoo Foundation. This code is
+eselect is Copyright (c) 2005-2014 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 15118f1..70e1c20 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
 #!@BASH@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #
@@ -96,7 +96,7 @@ es_do_help() {
 es_do_version() {
 	echo "eselect ${ESELECT_VERSION}"
 	echo
-	echo "Copyright (c) 2005-2013 Gentoo Foundation."
+	echo "Copyright (c) 2005-2014 Gentoo Foundation."
 	echo "Distributed under the terms of the GNU GPL version 2 or later."
 }
 

diff --git a/libs/config.bash.in b/libs/config.bash.in
index e5e0089..38592f4 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/core.bash.in b/libs/core.bash.in
index 64dbede..1384188 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/default.eselect.in b/libs/default.eselect.in
index 844cc5c..87c77d3 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
index e377832..b0c8e5f 100644
--- a/libs/editor-variable.bash.in
+++ b/libs/editor-variable.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/manip.bash.in b/libs/manip.bash.in
index 8a49585..60deefb 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
index 743de22..5793104 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/output.bash.in b/libs/output.bash.in
index 92c367b..140de9e 100644
--- a/libs/output.bash.in
+++ b/libs/output.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index 7cf31b5..f9bc029 100644
--- a/libs/package-manager.bash.in
+++ b/libs/package-manager.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in
index 0e02e0a..f21cda2 100644
--- a/libs/path-manipulation.bash.in
+++ b/libs/path-manipulation.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/skel.bash.in b/libs/skel.bash.in
index 6559370..5ece431 100644
--- a/libs/skel.bash.in
+++ b/libs/skel.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2006-2013 Gentoo Foundation
+# Copyright (c) 2006-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/tests.bash.in b/libs/tests.bash.in
index 4abef56..eeafc94 100644
--- a/libs/tests.bash.in
+++ b/libs/tests.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/man/binutils.eselect.5 b/man/binutils.eselect.5
index 4608dc5..e440b98 100644
--- a/man/binutils.eselect.5
+++ b/man/binutils.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2013 Gentoo Foundation
+.\" Copyright 2005-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH binutils.eselect 5 "April 2009" "Gentoo Linux" eselect

diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
index 5f835c5..e90b82a 100644
--- a/man/editor.eselect.5
+++ b/man/editor.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2013 Gentoo Foundation
+.\" Copyright 2009-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH editor.eselect 5 "September 2012" "Gentoo Linux" eselect

diff --git a/man/env.eselect.5 b/man/env.eselect.5
index 865bb66..8c941a3 100644
--- a/man/env.eselect.5
+++ b/man/env.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2013 Gentoo Foundation
+.\" Copyright 2005-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH env.eselect 5 "December 2009" "Gentoo Linux" eselect

diff --git a/man/eselect.1 b/man/eselect.1
index 12afdf9..7b54412 100644
--- a/man/eselect.1
+++ b/man/eselect.1
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2005-2013 Gentoo Foundation
+.\" Copyright 2005-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH ESELECT 1 "October 2011" "Gentoo Linux" eselect

diff --git a/man/kernel.eselect.5 b/man/kernel.eselect.5
index 8d3e281..2868208 100644
--- a/man/kernel.eselect.5
+++ b/man/kernel.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2013 Gentoo Foundation
+.\" Copyright 2005-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH kernel.eselect 5 "April 2009" "Gentoo Linux" eselect

diff --git a/man/news.eselect.5 b/man/news.eselect.5
index ba78671..187bdbd 100644
--- a/man/news.eselect.5
+++ b/man/news.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2013 Gentoo Foundation
+.\" Copyright 2009-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH news.eselect 5 "October 2011" "Gentoo Linux" eselect

diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
index bbf5778..3dbab4e 100644
--- a/man/pager.eselect.5
+++ b/man/pager.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2013 Gentoo Foundation
+.\" Copyright 2009-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH pager.eselect 5 "September 2012" "Gentoo Linux" eselect

diff --git a/man/profile.eselect.5 b/man/profile.eselect.5
index 1920651..dcd4bd3 100644
--- a/man/profile.eselect.5
+++ b/man/profile.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2013 Gentoo Foundation
+.\" Copyright 2005-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect

diff --git a/man/rc.eselect.5 b/man/rc.eselect.5
index 50a6161..063a60f 100644
--- a/man/rc.eselect.5
+++ b/man/rc.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2013 Gentoo Foundation
+.\" Copyright 2005-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH rc.eselect 5 "June 2009" "Gentoo Linux" eselect

diff --git a/man/visual.eselect.5 b/man/visual.eselect.5
index 512b584..18342e9 100644
--- a/man/visual.eselect.5
+++ b/man/visual.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2013 Gentoo Foundation
+.\" Copyright 2009-2014 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH visual.eselect 5 "September 2012" "Gentoo Linux" eselect

diff --git a/misc/eselect-mode.el b/misc/eselect-mode.el
index 78142dd..d9ffa31 100644
--- a/misc/eselect-mode.el
+++ b/misc/eselect-mode.el
@@ -1,6 +1,6 @@
 ;;; eselect-mode.el --- edit eselect files
 
-;; Copyright (c) 2006-2013 Gentoo Foundation
+;; Copyright (c) 2006-2014 Gentoo Foundation
 
 ;; Author: Matthew Kennedy <mkennedy@gentoo.org>
 ;;	Diego Pettenò <flameeyes@gentoo.org>

diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index 337ab4b..da3e55b 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 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 # bash command-line completion for eselect

diff --git a/modules/binutils.eselect b/modules/binutils.eselect
index a5481ab..b03a2d0 100644
--- a/modules/binutils.eselect
+++ b/modules/binutils.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config package-manager

diff --git a/modules/config.eselect b/modules/config.eselect
index 6ad05f6..dfa3826 100644
--- a/modules/config.eselect
+++ b/modules/config.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit portage

diff --git a/modules/cow.eselect b/modules/cow.eselect
index 0b04df5..6e45bb3 100644
--- a/modules/cow.eselect
+++ b/modules/cow.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 DESCRIPTION="Do things to a cow"

diff --git a/modules/editor.eselect b/modules/editor.eselect
index df7cafa..94a908c 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2013 Gentoo Foundation
+# Copyright 2009-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 EDITOR_VAR="EDITOR"

diff --git a/modules/env.eselect b/modules/env.eselect
index 6c77005..9b2cccf 100644
--- a/modules/env.eselect
+++ b/modules/env.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config multilib package-manager

diff --git a/modules/kernel.eselect b/modules/kernel.eselect
index 87045f8..d21b748 100644
--- a/modules/kernel.eselect
+++ b/modules/kernel.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 DESCRIPTION="Manage the /usr/src/linux symlink"

diff --git a/modules/locale.eselect b/modules/locale.eselect
index 1f2cd29..f26866a 100644
--- a/modules/locale.eselect
+++ b/modules/locale.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config

diff --git a/modules/modules.eselect b/modules/modules.eselect
index 452321d..533f702 100644
--- a/modules/modules.eselect
+++ b/modules/modules.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2006-2013 Gentoo Foundation
+# Copyright 2006-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config

diff --git a/modules/news.eselect b/modules/news.eselect
index c48b9c1..463cbbc 100644
--- a/modules/news.eselect
+++ b/modules/news.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit package-manager

diff --git a/modules/pager.eselect b/modules/pager.eselect
index 4a93752..242dcd1 100644
--- a/modules/pager.eselect
+++ b/modules/pager.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2013 Gentoo Foundation
+# Copyright 2009-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 EDITOR_VAR="PAGER"

diff --git a/modules/profile.eselect b/modules/profile.eselect
index 77533ea..3bd5408 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 # This is a portage-only module.

diff --git a/modules/rc.eselect b/modules/rc.eselect
index dc59ee2..a661445 100644
--- a/modules/rc.eselect
+++ b/modules/rc.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2013 Gentoo Foundation
+# Copyright 2005-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config

diff --git a/modules/visual.eselect b/modules/visual.eselect
index 43b41c7..9c1786e 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2013 Gentoo Foundation
+# Copyright 2009-2014 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 EDITOR_VAR="VISUAL"


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/eselect:master commit in: man/, libs/, /, misc/, bin/, modules/
@ 2013-01-05 13:47 Ulrich Mueller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller @ 2013-01-05 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     afed91ad7f7a329daa3208f3a88cd492f5c97daf
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 00:46:27 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 00:46:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=afed91ad

Happy new year 2013!

---
 README                         |    2 +-
 bin/eselect.in                 |    4 ++--
 libs/config.bash.in            |    2 +-
 libs/core.bash.in              |    2 +-
 libs/default.eselect.in        |    2 +-
 libs/editor-variable.bash.in   |    2 +-
 libs/manip.bash.in             |    2 +-
 libs/multilib.bash.in          |    2 +-
 libs/output.bash.in            |    2 +-
 libs/package-manager.bash.in   |    2 +-
 libs/path-manipulation.bash.in |    2 +-
 libs/skel.bash.in              |    2 +-
 libs/tests.bash.in             |    2 +-
 man/bashcomp.eselect.5         |    2 +-
 man/binutils.eselect.5         |    2 +-
 man/editor.eselect.5           |    2 +-
 man/env.eselect.5              |    2 +-
 man/eselect.1                  |    2 +-
 man/kernel.eselect.5           |    2 +-
 man/news.eselect.5             |    2 +-
 man/pager.eselect.5            |    2 +-
 man/profile.eselect.5          |    2 +-
 man/rc.eselect.5               |    2 +-
 man/visual.eselect.5           |    2 +-
 misc/eselect.bashcomp          |    2 +-
 modules/bashcomp.eselect       |    2 +-
 modules/binutils.eselect       |    2 +-
 modules/config.eselect         |    2 +-
 modules/cow.eselect            |    2 +-
 modules/editor.eselect         |    2 +-
 modules/env.eselect            |    2 +-
 modules/kernel.eselect         |    2 +-
 modules/locale.eselect         |    2 +-
 modules/modules.eselect        |    2 +-
 modules/news.eselect           |    2 +-
 modules/pager.eselect          |    2 +-
 modules/profile.eselect        |    2 +-
 modules/rc.eselect             |    2 +-
 modules/visual.eselect         |    2 +-
 39 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/README b/README
index 0226bda..1405625 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions.
 Copyright
 ---------
 
-eselect is Copyright (c) 2005-2012 Gentoo Foundation. This code is
+eselect is Copyright (c) 2005-2013 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 95bc77e..3f99f95 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
 #!@BASH@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # 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-2012 Gentoo Foundation."
+	echo "Copyright (c) 2005-2013 Gentoo Foundation."
 	echo "Distributed under the terms of the GNU GPL version 2 or later."
 }
 

diff --git a/libs/config.bash.in b/libs/config.bash.in
index 60bb4c6..9b8cdd8 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/core.bash.in b/libs/core.bash.in
index c59c484..4431a8f 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/default.eselect.in b/libs/default.eselect.in
index b1643a5..e214596 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
index a8d4252..0ddea92 100644
--- a/libs/editor-variable.bash.in
+++ b/libs/editor-variable.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/manip.bash.in b/libs/manip.bash.in
index 0b4952c..8a49585 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
index f8474c6..743de22 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/output.bash.in b/libs/output.bash.in
index 98c5011..fd08844 100644
--- a/libs/output.bash.in
+++ b/libs/output.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index d1ce36e..193c3fb 100644
--- a/libs/package-manager.bash.in
+++ b/libs/package-manager.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in
index 72b8239..aeee4be 100644
--- a/libs/path-manipulation.bash.in
+++ b/libs/path-manipulation.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/skel.bash.in b/libs/skel.bash.in
index 80490b4..a70baca 100644
--- a/libs/skel.bash.in
+++ b/libs/skel.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2006-2012 Gentoo Foundation
+# Copyright (c) 2006-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/tests.bash.in b/libs/tests.bash.in
index e54f1c2..4abef56 100644
--- a/libs/tests.bash.in
+++ b/libs/tests.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2012 Gentoo Foundation
+# Copyright (c) 2005-2013 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/man/bashcomp.eselect.5 b/man/bashcomp.eselect.5
index 1947aa1..eb87dcd 100644
--- a/man/bashcomp.eselect.5
+++ b/man/bashcomp.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2012 Gentoo Foundation
+.\" Copyright 2005-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect

diff --git a/man/binutils.eselect.5 b/man/binutils.eselect.5
index 2a16a47..4608dc5 100644
--- a/man/binutils.eselect.5
+++ b/man/binutils.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2012 Gentoo Foundation
+.\" Copyright 2005-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH binutils.eselect 5 "April 2009" "Gentoo Linux" eselect

diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
index 38aa4a5..5f835c5 100644
--- a/man/editor.eselect.5
+++ b/man/editor.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2012 Gentoo Foundation
+.\" Copyright 2009-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH editor.eselect 5 "September 2012" "Gentoo Linux" eselect

diff --git a/man/env.eselect.5 b/man/env.eselect.5
index c80a5f5..865bb66 100644
--- a/man/env.eselect.5
+++ b/man/env.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2012 Gentoo Foundation
+.\" Copyright 2005-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH env.eselect 5 "December 2009" "Gentoo Linux" eselect

diff --git a/man/eselect.1 b/man/eselect.1
index 8cd7611..12afdf9 100644
--- a/man/eselect.1
+++ b/man/eselect.1
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2005-2012 Gentoo Foundation
+.\" Copyright 2005-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH ESELECT 1 "October 2011" "Gentoo Linux" eselect

diff --git a/man/kernel.eselect.5 b/man/kernel.eselect.5
index f8f9e71..8d3e281 100644
--- a/man/kernel.eselect.5
+++ b/man/kernel.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2012 Gentoo Foundation
+.\" Copyright 2005-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH kernel.eselect 5 "April 2009" "Gentoo Linux" eselect

diff --git a/man/news.eselect.5 b/man/news.eselect.5
index c182cd1..ba78671 100644
--- a/man/news.eselect.5
+++ b/man/news.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2012 Gentoo Foundation
+.\" Copyright 2009-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH news.eselect 5 "October 2011" "Gentoo Linux" eselect

diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
index 56ee9fa..bbf5778 100644
--- a/man/pager.eselect.5
+++ b/man/pager.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2012 Gentoo Foundation
+.\" Copyright 2009-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH pager.eselect 5 "September 2012" "Gentoo Linux" eselect

diff --git a/man/profile.eselect.5 b/man/profile.eselect.5
index a81b6e8..1920651 100644
--- a/man/profile.eselect.5
+++ b/man/profile.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2012 Gentoo Foundation
+.\" Copyright 2005-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect

diff --git a/man/rc.eselect.5 b/man/rc.eselect.5
index ad7ec20..50a6161 100644
--- a/man/rc.eselect.5
+++ b/man/rc.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2012 Gentoo Foundation
+.\" Copyright 2005-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH rc.eselect 5 "June 2009" "Gentoo Linux" eselect

diff --git a/man/visual.eselect.5 b/man/visual.eselect.5
index 0a71f43..512b584 100644
--- a/man/visual.eselect.5
+++ b/man/visual.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2012 Gentoo Foundation
+.\" Copyright 2009-2013 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
 .TH visual.eselect 5 "September 2012" "Gentoo Linux" eselect

diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index f9a3338..30972fe 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 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 # bash command-line completion for eselect

diff --git a/modules/bashcomp.eselect b/modules/bashcomp.eselect
index 20bb82e..d837b67 100644
--- a/modules/bashcomp.eselect
+++ b/modules/bashcomp.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 DESCRIPTION="Manage contributed bash-completion scripts"

diff --git a/modules/binutils.eselect b/modules/binutils.eselect
index 4107d5f..a5481ab 100644
--- a/modules/binutils.eselect
+++ b/modules/binutils.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config package-manager

diff --git a/modules/config.eselect b/modules/config.eselect
index 36e5ac2..6ad05f6 100644
--- a/modules/config.eselect
+++ b/modules/config.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit portage

diff --git a/modules/cow.eselect b/modules/cow.eselect
index 5fcc38d..0b04df5 100644
--- a/modules/cow.eselect
+++ b/modules/cow.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 DESCRIPTION="Do things to a cow"

diff --git a/modules/editor.eselect b/modules/editor.eselect
index 6d71c1c..df7cafa 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2012 Gentoo Foundation
+# Copyright 2009-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 EDITOR_VAR="EDITOR"

diff --git a/modules/env.eselect b/modules/env.eselect
index c5d4672..bdc396d 100644
--- a/modules/env.eselect
+++ b/modules/env.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config multilib package-manager

diff --git a/modules/kernel.eselect b/modules/kernel.eselect
index f09603c..f6778b8 100644
--- a/modules/kernel.eselect
+++ b/modules/kernel.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 DESCRIPTION="Manage the /usr/src/linux symlink"

diff --git a/modules/locale.eselect b/modules/locale.eselect
index 49b4826..e01478d 100644
--- a/modules/locale.eselect
+++ b/modules/locale.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config

diff --git a/modules/modules.eselect b/modules/modules.eselect
index 6ce732f..6a808ec 100644
--- a/modules/modules.eselect
+++ b/modules/modules.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2006-2012 Gentoo Foundation
+# Copyright 2006-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config

diff --git a/modules/news.eselect b/modules/news.eselect
index f9b9e8c..dd6b3bd 100644
--- a/modules/news.eselect
+++ b/modules/news.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit package-manager

diff --git a/modules/pager.eselect b/modules/pager.eselect
index dbb8f42..4a93752 100644
--- a/modules/pager.eselect
+++ b/modules/pager.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2012 Gentoo Foundation
+# Copyright 2009-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 EDITOR_VAR="PAGER"

diff --git a/modules/profile.eselect b/modules/profile.eselect
index 4d21cd1..5f06130 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 # This is a portage-only module.

diff --git a/modules/rc.eselect b/modules/rc.eselect
index 01eb318..c9f4b8b 100644
--- a/modules/rc.eselect
+++ b/modules/rc.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2012 Gentoo Foundation
+# Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 inherit config

diff --git a/modules/visual.eselect b/modules/visual.eselect
index 5c625be..43b41c7 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2012 Gentoo Foundation
+# Copyright 2009-2013 Gentoo Foundation
 # Distributed under the terms of the GNU GPL version 2 or later
 
 EDITOR_VAR="VISUAL"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-19 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 16:30 [gentoo-commits] proj/eselect:master commit in: man/, libs/, /, misc/, bin/, modules/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2013-01-05 13:47 Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox