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:
Viktor Szakats
2016-01-15 15:21:27 +01:00
parent 70d3fbee3a
commit cef75de547
30 changed files with 17 additions and 53 deletions

View File

@@ -10,6 +10,12 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment * 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) 2016-01-15 14:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/filesys.c * src/rtl/filesys.c
! _A_READONLY -> _A_RDONLY ! _A_READONLY -> _A_RDONLY

View File

@@ -1,5 +1,5 @@
/* /*
* Harbour Project source code FlagShip compatible functions: * FlagShip compatible functions:
* StrPeek( cStr, nPos ) -> nASC * StrPeek( cStr, nPos ) -> nASC
* StrPoke( cStr, nPos, nASCval ) -> cStr * StrPoke( cStr, nPos, nASCval ) -> cStr
* *

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* ft_DosVer() function * ft_DosVer() function
* *
* Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net> * Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net>

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* ft_IsShare() function * ft_IsShare() function
* *
* Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net> * Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net>

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* Mouse support functions for Nanfor Library * Mouse support functions for Nanfor Library
* *
* Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net> * Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net>

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* ft_GetVPg()/ft_SetVpg() functions * ft_GetVPg()/ft_SetVpg() functions
* *
* Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net> * Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net>

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* Support functions for Nanfor Library * Support functions for Nanfor Library
* *
* Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net> * Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net>

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* ft_GetMode()/ft_SetMode() functions * ft_GetMode()/ft_SetMode() functions
* *
* Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net> * Copyright 2000 Luiz Rafael Culik <Culik@sl.conex.net>

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* This file contains source for first ODBC routines. * This file contains source for first ODBC routines.
* *
* Copyright 2009 Viktor Szakats (vszakats.net/harbour) * Copyright 2009 Viktor Szakats (vszakats.net/harbour)

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* header file for POSIX function wrappers * header file for POSIX function wrappers
* *
* Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl> * Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* POSIX function errno handling * POSIX function errno handling
* *
* Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl> * Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* hbole library demo/test code * hbole library demo/test code
* *
* Copyright 2007 Enrico Maria Giordano e.m.giordano at emagsoftware.it * Copyright 2007 Enrico Maria Giordano e.m.giordano at emagsoftware.it

View File

@@ -1,10 +1,9 @@
/* /*
* Harbour Project source code: * demonstration/test code for OLE server client which connects to
* demonstration/test code for OLE server client which connects to * Harbour OLE server working like xHarbour.com OLE servers described at
* 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
* 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
* This client code is based on xHarbour.com client example published on * above WWW page.
* above WWW page.
*/ */
DIM oObject DIM oObject

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* Demonstration code for generating .pdf documents using PDFCreator * Demonstration code for generating .pdf documents using PDFCreator
* COM interface. * COM interface.
* *

View File

@@ -53,7 +53,6 @@ GTWVW was initially created based on:
GTWVT GTWVT
=Id: gtwvt.c,v 1.60 2004/01/26 08:14:07 vouchcac Exp = =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 Video subsystem for Win32 using GUI windows instead of Console
Copyright 2003 Peter Rees <peter@rees.co.nz> Copyright 2003 Peter Rees <peter@rees.co.nz>
Rees Software & Systems Ltd Rees Software & Systems Ltd

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* Copyright (C) 1999 Eddie Runia * Copyright (C) 1999 Eddie Runia
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* Copyright (C) 1999 Matthew Hamilton * Copyright (C) 1999 Matthew Hamilton
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* Copyright (C) 1999 Eddie Runia * Copyright (C) 1999 Eddie Runia
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* This file contains source for a script of a Guestbook * This file contains source for a script of a Guestbook
* *
* Copyright (C) 1999 Felipe G. Coury <fcoury@creation.com.br> * Copyright (C) 1999 Felipe G. Coury <fcoury@creation.com.br>

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* Copyright (C) 2012 {list of individual authors and e-mail addresses} * Copyright (C) 2012 {list of individual authors and e-mail addresses}
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* Copyright (C) 2012 {list of individual authors and e-mail addresses} * Copyright (C) 2012 {list of individual authors and e-mail addresses}
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* Copyright (C) 2012 Doug (dougf at people dot net dot au) * Copyright (C) 2012 Doug (dougf at people dot net dot au)
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -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 <info / at / fsgiudice.com> # Copyright 2009 Francesco Saverio Giudice <info / at / fsgiudice.com>
# ------------------------------------ # ------------------------------------

View File

@@ -71,11 +71,9 @@
#line 5 "harbour.y" /* yacc.c:339 */ #line 5 "harbour.y" /* yacc.c:339 */
/* /*
* Harbour Project source code:
* Compiler YACC rules and actions * Compiler YACC rules and actions
* *
* Copyright 1999 Antonio Linares <alinares@fivetech.com> * Copyright 1999 Antonio Linares <alinares@fivetech.com>
* www - http://harbour-project.org
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -71,11 +71,9 @@
#line 6 "macro.y" /* yacc.c:339 */ #line 6 "macro.y" /* yacc.c:339 */
/* /*
* Harbour Project source code:
* Macro compiler YACC rules and actions * Macro compiler YACC rules and actions
* *
* Copyright 1999 Antonio Linares <alinares@fivetech.com> * Copyright 1999 Antonio Linares <alinares@fivetech.com>
* www - http://harbour-project.org
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -127,12 +127,10 @@ proc main()
cResult := ; cResult := ;
"/*" + hb_eol() + ; "/*" + hb_eol() + ;
" * Harbour Project source code:" + hb_eol() + ; " * BIG5 <-> UCS16 conversion tables" + hb_eol() + ;
" * BIG5 <-> UCS16 conversion tables" + hb_eol() + ; " * code generated automatically by tests/big5_gen.prg" + hb_eol() + ;
" * code generated automatically by tests/big5_gen.prg" + hb_eol() + ;
" *" + hb_eol() + ; " *" + hb_eol() + ;
" * Copyright 2011 Przemyslaw Czerpak <druzus / at / priv.onet.pl>" + 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() + ; " */" + hb_eol() + ;
hb_eol() hb_eol()

View File

@@ -410,11 +410,9 @@ static function genCPfile( id, info, unicode, flags, upper, lower, sort, ;
cDef := ; cDef := ;
'/*' + EOL + ; '/*' + EOL + ;
' * Harbour Project source code:' + EOL + ;
' * National Collation Support Module ($1)' + EOL + ; ' * National Collation Support Module ($1)' + EOL + ;
' *' + EOL + ; ' *' + EOL + ;
' * Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>' + EOL + ; ' * Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>' + EOL + ;
' * www - http://harbour-project.org' + EOL + ;
' *' + EOL + ; ' *' + EOL + ;
' * This file is generated automatically by cpinfo.prg' + EOL + ; ' * This file is generated automatically by cpinfo.prg' + EOL + ;
' */' + EOL + EOL + ; ' */' + EOL + EOL + ;

View File

@@ -1,6 +1,4 @@
/* /*
* Harbour Project source code
*
* Copyright (C) 1999 Matthew Hamilton * Copyright (C) 1999 Matthew Hamilton
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@@ -1,5 +1,4 @@
/* /*
* Harbour Project source code
* This file contains the Harbour function(s) that maintain the list * This file contains the Harbour function(s) that maintain the list
* of set-keys (hot-keys). * of set-keys (hot-keys).
* *

View File

@@ -161,12 +161,10 @@ proc main()
cResult := ; cResult := ;
"/*" + hb_eol() + ; "/*" + hb_eol() + ;
" * Harbour Project source code:" + hb_eol() + ; " * Unicode character tables" + hb_eol() + ;
" * Unicode character tables" + hb_eol() + ; " * code generated automatically by tests/uc_gen.prg" + hb_eol() + ;
" * code generated automatically by tests/uc_gen.prg" + hb_eol() + ;
" *" + hb_eol() + ; " *" + hb_eol() + ;
" * Copyright 2012 Przemyslaw Czerpak <druzus / at / priv.onet.pl>" + 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() + ; " */" + hb_eol() + ;
hb_eol() hb_eol()