diff --git a/bin/xen-create-image b/bin/xen-create-image index 6076950..4894acd 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -498,13 +498,13 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.126 2007-02-23 15:37:05 steve Exp $ + $Id: xen-create-image,v 1.127 2007-02-23 18:58:26 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2007 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -1110,7 +1110,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.126 $'; + my $REVISION = '$Revision: 1.127 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 0fce0d9..2a639e6 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -136,14 +136,14 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.27 2006-12-26 00:55:58 steve Exp $ + $Id: xen-delete-image,v 1.28 2007-02-23 18:58:26 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2007 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -335,7 +335,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.27 $'; + my $REVISION = '$Revision: 1.28 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index 3ecca1f..6b74afa 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -67,14 +67,14 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-list-images,v 1.21 2006-12-26 00:55:58 steve Exp $ + $Id: xen-list-images,v 1.22 2007-02-23 18:58:26 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2007 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -240,7 +240,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.21 $'; + my $REVISION = '$Revision: 1.22 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-update-image b/bin/xen-update-image index c78dddd..e2a9c3e 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -87,14 +87,14 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.19 2006-12-26 00:55:58 steve Exp $ + $Id: xen-update-image,v 1.20 2007-02-23 18:58:26 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2007 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -384,7 +384,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.19 $'; + my $REVISION = '$Revision: 1.20 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 0ae7d22..34f81b6 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -103,14 +103,14 @@ xt-create-config - Create a Xen configuration file for a new guest -- http://www.steve.org.uk/ - $Id: xt-create-xen-config,v 1.34 2007-02-23 13:35:29 steve Exp $ + $Id: xt-create-xen-config,v 1.35 2007-02-23 18:58:26 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2007 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -225,7 +225,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.34 $'; + my $REVISION = '$Revision: 1.35 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index d6c536e..e0119b0 100755 --- a/bin/xt-customize-image +++ b/bin/xt-customize-image @@ -66,14 +66,14 @@ xt-customize-image - Customize a freshly installed copy of GNU/Linux -- http://www.steve.org.uk/ - $Id: xt-customize-image,v 1.25 2006-12-26 00:55:58 steve Exp $ + $Id: xt-customize-image,v 1.26 2007-02-23 18:58:26 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2007 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -165,7 +165,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.25 $'; + my $REVISION = '$Revision: 1.26 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-install-image b/bin/xt-install-image index 1108bc2..3adf5f9 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -80,14 +80,14 @@ Untar a .tar file into the new installation location. This tarfile is assumed t -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.47 2007-02-23 18:56:41 steve Exp $ + $Id: xt-install-image,v 1.48 2007-02-23 18:58:26 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2007 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -399,7 +399,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.47 $'; + my $REVISION = '$Revision: 1.48 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;