Prepare UPX 1.93 release.

committer: mfx <mfx> 1107804731 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-02-07 19:32:11 +00:00
parent 3b9eff7f34
commit 63b9ee61d2
13 changed files with 158 additions and 60 deletions
+4 -4
View File
@@ -2,8 +2,8 @@
This file is part of the UPX executable compressor.
Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2004 Laszlo Molnar
Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2005 Laszlo Molnar
All Rights Reserved.
UPX and the UCL library are free software; you can redistribute them
@@ -977,12 +977,12 @@ char const *Packer::getIdentstr(unsigned *size, int small)
"\n\0"
"$Id: UPX "
UPX_VERSION_STRING4
" Copyright (C) 1996-2004 the UPX Team. All Rights Reserved. $"
" Copyright (C) 1996-2005 the UPX Team. All Rights Reserved. $"
"\n";
static const char identsmall[] =
"\n"
"$Id: UPX "
"(C) 1996-2004 the UPX Team. All Rights Reserved. http://upx.sf.net $"
"(C) 1996-2005 the UPX Team. All Rights Reserved. http://upx.sf.net $"
"\n";
static const char identtiny[] = UPX_VERSION_STRING4;