Add/update copyright headers.
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Jun 2009 04:13:47 +0000 (04:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Jun 2009 04:13:47 +0000 (04:13 -0000)
svn path=/main/trunk/; revision=13690

81 files changed:
pym/_emerge/AbstractDepPriority.py
pym/_emerge/AbstractPollTask.py
pym/_emerge/AsynchronousTask.py
pym/_emerge/AtomArg.py
pym/_emerge/Binpkg.py
pym/_emerge/BinpkgExtractorAsync.py
pym/_emerge/BinpkgFetcher.py
pym/_emerge/BinpkgPrefetcher.py
pym/_emerge/BinpkgVerifier.py
pym/_emerge/Blocker.py
pym/_emerge/BlockerCache.py
pym/_emerge/BlockerDB.py
pym/_emerge/BlockerDepPriority.py
pym/_emerge/CompositeTask.py
pym/_emerge/DepPriority.py
pym/_emerge/DepPriorityNormalRange.py
pym/_emerge/DepPrioritySatisfiedRange.py
pym/_emerge/Dependency.py
pym/_emerge/DependencyArg.py
pym/_emerge/EbuildBinpkg.py
pym/_emerge/EbuildBuild.py
pym/_emerge/EbuildBuildDir.py
pym/_emerge/EbuildExecuter.py
pym/_emerge/EbuildFetcher.py
pym/_emerge/EbuildFetchonly.py
pym/_emerge/EbuildMerge.py
pym/_emerge/EbuildMetadataPhase.py
pym/_emerge/EbuildPhase.py
pym/_emerge/EbuildProcess.py
pym/_emerge/FakeVartree.py
pym/_emerge/JobStatusDisplay.py
pym/_emerge/MergeListItem.py
pym/_emerge/MetadataRegen.py
pym/_emerge/MiscFunctionsProcess.py
pym/_emerge/Package.py
pym/_emerge/PackageArg.py
pym/_emerge/PackageCounters.py
pym/_emerge/PackageMerge.py
pym/_emerge/PackageUninstall.py
pym/_emerge/PackageVirtualDbapi.py
pym/_emerge/PipeReader.py
pym/_emerge/PollConstants.py
pym/_emerge/PollScheduler.py
pym/_emerge/PollSelectAdapter.py
pym/_emerge/ProgressHandler.py
pym/_emerge/QueueScheduler.py
pym/_emerge/RepoDisplay.py
pym/_emerge/RootConfig.py
pym/_emerge/Scheduler.py
pym/_emerge/SequentialTaskQueue.py
pym/_emerge/SetArg.py
pym/_emerge/SlotObject.py
pym/_emerge/SpawnProcess.py
pym/_emerge/SubProcess.py
pym/_emerge/Task.py
pym/_emerge/TaskScheduler.py
pym/_emerge/TaskSequence.py
pym/_emerge/UninstallFailure.py
pym/_emerge/UnmergeDepPriority.py
pym/_emerge/UseFlagDisplay.py
pym/_emerge/__init__.py
pym/_emerge/_find_deep_system_runtime_deps.py
pym/_emerge/_flush_elog_mod_echo.py
pym/_emerge/actions.py
pym/_emerge/changelog.py
pym/_emerge/clear_caches.py
pym/_emerge/countdown.py
pym/_emerge/create_depgraph_params.py
pym/_emerge/create_world_atom.py
pym/_emerge/depgraph.py
pym/_emerge/emergelog.py
pym/_emerge/format_size.py
pym/_emerge/getloadavg.py
pym/_emerge/help.py
pym/_emerge/is_valid_package_atom.py
pym/_emerge/search.py
pym/_emerge/show_invalid_depstring_notice.py
pym/_emerge/stdout_spinner.py
pym/_emerge/unmerge.py
pym/_emerge/userquery.py
pym/_emerge/visible.py

index 840054d029a4c3f9d08e398d9cfb66a64965f4b6..53d6a8a09f06468201ad63de72f5b6d9ab80cc8b 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SlotObject import SlotObject
 class AbstractDepPriority(SlotObject):
        __slots__ = ("buildtime", "runtime", "runtime_post")
index 4262b0b344408fe5657831a254e9d06e427dd8c6..491e803c2f7acccfc591671af3cf090724bef7d0 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AsynchronousTask import AsynchronousTask
 from _emerge.PollConstants import PollConstants
 class AbstractPollTask(AsynchronousTask):
index 089e1acfcb14b7a458ceecd7bfd76a4585c7a2ba..dace8b15424c74c61a0f01b9afbec760580d8a47 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SlotObject import SlotObject
 class AsynchronousTask(SlotObject):
        """
index f1e7ada4238f1d27c6e1773b989c97fefcb8b36b..e4efa23453b0cf92593725a36b6f48862938e1f9 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DependencyArg import DependencyArg
 try:
        import portage
index 084ecd47dcace7b7d76ef041750a872cba7375d8..037f488bd06b170ca8872ecc897e9980f3a1843a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.EbuildPhase import EbuildPhase
 from _emerge.BinpkgFetcher import BinpkgFetcher
 from _emerge.BinpkgExtractorAsync import BinpkgExtractorAsync
index 617e83752c3198857c1a8455b5a91528a36095e2..ae9e7a58b31b3b6433fc672a4cfad914a604e3d2 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SpawnProcess import SpawnProcess
 try:
        import portage
index 8676f6cf173d1cdcad7074fefb705a393afec0e0..977ccb4d8e1e8b66cdeea8d8d60c869201d4239a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SpawnProcess import SpawnProcess
 import urlparse
 import sys
index b275cc88f90f96208fe3af7c29a55cba80bac270..a1e63fd32c8603b222da97012da149b028bd6ccd 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.BinpkgFetcher import BinpkgFetcher
 from _emerge.CompositeTask import CompositeTask
 from _emerge.BinpkgVerifier import BinpkgVerifier
index fa0978d13376b20b64d70f204cc32c86bb449b24..5827d07100b0933bf0c07231bf28958dccd321d1 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AsynchronousTask import AsynchronousTask
 from portage.util import writemsg
 import sys
index 3a9e59d496b9634c66def644127b2ec3a1153bde..85462812fa8bc1c49861856c80ded53ec3da56a6 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.Task import Task
 try:
        import portage
index f5234b553090404241acce2d2703238602f5d170..cb8059eab3c9cad87c2235990bf4a2ab11513354 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from portage.util import writemsg
 from portage.data import secpass
 try:
index 7ef78d824680a08ab6ec117b364edbc487e61dba..7d8c86cc959acc9d59477917da6b13b69264945b 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os
 
 try:
index 8bc249b755f40eff90c1bcdf68cb987ae45064b0..626013c18b604d6cda76dc8cc69c648f77947a7b 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DepPriority import DepPriority
 class BlockerDepPriority(DepPriority):
        __slots__ = ()
index 92a441bab4e1cbe8624d9894c02ed6222098556c..25de4dcf3cd0034361cce639a04f70666528b8c1 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AsynchronousTask import AsynchronousTask
 import os
 class CompositeTask(AsynchronousTask):
index d094cd0436385a46548851f892832993d09f1fae..6ea704337381d3a7e79d890a9bf568073cd1ddc8 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AbstractDepPriority import AbstractDepPriority
 class DepPriority(AbstractDepPriority):
 
index ab276b42b044997c5849c29acf563a614a50c247..d9176487b6ea7765277506ef28b8153df50a58d2 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DepPriority import DepPriority
 class DepPriorityNormalRange(object):
        """
index bb41780c838a5b015985f7b46c7dda1fa921081d..e2417b52952560a8b3061f073a707244876df8cb 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DepPriority import DepPriority
 class DepPrioritySatisfiedRange(object):
        """
index 6d6b23be54915be0fc85f9cdb422ad0321accce2..6f52744c0752184ce5a8e9026fd346a3c5bd67f8 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DepPriority import DepPriority
 from _emerge.SlotObject import SlotObject
 class Dependency(SlotObject):
index 1ba03bbc62ac1acb53d39447b376134b3786a79c..f3b0d0f7f8944d649b655d75f777595a4fa63c04 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 class DependencyArg(object):
        def __init__(self, arg=None, root_config=None):
                self.arg = arg
index 3522184fea0eb26ccf2dfbea2cca2b6e4f869b00..4f5159d78895fc89d781220fe568824bdefbaa7a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.EbuildProcess import EbuildProcess
 import os
 class EbuildBinpkg(EbuildProcess):
index d633519c9a556f9c76100998934ea7f9d9e41351..1d98d88b57d52f82073e056a99596fb3e5e0e9c6 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.EbuildExecuter import EbuildExecuter
 from _emerge.EbuildPhase import EbuildPhase
 from _emerge.EbuildBinpkg import EbuildBinpkg
index 05fba4e4d1d39b9f1ae0ca0d1e33be2f2263b44e..1a940e020c7d92e26cb724010389838aa20a2447 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SlotObject import SlotObject
 try:
        import portage
index 5be09b3549d7356b97c9984bb5eb3e50468aa01c..c4737472154f0f2000569c21617a431377f52577 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.EbuildPhase import EbuildPhase
 from _emerge.TaskSequence import TaskSequence
 from _emerge.CompositeTask import CompositeTask
index ffecd354302cf29f67c9ee2c2cfd8c2e6f589e2f..cfb9093ce9daa8fea4f1fca60887e7bec88d8561 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SpawnProcess import SpawnProcess
 from _emerge.EbuildBuildDir import EbuildBuildDir
 import sys
index c1f361a4dc61bb5d0faf70a052d7733575bc4907..1a8eb6e8d02382e35537577f671eec7dc715feb5 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SlotObject import SlotObject
 import shutil
 try:
index 2fecc7373d1d71740bf707c8e006626d80b1de9a..235f8b881dbc49909f19649ce88419bd54f111be 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SlotObject import SlotObject
 try:
        import portage
index 54707f4246c4b18a923c3dba7f640c2c4d5e0ab0..64f54d49e83f924543cde99b802ca62f442ba04d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SubProcess import SubProcess
 from _emerge.PollConstants import PollConstants
 import sys
index 4efa437211a04018ca94072034214eac3f80f989..c63863c762c6507a81f8e9a6b4178a9c41eb10dc 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.MiscFunctionsProcess import MiscFunctionsProcess
 from _emerge.EbuildProcess import EbuildProcess
 from _emerge.CompositeTask import CompositeTask
index 1f88313e8328fbf9347f28d394e88dd9bf59ce32..2b625ee32aa1a7c86f743baedfe4ba70e1fb7fe3 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SpawnProcess import SpawnProcess
 try:
        import portage
index 2c5a0c654312beb7d84f27a86dc96dab806c7a86..5df52b3f79041cb92546c9b6ccd4481534061646 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os
 from itertools import izip
 
index 7b111da05a69e0451a51145685aa583a3b88609f..3511ccb5be0f16dd7d4dc925047571b6d17079d9 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import formatter
 import os
 import sys
index 9238a7a370ecce97f14185308b0ee5b0907036a1..aab79da089964c6d76b43b65cfc6761fb07ef68e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os
 
 from portage.output import colorize
index 7b06650d0a075e3121b5f866fddcf967e47a7021..a6a48deaa2cc4b9f23bc629c8d410f72a7de44b5 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os
 
 try:
index 34c55585255e7fddc66e1a4ece773cf75e5bddf8..df45c679b62b94c8ccfd0ef3acca5d72d3647ead 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SpawnProcess import SpawnProcess
 try:
        import portage
index 502bb7c84b56e1f3231b604e6c331d135adb375d..1ccd9254b94755bbbaddd66c7d709c840ecaa6e6 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import re
 from itertools import chain
 
index 9d2dc7d232326958dcfcf9a51d8e2b1aaee74286..0813442fd14e5148b69f462ee972172724fe5d86 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DependencyArg import DependencyArg
 try:
        import portage
index 91757f004e0e737b0e9064efdee1b1334ebb8bfd..9da79d38994b9dd1ff94b2ff78e41008cc7e3c41 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from portage.output import colorize, create_color_func
 bad = create_color_func("BAD")
 
index 5fcde1e98ce0ef2ccc061b38cadf682835eb149b..67553ddf89208f8bd706d2c16269aa19d94fcb95 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AsynchronousTask import AsynchronousTask
 from portage.output import colorize
 class PackageMerge(AsynchronousTask):
index 148dba0e715bbf9b4242c06cb3475dd221d611b1..69a126bf309f402ac816e239b699de2534070d6e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import logging
 import os
 
index 1d9c11bdcef9fa5d4bce5aaf8020a4e43dd7cc32..86d150fa35f4af42678ba8a2901958110d97597b 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 try:
        import portage
 except ImportError:
index 4b2e2f14107adc21d982e0588596db94c48fa36b..d3cc18425df2d6ded35aceb516a469f71b1fd130 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AbstractPollTask import AbstractPollTask
 from _emerge.PollConstants import PollConstants
 import sys
index 13b5f21df47d0ec5e46f59ccee239a09bfb559eb..0ec8abbe9aaf208c2b6b1fa3d7e913fe924de246 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import select
 class PollConstants(object):
 
index 3a23877f9cf381de82bae028c679fa6c905f6c00..3733af45be416a328819931e64270b1e7766bc34 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import logging
 import select
 
index d3b9da990ce7d4ec64293746c9c40dd6a7ccdacd..64f17094e3ec5b30c3f35672c2daf70489e91b08 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.PollConstants import PollConstants
 import select
 class PollSelectAdapter(PollConstants):
index 0b0b77532d98df5722693aefca420bf3eb327997..08ba2c01dcb94ed47d1a50ddf372e6f285b826ca 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import time
 class ProgressHandler(object):
        def __init__(self):
index f88c13caa11dfedb95319cc833cebf0c6e244956..27893e39b6e2a499ce84e97db0894b477359eca0 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.PollScheduler import PollScheduler
 
 class QueueScheduler(PollScheduler):
index 708414fb0e9e915dba989b34f6410fd2873d192f..42056977036dabd808303e35695ee979d69723dd 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from portage.output import teal
 import os
 class RepoDisplay(object):
index 8ed11c9f2c9867479e871afa4a2446ce21cb4144..8d1a744c6d11b7f17170f0f1473eda957dcb6692 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.PackageVirtualDbapi import PackageVirtualDbapi
 
 class RootConfig(object):
index d3a31c4c698e9dd35aa65fabf4e5763b5773163a..b63245cda47e927fe5ad77429eb2da59f5f1e50a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import logging
 import os
 import sys
index 24fac0410dd57f9da0cb757bfd27f7e75760f278..7dcc6e516750259e895ac7784fdd506c915352ef 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SlotObject import SlotObject
 from collections import deque
 class SequentialTaskQueue(SlotObject):
index 079b7c4d0df883076e26038a9563f3e9fcb364b2..987965dbae0796eeae746d7ab0cdd7c8745306d0 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DependencyArg import DependencyArg
 from portage.sets import SETPREFIX
 class SetArg(DependencyArg):
index 4923826945009f2b6034f7d84f21c72751f0a6cf..1205327d6aa842473e4240f15312f71a9b0ed55d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 class SlotObject(object):
        __slots__ = ("__weakref__",)
 
index b652c59930e17431ec450a779aca82b39d98a7b3..4c6065ed10eef4c9fb93bbbe3712ad844640fd57 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SubProcess import SubProcess
 from _emerge.PollConstants import PollConstants
 import sys
index 67d682bc510d6196efc6b37b196a413fbcb6b734..37957c3941aca29cfe0ffe9ab24274cc84523852 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AbstractPollTask import AbstractPollTask
 import signal
 import os
index 6adb2cd93dd72d4d6060c04a58b70708f4a85c88..dbbdcd24fcd17fbe866935ecc0a3bd492e628780 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.SlotObject import SlotObject
 class Task(SlotObject):
        __slots__ = ("_hash_key", "_hash_value")
index 564f130aa70a13a29c38195465150400ac09dae4..9b945b9429ffedeafaeb727c6142a6af37eee4bf 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.QueueScheduler import QueueScheduler
 from _emerge.SequentialTaskQueue import SequentialTaskQueue
 
index d0609f43e1920caea05112346149cfdc53f6bdc4..3d54d90acf20939d2224c7d5527a8509ce96927f 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.CompositeTask import CompositeTask
 from _emerge.AsynchronousTask import AsynchronousTask
 import os
index 04866d6cceda6514804d895d17c4c398e866cfff..7dbf1c1c5c201d108fa39caf9991b0747f926540 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 try:
        import portage
 except ImportError:
index 8ad0cd1ea94e529fc941b9d57f5650308326a90e..a642e07fee02c9c56644c5f11063cc962a985ee3 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.AbstractDepPriority import AbstractDepPriority
 class UnmergeDepPriority(AbstractDepPriority):
        __slots__ = ("optional", "satisfied",)
index d243133e1fa6e67630924829e7356fb73c93e7aa..66f860f96d1b0ed4c8a3a8849df9c5946dd4cf30 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from portage.output import red
 from portage.util import cmp_sort_key
 from portage.output import blue
index 80b08bcc9b1546b9f35fccdb9b78f44a7190708b..f73bc6db41a5668879db9d0d92e6f24cc80d33e4 100644 (file)
@@ -1,5 +1,4 @@
-#!/usr/bin/python -O
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
index 3249168f209bc02ef2a232b8abe5ea287c84835f..4acf239dfe7a09a583a7bb797f5ebed5cefa93d2 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 from _emerge.DepPriority import DepPriority
 from _emerge.Package import Package
 
index 61eeb29f79a996be57c6615f9e893ad1cd49f59d..302138a7ece74686fc9628c4ef68a5fa28407737 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 def _flush_elog_mod_echo():
        """
        Dump the mod_echo output now so that our other
index ca3fca518280c8ab99abc8fe94ceef5c36d23c58..0915f83413fe271868d36141ce25dba7892d97f7 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import commands
 import errno
 import logging
index 8084ecb9fe353eddef6ae2b57342dd1776401794..76a7c9724c2d40a70a9bacdf49f75954bf0ff0b2 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os
 import re
 
index ce903ba08985911dca48a24d103073d997793e08..1c82b6e2f6b49d1684a50bd85d761a99e21a4352 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import gc
 
 try:
index a5fcde84ed7394d66d611fc3aa1245630414396f..6c97699a3052f2ae37e577dcb1c2f0f81773eea4 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import sys
 import time
 
index fab741be5faf53efac2c25ed92d0ccba5860d211..5baad8004c1b2bff0dab72b9740bc05b8d3f082e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 def create_depgraph_params(myopts, myaction):
        #configure emerge engine parameters
        #
index 1b13c40588c324a3a1fde00db0b9156a86038b7c..715988f00b459dbdce9a169c2f6c45650873d13e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 try:
        import portage
 except ImportError:
index 8fc33bb3f5bb6730f728e39e2c2e4294b685d6a1..29fada52fa93b090925cad1d61b45d8870653b00 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import gc
 import os
 import re
index 53c6abe1634f3d1568241614c47254a573da87fb..8a5ac6aefe891b3ad0a8649854025d68e2fbcbe1 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os
 import sys
 import time
index 7638100f67105457037ee2028e93fdd697618133..f48d11b179e4d405b4a7a4c4570a9b5ffa26b025 100644 (file)
@@ -1,3 +1,6 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
 
 # formats a size given in bytes nicely
 def format_size(mysize):
index b5a66cce9da02df2f3c4aba664e953ef68e16109..81265d5008649462b3049b8450d757bfade52b7b 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os 
 
 getloadavg = getattr(os, "getloadavg", None)
index bb60d0c49bdc9b69e0fd874013689b17e381786c..950692136d839b9cedc2a8cc36f2883fec02c3e2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
index bdfedc95b49620ddb9946898e4e23a876c53b372..0dd3e9b4410829ef43bde079d0aecd8b5ac3490c 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import re
 
 try:
index 69e13233af459d0f2b61bf0cfa8500a527f04a3a..bcb31e4748d77151536d03085444c878b62b8fe9 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import os
 import re
 from itertools import izip
index 4eaca0e68438baab5589047c29038ddb8c169a9e..6ffcc81f594d9bcd88ec72d5387b9c78ef87576c 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import logging
 import os
 import textwrap
index 1f49a68506679fc66e7affe1eed72a6bf3e45d84..f299b5915271a43e50e907b4a14ea070c44398de 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import platform
 import sys
 import time
index 393f938ffd90ecb38da22da8d4a5bf85746e162a..667e5a517efee132bbc096cca864354abc700084 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import logging
 import os
 import sys
index 64a8761e01150822543bce1cc1d6a0d4fc018621..8b5fb4c1caa1ffb7c3e29dfe68b22aa4d466acb6 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 import sys
 
 from portage.output import bold, create_color_func
index 5ae04ce0326424084f467a922af1e35ce3ad32cc..8edcb89caf8729bb8738d655903b1b6e2212f6ad 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 try:
        import portage
 except ImportError: