From 722d16d754b4342116b5c53062542a604a00b223 Mon Sep 17 00:00:00 2001 From: "John P. Davis" Date: Fri, 15 Oct 2004 02:36:00 +0000 Subject: [PATCH] license fixes git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@461 d1e1f19c-881f-0410-ab34-b69fee027534 --- arch/alpha.py | 5 +++-- arch/amd64.py | 5 +++-- arch/arm.py | 5 +++-- arch/hppa.py | 5 +++-- arch/ia64.py | 5 +++-- arch/mips.py | 5 +++-- arch/ppc.py | 5 +++-- arch/ppc64.py | 5 +++-- arch/s390.py | 5 +++-- arch/sparc.py | 5 +++-- arch/sparc64.py | 5 +++-- arch/x86.py | 5 +++-- 12 files changed, 36 insertions(+), 24 deletions(-) diff --git a/arch/alpha.py b/arch/alpha.py index 07db7792..8b047207 100644 --- a/arch/alpha.py +++ b/arch/alpha.py @@ -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 * diff --git a/arch/amd64.py b/arch/amd64.py index 61bec2d3..90472ed5 100644 --- a/arch/amd64.py +++ b/arch/amd64.py @@ -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 diff --git a/arch/arm.py b/arch/arm.py index 76ba813f..08759b13 100644 --- a/arch/arm.py +++ b/arch/arm.py @@ -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 * diff --git a/arch/hppa.py b/arch/hppa.py index de4d30bb..4ac5f05c 100644 --- a/arch/hppa.py +++ b/arch/hppa.py @@ -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 * diff --git a/arch/ia64.py b/arch/ia64.py index 0d6b276d..ff2f7f45 100644 --- a/arch/ia64.py +++ b/arch/ia64.py @@ -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 * diff --git a/arch/mips.py b/arch/mips.py index 94a6a75e..7b3ddf1f 100644 --- a/arch/mips.py +++ b/arch/mips.py @@ -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 * diff --git a/arch/ppc.py b/arch/ppc.py index 8f2b832a..0f18d1bf 100644 --- a/arch/ppc.py +++ b/arch/ppc.py @@ -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 * diff --git a/arch/ppc64.py b/arch/ppc64.py index 2da1668d..4222272c 100644 --- a/arch/ppc64.py +++ b/arch/ppc64.py @@ -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 diff --git a/arch/s390.py b/arch/s390.py index 6920a57a..eeb11cae 100644 --- a/arch/s390.py +++ b/arch/s390.py @@ -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 * diff --git a/arch/sparc.py b/arch/sparc.py index 646c7f2e..7973e6fb 100644 --- a/arch/sparc.py +++ b/arch/sparc.py @@ -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 * diff --git a/arch/sparc64.py b/arch/sparc64.py index 58ed48e8..2b2e7fe9 100644 --- a/arch/sparc64.py +++ b/arch/sparc64.py @@ -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 * diff --git a/arch/x86.py b/arch/x86.py index dc078c13..883a493d 100644 --- a/arch/x86.py +++ b/arch/x86.py @@ -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 * -- 2.26.2