2016-01-15 15:20 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
* *
% remove brandings and homepage from copyright header. Pass 3 - manual.
* project homepage and name is described in README, amongst others
; this should make the diff between 3.4 and 3.2 easier to manage
This commit is contained in:
@@ -127,12 +127,10 @@ proc main()
|
||||
|
||||
cResult := ;
|
||||
"/*" + hb_eol() + ;
|
||||
" * Harbour Project source code:" + hb_eol() + ;
|
||||
" * BIG5 <-> UCS16 conversion tables" + hb_eol() + ;
|
||||
" * code generated automatically by tests/big5_gen.prg" + hb_eol() + ;
|
||||
" * BIG5 <-> UCS16 conversion tables" + hb_eol() + ;
|
||||
" * code generated automatically by tests/big5_gen.prg" + hb_eol() + ;
|
||||
" *" + hb_eol() + ;
|
||||
" * Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>" + hb_eol() + ;
|
||||
" * www - http://harbour-project.org" + hb_eol() + ;
|
||||
" *" + hb_eol() + ;
|
||||
" */" + hb_eol() + ;
|
||||
hb_eol()
|
||||
|
||||
@@ -410,11 +410,9 @@ static function genCPfile( id, info, unicode, flags, upper, lower, sort, ;
|
||||
|
||||
cDef := ;
|
||||
'/*' + EOL + ;
|
||||
' * Harbour Project source code:' + EOL + ;
|
||||
' * National Collation Support Module ($1)' + EOL + ;
|
||||
' *' + EOL + ;
|
||||
' * Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>' + EOL + ;
|
||||
' * www - http://harbour-project.org' + EOL + ;
|
||||
' *' + EOL + ;
|
||||
' * This file is generated automatically by cpinfo.prg' + EOL + ;
|
||||
' */' + EOL + EOL + ;
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* Harbour Project source code
|
||||
*
|
||||
* Copyright (C) 1999 Matthew Hamilton
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/*
|
||||
* Harbour Project source code
|
||||
* This file contains the Harbour function(s) that maintain the list
|
||||
* of set-keys (hot-keys).
|
||||
*
|
||||
|
||||
@@ -161,12 +161,10 @@ proc main()
|
||||
|
||||
cResult := ;
|
||||
"/*" + hb_eol() + ;
|
||||
" * Harbour Project source code:" + hb_eol() + ;
|
||||
" * Unicode character tables" + hb_eol() + ;
|
||||
" * code generated automatically by tests/uc_gen.prg" + hb_eol() + ;
|
||||
" * Unicode character tables" + hb_eol() + ;
|
||||
" * code generated automatically by tests/uc_gen.prg" + hb_eol() + ;
|
||||
" *" + hb_eol() + ;
|
||||
" * Copyright 2012 Przemyslaw Czerpak <druzus / at / priv.onet.pl>" + hb_eol() + ;
|
||||
" * www - http://harbour-project.org" + hb_eol() + ;
|
||||
" *" + hb_eol() + ;
|
||||
" */" + hb_eol() + ;
|
||||
hb_eol()
|
||||
|
||||
Reference in New Issue
Block a user