do not generate VCS id header

This commit is contained in:
Viktor Szakats
2013-03-16 12:53:23 +01:00
committed by vszakats
parent 7a00912755
commit 3c130f2d86
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-16 12:52 UTC+0100 Viktor Szakats (harbour syenar.net)
* tests/cpinfo.prg
* do not generate VCS id header
2013-03-16 12:15 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.*.po
* utils/hbmk2/hbmk2.prg

View File

@@ -411,7 +411,6 @@ static function genCPfile( id, info, unicode, flags, upper, lower, sort, ;
local cDef
cDef := ;
'/*' + EOL + ' * $Id' + '$' + EOL + ' */' + EOL + EOL + ;
'/*' + EOL + ;
' * Harbour Project source code:' + EOL + ;
' * National Collation Support Module ($1)' + EOL + ;