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

14 files changed:
modules/builder.py
modules/catalyst_support.py
modules/embedded_target.py
modules/generic_stage_target.py
modules/generic_target.py
modules/grp_target.py
modules/livecd_stage1_target.py
modules/livecd_stage2_target.py
modules/netboot.py
modules/snapshot_target.py
modules/stage1_target.py
modules/stage2_target.py
modules/stage3_target.py
modules/tinderbox_target.py

index a45465c8203d3d575641edfacbace7ef8e5a16e2..395a82e67493f739da6ec7e07e2e933a12933f5c 100644 (file)
@@ -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):
index 3390796309e03196a623d599d9bbf3ec53cc4534..a48cbb7bb62eb406c3486c446e3d9b093e9612ea 100644 (file)
@@ -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
 
index dbfc47e411494d4461cfc28227e4a17e4224ea11..84a5c6d06eb5a5300baa2935b40e94485918c220 100644 (file)
@@ -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
index 588ae973d9687a984d58e8e75a9702bbbcc3b38e..57dfdbcd71683d7eac27483e20743b1b8298daac 100644 (file)
@@ -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
index 97093364c626a58e82528af5578c08a1e0a3ecb4..e5a04ce7aa0615f7d6b94a75f154be0eee3dfcbd 100644 (file)
@@ -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.
index f8285bc671d3c506e5cd96cc5604096e348407ee..aad3716e92f367708559e96af2935d959cd4d8e3 100644 (file)
@@ -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.
index 0c73e49c9add3b8956dc52ae9cd7da504e0f3bf4..aa75493c05b137280c28a3203dd48c05692b9c50 100644 (file)
@@ -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.
index 1230a90774be4e39d8e05d97ecadc5070e66991b..9805cd2decb0c81e277288ea598c88f000512692 100644 (file)
@@ -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.
index 0d62d7d69c5625f7458ba2694343e8da47b02c68..ab431d7f03847ac7dc237511b66f0c7a11d7a265 100644 (file)
@@ -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.
index b7e80651c8e8f24f6a65fdfe9c12a329622596a9..7ec4a94d03da6c10db43cd4d45eae2d555ff5863 100644 (file)
@@ -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.
index a7bc9d64e8a2373dd41190dfc080b65894e28fba..6bea0812d1f0ac7975d784c9bb3ea0c8add1b879 100644 (file)
@@ -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.
index f4c176ce9e6dbf62b54e74eb47b5271a392b517f..4439816ec558f5731f7fd152d716d508e3a843d3 100644 (file)
@@ -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.
index 2e4be44170f94c45988fecf510e2f194fae112a8..511a0b40e07f191b46029a5a3f07c806a1885197 100644 (file)
@@ -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.
index 6f132f357253e755097b71fade61ea721fda8f15..b524e3249da359f9786baaa0de6d12ad091232d1 100644 (file)
@@ -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 *