diff options
author | des <des@FreeBSD.org> | 2002-02-24 15:27:03 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-02-24 15:27:03 +0000 |
commit | e413758b0e072f6e17f6d7d3687aec7c02ae2e27 (patch) | |
tree | e3a63d82521f5b2fac24d522740e589f949f5a9c /misc | |
parent | 7bcb7f245432bf87853d8c9a66082dc68b09300e (diff) | |
download | FreeBSD-ports-e413758b0e072f6e17f6d7d3687aec7c02ae2e27.zip FreeBSD-ports-e413758b0e072f6e17f6d7d3687aec7c02ae2e27.tar.gz |
Argh, I've programmed way too much Java lately. tr/./+/.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/porteasy/src/porteasy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl index 25fc866..33a546e 100644 --- a/misc/porteasy/src/porteasy.pl +++ b/misc/porteasy/src/porteasy.pl @@ -34,7 +34,7 @@ use Fcntl; use Getopt::Long; my $VERSION = "2.7.0"; -my $COPYRIGHT = "Copyright (c) 2000-2002 Dag-Erling Smørgrav. " + +my $COPYRIGHT = "Copyright (c) 2000-2002 Dag-Erling Smørgrav. " . "All rights reserved."; # Constants |