aboutsummaryrefslogtreecommitdiffstats
path: root/packdrake
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-09 12:43:50 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-09 12:43:50 +0000
commitb1c864ac057c02f88e8649e41d51e8b81b05c0cf (patch)
tree39a061d5bea6d8783a090296f1f7101cfe2b5d07 /packdrake
parent4e5f9c64eb5e756eaef0af74ac8030a0d1d83b5d (diff)
downloadrpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar
rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar.gz
rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar.bz2
rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar.xz
rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.zip
Adjust copyright
Diffstat (limited to 'packdrake')
-rwxr-xr-xpackdrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/packdrake b/packdrake
index e5a3385..2a9e670 100755
--- a/packdrake
+++ b/packdrake
@@ -9,7 +9,7 @@ my $default_ratio = 6;
sub usage {
die qq(packdrake version $packdrake::VERSION
-Copyright (C) 2000 MandrakeSoft.
+Copyright (C) 2000-2004 Mandrakesoft.
This is free software and may be redistributed under the terms of the GNU GPL.
usage:
@@ -30,7 +30,7 @@ usage:
--list <file> - list contents of archive.
--cat <file> - dump archive, only supported with gzip and bzip2,
this write the contents of all file in archive.
- --quiet - quiet operation
+ --quiet - quiet operation
);
}