diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-09 12:43:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-09 12:43:50 +0000 |
commit | b1c864ac057c02f88e8649e41d51e8b81b05c0cf (patch) | |
tree | 39a061d5bea6d8783a090296f1f7101cfe2b5d07 | |
parent | 4e5f9c64eb5e756eaef0af74ac8030a0d1d83b5d (diff) | |
download | rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar.gz rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar.bz2 rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.tar.xz rpmtools-b1c864ac057c02f88e8649e41d51e8b81b05c0cf.zip |
Adjust copyright
-rwxr-xr-x | packdrake | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ); } |