2006-06-07 09:37:27 by steve
Add 2006 to the (c) line.
This commit is contained in:
parent
86a14c7d8b
commit
94666fdf9d
2
LICENSE
2
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
|
||||
|
||||
@ -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.]+) / )
|
||||
{
|
||||
|
||||
@ -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.]+) / )
|
||||
{
|
||||
|
||||
@ -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.]+) / )
|
||||
{
|
||||
|
||||
@ -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.]+) / )
|
||||
{
|
||||
|
||||
@ -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.]+) / )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user