Removing all copyright and license comment headers from all files so we don't ever...
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 2 Oct 2006 20:41:54 +0000 (20:41 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 2 Oct 2006 20:41:54 +0000 (20:41 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1179 d1e1f19c-881f-0410-ab34-b69fee027534

80 files changed:
ChangeLog
README
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/sh.py
arch/sparc.py
arch/sparc64.py
arch/x86.py
catalyst
files/catalyst.conf
modules/builder.py
modules/catalyst_lock.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/netboot2_target.py
modules/netboot_target.py
modules/snapshot_target.py
modules/stage1_target.py
modules/stage2_target.py
modules/stage3_target.py
modules/stage4_target.py
modules/tinderbox_target.py
targets/embedded/embedded-chroot.sh
targets/embedded/embedded-controller.sh
targets/embedded/embedded-fs-runscript.sh
targets/embedded/embedded-preclean-chroot.sh
targets/embedded/unmerge.sh
targets/grp/grp-chroot.sh
targets/grp/grp-controller.sh
targets/grp/grp-preclean-chroot.sh
targets/livecd-stage1/livecd-stage1-chroot.sh
targets/livecd-stage1/livecd-stage1-controller.sh
targets/livecd-stage1/livecd-stage1-preclean-chroot.sh
targets/livecd-stage2/livecd-stage2-controller.sh
targets/netboot/netboot-chroot.sh
targets/netboot/netboot-combine.sh
targets/netboot/netboot-controller.sh
targets/netboot/netboot-image.sh
targets/netboot2/netboot2-controller.sh
targets/netboot2/netboot2-copyfile.sh
targets/netboot2/netboot2-pkg.sh
targets/stage1/build.py
targets/stage1/stage1-chroot.sh
targets/stage1/stage1-controller.sh
targets/stage1/stage1-preclean-chroot.sh
targets/stage2/stage2-chroot.sh
targets/stage2/stage2-controller.sh
targets/stage2/stage2-preclean-chroot.sh
targets/stage3/stage3-chroot.sh
targets/stage3/stage3-controller.sh
targets/stage3/stage3-preclean-chroot.sh
targets/stage4/stage4-chroot.sh
targets/stage4/stage4-controller.sh
targets/stage4/stage4-preclean-chroot.sh
targets/support/bootloader-setup.sh
targets/support/create-iso.sh
targets/support/functions.sh
targets/support/kmerge.sh
targets/support/livecdfs-update.sh
targets/support/netboot2-final.sh
targets/support/post-kmerge.sh
targets/support/pre-kmerge.sh
targets/support/rc-update.sh
targets/support/target_image_setup.sh
targets/support/unmerge.sh
targets/tinderbox/tinderbox-chroot.sh
targets/tinderbox/tinderbox-controller.sh
targets/tinderbox/tinderbox-preclean-chroot.sh

index a5350361ec3bb5a88f0f380ea8568d5513b7f9ff..a58e9e23cba84b898aa067509a4734480dad3a76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,51 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.663 2006/10/02 20:32:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $
+
+  02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> README, 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/sh.py, arch/sparc.py,
+  arch/sparc64.py, arch/x86.py, catalyst, files/catalyst.conf,
+  modules/builder.py, modules/catalyst_lock.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/netboot2_target.py, modules/netboot_target.py,
+  modules/snapshot_target.py, modules/stage1_target.py,
+  modules/stage2_target.py, modules/stage3_target.py,
+  modules/stage4_target.py, modules/tinderbox_target.py,
+  targets/embedded/embedded-chroot.sh,
+  targets/embedded/embedded-controller.sh,
+  targets/embedded/embedded-fs-runscript.sh,
+  targets/embedded/embedded-preclean-chroot.sh, targets/embedded/unmerge.sh,
+  targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh,
+  targets/grp/grp-preclean-chroot.sh,
+  targets/livecd-stage1/livecd-stage1-chroot.sh,
+  targets/livecd-stage1/livecd-stage1-controller.sh,
+  targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
+  targets/livecd-stage2/livecd-stage2-controller.sh,
+  targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
+  targets/netboot/netboot-controller.sh, targets/netboot/netboot-image.sh,
+  targets/netboot2/netboot2-controller.sh,
+  targets/netboot2/netboot2-copyfile.sh, targets/netboot2/netboot2-pkg.sh,
+  targets/stage1/build.py, targets/stage1/stage1-chroot.sh,
+  targets/stage1/stage1-controller.sh,
+  targets/stage1/stage1-preclean-chroot.sh, targets/stage2/stage2-chroot.sh,
+  targets/stage2/stage2-controller.sh,
+  targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
+  targets/stage3/stage3-controller.sh,
+  targets/stage3/stage3-preclean-chroot.sh, targets/stage4/stage4-chroot.sh,
+  targets/stage4/stage4-controller.sh,
+  targets/stage4/stage4-preclean-chroot.sh,
+  targets/support/bootloader-setup.sh, targets/support/create-iso.sh,
+  targets/support/functions.sh, targets/support/kmerge.sh,
+  targets/support/livecdfs-update.sh, targets/support/netboot2-final.sh,
+  targets/support/post-kmerge.sh, targets/support/pre-kmerge.sh,
+  targets/support/rc-update.sh, targets/support/target_image_setup.sh,
+  targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh,
+  targets/tinderbox/tinderbox-controller.sh,
+  targets/tinderbox/tinderbox-preclean-chroot.sh:
+  Removing all copyright and license comment headers from all files so we
+  don't ever get another bug like bug #149638.
 
   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   modules/generic_stage_target.py:
diff --git a/README b/README
index 15c09811c7c9dc63156a773be81a800d495c4dbf..f64cca7ec63b89c7c65bc6a5c8cc1cccf943314e 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.16 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.17 2006/10/02 20:41:53 wolf31o2 Exp $
 
 Licensing
 ========================
index 4dbf0e58180a8ee26d1729f28e17034db2efe0ee..2497835267b0f2c93bae02f9e8b7ab5e2316d8bd 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.4 2006/01/03 14:55:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index 724b291c17d9526b52ca8bcfb58fb2f6f0f9db05..1e1d6949e6551c73e80d45c31086b4fa9e421790 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.5 2006/01/03 14:55:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder
 
index a09a2065931132a33f0feb731016e4bcc5bb065c..a4298732631cda6b917cc71cfdfe7353d173cebc 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/arm.py,v 1.5 2005/04/04 17:48:32 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/arm.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index ece66a2dcbbaf3a8f8d2e4ccc25771ac59664373..f3ca910deaf8021016dd47be03d3e985caf07fd1 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.6 2005/08/09 19:02:31 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index 89b28b52886aabe87d95e612c8ab8b346dacfb98..9ce8bf4c212c84a876ba4bf7440feb739ed4d5f9 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.5 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index c2684bdd97cef9de3e0cd88c6f723cd302501a0c..f25155ff3acfcfb58623073cb8dd4d7a144376bb 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.6 2006/01/03 14:55:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index 43a52c03b5d352123837b717e6d7b258b028477b..c5b4bb9bb1b76ab43c01501b4b18e82c637d2be7 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.18 2006/06/28 12:48:22 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.19 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import os,builder
 from catalyst_support import *
index 7f51b036f81ff5abb8c5fb15880dafb578351c6b..084e96b1344aae1a001800000085abe512c4bb93 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.6 2006/05/15 19:09:28 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder
 
index c9294e2dd14f3a8a374f079dbf59ab0c2bbbc62b..5d1210ddf9d5929627797b161b0a0b3601cf900f 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.4 2006/01/03 14:55:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index a964e8f50ebca5d0610ee5a8ffd161c22f59c0f4..addb5ab8a6a5d4ed4fa4e81459e0aaa0ff414bdf 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sh.py,v 1.4 2006/01/03 14:55:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sh.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index 91129f209986926be764535b7d0621aefb13ea93..58cb1d4a0a8c365d20cd9e786249abfb9f12748c 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.8 2006/08/11 13:29:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index 6b4e0353c4d121a92966ffb51cfee6d08385c82f..6c922eb4b4d4f08d5bdd1660378f8e376aba48c7 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.6 2006/01/03 14:55:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index 84439fb0893ed52c2bd19bbddf61508579e831d0..865eaa2982b531b0b54e1164375cb4652c002aea 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.24 2006/06/28 12:48:22 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.25 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import builder,os
 from catalyst_support import *
index 98038937e5137497a0534befe092fff588ba7d35..ffd8b7f2f6dcd2cdb02c3272705a408133f81176 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,7 +1,5 @@
 #!/usr/bin/python -OO
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.161 2006/07/29 18:35:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.162 2006/10/02 20:41:53 wolf31o2 Exp $
 
 # Maintained in full by:
 # Eric Edgar <rocket@gentoo.org>
@@ -42,9 +40,8 @@ def usage():
 
 def version():
        print "Gentoo Catalyst, version "+__version__
-       print "Copyright 2003-2005 The Gentoo Foundation"
+       print "Copyright 2003-2006 The Gentoo Foundation"
        print "Distributed under the GNU General Public License version 2\n"
-       
 
 def parse_config(myconfig):
        # search a couple of different areas for the main config file
index 135670a70433c05f23327887212c916f5fba7c7f..df26505ae7b25f88d5c106d0194822dc4a14cf78 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.21 2005/12/19 21:19:11 wolf31o2 Exp $
+# /etc/catalyst/catalyst.conf
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.22 2006/10/02 20:41:53 wolf31o2 Exp $
 
 # Simple desriptions of catalyst settings. Please refer to the online
 # documentation for more information.
index cc9949e309191e1b159cfe94aa2c3a4079537f1d..6897dec77d4ae52a4cd38e09dd0a9dc2fff3e32d 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $
 
 class generic:
        def __init__(self,myspec):
index 6d34a810e8b3b5797e7f7b6ad49d99e69f22f28a..b317ff66a82535c25553279b748beb17da7b0f36 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/python
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_lock.py,v 1.8 2006/05/08 17:51:00 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_lock.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $
 import os
 import fcntl
 import errno
index f6ce0e0e8defedcf7c74eae77d66a3d75768b650..5cd21bf00a12b649953518c61ee545943af16f50 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.75 2006/09/08 20:00:57 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.76 2006/10/02 20:41:53 wolf31o2 Exp $
 
 import sys,string,os,types,re,signal,traceback,time
 #import md5,sha
index 217e09bffc9d0499618c9c2ddc5b4303b50def02..6ca7258c901c692b77beef1c9ee15e32ad7e055f 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.20 2006/01/10 19:32:47 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.21 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 This class works like a 'stage3'.  A stage2 tarball is unpacked, but instead
index c2177cf1947c38b03d51605100a3469fe5dd9e50..c20defad3c5aeb8ddb11bd6ad92ba55bcc535429 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.140 2006/10/02 20:32:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.141 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 This class does all of the chroot setup, copying of files, etc. It is
index 5b6e750c8e849c7bdd5cb0b9f35ca5f46866565a..7fb574fcba78d2175a5ec18ac82a9284e470f271 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.6 2005/12/08 21:20:23 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.7 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 The toplevel class for generic_stage_target. This is about as generic as we get.
index 5141aedd721b79c757cbeeacb0c565be28453b19..e53d9cef7b661d8eec73aa6aa718e92e71f84e9e 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.24 2006/02/14 15:38:12 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.25 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 The builder class for GRP (Gentoo Reference Platform) builds.
index 522972c724bfb545e1765e9c2f90f927a43edd60..31feab4b363fee4af5d07360ab4c22af67dc975f 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.28 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.29 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for LiveCD stage1.
index 48a40144221ea0d23b5e906aa942d6d0a1a8b6f9..01c96b2b7f1f638281c464e5aff2e70b4c7d4a3f 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.61 2006/06/28 12:51:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.62 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for a LiveCD stage2 build.
index 88adfcc0c291e0d24346fa358fadc4323c3e49e1..d92861336bac015d7c005fb037601aaa07da232e 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot2_target.py,v 1.3 2006/06/21 22:11:54 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot2_target.py,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for a netboot build, version 2
index e98a66418a26529793eafcf1ba9176ed76817a2a..44392845486c1e8fb7587aebad4db30fd3f0c9b7 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.12 2005/12/28 16:58:43 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.13 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for a netboot build.
index db98aacc7c56c854a889f36ce28b822537e8a928..55c62b3c3d96c5b3be8958af9477be024747150c 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.17 2006/03/13 16:38:41 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.18 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for snapshots.
index 38e6da1565dcbe2abeaaf747279fb07723bbf623..3cb12d42eb6629d3ef792194cda26cf2a7bf1334 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.24 2006/06/21 22:11:54 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.25 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for a stage1 installation tarball build.
index 03c7728d9cf101a376d4dc41f96f14f4beb50d47..e3f6680e83d98aed082bd52eb0d68a2c8b29c778 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.14 2006/01/30 13:38:24 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.15 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for a stage2 installation tarball build.
index d833191e6c55d52ef5a38159dc166e18f96d4d97..33b7931b26424bdaf3d3751d2ee5d99dc6b968ec 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.6 2005/12/16 14:42:07 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.7 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for a stage3 installation tarball build.
index 406141cae79c76f2b17469febf6ee42844ff891a..5e57b4dadad456f65e452e3c65ea3f0db2d95a25 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage4_target.py,v 1.20 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage4_target.py,v 1.21 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 Builder class for stage4.
index 093ab99e4dbf8187a66cd1e69f03414fc362b870..c71525e4fefe3d911df48519c2e81284229e3fe2 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 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.18 2005/12/05 18:13:12 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.19 2006/10/02 20:41:54 wolf31o2 Exp $
 
 """
 builder class for the tinderbox target
index bab840cb1e1f3c56302efac25bce6961172c522b..ddc0336446615bd03264256f289744e2824efc1b 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.21 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.22 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 9f85b65c680d330d8a91eaec6a3850ebbee207d5..071220edf3c79ab384561a7522b9b45af403d9af 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-controller.sh,v 1.9 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-controller.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
index a25048c41750c2c62f2ba6c178dbb08350afd175..8d5abab12a379889ceb356d2e0acb0b07229f06c 100644 (file)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 
 die() {
        echo "${1}"
index b8921dcefcf1a0f7be9d3e34d2f57aa491a15671..0585cdfab0ea2c15272d4a33dc10822d4871cf0e 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-preclean-chroot.sh,v 1.9 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-preclean-chroot.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 update_env_settings
index 21bc7d11bae594b51e56c730430b195042d4afde..823cf98abffff6da23960f84c82b6fd3979e81f6 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/unmerge.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/unmerge.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
 
 ${clst_CHROOT} ${clst_chroot_path} /bin/bash << EOF
        ROOT=/tmp/mergeroot emerge -C $* || exit 1
index 2568920350a95ad8cdf690a5c6cfff2a4fc51abd..6a2838569e6a96167f853fb675cc31aa293cedb0 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.25 2005/12/16 19:14:46 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.26 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 449600059706ee3a74cf37be5d6e0d47e887c7df..ee9f5b522204e4576316cc3e1444355d0c790b81 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.4 2005/12/16 19:14:46 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 
index 7b6930b623bcfcf825445b2c890933bc3bd6df44..eb26ab53292844ce18c73f2d511570d158a66569 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 update_env_settings
index beb172b7476ef1cfb8045cac9922b73d9334dbe9..1531c297c7931b0d7ebd57790685d6362994854b 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.23 2005/12/16 19:32:31 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.24 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 32ecea2f1849e3fb5b474107c8f48a5557aaf669..d4be5d83a317ff1f0e7bf408728de972115502d5 100755 (executable)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-controller.sh,v 1.11 2006/02/13 22:26:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-controller.sh,v 1.12 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 
index 441852a7ba4b46b91b83d1de3a2044adef0707cc..69437451297b702c3810d2d1b2cc3d6d23c40d3d 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,v 1.8 2006/01/17 19:30:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,v 1.9 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 update_env_settings
index 00bc0fffb02011be9e99863f52943eab5240112e..2f5ff36a8680d5a997c51987012f5331c8f48cb4 100755 (executable)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.23 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.24 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
index 30bdfc85400880ddccbf74da38f6e5d9f2d9f332..b4fcf36258a46e38ef10cea78179de566b718e41 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-chroot.sh,v 1.5 2005/12/19 15:03:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-chroot.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index e8c07589e52053578d52687d840489a9159ad401..f3f76a8376f6ae473ee4a5709a89cdb4c72fbb05 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-combine.sh,v 1.7 2005/12/19 15:03:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-combine.sh,v 1.8 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/chroot-functions.sh
 . ${clst_sharedir}/targets/support/functions.sh
index 394ec041343fe86a19530144da3e2a1ec8ad318c..4fb24fec07b6c4a17c09353a73c5583b40f3f040 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.9 2006/06/09 00:31:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
index 2690040e97e5f51856c98ff03234ff52a4be0eb9..c0eb082a09c3b72c418e737d5fbcc30cf3fa0d41 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-image.sh,v 1.7 2005/12/19 15:03:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-image.sh,v 1.8 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index d92642959901cfe5bc71782f5543228d1a21597f..ab012a39dc186b3a4944cd260de1eda35d4f4283 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-controller.sh,v 1.1 2006/01/13 15:09:07 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-controller.sh,v 1.2 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
index 9c5c479045c544965de5d3f337cd4432e0dad509..b55cd8f31ff22c66e162e2332b273d56121e55f8 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-copyfile.sh,v 1.3 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-copyfile.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 4662b546d37696d52b5412181359cf6a9b8e2b96..5c25e012c7ab47fa17c01874bfad1d44bf62d3ee 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-pkg.sh,v 1.1 2006/01/13 15:09:07 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-pkg.sh,v 1.2 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 66cdd31f4be7276992154174c615acacfbf4a804..540ae82700925ff2cbf95f46f281a64506bebca2 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/python
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/build.py,v 1.4 2006/04/17 21:41:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/build.py,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
 
 import os,portage,sys
 
index ea81b2cde72db5ccbcfe8e9d1d2a0d71e0a99175..42495446fa7c01ea7609cba154708ef3b3ea744d 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.42 2006/01/26 15:35:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.43 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 0bf2de400e519b0440083a4e8ad51f68d83495aa..2a264e3e9f1c9aae6763ef304d142b3535dc2013 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-controller.sh,v 1.13 2006/05/23 20:00:19 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-controller.sh,v 1.14 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 
index 34122236239f2dedf95c2647fd2822803297e896..1956ef0f6dac1f9aa331ea24f87050c37aa75ac5 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 40b0a34f5a7da06d0b32c3300683d92466bddd5e..6a75df7908990755e8e11a8a69037deea3a34b6e 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.18 2005/12/19 15:28:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.19 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 83ce033e565267815a252ac884d40d7a2ce3227b..04777d93f83555532f5f61fbc5324d637d4f3222 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-controller.sh,v 1.4 2005/12/19 15:28:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 
index fd90513eaa1dee872552089492ec7025d646a4e8..613402891fd0fc7b115f6d49a320119f645d8b5a 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index e04af4be4bd52fe4a64f347d4a2f30ca6d0c3fd3..29b6ebcd7161845c491f49a8114ec5de29ba38f6 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-chroot.sh,v 1.27 2006/01/26 15:35:41 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-chroot.sh,v 1.28 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index 4ec924427c45a9baa55d31c445c23cc443737273..5c6be7f3a79d98b0cd19c5960a7b4932d056a706 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-controller.sh,v 1.4 2005/12/19 15:28:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 
index 69dc337482c258754968b931c9cf08dee8f09add..8b4bcfa0fbd98d2d2f01cee697f721aafbe13dea 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index f9f55c53d49bde553fd20aeb5bf22b5af18104f3..024f4c3b47da1654bf6de67f1110374449bb2888 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 
 . /tmp/chroot-functions.sh
 
index ba6dc16451a819372ed3998f613fe5aa4f111137..3d4e69c55379e96c5660c6c21274f63a147b59c8 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-controller.sh,v 1.13 2006/10/02 20:25:25 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-controller.sh,v 1.14 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 
index 72efa3570b7f1c70ea7a20fcbfb14f653b0e194f..08a9d170a2cc530d68c5a38b98fb7a11761ce2eb 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-preclean-chroot.sh,v 1.3 2005/12/19 15:36:02 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-preclean-chroot.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 #update_env_settings
index fabc06fef07d29b331121b2a5261060fd3459e9c..41449fe62d461812fec9ff049e01411770dbd4bc 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/bootloader-setup.sh,v 1.40 2006/07/11 21:40:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/bootloader-setup.sh,v 1.41 2006/10/02 20:41:54 wolf31o2 Exp $
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
 
index 37c56948498a78d0b67b12f21e70ce134a5b524e..489e2883d1234c0f1259fc85df49600a8c0d96d6 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.31 2006/07/11 21:40:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.32 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
index 2a8f6e2368acd022db9c2cb345ff21ea96f064c5..18984d280e6dd2a41de319c053f3d5c70c76576f 100755 (executable)
@@ -1,5 +1,3 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 copy_to_chroot(){
        local file_name=$(basename ${1})
        local dest_dir=${clst_chroot_path}${2}
index 22636eea2c05863862e2402b67a55b1c392c82f3..d3714f2bcd329d38b7ecc6604072337d32edaab6 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 
 source /tmp/chroot-functions.sh
 
index 0c18f8d9cdc892723e2f0b1dd17a228ec33c0663..31cd9b838c959ac26e352a9257ada1bfe7bbedc2 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.63 2006/09/13 18:32:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.64 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index a4b1b182a9dd4c9681765c5339ea1a6db731a79b..7e6159f1d5168c87e34d87c9160a4eaf1a351d71 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/netboot2-final.sh,v 1.2 2006/01/16 15:25:08 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/netboot2-final.sh,v 1.3 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
index 11ddcdea4e7e19a94d384fc5e6550b1ca31bd1c8..951740b20dca5ad75d6f3074696476f205739c5b 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 
 . /tmp/chroot-functions.sh
 
index 53c88ce7b2541dce65a6009823ccd452ecb51344..3503ab49af1e87624c4ac158c5a637a037b1b2b0 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 
 . /tmp/chroot-functions.sh
 
index 2ab7fc68b96cd53d8531847f37e997d5fe507e6c..b35ebed2e84ea3152febd57eab98c96ee72cb188 100644 (file)
@@ -1,6 +1,4 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 
 if [ "${clst_spec_prefix}" == "livecd" ]
 then
index bee6e08f0e69ff05242b59fae36cc9d5a41596d1..c55aba60d6f26008f21a232773e9a04d7f877932 100755 (executable)
@@ -1,5 +1,3 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
 
 . ${clst_sharedir}/targets/support/functions.sh
 . ${clst_sharedir}/targets/support/filesystem-functions.sh
index 41dcc68c331260303b598c6c7142e4c0551bc277..9a3720b6bf5b834b4d92e649421b5c335073f03a 100644 (file)
@@ -1,6 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/unmerge.sh,v 1.5 2006/06/22 11:43:34 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/unmerge.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $
 
 
 source /tmp/chroot-functions.sh
index 394b2d9fccfab2127d398b9d9c7789b939da2696..7aba02a6bd970ad6edfe8c516a1dda5f161e7de8 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.16 2005/12/19 19:10:04 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.17 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
index b19fab92083fac3956e83ec9f5662c3c35f261ca..a9d6ddb8449c338906e392aef1ff7f1d7ab3ae16 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.5 2005/12/19 19:10:04 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . ${clst_sharedir}/targets/support/functions.sh
 
index 122d5d3d77d75b64abe3a8ad6092b65498cccbec..2ef84ffe99e003945f9b20368cb1246b1d8eb218 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-preclean-chroot.sh,v 1.8 2006/01/17 19:30:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-preclean-chroot.sh,v 1.9 2006/10/02 20:41:54 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 update_env_settings