Enter 2004.

committer: mfx <mfx> 1074623868 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-01-20 18:37:48 +00:00
parent 19564ed27e
commit 5f87e9891b
144 changed files with 309 additions and 309 deletions
+4 -4
View File
@@ -2,8 +2,8 @@
This file is part of the UPX executable compressor.
Copyright (C) 1996-2003 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2003 Laszlo Molnar
Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2004 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-2003 the UPX Team. All Rights Reserved. $"
" Copyright (C) 1996-2004 the UPX Team. All Rights Reserved. $"
"\n";
static const char identsmall[] =
"\n"
"$Id: UPX "
"(C) 1996-2003 the UPX Team. All Rights Reserved. http://upx.sf.net $"
"(C) 1996-2004 the UPX Team. All Rights Reserved. http://upx.sf.net $"
"\n";
static const char identtiny[] = UPX_VERSION_STRING4;