Skip to content

Commit

Permalink
Fixed copyright message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Aas committed Mar 5, 1996
1 parent 0dfdc77 commit 006e070
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bin/lwp-mirror.PL
Expand Up @@ -12,7 +12,7 @@ END

print SCRIPT <<'END_PROGRAM'; chmod(0755, $SCRIPT);
# $Id: lwp-mirror.PL,v 1.13 1996/02/26 19:23:06 aas Exp $
# $Id: lwp-mirror.PL,v 1.14 1996/03/05 15:27:56 aas Exp $
#
# Simple mirror utility using LWP
Expand Down Expand Up @@ -57,7 +57,7 @@ use Getopt::Std;
$0 =~ s,.*/,,; # use basename only
$VERSION = sprintf("%d.%02d", q$Revision: 1.13 $ =~ /(\d+)\.(\d+)/);
$VERSION = sprintf("%d.%02d", q$Revision: 1.14 $ =~ /(\d+)\.(\d+)/);
$opt_h = undef; # print usage
$opt_v = undef; # print version
Expand All @@ -71,7 +71,7 @@ if ($opt_v) {
die <<"EOT";
This is $0 version $VERSION ($DISTNAME)
Copyright (C) 1995,1996 Gisle Aas. All rights reserved.
Copyright 1995-1996, Gisle Aas.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down
6 changes: 3 additions & 3 deletions bin/lwp-request.PL
Expand Up @@ -12,7 +12,7 @@ END

print SCRIPT <<'END_PROGRAM'; chmod(0755, $SCRIPT);
# $Id: lwp-request.PL,v 1.22 1996/02/26 19:23:22 aas Exp $
# $Id: lwp-request.PL,v 1.23 1996/03/05 15:27:58 aas Exp $
#
# Simple user agent using LWP library.
Expand Down Expand Up @@ -176,7 +176,7 @@ Gisle Aas <aas@a.sn.no>
$0 =~ s,.*/,,; # use basename only
$VERSION = sprintf("%d.%02d", q$Revision: 1.22 $ =~ /(\d+)\.(\d+)/);
$VERSION = sprintf("%d.%02d", q$Revision: 1.23 $ =~ /(\d+)\.(\d+)/);
require LWP;
Expand Down Expand Up @@ -282,7 +282,7 @@ if ($opt_v) {
die <<"EOT";
This is $0 version $VERSION ($DISTNAME)
Copyright (C) 1995,1996 Gisle Aas. All rights reserved.
Copyright 1995-1996, Gisle Aas.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down

0 comments on commit 006e070

Please sign in to comment.