diff --git a/ChangeLog.txt b/ChangeLog.txt index 7cdb57abd0..4d0164e5b4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,12 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +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 + 2016-01-15 14:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/filesys.c ! _A_READONLY -> _A_RDONLY diff --git a/contrib/hbfship/strpeek.c b/contrib/hbfship/strpeek.c index f7eb857ef2..dd0e472bc6 100644 --- a/contrib/hbfship/strpeek.c +++ b/contrib/hbfship/strpeek.c @@ -1,5 +1,5 @@ /* - * Harbour Project source code FlagShip compatible functions: + * FlagShip compatible functions: * StrPeek( cStr, nPos ) -> nASC * StrPoke( cStr, nPos, nASCval ) -> cStr * diff --git a/contrib/hbnf/dosver.c b/contrib/hbnf/dosver.c index 86645552f8..f5daae70e5 100644 --- a/contrib/hbnf/dosver.c +++ b/contrib/hbnf/dosver.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * ft_DosVer() function * * Copyright 2000 Luiz Rafael Culik diff --git a/contrib/hbnf/isshare.c b/contrib/hbnf/isshare.c index cd42b1b39e..4fab8254f7 100644 --- a/contrib/hbnf/isshare.c +++ b/contrib/hbnf/isshare.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * ft_IsShare() function * * Copyright 2000 Luiz Rafael Culik diff --git a/contrib/hbnf/mouse.c b/contrib/hbnf/mouse.c index 27bc1edf66..5ef9d18334 100644 --- a/contrib/hbnf/mouse.c +++ b/contrib/hbnf/mouse.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * Mouse support functions for Nanfor Library * * Copyright 2000 Luiz Rafael Culik diff --git a/contrib/hbnf/page.c b/contrib/hbnf/page.c index 790990fae3..666b0aa310 100644 --- a/contrib/hbnf/page.c +++ b/contrib/hbnf/page.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * ft_GetVPg()/ft_SetVpg() functions * * Copyright 2000 Luiz Rafael Culik diff --git a/contrib/hbnf/support.c b/contrib/hbnf/support.c index b4a4b8f02c..fcbb512e33 100644 --- a/contrib/hbnf/support.c +++ b/contrib/hbnf/support.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * Support functions for Nanfor Library * * Copyright 2000 Luiz Rafael Culik diff --git a/contrib/hbnf/vidmode.c b/contrib/hbnf/vidmode.c index 790a955c43..37bca033f8 100644 --- a/contrib/hbnf/vidmode.c +++ b/contrib/hbnf/vidmode.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * ft_GetMode()/ft_SetMode() functions * * Copyright 2000 Luiz Rafael Culik diff --git a/contrib/hbodbc/odbc.c b/contrib/hbodbc/odbc.c index 3311d08b30..57d2d22ff1 100644 --- a/contrib/hbodbc/odbc.c +++ b/contrib/hbodbc/odbc.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * This file contains source for first ODBC routines. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) diff --git a/contrib/hbunix/hbposix.h b/contrib/hbunix/hbposix.h index 9cc0de1360..d642a7438f 100644 --- a/contrib/hbunix/hbposix.h +++ b/contrib/hbunix/hbposix.h @@ -1,5 +1,4 @@ /* - * Harbour Project source code * header file for POSIX function wrappers * * Copyright 2011 Przemyslaw Czerpak diff --git a/contrib/hbunix/posixerr.c b/contrib/hbunix/posixerr.c index 4eea022ee6..6a80d89d84 100644 --- a/contrib/hbunix/posixerr.c +++ b/contrib/hbunix/posixerr.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code * POSIX function errno handling * * Copyright 2011 Przemyslaw Czerpak diff --git a/contrib/hbwin/tests/ole.prg b/contrib/hbwin/tests/ole.prg index 1bb8a594bf..0c171b7d43 100644 --- a/contrib/hbwin/tests/ole.prg +++ b/contrib/hbwin/tests/ole.prg @@ -1,6 +1,4 @@ /* - * Harbour Project source code - * * hbole library demo/test code * * Copyright 2007 Enrico Maria Giordano e.m.giordano at emagsoftware.it diff --git a/contrib/hbwin/tests/oletst3.bas b/contrib/hbwin/tests/oletst3.bas index 995f991be7..e38228e4c3 100644 --- a/contrib/hbwin/tests/oletst3.bas +++ b/contrib/hbwin/tests/oletst3.bas @@ -1,10 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for OLE server client which connects to - * Harbour OLE server working like xHarbour.com OLE servers described at - * http://xharbour.com/index.asp?page=add_on_oleserver&show_sub=7&show_i=1 - * This client code is based on xHarbour.com client example published on - * above WWW page. + * demonstration/test code for OLE server client which connects to + * Harbour OLE server working like xHarbour.com OLE servers described at + * http://xharbour.com/index.asp?page=add_on_oleserver&show_sub=7&show_i=1 + * This client code is based on xHarbour.com client example published on + * above WWW page. */ DIM oObject diff --git a/contrib/hbwin/tests/pdfcreat.prg b/contrib/hbwin/tests/pdfcreat.prg index 02d0b6f959..e615b980fd 100644 --- a/contrib/hbwin/tests/pdfcreat.prg +++ b/contrib/hbwin/tests/pdfcreat.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code * Demonstration code for generating .pdf documents using PDFCreator * COM interface. * diff --git a/extras/gtwvw/docs/gtwvw.txt b/extras/gtwvw/docs/gtwvw.txt index 2374f4de8e..f92afd44de 100644 --- a/extras/gtwvw/docs/gtwvw.txt +++ b/extras/gtwvw/docs/gtwvw.txt @@ -53,7 +53,6 @@ GTWVW was initially created based on: GTWVT =Id: gtwvt.c,v 1.60 2004/01/26 08:14:07 vouchcac Exp = - Harbour Project source code: Video subsystem for Win32 using GUI windows instead of Console Copyright 2003 Peter Rees Rees Software & Systems Ltd diff --git a/extras/guestbk/_cgi.prg b/extras/guestbk/_cgi.prg index f7ce8fd280..34c8bc5616 100644 --- a/extras/guestbk/_cgi.prg +++ b/extras/guestbk/_cgi.prg @@ -1,6 +1,4 @@ /* - * Harbour Project source code - * * Copyright (C) 1999 Eddie Runia * * This program is free software; you can redistribute it and/or modify diff --git a/extras/guestbk/_inifile.prg b/extras/guestbk/_inifile.prg index c8088c86db..6d68ebc161 100644 --- a/extras/guestbk/_inifile.prg +++ b/extras/guestbk/_inifile.prg @@ -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 diff --git a/extras/guestbk/cgi.ch b/extras/guestbk/cgi.ch index c1a84eaae5..4b818a3d81 100644 --- a/extras/guestbk/cgi.ch +++ b/extras/guestbk/cgi.ch @@ -1,6 +1,4 @@ /* - * Harbour Project source code - * * Copyright (C) 1999 Eddie Runia * * This program is free software; you can redistribute it and/or modify diff --git a/extras/guestbk/guestbk.prg b/extras/guestbk/guestbk.prg index b29d51fe32..79d053919f 100644 --- a/extras/guestbk/guestbk.prg +++ b/extras/guestbk/guestbk.prg @@ -1,6 +1,4 @@ /* - * Harbour Project source code - * * This file contains source for a script of a Guestbook * * Copyright (C) 1999 Felipe G. Coury diff --git a/extras/hbdroid/hvminit.c b/extras/hbdroid/hvminit.c index 0bbfe99107..0f1020ed1e 100644 --- a/extras/hbdroid/hvminit.c +++ b/extras/hbdroid/hvminit.c @@ -1,6 +1,4 @@ /* - * Harbour Project source code - * * Copyright (C) 2012 {list of individual authors and e-mail addresses} * * This program is free software; you can redistribute it and/or modify diff --git a/extras/hbdroid/msginfo.c b/extras/hbdroid/msginfo.c index 31f97a8fbb..4c64f09260 100644 --- a/extras/hbdroid/msginfo.c +++ b/extras/hbdroid/msginfo.c @@ -1,6 +1,4 @@ /* - * Harbour Project source code - * * Copyright (C) 2012 {list of individual authors and e-mail addresses} * * This program is free software; you can redistribute it and/or modify diff --git a/extras/hbusb/core.c b/extras/hbusb/core.c index e5b167d9ce..4fdbfe0e0b 100644 --- a/extras/hbusb/core.c +++ b/extras/hbusb/core.c @@ -1,6 +1,4 @@ /* - * Harbour Project source code - * * Copyright (C) 2012 Doug (dougf at people dot net dot au) * * This program is free software; you can redistribute it and/or modify diff --git a/extras/httpsrv/uhttpd.ini b/extras/httpsrv/uhttpd.ini index 5ae3f1f765..af9e6eaeb1 100644 --- a/extras/httpsrv/uhttpd.ini +++ b/extras/httpsrv/uhttpd.ini @@ -1,6 +1,5 @@ # ------------------------------------ -# Harbour Project source code: -# uHTTPD (Micro HTTP server) ini file +# uHTTPD (Micro HTTP server) ini file # # Copyright 2009 Francesco Saverio Giudice # ------------------------------------ diff --git a/src/compiler/harbour.yyc b/src/compiler/harbour.yyc index 885598279e..210853969f 100644 --- a/src/compiler/harbour.yyc +++ b/src/compiler/harbour.yyc @@ -71,11 +71,9 @@ #line 5 "harbour.y" /* yacc.c:339 */ /* - * Harbour Project source code: * Compiler YACC rules and actions * * Copyright 1999 Antonio Linares - * www - http://harbour-project.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/macro/macro.yyc b/src/macro/macro.yyc index f12c27b2e2..909bb7f007 100644 --- a/src/macro/macro.yyc +++ b/src/macro/macro.yyc @@ -71,11 +71,9 @@ #line 6 "macro.y" /* yacc.c:339 */ /* - * Harbour Project source code: * Macro compiler YACC rules and actions * * Copyright 1999 Antonio Linares - * www - http://harbour-project.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/big5_gen.prg b/tests/big5_gen.prg index ce3349bb16..433cc4c1ba 100644 --- a/tests/big5_gen.prg +++ b/tests/big5_gen.prg @@ -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 " + hb_eol() + ; - " * www - http://harbour-project.org" + hb_eol() + ; " *" + hb_eol() + ; " */" + hb_eol() + ; hb_eol() diff --git a/tests/cpinfo.prg b/tests/cpinfo.prg index 8d22820104..1ed3895c93 100644 --- a/tests/cpinfo.prg +++ b/tests/cpinfo.prg @@ -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 ' + EOL + ; - ' * www - http://harbour-project.org' + EOL + ; ' *' + EOL + ; ' * This file is generated automatically by cpinfo.prg' + EOL + ; ' */' + EOL + EOL + ; diff --git a/tests/inifiles.prg b/tests/inifiles.prg index 9de8962579..335052844b 100644 --- a/tests/inifiles.prg +++ b/tests/inifiles.prg @@ -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 diff --git a/tests/setkeys.prg b/tests/setkeys.prg index bc8487eac8..d872e8d529 100644 --- a/tests/setkeys.prg +++ b/tests/setkeys.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code * This file contains the Harbour function(s) that maintain the list * of set-keys (hot-keys). * diff --git a/tests/uc16_gen.prg b/tests/uc16_gen.prg index 4a5fe165eb..8c63ce8b37 100644 --- a/tests/uc16_gen.prg +++ b/tests/uc16_gen.prg @@ -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 " + hb_eol() + ; - " * www - http://harbour-project.org" + hb_eol() + ; " *" + hb_eol() + ; " */" + hb_eol() + ; hb_eol()