diff --git a/src/stub/ident.ash b/src/stub/ident.ash index 393087e9..60c27c19 100644 --- a/src/stub/ident.ash +++ b/src/stub/ident.ash @@ -33,3 +33,5 @@ %else; __IDENTBIG__ %include "ident_n.ash" %endif; __IDENTEND__ + +; vi:ts=8:et:nowrap diff --git a/src/stub/ident_n.ash b/src/stub/ident_n.ash index 90484342..a4c86733 100644 --- a/src/stub/ident_n.ash +++ b/src/stub/ident_n.ash @@ -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 diff --git a/src/stub/ident_s.ash b/src/stub/ident_s.ash index 8f9d6eab..a4d9a728 100644 --- a/src/stub/ident_s.ash +++ b/src/stub/ident_s.ash @@ -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