diff --git a/LICENSE b/LICENSE index c0a7143..d4617e9 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ xen-tools --------- -Copyright (c) 2005 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. This project is free software. You may redistribute it under the terms of *either* the Perl Artistic License, or the GNU General diff --git a/xen-create-image b/xen-create-image index 6a940c3..6f66cf9 100755 --- a/xen-create-image +++ b/xen-create-image @@ -461,7 +461,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.129 2006-06-07 09:19:52 steve Exp $ + $Id: xen-create-image,v 1.130 2006-06-07 09:37:27 steve Exp $ =cut @@ -481,7 +481,7 @@ Install an X11 server, using VNC and XDM =head1 LICENSE -Copyright (c) 2005 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -1060,7 +1060,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.129 $'; + my $REVISION = '$Revision: 1.130 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-delete-image b/xen-delete-image index 98f587f..f62dca2 100755 --- a/xen-delete-image +++ b/xen-delete-image @@ -79,14 +79,14 @@ Specify the LVM volume where images were previously saved. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.31 2006-06-07 09:13:46 steve Exp $ + $Id: xen-delete-image,v 1.32 2006-06-07 09:37:27 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -290,7 +290,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.31 $'; + my $REVISION = '$Revision: 1.32 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-duplicate-image b/xen-duplicate-image index 0ea117d..1ced1d5 100755 --- a/xen-duplicate-image +++ b/xen-duplicate-image @@ -122,7 +122,7 @@ Specify the LVM volume where images are to go -- http://www.steve.org.uk/ - $Id: xen-duplicate-image,v 1.33 2006-05-27 12:34:07 steve Exp $ + $Id: xen-duplicate-image,v 1.34 2006-06-07 09:37:27 steve Exp $ =cut @@ -141,7 +141,7 @@ Specify the LVM volume where images are to go =head1 LICENSE -Copyright (c) 2005 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -461,7 +461,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.33 $'; + my $REVISION = '$Revision: 1.34 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-list-images b/xen-list-images index 1431e1b..61fefa1 100755 --- a/xen-list-images +++ b/xen-list-images @@ -94,14 +94,14 @@ Specify the LVM volume where images are located -- http://www.steve.org.uk/ - $Id: xen-list-images,v 1.27 2006-05-27 12:29:15 steve Exp $ + $Id: xen-list-images,v 1.28 2006-06-07 09:37:27 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -320,7 +320,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.27 $'; + my $REVISION = '$Revision: 1.28 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-update-image b/xen-update-image index 9085174..6b7dd5f 100755 --- a/xen-update-image +++ b/xen-update-image @@ -83,14 +83,14 @@ Specify the LVM volume where images are located. -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.27 2006-05-27 12:32:42 steve Exp $ + $Id: xen-update-image,v 1.28 2006-06-07 09:37:27 steve Exp $ =cut =head1 LICENSE -Copyright (c) 2005 by Steve Kemp. All rights reserved. +Copyright (c) 2005-2006 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under @@ -337,7 +337,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.27 $'; + my $REVISION = '$Revision: 1.28 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {