2016-01-14 19:17 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)

* *
    % remove brandings and homepage [1] from copyright header. Pass 1 - using script.
      [1] nobody has access to it anymore AFAIK - and it's also just
          a redirect since long
    ! update url in copyright header
    ; this should make the diff between 3.4 and 3.2 easier to manage
This commit is contained in:
Viktor Szakats
2016-01-14 19:18:17 +01:00
parent 00c1fbbbe4
commit 58faf91453
1704 changed files with 1958 additions and 5372 deletions

View File

@@ -6,11 +6,9 @@ FILE HEADER TEMPLATE
====================
/*
* Harbour Project source code:
* {one-liner description about the purpose of this source file}
*
* Copyright 2000 {list of individual authors and e-mail addresses}
* 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
@@ -25,7 +23,7 @@ FILE HEADER TEMPLATE
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.txt. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
* Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).
*
* As a special exception, the Harbour Project gives permission for
* additional uses of the text contained in its release of Harbour.
@@ -58,7 +56,6 @@ FILE HEADER TEMPLATE (OPTIONAL ADDITION FOR PARTIAL COPYRIGHTS)
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 {name} <{e-mail address}>
* {function or subsystem name}

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Hash table type and functions
*
* Copyright 2009 April White <april@users.sourceforge.net>
* 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
@@ -18,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.txt. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
* Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).
*
* As a special exception, the Harbour Project gives permission for
* additional uses of the text contained in its release of Harbour.

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: ASort()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Chen Kedem <niki@actcom.co.il>
* Documentation for: Bin2W(), Bin2I(), Bin2L(), Bin2U(), I2Bin(), W2Bin(),

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: Browse(), dbEdit(), TBrowseDB(), dbSkipper()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Brian Hays <bhays@abacuslaw.com>
* Documentation for the commands

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: CDoW(), CMonth(), Date(), CToD(), Day(), Days()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2001-2002 David G. Holm <dholm@jsd-llc.com>
* Documentation for: __dbDelim()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2001-2002 David G. Holm <dholm@jsd-llc.com>
* Documentation for: __dbSDF()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Chen Kedem <niki@actcom.co.il>
* Documentation for: __dbCopyStruct(), COPY STRUCTURE, __dbCopyXStruct(),

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: __Dir(), DIR, ADir()

View File

@@ -1,6 +1,5 @@
/*
* The following are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Paul Tucker <ptucker@sympatico.ca>
* Documentation for: DiskSpace() and related functions

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: ErrorSys()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: Eval()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Chen Kedem <niki@actcom.co.il>
* Documentation for: __TypeFile(), TYPE

View File

@@ -1,9 +1,7 @@
/*
* Harbour Project source code:
* Hash table type and functions
*
* Copyright 2009 April White <april@users.sourceforge.net>
* www - http://harbour-project.org
*
* Based on the content of hashfunc.c and hashes.c
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
@@ -21,7 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.txt. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
* Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).
*
* As a special exception, the Harbour Project gives permission for
* additional uses of the text contained in its release of Harbour.

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 David G. Holm <dholm@jsd-llc.com>
* Header file for the API

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright (date unknown) Giancarlo Niccolai <gian@niccolai.ws>
* Documentation for: Harbour INET API
@@ -18,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.txt. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
* Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).
*
* As a special exception, the Harbour Project gives permission for
* additional uses of the text contained in its release of Harbour.

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Jose Lanin <dezac@corevia.com>
* Documentation for: ProcLine(), ProcFile(), ProcName()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: ReadKey()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: hb_langName(), hb_langSelect()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: Abs(), Exp(), Log(), Int(), Max()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Jose Lalin <dezac@corevia.com>
* MemoTran() documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: __AtPrompt(), @...PROMPT, __MenuTo(), MENU TO

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Chen Kedem <niki@actcom.co.il>
* Documentation for: Tone()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Jose Lalin <dezac@corevia.com>
* IsAffirm() documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999-2000 Chen Kedem <niki@actcom.co.il>
* Documentation for: __objHasData(), __objHasMethod(), __objGetMsgList(),

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* See COPYING.txt for licensing terms.
*

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Luiz Rafael Culik <culik@sl.conex.net>
* db*() documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Luiz Rafael Culik <culik@sl.conex.net>
* db*() documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Luiz Rafael Culik <culik@sl.conex.net>
* db*() documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 David G. Holm <dholm@jsd-llc.com>
* Documentation for: Set(), __SetCentury()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Jose Lalin <dezac@corevia.com>
* Documentation for: Descend()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2000 Brian Hays <bhays@abacuslaw.com>
* Documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
* Documentation for: hb_ColorIndex()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
* Documentation for: ReadVar()

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation

View File

@@ -1,6 +1,5 @@
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 1999 Ryszard Glab <rglab@imid.med.pl>
* Documentation for: __mvPublic(), __mvPrivate(), __mvXRelease(),

View File

@@ -6,11 +6,9 @@ FILE HEADER TEMPLATE
====================
/*
* Harbour Project source code:
* {one-liner description about the purpose of this source file}
*
* Copyright 2010 {list of individual authors and e-mail addresses}
* 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
@@ -25,7 +23,7 @@ FILE HEADER TEMPLATE
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.txt. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
* Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).
*
* As a special exception, the Harbour Project gives permission for
* additional uses of the text contained in its release of Harbour.
@@ -58,7 +56,6 @@ FILE HEADER TEMPLATE (OPTIONAL ADDITION FOR PARTIAL COPYRIGHTS)
/*
* The following parts are Copyright of the individual authors.
* www - http://harbour-project.org
*
* Copyright 2010 {name} <{e-mail address}>
* {function or subsystem name}