From 3ed9fa0f45c42b6327ce44e1fe55c292e4ec0c03 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 14 Jan 2016 19:35:07 +0100 Subject: [PATCH] 2016-01-14 19:33 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com) * * % remove brandings and homepage from copyright header. Pass 2 - semi-auto. * project homepage and name is described in README, amongst others ; this should make the diff between 3.4 and 3.2 easier to manage --- ChangeLog.txt | 6 ++++++ contrib/gtqtc/gtqtc1.cpp | 4 +--- contrib/gtwvg/3state.prg | 1 - contrib/gtwvg/activex.prg | 1 - contrib/gtwvg/bitmap.prg | 1 - contrib/gtwvg/checkbox.prg | 1 - contrib/gtwvg/combobox.prg | 1 - contrib/gtwvg/crt.prg | 1 - contrib/gtwvg/dataref.prg | 1 - contrib/gtwvg/dialog.prg | 1 - contrib/gtwvg/drawarea.prg | 1 - contrib/gtwvg/genrc.prg | 1 - contrib/gtwvg/hbgtwvg.ch | 1 - contrib/gtwvg/htmlview.prg | 1 - contrib/gtwvg/listbox.prg | 1 - contrib/gtwvg/menubar.prg | 1 - contrib/gtwvg/mle.prg | 1 - contrib/gtwvg/parthdlr.prg | 1 - contrib/gtwvg/pushbut.prg | 1 - contrib/gtwvg/radiobut.prg | 1 - contrib/gtwvg/scrollbr.prg | 1 - contrib/gtwvg/sle.prg | 1 - contrib/gtwvg/statbar.prg | 1 - contrib/gtwvg/static.prg | 1 - contrib/gtwvg/syswnd.prg | 1 - contrib/gtwvg/tabpage.prg | 1 - contrib/gtwvg/toolbar.prg | 1 - contrib/gtwvg/treeview.prg | 1 - contrib/gtwvg/wnd.prg | 1 - contrib/gtwvg/wvgparts.ch | 1 - contrib/gtwvg/wvtwin.ch | 1 - contrib/hbct/numline.c | 1 - contrib/hbct/tests/ctwtest.prg | 3 --- contrib/hbfimage/fi_wrp.c | 1 - contrib/hbfimage/freeimag.ch | 1 - contrib/hbfimage/readme.txt | 1 - contrib/hbgd/gd.ch | 1 - contrib/hbgd/gd.prg | 1 - contrib/hbgd/gdchart.prg | 1 - contrib/hbgd/gdimage.prg | 1 - contrib/hbgd/gdwrp.c | 1 - contrib/hbmisc/fileread.prg | 4 +--- contrib/hbmisc/tests/readfile.prg | 4 +--- contrib/hbmisc/tests/twirler.prg | 4 +--- contrib/hbmisc/twirler.prg | 4 +--- contrib/hbnetio/hbnetio.ch | 1 - contrib/hbnetio/utils/hbnetio/rpcdemo.hb | 1 - contrib/hbsms/tests/send.prg | 1 - contrib/hbtinymt/core32.c | 1 - contrib/hbtinymt/core64.c | 1 - contrib/hbunix/hbposix.h | 1 - contrib/hbunix/posixerr.c | 1 - contrib/hbunix/uidgid.c | 1 - contrib/hbwin/tests/oletst2.vbs | 1 - contrib/rddbm/bmdbfcdx.prg | 1 - contrib/rddbm/bmdbfnsx.prg | 1 - contrib/rddbm/bmdbfntx.prg | 1 - contrib/rddbm/bmdbfx.c | 1 - contrib/xhb/bkgtsks.c | 1 - contrib/xhb/xhbctbit.c | 1 - contrib/xhb/xhbinkey.prg | 1 - contrib/xhb/xhbmemo.prg | 1 - contrib/xhb/xhbmvinf.c | 1 - contrib/xhb/xhbtedit.prg | 1 - extras/httpsrv/modules/cookie.prg | 1 - extras/httpsrv/modules/info.prg | 1 - extras/httpsrv/modules/showcounter.prg | 1 - extras/httpsrv/modules/tableservletdb.prg | 1 - extras/httpsrv/modules/testajax.prg | 1 - extras/httpsrv/uhttpd.ini | 1 - include/hbjson.h | 1 - src/codepage/cp_950.c | 1 - src/codepage/cp_big5.c | 1 - src/codepage/cp_u16le.c | 1 - src/codepage/cp_utf8.c | 1 - src/compiler/harbour.y | 2 -- src/macro/macro.y | 2 -- src/pp/hbpp.c | 8 ++------ src/rtl/hbcomhb.c | 1 - src/rtl/hbjson.c | 1 - src/rtl/hbsockhb.c | 1 - tests/arrayidx.prg | 1 - tests/box2.prg | 5 +---- tests/cmphello.prg | 1 - tests/color.prg | 1 - tests/delim.prg | 5 +---- tests/dev.prg | 5 +---- tests/diskspac.prg | 1 - tests/disp.prg | 6 ++---- tests/dynobj.prg | 1 - tests/fornext.prg | 1 - tests/funcarr.prg | 1 - tests/inkey.prg | 4 +--- tests/longdev.prg | 5 +---- tests/longstr.prg | 1 - tests/money.prg | 1 - tests/multiarg.prg | 1 - tests/objarr.prg | 1 - tests/objasign.prg | 1 - tests/osshell.prg | 1 - tests/output.prg | 5 +---- tests/overload.prg | 1 - tests/round.prg | 5 +---- tests/sbar.prg | 3 --- tests/scroll.prg | 5 +---- tests/sdf.prg | 5 +---- tests/seconds.prg | 5 +---- tests/version.prg | 5 +---- 108 files changed, 26 insertions(+), 163 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0fe5e9144f..6dd064553f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,12 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2016-01-14 19:33 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com) + * * + % remove brandings and homepage from copyright header. Pass 2 - semi-auto. + * 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-14 19:17 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com) * * % remove brandings and homepage [1] from copyright header. Pass 1 - using script. diff --git a/contrib/gtqtc/gtqtc1.cpp b/contrib/gtqtc/gtqtc1.cpp index 1fe60f1717..0f34a9fac0 100644 --- a/contrib/gtqtc/gtqtc1.cpp +++ b/contrib/gtqtc/gtqtc1.cpp @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * QT Console + * QT Console * Copyright 2013 Przemyslaw Czerpak * Slightly based on GTQTC * Copyright 2009-2011 Pritpal Bedi - * 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/contrib/gtwvg/3state.prg b/contrib/gtwvg/3state.prg index 6c829f5980..72151314c0 100644 --- a/contrib/gtwvg/3state.prg +++ b/contrib/gtwvg/3state.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/activex.prg b/contrib/gtwvg/activex.prg index f2c6a55931..9534eee175 100644 --- a/contrib/gtwvg/activex.prg +++ b/contrib/gtwvg/activex.prg @@ -3,7 +3,6 @@ * * Copyright 2008 Andy Wos * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/bitmap.prg b/contrib/gtwvg/bitmap.prg index 68be2ab25f..993ab64cce 100644 --- a/contrib/gtwvg/bitmap.prg +++ b/contrib/gtwvg/bitmap.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/checkbox.prg b/contrib/gtwvg/checkbox.prg index 852539744d..0dbc31c52c 100644 --- a/contrib/gtwvg/checkbox.prg +++ b/contrib/gtwvg/checkbox.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/combobox.prg b/contrib/gtwvg/combobox.prg index 85894db413..a6cf27e0ac 100644 --- a/contrib/gtwvg/combobox.prg +++ b/contrib/gtwvg/combobox.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/crt.prg b/contrib/gtwvg/crt.prg index 0896184438..51136d4624 100644 --- a/contrib/gtwvg/crt.prg +++ b/contrib/gtwvg/crt.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/dataref.prg b/contrib/gtwvg/dataref.prg index de9e607978..26e8089d4e 100644 --- a/contrib/gtwvg/dataref.prg +++ b/contrib/gtwvg/dataref.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/dialog.prg b/contrib/gtwvg/dialog.prg index 5014356a1e..e2642fc7da 100644 --- a/contrib/gtwvg/dialog.prg +++ b/contrib/gtwvg/dialog.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/drawarea.prg b/contrib/gtwvg/drawarea.prg index 788731c21b..e5743bcd94 100644 --- a/contrib/gtwvg/drawarea.prg +++ b/contrib/gtwvg/drawarea.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2009-2012 Pritpal Bedi - * 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/contrib/gtwvg/genrc.prg b/contrib/gtwvg/genrc.prg index 019dc6273a..dd6096a7c0 100644 --- a/contrib/gtwvg/genrc.prg +++ b/contrib/gtwvg/genrc.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2011 Pritpal Bedi - * 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/contrib/gtwvg/hbgtwvg.ch b/contrib/gtwvg/hbgtwvg.ch index f7860bbe69..11aafbd348 100644 --- a/contrib/gtwvg/hbgtwvg.ch +++ b/contrib/gtwvg/hbgtwvg.ch @@ -2,7 +2,6 @@ * Header file for the WVG*Classes * * Copyright 2004 Pritpal Bedi - * www - http://www.xharbour.org 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/contrib/gtwvg/htmlview.prg b/contrib/gtwvg/htmlview.prg index 7d3536786a..e8e7f3adcc 100644 --- a/contrib/gtwvg/htmlview.prg +++ b/contrib/gtwvg/htmlview.prg @@ -3,7 +3,6 @@ * * Copyright 2008 Andy Wos * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/listbox.prg b/contrib/gtwvg/listbox.prg index f2ddc225bc..d262470832 100644 --- a/contrib/gtwvg/listbox.prg +++ b/contrib/gtwvg/listbox.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/menubar.prg b/contrib/gtwvg/menubar.prg index a96428eb2b..e7dc19f5bb 100644 --- a/contrib/gtwvg/menubar.prg +++ b/contrib/gtwvg/menubar.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/mle.prg b/contrib/gtwvg/mle.prg index d9d52c2984..ec01d696fe 100644 --- a/contrib/gtwvg/mle.prg +++ b/contrib/gtwvg/mle.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/parthdlr.prg b/contrib/gtwvg/parthdlr.prg index 0f44468afe..35f6a6c020 100644 --- a/contrib/gtwvg/parthdlr.prg +++ b/contrib/gtwvg/parthdlr.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/pushbut.prg b/contrib/gtwvg/pushbut.prg index b4cf16f4b3..e284cd241a 100644 --- a/contrib/gtwvg/pushbut.prg +++ b/contrib/gtwvg/pushbut.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/radiobut.prg b/contrib/gtwvg/radiobut.prg index 20e7528ba1..107e2be404 100644 --- a/contrib/gtwvg/radiobut.prg +++ b/contrib/gtwvg/radiobut.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/scrollbr.prg b/contrib/gtwvg/scrollbr.prg index da895758b8..c784bfae4d 100644 --- a/contrib/gtwvg/scrollbr.prg +++ b/contrib/gtwvg/scrollbr.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/sle.prg b/contrib/gtwvg/sle.prg index a19e7584de..12611ceef4 100644 --- a/contrib/gtwvg/sle.prg +++ b/contrib/gtwvg/sle.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2011 Pritpal Bedi - * 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/contrib/gtwvg/statbar.prg b/contrib/gtwvg/statbar.prg index b566cc3760..a5b4095546 100644 --- a/contrib/gtwvg/statbar.prg +++ b/contrib/gtwvg/statbar.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/static.prg b/contrib/gtwvg/static.prg index 20b433242b..c671e589b4 100644 --- a/contrib/gtwvg/static.prg +++ b/contrib/gtwvg/static.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/syswnd.prg b/contrib/gtwvg/syswnd.prg index 7eb5f8c85b..90b8c57ea9 100644 --- a/contrib/gtwvg/syswnd.prg +++ b/contrib/gtwvg/syswnd.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/tabpage.prg b/contrib/gtwvg/tabpage.prg index b13f890e1f..58c1112a71 100644 --- a/contrib/gtwvg/tabpage.prg +++ b/contrib/gtwvg/tabpage.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2009-2012 Pritpal Bedi - * 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/contrib/gtwvg/toolbar.prg b/contrib/gtwvg/toolbar.prg index 4d86170752..23f7ead611 100644 --- a/contrib/gtwvg/toolbar.prg +++ b/contrib/gtwvg/toolbar.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/treeview.prg b/contrib/gtwvg/treeview.prg index 9c5f2bad62..f32b13c572 100644 --- a/contrib/gtwvg/treeview.prg +++ b/contrib/gtwvg/treeview.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/wnd.prg b/contrib/gtwvg/wnd.prg index 258e34e392..49a9a8d5b8 100644 --- a/contrib/gtwvg/wnd.prg +++ b/contrib/gtwvg/wnd.prg @@ -2,7 +2,6 @@ * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi - * 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/contrib/gtwvg/wvgparts.ch b/contrib/gtwvg/wvgparts.ch index ad18c679a2..f56dfa328a 100644 --- a/contrib/gtwvg/wvgparts.ch +++ b/contrib/gtwvg/wvgparts.ch @@ -2,7 +2,6 @@ * Header file for the WVT*Classes * * Copyright 2008-2012 Pritpal Bedi - * www - http://www.xharbour.org 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/contrib/gtwvg/wvtwin.ch b/contrib/gtwvg/wvtwin.ch index f489eeb7aa..552701da12 100644 --- a/contrib/gtwvg/wvtwin.ch +++ b/contrib/gtwvg/wvtwin.ch @@ -2,7 +2,6 @@ * Header file for the WVT*Classes * * Copyright 2004-2011 Pritpal Bedi - * www - http://www.xharbour.org 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/contrib/hbct/numline.c b/contrib/hbct/numline.c index 7f681c58e7..e4a8e3aab4 100644 --- a/contrib/hbct/numline.c +++ b/contrib/hbct/numline.c @@ -3,7 +3,6 @@ * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) * Copyright 2004 Pavel Tsarenko - * www - http://www.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/contrib/hbct/tests/ctwtest.prg b/contrib/hbct/tests/ctwtest.prg index 86beea9959..0415ed0684 100644 --- a/contrib/hbct/tests/ctwtest.prg +++ b/contrib/hbct/tests/ctwtest.prg @@ -1,7 +1,4 @@ /* - * Harbour Project source code - * http://harbour-project.org/ - * * Clipper Tool III like window system test program * Donated to the public domain on 2006-02-11 by Przemyslaw Czerpak */ diff --git a/contrib/hbfimage/fi_wrp.c b/contrib/hbfimage/fi_wrp.c index a8bd9bd2d7..ac23a8b192 100644 --- a/contrib/hbfimage/fi_wrp.c +++ b/contrib/hbfimage/fi_wrp.c @@ -3,7 +3,6 @@ * * Copyright 2005 Francesco Saverio Giudice * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * www - http://www.xharbour.org 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/contrib/hbfimage/freeimag.ch b/contrib/hbfimage/freeimag.ch index f4493afe53..3e410d87a2 100644 --- a/contrib/hbfimage/freeimag.ch +++ b/contrib/hbfimage/freeimag.ch @@ -2,7 +2,6 @@ * FreeImage graphic library header file. * * Copyright 2005 Francesco Saverio Giudice - * www - http://www.xharbour.org 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/contrib/hbfimage/readme.txt b/contrib/hbfimage/readme.txt index 82e039aebb..fc5d5f05f3 100644 --- a/contrib/hbfimage/readme.txt +++ b/contrib/hbfimage/readme.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://www.xharbour.org http://harbour-project.org * * Copyright 2005 Francesco Saverio Giudice * README file explaining howto compile FreeImage library diff --git a/contrib/hbgd/gd.ch b/contrib/hbgd/gd.ch index 0021c87c2e..bd2e4e573b 100644 --- a/contrib/hbgd/gd.ch +++ b/contrib/hbgd/gd.ch @@ -2,7 +2,6 @@ * GD graphic library header file. * * Copyright 2004-2005 Francesco Saverio Giudice - * www - http://www.xharbour.org 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/contrib/hbgd/gd.prg b/contrib/hbgd/gd.prg index d7b51aeedf..8c2b5829b6 100644 --- a/contrib/hbgd/gd.prg +++ b/contrib/hbgd/gd.prg @@ -2,7 +2,6 @@ * GD graphic library prg level (client api) interface code. * * Copyright 2004 Francesco Saverio Giudice - * www - http://www.xharbour.org 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/contrib/hbgd/gdchart.prg b/contrib/hbgd/gdchart.prg index 55fe545a2d..f164d4b4de 100644 --- a/contrib/hbgd/gdchart.prg +++ b/contrib/hbgd/gdchart.prg @@ -2,7 +2,6 @@ * GD graphic library chart class * * Copyright 2004-2005 Francesco Saverio Giudice - * www - http://www.xharbour.org 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/contrib/hbgd/gdimage.prg b/contrib/hbgd/gdimage.prg index d078d92605..44ebb868dc 100644 --- a/contrib/hbgd/gdimage.prg +++ b/contrib/hbgd/gdimage.prg @@ -2,7 +2,6 @@ * GD graphic library class * * Copyright 2004-2005 Francesco Saverio Giudice - * www - http://www.xharbour.org 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/contrib/hbgd/gdwrp.c b/contrib/hbgd/gdwrp.c index f7337b10d2..17b4f9306c 100644 --- a/contrib/hbgd/gdwrp.c +++ b/contrib/hbgd/gdwrp.c @@ -2,7 +2,6 @@ * GD graphic library low level (client api) interface code. * * Copyright 2004-2005 Francesco Saverio Giudice - * www - http://www.xharbour.org 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/contrib/hbmisc/fileread.prg b/contrib/hbmisc/fileread.prg index 9304e35e92..1c6f2cef4d 100644 --- a/contrib/hbmisc/fileread.prg +++ b/contrib/hbmisc/fileread.prg @@ -1,6 +1,4 @@ -/* Harbour Project source code - A class that reads a file one line at a time - http://harbour-project.org/ +/* A class that reads a file one line at a time Donated to the public domain on 2001-04-03 by David G. Holm */ diff --git a/contrib/hbmisc/tests/readfile.prg b/contrib/hbmisc/tests/readfile.prg index 76d2cec51a..f319d40eca 100644 --- a/contrib/hbmisc/tests/readfile.prg +++ b/contrib/hbmisc/tests/readfile.prg @@ -1,6 +1,4 @@ -/* Harbour Project source code - Test program for new class that reads a file one line at a time - http://harbour-project.org/ +/* Test program for new class that reads a file one line at a time Donated to the public domain on 2001-03-08 by David G. Holm */ diff --git a/contrib/hbmisc/tests/twirler.prg b/contrib/hbmisc/tests/twirler.prg index da66005a8c..fc581b1f26 100644 --- a/contrib/hbmisc/tests/twirler.prg +++ b/contrib/hbmisc/tests/twirler.prg @@ -1,6 +1,4 @@ -/* Harbour Project source code - Test program for new hbmisc twirler class - http://harbour-project.org/ +/* Test program for new hbmisc twirler class Donated to the public domain on 2001-03-15 by David G. Holm */ diff --git a/contrib/hbmisc/twirler.prg b/contrib/hbmisc/twirler.prg index 4a9652d9c6..aed663b91f 100644 --- a/contrib/hbmisc/twirler.prg +++ b/contrib/hbmisc/twirler.prg @@ -1,6 +1,4 @@ -/* Harbour Project source code - New libmisc twirler class - http://harbour-project.org/ +/* New libmisc twirler class Donated to the public domain on 2001-04-03 by David G. Holm */ diff --git a/contrib/hbnetio/hbnetio.ch b/contrib/hbnetio/hbnetio.ch index 6144304c2d..074beba6fc 100644 --- a/contrib/hbnetio/hbnetio.ch +++ b/contrib/hbnetio/hbnetio.ch @@ -2,7 +2,6 @@ * HBNETIO header file * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/contrib/hbnetio/utils/hbnetio/rpcdemo.hb b/contrib/hbnetio/utils/hbnetio/rpcdemo.hb index c1f651f963..87edf72c38 100644 --- a/contrib/hbnetio/utils/hbnetio/rpcdemo.hb +++ b/contrib/hbnetio/utils/hbnetio/rpcdemo.hb @@ -3,7 +3,6 @@ * Usage: 'hbnetio -rpc=rpcdemo.hb' * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://www.harbour-project.org * */ diff --git a/contrib/hbsms/tests/send.prg b/contrib/hbsms/tests/send.prg index e11085bb42..09ac60bb09 100644 --- a/contrib/hbsms/tests/send.prg +++ b/contrib/hbsms/tests/send.prg @@ -1,6 +1,5 @@ /* * Copyright 2009-2010 Viktor Szakats (vszakats.net/harbour) - * www - http://www.harbour-project.org */ #require "hbsms" diff --git a/contrib/hbtinymt/core32.c b/contrib/hbtinymt/core32.c index 99e9eeb096..255705bdef 100644 --- a/contrib/hbtinymt/core32.c +++ b/contrib/hbtinymt/core32.c @@ -2,7 +2,6 @@ * Harbour interface to TinyMT, Pseudo Random Generator * * Copyright 2012 Andi Jahja - * www - http://www.harbour-project.org http://www.xharbour.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/contrib/hbtinymt/core64.c b/contrib/hbtinymt/core64.c index b10d9d00f3..310fb68aa2 100644 --- a/contrib/hbtinymt/core64.c +++ b/contrib/hbtinymt/core64.c @@ -3,7 +3,6 @@ * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) * Copyright 2012 Andi Jahja - * www - http://www.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/contrib/hbunix/hbposix.h b/contrib/hbunix/hbposix.h index 22827dbf1b..9cc0de1360 100644 --- a/contrib/hbunix/hbposix.h +++ b/contrib/hbunix/hbposix.h @@ -3,7 +3,6 @@ * header file for POSIX function wrappers * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/contrib/hbunix/posixerr.c b/contrib/hbunix/posixerr.c index b258b15dec..4eea022ee6 100644 --- a/contrib/hbunix/posixerr.c +++ b/contrib/hbunix/posixerr.c @@ -3,7 +3,6 @@ * POSIX function errno handling * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/contrib/hbunix/uidgid.c b/contrib/hbunix/uidgid.c index ff011b10ba..230d9a3446 100644 --- a/contrib/hbunix/uidgid.c +++ b/contrib/hbunix/uidgid.c @@ -2,7 +2,6 @@ * POSIX function wrappers to get/set user and group IDs * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/contrib/hbwin/tests/oletst2.vbs b/contrib/hbwin/tests/oletst2.vbs index a01a08e86c..1e3735bd42 100644 --- a/contrib/hbwin/tests/oletst2.vbs +++ b/contrib/hbwin/tests/oletst2.vbs @@ -1,6 +1,5 @@ ' ' Copyright 2010 Viktor Szakats (vszakats.net/harbour) -' www - http://harbour-project.org ' ' See COPYING.txt for licensing terms. ' diff --git a/contrib/rddbm/bmdbfcdx.prg b/contrib/rddbm/bmdbfcdx.prg index 996f268d14..3488158764 100644 --- a/contrib/rddbm/bmdbfcdx.prg +++ b/contrib/rddbm/bmdbfcdx.prg @@ -2,7 +2,6 @@ * BMDBFCDX initialization code * * Copyright 2010 Przemyslaw Czerpak - * www - http://www.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/contrib/rddbm/bmdbfnsx.prg b/contrib/rddbm/bmdbfnsx.prg index dc65b5dd78..ef6fe63253 100644 --- a/contrib/rddbm/bmdbfnsx.prg +++ b/contrib/rddbm/bmdbfnsx.prg @@ -2,7 +2,6 @@ * BMDBFNSX initialization code * * Copyright 2010 Przemyslaw Czerpak - * www - http://www.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/contrib/rddbm/bmdbfntx.prg b/contrib/rddbm/bmdbfntx.prg index 001ca0d159..d52336851e 100644 --- a/contrib/rddbm/bmdbfntx.prg +++ b/contrib/rddbm/bmdbfntx.prg @@ -2,7 +2,6 @@ * BMDBFNTX initialization code * * Copyright 2010 Przemyslaw Czerpak - * www - http://www.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/contrib/rddbm/bmdbfx.c b/contrib/rddbm/bmdbfx.c index 62178fc3cb..ca3cf6ce77 100644 --- a/contrib/rddbm/bmdbfx.c +++ b/contrib/rddbm/bmdbfx.c @@ -7,7 +7,6 @@ * any code created by Miguel. * * Copyright 2010 Przemyslaw Czerpak - * www - http://www.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/contrib/xhb/bkgtsks.c b/contrib/xhb/bkgtsks.c index 8bbadce056..e1668ae55e 100644 --- a/contrib/xhb/bkgtsks.c +++ b/contrib/xhb/bkgtsks.c @@ -2,7 +2,6 @@ * The background tasks - an extension of idle state * * Copyright 2003-2008 Francesco Saverio Giudice - * www - http://www.xharbour.org - 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/contrib/xhb/xhbctbit.c b/contrib/xhb/xhbctbit.c index 15cd1c13ea..3b7324e124 100644 --- a/contrib/xhb/xhbctbit.c +++ b/contrib/xhb/xhbctbit.c @@ -8,7 +8,6 @@ * NumMirrX() * * Copyright 2001 Walter Negro - FOEESITRA" - * www - http://www.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/contrib/xhb/xhbinkey.prg b/contrib/xhb/xhbinkey.prg index a1b4fc7d0b..1cce95a688 100644 --- a/contrib/xhb/xhbinkey.prg +++ b/contrib/xhb/xhbinkey.prg @@ -2,7 +2,6 @@ * xHarbour compatible inkey block functions. * * Copyright 2010 Przemyslaw Czerpak - * www - http://www.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/contrib/xhb/xhbmemo.prg b/contrib/xhb/xhbmemo.prg index 6581fa0d3f..7680ec69c0 100644 --- a/contrib/xhb/xhbmemo.prg +++ b/contrib/xhb/xhbmemo.prg @@ -2,7 +2,6 @@ * xhb_MemoEdit() function * * Copyright 2000 Maurilio Longo - * www - http://www.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/contrib/xhb/xhbmvinf.c b/contrib/xhb/xhbmvinf.c index 390ac3a453..e81c5b61fc 100644 --- a/contrib/xhb/xhbmvinf.c +++ b/contrib/xhb/xhbmvinf.c @@ -2,7 +2,6 @@ * xHarbour compatible __mvSymbolInfo() function * * Copyright 2010 Przemyslaw Czerpak - * www - http://www.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/contrib/xhb/xhbtedit.prg b/contrib/xhb/xhbtedit.prg index 4d5e3258e8..46bf8542ad 100644 --- a/contrib/xhb/xhbtedit.prg +++ b/contrib/xhb/xhbtedit.prg @@ -2,7 +2,6 @@ * Editor Class (base for MemoEdit(), debugger, etc.) * * Copyright 2000 Maurilio Longo - * www - http://www.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/extras/httpsrv/modules/cookie.prg b/extras/httpsrv/modules/cookie.prg index 9497c29b5c..ceac38c0a4 100644 --- a/extras/httpsrv/modules/cookie.prg +++ b/extras/httpsrv/modules/cookie.prg @@ -2,7 +2,6 @@ * uHTTPD cookie example * * Copyright 2009 Francesco Saverio Giudice - * www - http://www.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/extras/httpsrv/modules/info.prg b/extras/httpsrv/modules/info.prg index 2152a12b22..0714f5b002 100644 --- a/extras/httpsrv/modules/info.prg +++ b/extras/httpsrv/modules/info.prg @@ -2,7 +2,6 @@ * uHTTPD info page * * Copyright 2009 Francesco Saverio Giudice - * www - http://www.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/extras/httpsrv/modules/showcounter.prg b/extras/httpsrv/modules/showcounter.prg index c541866f86..ed03266f1f 100644 --- a/extras/httpsrv/modules/showcounter.prg +++ b/extras/httpsrv/modules/showcounter.prg @@ -2,7 +2,6 @@ * simple image counter * * Copyright 2009 Francesco Saverio Giudice - * www - http://www.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/extras/httpsrv/modules/tableservletdb.prg b/extras/httpsrv/modules/tableservletdb.prg index d584ec4b17..a1c57a0077 100644 --- a/extras/httpsrv/modules/tableservletdb.prg +++ b/extras/httpsrv/modules/tableservletdb.prg @@ -2,7 +2,6 @@ * xml table servlet * * Copyright 2009 Francesco Saverio Giudice - * www - http://www.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/extras/httpsrv/modules/testajax.prg b/extras/httpsrv/modules/testajax.prg index dd22603658..98efe78532 100644 --- a/extras/httpsrv/modules/testajax.prg +++ b/extras/httpsrv/modules/testajax.prg @@ -2,7 +2,6 @@ * simple ajax responder * * Copyright 2009 Francesco Saverio Giudice - * www - http://www.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/extras/httpsrv/uhttpd.ini b/extras/httpsrv/uhttpd.ini index d3972ca27a..5ae3f1f765 100644 --- a/extras/httpsrv/uhttpd.ini +++ b/extras/httpsrv/uhttpd.ini @@ -3,7 +3,6 @@ # uHTTPD (Micro HTTP server) ini file # # Copyright 2009 Francesco Saverio Giudice -# www - http://harbour-project.org # ------------------------------------ # # uHTTPD ini file (defaults are commented) diff --git a/include/hbjson.h b/include/hbjson.h index 749160c435..ed58c2626c 100644 --- a/include/hbjson.h +++ b/include/hbjson.h @@ -2,7 +2,6 @@ * JavaScript Object Notation (JSON) * * Copyright 2010 Mindaugas Kavaliauskas - * 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/codepage/cp_950.c b/src/codepage/cp_950.c index 5e2ddebaa1..8b2f0cd97e 100644 --- a/src/codepage/cp_950.c +++ b/src/codepage/cp_950.c @@ -2,7 +2,6 @@ * example of Harbour codepage using CP950 encoding * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/codepage/cp_big5.c b/src/codepage/cp_big5.c index 1505a0692a..a73175e1a3 100644 --- a/src/codepage/cp_big5.c +++ b/src/codepage/cp_big5.c @@ -2,7 +2,6 @@ * example of Harbour codepage using BIG5 encoding * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/codepage/cp_u16le.c b/src/codepage/cp_u16le.c index 978b596054..609c575e73 100644 --- a/src/codepage/cp_u16le.c +++ b/src/codepage/cp_u16le.c @@ -2,7 +2,6 @@ * example of Harbour codepage using UTF-16 little endian encoding * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/codepage/cp_utf8.c b/src/codepage/cp_utf8.c index 0cd5fb6873..f83c4c73d6 100644 --- a/src/codepage/cp_utf8.c +++ b/src/codepage/cp_utf8.c @@ -2,7 +2,6 @@ * example of Harbour codepage using UTF8 encoding * * Copyright 2011 Przemyslaw Czerpak - * www - http://www.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/compiler/harbour.y b/src/compiler/harbour.y index 81a5c88b59..8275ad3518 100644 --- a/src/compiler/harbour.y +++ b/src/compiler/harbour.y @@ -4,11 +4,9 @@ %name-prefix "hb_comp_yy" %{ /* - * 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.y b/src/macro/macro.y index f6595d561a..43d36f5169 100644 --- a/src/macro/macro.y +++ b/src/macro/macro.y @@ -5,11 +5,9 @@ %{ /* - * 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/src/pp/hbpp.c b/src/pp/hbpp.c index 87b4ff8519..e70357f6e3 100644 --- a/src/pp/hbpp.c +++ b/src/pp/hbpp.c @@ -194,11 +194,9 @@ static void hb_pp_generateRules( FILE * fout, PHB_PP_STATE pState, const char * int iDefs = 0, iTrans = 0, iCmds = 0; fprintf( fout, "/*\n * $" "Id" "$\n */\n\n/*\n" - " * Harbour Project source code:\n" - " * Build in preprocessor rules.\n" + " * Build in preprocessor rules.\n" " *\n" " * Copyright 2006-2015 Przemyslaw Czerpak \n" - " * www - http://harbour-project.org\n" " *\n" " * This file is generated automatically by Harbour preprocessor\n" " * and is covered by the same license as Harbour PP\n" @@ -339,11 +337,9 @@ static int hb_pp_generateVerInfo( char * szVerFile, int iRevID, char * szChangeL char * pszEscaped; fprintf( fout, "/*\n" - " * Harbour Project source code:\n" - " * Version information and build time switches.\n" + " * Version information and build time switches.\n" " *\n" " * Copyright 2008-2015 Przemyslaw Czerpak \n" - " * www - http://harbour-project.org\n" " *\n" " * This file is generated automatically by Harbour preprocessor\n" " * and is covered by the same license as Harbour PP\n" diff --git a/src/rtl/hbcomhb.c b/src/rtl/hbcomhb.c index 8fd7298338..a3dfc83120 100644 --- a/src/rtl/hbcomhb.c +++ b/src/rtl/hbcomhb.c @@ -2,7 +2,6 @@ * Serial communication port API wrapper functions * * Copyright 2010 Mindaugas Kavaliauskas - * 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/rtl/hbjson.c b/src/rtl/hbjson.c index f7e023afa9..5b43dda7eb 100644 --- a/src/rtl/hbjson.c +++ b/src/rtl/hbjson.c @@ -2,7 +2,6 @@ * JavaScript Object Notation (JSON) * * Copyright 2010 Mindaugas Kavaliauskas - * 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/rtl/hbsockhb.c b/src/rtl/hbsockhb.c index be73f9b634..21a0e7d14b 100644 --- a/src/rtl/hbsockhb.c +++ b/src/rtl/hbsockhb.c @@ -2,7 +2,6 @@ * Socket API wrapper functions * * Copyright 2010 Mindaugas Kavaliauskas - * 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/arrayidx.prg b/tests/arrayidx.prg index b50a4039cb..ecfafcd846 100644 --- a/tests/arrayidx.prg +++ b/tests/arrayidx.prg @@ -2,7 +2,6 @@ // Array Index tests // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/box2.prg b/tests/box2.prg index a67104a93d..b5a0afff04 100644 --- a/tests/box2.prg +++ b/tests/box2.prg @@ -1,8 +1,5 @@ // Test program for box and line drawing functions. -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-08-22 by David G. Holm -*/ +/* Donated to the public domain on 2001-08-22 by David G. Holm */ #include "box.ch" diff --git a/tests/cmphello.prg b/tests/cmphello.prg index 7ab81b12e1..9e44990678 100644 --- a/tests/cmphello.prg +++ b/tests/cmphello.prg @@ -4,7 +4,6 @@ // This program compiles hello.prg // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/color.prg b/tests/color.prg index 33952e9b48..58d64d092f 100644 --- a/tests/color.prg +++ b/tests/color.prg @@ -7,7 +7,6 @@ // This demo will be expanded over time. // // Written by Paul Tucker {ptucker@sympatico.ca> -// www - http://harbour-project.org // // This test program placed in the public domain // diff --git a/tests/delim.prg b/tests/delim.prg index a457b7e45b..c9168a7e0a 100644 --- a/tests/delim.prg +++ b/tests/delim.prg @@ -2,10 +2,7 @@ // Test program for COPY TO DELIMITED and APPEND FROM DELIMITED -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-04-18 by David G. Holm -*/ +/* Donated to the public domain on 2001-04-18 by David G. Holm */ PROCEDURE Main() diff --git a/tests/dev.prg b/tests/dev.prg index 86c8a2fe95..a6a1f6e670 100644 --- a/tests/dev.prg +++ b/tests/dev.prg @@ -3,10 +3,7 @@ // which compiler created the program. Both files should be 263,444 // bytes in size and should be identical. -/* Harbour Project source code - http://harbour-project.org/ - Public domain program written by David G. Holm -*/ +/* Public domain program written by David G. Holm */ PROCEDURE Main() diff --git a/tests/diskspac.prg b/tests/diskspac.prg index ceb2f98ebc..390b9a1d03 100644 --- a/tests/diskspac.prg +++ b/tests/diskspac.prg @@ -11,7 +11,6 @@ NOTE: Unlike Clipper, these functions return a floating point number! Written by Paul Tucker {ptucker@sympatico.ca> - www - http://harbour-project.org This test program placed in the public domain */ diff --git a/tests/disp.prg b/tests/disp.prg index 6472c423fc..585241173f 100644 --- a/tests/disp.prg +++ b/tests/disp.prg @@ -3,10 +3,8 @@ // Clipper. Inkey() is used to pause the display at certain points to make // it easier to compare scrolling compatibility. A Tone() is sounded before // each Inkey(0) call. -/* Harbour Project source code - http://harbour-project.org/ - Public domain program written by David G. Holm -*/ + +/* Public domain program written by David G. Holm */ PROCEDURE Main() diff --git a/tests/dynobj.prg b/tests/dynobj.prg index 2323c69c18..d1b64c14d4 100644 --- a/tests/dynobj.prg +++ b/tests/dynobj.prg @@ -4,7 +4,6 @@ // Implementation of dynamic objects in Harbour // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/fornext.prg b/tests/fornext.prg index 9d09b0c634..38ec8ad5e6 100644 --- a/tests/fornext.prg +++ b/tests/fornext.prg @@ -1,7 +1,6 @@ // Testing Harbour FOR NEXT loops // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/funcarr.prg b/tests/funcarr.prg index b6b38cfdab..ebdd8e9452 100644 --- a/tests/funcarr.prg +++ b/tests/funcarr.prg @@ -2,7 +2,6 @@ // Function Array syntax test // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/inkey.prg b/tests/inkey.prg index d520a96b91..a4ae37060d 100644 --- a/tests/inkey.prg +++ b/tests/inkey.prg @@ -1,8 +1,6 @@ /* Testing Harbour keyboard input. */ -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-03-08 by David G. Holm +/* Donated to the public domain on 2001-03-08 by David G. Holm Modularization and display improvements by Alejandro de Garate diff --git a/tests/longdev.prg b/tests/longdev.prg index 21ea167a0d..bf30db6354 100644 --- a/tests/longdev.prg +++ b/tests/longdev.prg @@ -1,9 +1,6 @@ // Testing Harbour long string handling with device output -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-03-08 by David G. Holm - */ +/* Donated to the public domain on 2001-03-08 by David G. Holm */ PROCEDURE Main() diff --git a/tests/longstr.prg b/tests/longstr.prg index 46baebff95..53711ee6df 100644 --- a/tests/longstr.prg +++ b/tests/longstr.prg @@ -1,5 +1,4 @@ // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain diff --git a/tests/money.prg b/tests/money.prg index 40f5be71a0..1b3af70a43 100644 --- a/tests/money.prg +++ b/tests/money.prg @@ -2,7 +2,6 @@ // Sample class Money with overloading of arythmetical operations // // Written by Pavel Tsarenko -// www - http://harbour-project.org // #include "error.ch" diff --git a/tests/multiarg.prg b/tests/multiarg.prg index c3cad92c40..64b27d7f9a 100644 --- a/tests/multiarg.prg +++ b/tests/multiarg.prg @@ -1,7 +1,6 @@ // Testing of multiple arguments // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/objarr.prg b/tests/objarr.prg index 3251f6c0c4..9e694e6263 100644 --- a/tests/objarr.prg +++ b/tests/objarr.prg @@ -2,7 +2,6 @@ // Object Array syntax test // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/objasign.prg b/tests/objasign.prg index 00df3e1701..5e074d16a5 100644 --- a/tests/objasign.prg +++ b/tests/objasign.prg @@ -2,7 +2,6 @@ // Object Array syntax test // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/osshell.prg b/tests/osshell.prg index 3360bd736e..0ab146e58f 100644 --- a/tests/osshell.prg +++ b/tests/osshell.prg @@ -4,7 +4,6 @@ // This program shells to OS // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/output.prg b/tests/output.prg index cbdbcf75c1..80faac4fce 100644 --- a/tests/output.prg +++ b/tests/output.prg @@ -1,9 +1,6 @@ // Testing Harbour device management -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-03-08 by David G. Holm -*/ +/* Donated to the public domain on 2001-03-08 by David G. Holm */ #ifndef __HARBOUR__ #include "clipper.ch" diff --git a/tests/overload.prg b/tests/overload.prg index d066fc797f..91ea73e3e7 100644 --- a/tests/overload.prg +++ b/tests/overload.prg @@ -2,7 +2,6 @@ // Implementation of operator overload in Harbour // // Written by Eddie Runia -// www - http://harbour-project.org // // Placed in the public domain // diff --git a/tests/round.prg b/tests/round.prg index c68a759f64..cdfb66a8ef 100644 --- a/tests/round.prg +++ b/tests/round.prg @@ -1,9 +1,6 @@ // Testing Harbour rounding -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-03-08 by David G. Holm -*/ +/* Donated to the public domain on 2001-03-08 by David G. Holm */ PROCEDURE Main() diff --git a/tests/sbar.prg b/tests/sbar.prg index eeabc11ee0..75d6530413 100644 --- a/tests/sbar.prg +++ b/tests/sbar.prg @@ -1,9 +1,6 @@ /* * ScrollBar class test * - * Harbour Project source code - * http://harbour-project.org/ - * * Example donated by Diego Pego, * modified by Alejandro de Garate */ diff --git a/tests/scroll.prg b/tests/scroll.prg index 2581868b74..a1f5875157 100644 --- a/tests/scroll.prg +++ b/tests/scroll.prg @@ -1,9 +1,6 @@ // Testing Harbour screen scrolling (requires the GT API) -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-03-08 by David G. Holm -*/ +/* Donated to the public domain on 2001-03-08 by David G. Holm */ #include "box.ch" diff --git a/tests/sdf.prg b/tests/sdf.prg index 127a6c0da0..83d088e9cf 100644 --- a/tests/sdf.prg +++ b/tests/sdf.prg @@ -3,10 +3,7 @@ // Test program for COPY TO SDF and APPEND FROM SDF // Note: Only COPY TO SDF is fully implemented at this time... -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-04-18 by David G. Holm -*/ +/* Donated to the public domain on 2001-04-18 by David G. Holm */ PROCEDURE Main() diff --git a/tests/seconds.prg b/tests/seconds.prg index 60c749ddbc..2c617b990a 100644 --- a/tests/seconds.prg +++ b/tests/seconds.prg @@ -1,9 +1,6 @@ /* Test Seconds() */ -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain on 2001-03-08 by David G. Holm -*/ +/* Donated to the public domain on 2001-03-08 by David G. Holm */ PROCEDURE Main( cParam ) diff --git a/tests/version.prg b/tests/version.prg index c2088a28b0..b8811a9caa 100644 --- a/tests/version.prg +++ b/tests/version.prg @@ -1,9 +1,6 @@ /* Testing the Version() function */ -/* Harbour Project source code - http://harbour-project.org/ - Donated to the public domain by David G. Holm . -*/ +/* Donated to the public domain by David G. Holm . */ #ifndef __HARBOUR__ #include "clipper.ch"