commit: fbbe76199b897828f26aed828eb7ad476bc33264 Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> AuthorDate: Tue Feb 2 20:48:58 2016 +0000 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> CommitDate: Tue Feb 2 20:48:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fbbe7619
Update copyright headers Update copyright headers to reflect the changes made in the following commits: * 8c9b1d6a7c115344cdc5bd8e7d122ab721aeb53a Clarify no binary packages error (bug 573070) * 3ff375e832d469f03dc922f7a30651726f86d3e0 Make config update tools stand out (bug 543706) * 4369d1aca89eaecd589af4aa7a387ce36e5c42e7 Be extra clear on INSTALL_MASK & dirs (bug 527004) Signed-off-by: Alexander Berntsen <bernalex <AT> gentoo.org> man/emerge.1 | 2 +- man/make.conf.5 | 2 +- pym/_emerge/chk_updated_cfg_files.py | 2 +- pym/_emerge/depgraph.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index 0f5782e..bfa2f73 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Jan 2015" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "Feb 2016" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" diff --git a/man/make.conf.5 b/man/make.conf.5 index 49c88ce..26bbf06 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Jan 2015" "Portage VERSION" "Portage" +.TH "MAKE.CONF" "5" "Feb 2016" "Portage VERSION" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" diff --git a/pym/_emerge/chk_updated_cfg_files.py b/pym/_emerge/chk_updated_cfg_files.py index 6903df9..e5e0907 100644 --- a/pym/_emerge/chk_updated_cfg_files.py +++ b/pym/_emerge/chk_updated_cfg_files.py @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2012, 2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 05d1da5..b58fbda 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import division, print_function, unicode_literals
