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__
|
%else; __IDENTBIG__
|
||||||
%include "ident_n.ash"
|
%include "ident_n.ash"
|
||||||
%endif; __IDENTEND__
|
%endif; __IDENTEND__
|
||||||
|
|
||||||
|
; vi:ts=8:et:nowrap
|
||||||
|
|
|
@ -29,10 +29,14 @@
|
||||||
; ------------- COPYRIGHT -------------
|
; ------------- COPYRIGHT -------------
|
||||||
|
|
||||||
db 10,0
|
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 10,0
|
||||||
db '$Id: UPX '
|
db '$Id: UPX '
|
||||||
db 'UPXV'
|
db 'UPXV'
|
||||||
db ' Copyright (C) 1996-2006 the UPX Team. All Rights Reserved. $'
|
db ' Copyright (C) 1996-2006 the UPX Team. All Rights Reserved. $'
|
||||||
db 10,0
|
db 10,0
|
||||||
|
|
||||||
|
|
||||||
|
; vi:ts=8:et:nowrap
|
||||||
|
|
|
@ -29,6 +29,9 @@
|
||||||
; ------------- COPYRIGHT -------------
|
; ------------- COPYRIGHT -------------
|
||||||
|
|
||||||
db 10
|
db 10
|
||||||
db '$Id$'
|
db '$Id: UPX (C) 1996-2006 the UPX Team. '
|
||||||
|
db 'All Rights Reserved. http://upx.sf.net $'
|
||||||
db 10,0
|
db 10,0
|
||||||
|
|
||||||
|
|
||||||
|
; vi:ts=8:et:nowrap
|
||||||
|
|
Loading…
Reference in New Issue
Block a user