summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildBinpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/EbuildBinpkg.py')
-rw-r--r--pym/_emerge/EbuildBinpkg.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pym/_emerge/EbuildBinpkg.py b/pym/_emerge/EbuildBinpkg.py
index 3522184fe..4f5159d78 100644
--- a/pym/_emerge/EbuildBinpkg.py
+++ b/pym/_emerge/EbuildBinpkg.py
@@ -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):