diff options
-rw-r--r-- | pym/_emerge/QueueScheduler.py | 2 | ||||
-rw-r--r-- | pym/portage/util/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/QueueScheduler.py b/pym/_emerge/QueueScheduler.py index 2d727c95d..a4ab328e8 100644 --- a/pym/_emerge/QueueScheduler.py +++ b/pym/_emerge/QueueScheduler.py @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import time diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py index 0e05a4147..c28843475 100644 --- a/pym/portage/util/__init__.py +++ b/pym/portage/util/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2004-2010 Gentoo Foundation +# Copyright 2004-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 __all__ = ['apply_permissions', 'apply_recursive_permissions', |