diff options
Diffstat (limited to 'misc/porteasy')
-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 |