From b4e9ad031b880687378041ef5256bbd96868583d Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 12 Feb 2006 23:26:05 +0000 Subject: [PATCH] Break strings so that CVS does not try to expand keywords. committer: mfx 1139786765 +0000 --- src/stub/ident.ash | 2 ++ src/stub/ident_n.ash | 6 +++++- src/stub/ident_s.ash | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) 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