Fixed the bad CVS "Id:" signature.

committer: mfx <mfx> 968540510 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-09-09 23:01:50 +00:00
parent 8f3e1e7688
commit 61d7c3beec
2 changed files with 3 additions and 3 deletions

View File

@ -843,12 +843,12 @@ void Packer::initLoader(const void *pdata, int plen, int pinfo)
"\n\0"
"$Info: This file is packed with the UPX executable packer http://upx.tsx.org $"
"\n\0"
"$Id: packer.cpp,v 1.1 2000/05/10 04:58:23 jreiser Exp jreiser $"
"$Id: UPX " UPX_VERSION_STRING " Copyright (C) 1996-2000 the UPX Team. All Rights Reserved. $"
"\n";
static const char identsmall[] =
"\n"
"$Id: packer.cpp,v 1.1 2000/05/10 04:58:23 jreiser Exp jreiser $"
"$Id: UPX (C) 1996-2000 the UPX Team. All Rights Reserverd. http://upx.tsx.org $"
"\n";
if (opt->small)

View File

@ -28,7 +28,7 @@
; ------------- COPYRIGHT -------------
db 10
db '$Id: ident_s.ash,v 1.1 2000/05/10 04:57:58 jreiser Exp jreiser $'
db '$Id: UPX (C) 1996-2000 the UPX Team. All Rights Reserved. http://upx.tsx.org $'
db 10,0