mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Break strings so that CVS does not try to expand keywords.
committer: mfx <mfx> 1139786765 +0000
This commit is contained in:
parent
8b7ebcf040
commit
b4e9ad031b
|
@ -33,3 +33,5 @@
|
|||
%else; __IDENTBIG__
|
||||
%include "ident_n.ash"
|
||||
%endif; __IDENTEND__
|
||||
|
||||
; vi:ts=8:et:nowrap
|
||||
|
|
|
@ -29,10 +29,14 @@
|
|||
; ------------- COPYRIGHT -------------
|
||||
|
||||
db 10,0
|
||||
db '$Info: This file is packed with the UPX executable packer http://upx.sf.net $'
|
||||
db '$Info: '
|
||||
db 'This file is packed with the UPX executable packer '
|
||||
db 'http://upx.sf.net $'
|
||||
db 10,0
|
||||
db '$Id: UPX '
|
||||
db 'UPXV'
|
||||
db ' Copyright (C) 1996-2006 the UPX Team. All Rights Reserved. $'
|
||||
db 10,0
|
||||
|
||||
|
||||
; vi:ts=8:et:nowrap
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
; ------------- COPYRIGHT -------------
|
||||
|
||||
db 10
|
||||
db '$Id$'
|
||||
db '$Id: UPX (C) 1996-2006 the UPX Team. '
|
||||
db 'All Rights Reserved. http://upx.sf.net $'
|
||||
db 10,0
|
||||
|
||||
|
||||
; vi:ts=8:et:nowrap
|
||||
|
|
Loading…
Reference in New Issue
Block a user