From d3edfffd5f76a42b599387a2435c50f3a32c445f Mon Sep 17 00:00:00 2001 From: "John P. Davis" Date: Fri, 15 Oct 2004 02:27:58 +0000 Subject: [PATCH] copyright fixes git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@460 d1e1f19c-881f-0410-ab34-b69fee027534 --- modules/builder.py | 4 ++-- modules/catalyst_support.py | 6 +++--- modules/embedded_target.py | 6 +++--- modules/generic_stage_target.py | 6 +++--- modules/generic_target.py | 6 +++--- modules/grp_target.py | 6 +++--- modules/livecd_stage1_target.py | 6 +++--- modules/livecd_stage2_target.py | 6 +++--- modules/netboot.py | 6 +++--- modules/snapshot_target.py | 6 +++--- modules/stage1_target.py | 6 +++--- modules/stage2_target.py | 6 +++--- modules/stage3_target.py | 6 +++--- modules/tinderbox_target.py | 10 +++++++--- 14 files changed, 45 insertions(+), 41 deletions(-) diff --git a/modules/builder.py b/modules/builder.py index a45465c8..395a82e6 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -1,6 +1,6 @@ -# Copyright 1999-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/modules/builder.py,v 1.6 2004/06/08 04:07:34 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.7 2004/10/15 02:27:58 zhen Exp $ class generic: def __init__(self,myspec): diff --git a/modules/catalyst_support.py b/modules/catalyst_support.py index 33907963..a48cbb7b 100644 --- a/modules/catalyst_support.py +++ b/modules/catalyst_support.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.28 2004/10/06 01:34:29 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.29 2004/10/15 02:27:58 zhen Exp $ import sys,string,os,types,re diff --git a/modules/embedded_target.py b/modules/embedded_target.py index dbfc47e4..84a5c6d0 100644 --- a/modules/embedded_target.py +++ b/modules/embedded_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.1 2004/05/17 01:21:17 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.2 2004/10/15 02:27:58 zhen Exp $ """ This class works like a 'stage3'. A stage2 tarball is unpacked, but instead diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index 588ae973..57dfdbcd 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.15 2004/10/06 01:34:29 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.16 2004/10/15 02:27:58 zhen Exp $ """ This class does all of the chroot setup, copying of files, etc. It is diff --git a/modules/generic_target.py b/modules/generic_target.py index 97093364..e5a04ce7 100644 --- a/modules/generic_target.py +++ b/modules/generic_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.2 2004/07/03 00:33:37 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ """ The toplevel class for generic_stage_target. This is about as generic as we get. diff --git a/modules/grp_target.py b/modules/grp_target.py index f8285bc6..aad3716e 100644 --- a/modules/grp_target.py +++ b/modules/grp_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.2 2004/07/03 00:33:37 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ """ The builder class for GRP (Gentoo Reference Platform) builds. diff --git a/modules/livecd_stage1_target.py b/modules/livecd_stage1_target.py index 0c73e49c..aa75493c 100644 --- a/modules/livecd_stage1_target.py +++ b/modules/livecd_stage1_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.2 2004/07/03 00:33:37 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ """ Builder class for LiveCD stage1. diff --git a/modules/livecd_stage2_target.py b/modules/livecd_stage2_target.py index 1230a907..9805cd2d 100644 --- a/modules/livecd_stage2_target.py +++ b/modules/livecd_stage2_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.21 2004/09/29 01:32:51 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.22 2004/10/15 02:27:58 zhen Exp $ """ Builder class for a LiveCD stage2 build. diff --git a/modules/netboot.py b/modules/netboot.py index 0d62d7d6..ab431d7f 100644 --- a/modules/netboot.py +++ b/modules/netboot.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/netboot.py,v 1.5 2004/10/12 17:33:40 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/netboot.py,v 1.6 2004/10/15 02:27:58 zhen Exp $ """ Builder class for a netboot build. diff --git a/modules/snapshot_target.py b/modules/snapshot_target.py index b7e80651..7ec4a94d 100644 --- a/modules/snapshot_target.py +++ b/modules/snapshot_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.4 2004/08/13 16:00:48 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.5 2004/10/15 02:27:58 zhen Exp $ """ Builder class for snapshots. diff --git a/modules/stage1_target.py b/modules/stage1_target.py index a7bc9d64..6bea0812 100644 --- a/modules/stage1_target.py +++ b/modules/stage1_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.2 2004/07/03 00:33:37 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ """ Builder class for a stage1 installation tarball build. diff --git a/modules/stage2_target.py b/modules/stage2_target.py index f4c176ce..4439816e 100644 --- a/modules/stage2_target.py +++ b/modules/stage2_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.2 2004/07/03 00:33:37 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ """ Builder class for a stage2 installation tarball build. diff --git a/modules/stage3_target.py b/modules/stage3_target.py index 2e4be441..511a0b40 100644 --- a/modules/stage3_target.py +++ b/modules/stage3_target.py @@ -1,6 +1,6 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.2 2004/07/03 00:33:37 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ """ Builder class for a stage3 installation tarball build. diff --git a/modules/tinderbox_target.py b/modules/tinderbox_target.py index 6f132f35..b524e324 100644 --- a/modules/tinderbox_target.py +++ b/modules/tinderbox_target.py @@ -1,6 +1,10 @@ -# Distributed under the GNU General Public License version 2 -# Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.2 2004/07/03 00:33:37 zhen Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.3 2004/10/15 02:27:58 zhen Exp $ + +""" +builder class for the tinderbox target +""" from catalyst_support import * from generic_stage_target import * -- 2.26.2