license fixes
authorJohn P. Davis <zhen@gentoo.org>
Fri, 15 Oct 2004 02:36:00 +0000 (02:36 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Fri, 15 Oct 2004 02:36:00 +0000 (02:36 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@461 d1e1f19c-881f-0410-ab34-b69fee027534

12 files changed:
arch/alpha.py
arch/amd64.py
arch/arm.py
arch/hppa.py
arch/ia64.py
arch/mips.py
arch/ppc.py
arch/ppc64.py
arch/s390.py
arch/sparc.py
arch/sparc64.py
arch/x86.py

index 07db779249ca8e6fae78c0e17629d9366e046bd8..8b047207ceaef5782f5b46234a3ce9c01af331b7 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.2 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index 61bec2d32c1193a0e1db2ca2327b4b42a272d596..90472ed576c6e9106d921430146ad99f6771493f 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.3 2004/10/15 02:36:00 zhen Exp $
 
 import builder
 
index 76ba813f9ac903bf8e8718cbbf57db211f5f05ab..08759b13000271a8a7913cf0fd33056e88df0dfa 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/arm.py,v 1.3 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index de4d30bbbb8366fd26e0bcd98dc787104a5d84ad..4ac5f05ca1ecb5f3ad3ed86701dd9c5a3b8381a2 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.4 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index 0d6b276d47c145ef52bb6fb3e6f366f24f427e2a..ff2f7f45f71a85ed277a6e108845c85a614c4706 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.3 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index 94a6a75e9d9388882debc1e205c03f093b21fce3..7b3ddf1f706343bc0ad2a41559184b1eebe7dc57 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.3 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index 8f2b832a3cf0c579f2caf014790ea1c2b7dd2a91..0f18d1bf4366ca6cd8ab42f174f13b0e60d402de 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc. && Pieter Van den Abeele
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.11 2004/10/15 02:36:00 zhen Exp $
 
 import os,builder
 from catalyst_support import *
index 2da1668df23ae5b0f9b18f12c5c2a65c150cee98..4222272caee2c72c758f2c25fb31769ed66dce69 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.2 2004/10/15 02:36:00 zhen Exp $
 
 import builder
 
index 6920a57a78547a128bfc60f6f0ccc73090a5b328..eeb11cae81b53ea9de0d601e0b23cedfa030314c 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.2 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index 646c7f2eb736af45906bb3f680ae4f0781845de7..7973e6fb4169acd9858afdf625e8ea9ae29a30c7 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.5 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index 58ed48e8ae5d828ef215ee0e75a4fa5664525783..2b2e7fe9220566f600f696b571cc0f720f31de54 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.4 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *
index dc078c13f04974a542c013c0231e53814c10e6c7..883a493dcb29f102eedb5a01b66368afe653c097 100644 (file)
@@ -1,5 +1,6 @@
-# Distributed under the GNU General Public License version 2
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.14 2004/10/15 02:36:00 zhen Exp $
 
 import builder,os
 from catalyst_support import *