diff --git a/COPYING.txt b/COPYING.txt index f9e0d2876e..dc4a7f68cd 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit -their web site at http://www.gnu.org/). +their web site at https://www.gnu.org/). THE HARBOUR PROJECT LIBRARY LICENSE @@ -39,7 +39,7 @@ GNU General Public License for more details. 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. diff --git a/ChangeLog.txt b/ChangeLog.txt index 35c4e496f2..0fe5e9144f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,14 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +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 + 2016-01-14 14:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/fm.c ! declaration order @@ -117904,7 +117912,7 @@ from DJGPP sh.exe running on Windows OS or using MSYS sh.exe). This seems to be a safe and often used solution on all platforms according to GNU Make docs '5.3.1 Choosing the Shell' section: - http://www.gnu.org/software/make/manual/make.html + https://www.gnu.org/software/make/manual/make.html Fix me if you find this wrong. * ChangeLog diff --git a/bin/check.hb b/bin/check.hb index eecafe0cad..fdbb0c54a6 100755 --- a/bin/check.hb +++ b/bin/check.hb @@ -1,11 +1,9 @@ #!/usr/bin/hbmk2 /* - * Harbour Project source code: * Various validations of filenames and file content, meant to be * run before committing to repository. * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -20,7 +18,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/bin/commit.hb b/bin/commit.hb index 3ea4d308ae..71f049b111 100755 --- a/bin/commit.hb +++ b/bin/commit.hb @@ -1,10 +1,8 @@ #!/usr/bin/hbmk2 /* - * Harbour Project source code: * Commit preparer * * Copyright 2012-2013 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/config/global.mk b/config/global.mk index 2f0fe2b19f..b68c784dcb 100644 --- a/config/global.mk +++ b/config/global.mk @@ -5,17 +5,17 @@ # --------------------------------------------------------------- # GNU make docs: -# http://www.gnu.org/software/make/manual/make.html +# https://www.gnu.org/software/make/manual/make.html # http://www.wanderinghorse.net/computing/make/ # http://www.jgc.org/feeds/topic-gnumake.xml # http://lists.gnu.org/archive/html/help-make/ # http://make.paulandlesley.org/ # Portable shell programming: -# http://www.gnu.org/software/autoconf/manual/html_node/Portable-Shell.html -# http://www.gnu.org/software/bash/manual/bashref.html +# https://www.gnu.org/software/autoconf/manual/html_node/Portable-Shell.html +# https://www.gnu.org/software/bash/manual/bashref.html # http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html # GNU coding standards: -# http://www.gnu.org/prep/standards/standards.html +# https://www.gnu.org/prep/standards/standards.html # GNU Make NEWS: # http://cvs.savannah.gnu.org/viewvc/make/NEWS?root=make&view=markup # --------------------------------------------------------------- diff --git a/config/lang.hb b/config/lang.hb index df350405a3..5f99f6d46c 100644 --- a/config/lang.hb +++ b/config/lang.hb @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Manage translations and automatic doc generation * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * 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 program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/config/lang2po.hb b/config/lang2po.hb index 7738a81fee..6bc0746a46 100644 --- a/config/lang2po.hb +++ b/config/lang2po.hb @@ -2,7 +2,6 @@ * Converts core lang modules to standard .po files * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/config/po2lang.hb b/config/po2lang.hb index 39e1fc700f..24c14858d4 100644 --- a/config/po2lang.hb +++ b/config/po2lang.hb @@ -2,7 +2,6 @@ * Converts .po files to core lang modules * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/gtalleg/gtallegd.c b/contrib/gtalleg/gtallegd.c index 1252f8f573..c952f27563 100644 --- a/contrib/gtalleg/gtallegd.c +++ b/contrib/gtalleg/gtallegd.c @@ -1,10 +1,7 @@ /* - * xHarbour Project source code: * Allegro based virtual GT with graphic extensions. * * Copyright 2004 Mauricio Abre - * www - http://www.xharbour.org - * 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 @@ -19,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. diff --git a/contrib/gtalleg/ssf.c b/contrib/gtalleg/ssf.c index fb14d5f5ef..a207d18495 100644 --- a/contrib/gtalleg/ssf.c +++ b/contrib/gtalleg/ssf.c @@ -6,7 +6,6 @@ */ /* - * xHarbour Project source code: * Simple Scalable Font library, main C module. * * Copyright 2004 Mauricio Abre @@ -25,7 +24,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. diff --git a/contrib/gtalleg/ssf.h b/contrib/gtalleg/ssf.h index 4bedc06453..cbe6ccd41c 100644 --- a/contrib/gtalleg/ssf.h +++ b/contrib/gtalleg/ssf.h @@ -8,7 +8,6 @@ */ /* - * xHarbour Project source code: * Simple Scalable Font library, main header file. * * Copyright 2004 Mauricio Abre @@ -27,7 +26,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. diff --git a/contrib/gtqtc/gtqtc.h b/contrib/gtqtc/gtqtc.h index ddc491bce9..aa4276b06a 100644 --- a/contrib/gtqtc/gtqtc.h +++ b/contrib/gtqtc/gtqtc.h @@ -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 @@ -19,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. 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. diff --git a/contrib/gtqtc/hbmk2_qtmoc.hb b/contrib/gtqtc/hbmk2_qtmoc.hb index 11904733e0..ed4dc93d56 100644 --- a/contrib/gtqtc/hbmk2_qtmoc.hb +++ b/contrib/gtqtc/hbmk2_qtmoc.hb @@ -2,7 +2,6 @@ * hbmk2 plugin script, implementing support for QT specific features * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -17,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/contrib/gtwvg/3state.prg b/contrib/gtwvg/3state.prg index 040fb89160..6c829f5980 100644 --- a/contrib/gtwvg/3state.prg +++ b/contrib/gtwvg/3state.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/activex.prg b/contrib/gtwvg/activex.prg index 058722463e..f2c6a55931 100644 --- a/contrib/gtwvg/activex.prg +++ b/contrib/gtwvg/activex.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008 Andy Wos @@ -19,7 +18,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. diff --git a/contrib/gtwvg/bitmap.prg b/contrib/gtwvg/bitmap.prg index da0e313a25..68be2ab25f 100644 --- a/contrib/gtwvg/bitmap.prg +++ b/contrib/gtwvg/bitmap.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/checkbox.prg b/contrib/gtwvg/checkbox.prg index 815a7a6914..852539744d 100644 --- a/contrib/gtwvg/checkbox.prg +++ b/contrib/gtwvg/checkbox.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/class.prg b/contrib/gtwvg/class.prg index 60491fb230..2d89e0efc3 100644 --- a/contrib/gtwvg/class.prg +++ b/contrib/gtwvg/class.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * * GUI Components * Copyright 2007-2012 Pritpal Bedi @@ -23,7 +22,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. diff --git a/contrib/gtwvg/combobox.prg b/contrib/gtwvg/combobox.prg index 86acc42f9f..85894db413 100644 --- a/contrib/gtwvg/combobox.prg +++ b/contrib/gtwvg/combobox.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/crt.prg b/contrib/gtwvg/crt.prg index 6f529947fd..0896184438 100644 --- a/contrib/gtwvg/crt.prg +++ b/contrib/gtwvg/crt.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/dataref.prg b/contrib/gtwvg/dataref.prg index 26dd8f1e5e..de9e607978 100644 --- a/contrib/gtwvg/dataref.prg +++ b/contrib/gtwvg/dataref.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/dialog.prg b/contrib/gtwvg/dialog.prg index 2077fc320a..5014356a1e 100644 --- a/contrib/gtwvg/dialog.prg +++ b/contrib/gtwvg/dialog.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/drawarea.prg b/contrib/gtwvg/drawarea.prg index ff123e2e8c..788731c21b 100644 --- a/contrib/gtwvg/drawarea.prg +++ b/contrib/gtwvg/drawarea.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2009-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/genrc.prg b/contrib/gtwvg/genrc.prg index fda5a5350e..019dc6273a 100644 --- a/contrib/gtwvg/genrc.prg +++ b/contrib/gtwvg/genrc.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2011 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/gtwgu.h b/contrib/gtwvg/gtwgu.h index 19da452162..7fbfaaca20 100644 --- a/contrib/gtwvg/gtwgu.h +++ b/contrib/gtwvg/gtwgu.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header File for Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd - * 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. diff --git a/contrib/gtwvg/gtwgud.c b/contrib/gtwvg/gtwgud.c index 21a16bb116..e2b502981e 100644 --- a/contrib/gtwvg/gtwgud.c +++ b/contrib/gtwvg/gtwgud.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -15,7 +14,6 @@ * Adopted to new GT API * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -23,8 +21,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -38,7 +34,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. diff --git a/contrib/gtwvg/gtwvg.h b/contrib/gtwvg/gtwvg.h index 8750bfcd2d..7120a7fe13 100644 --- a/contrib/gtwvg/gtwvg.h +++ b/contrib/gtwvg/gtwvg.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header File for Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd - * 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. diff --git a/contrib/gtwvg/gtwvgd.c b/contrib/gtwvg/gtwvgd.c index 885719c4a5..772f603230 100644 --- a/contrib/gtwvg/gtwvgd.c +++ b/contrib/gtwvg/gtwvgd.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -15,7 +14,6 @@ * Adopted to new GT API * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -23,8 +21,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -38,7 +34,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. diff --git a/contrib/gtwvg/hbgtwvg.ch b/contrib/gtwvg/hbgtwvg.ch index f68c8cd1d7..f7860bbe69 100644 --- a/contrib/gtwvg/hbgtwvg.ch +++ b/contrib/gtwvg/hbgtwvg.ch @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Header file for the WVG*Classes * * Copyright 2004 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/htmlview.prg b/contrib/gtwvg/htmlview.prg index db9a6758c3..7d3536786a 100644 --- a/contrib/gtwvg/htmlview.prg +++ b/contrib/gtwvg/htmlview.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008 Andy Wos @@ -19,7 +18,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. diff --git a/contrib/gtwvg/listbox.prg b/contrib/gtwvg/listbox.prg index 034c2467c8..f2ddc225bc 100644 --- a/contrib/gtwvg/listbox.prg +++ b/contrib/gtwvg/listbox.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/menubar.prg b/contrib/gtwvg/menubar.prg index fafd647990..a96428eb2b 100644 --- a/contrib/gtwvg/menubar.prg +++ b/contrib/gtwvg/menubar.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/mle.prg b/contrib/gtwvg/mle.prg index 658e07ae2e..d9d52c2984 100644 --- a/contrib/gtwvg/mle.prg +++ b/contrib/gtwvg/mle.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/paint.prg b/contrib/gtwvg/paint.prg index 6926269853..fccce9225d 100644 --- a/contrib/gtwvg/paint.prg +++ b/contrib/gtwvg/paint.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * * Copyright 2004 Pritpal Bedi * @@ -16,7 +15,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. diff --git a/contrib/gtwvg/parthdlr.prg b/contrib/gtwvg/parthdlr.prg index 20079b3ac8..0f44468afe 100644 --- a/contrib/gtwvg/parthdlr.prg +++ b/contrib/gtwvg/parthdlr.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/pushbut.prg b/contrib/gtwvg/pushbut.prg index 6a27c83ac2..b4cf16f4b3 100644 --- a/contrib/gtwvg/pushbut.prg +++ b/contrib/gtwvg/pushbut.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/radiobut.prg b/contrib/gtwvg/radiobut.prg index ed4a75b1e2..20e7528ba1 100644 --- a/contrib/gtwvg/radiobut.prg +++ b/contrib/gtwvg/radiobut.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/scrollbr.prg b/contrib/gtwvg/scrollbr.prg index 25e55407a7..da895758b8 100644 --- a/contrib/gtwvg/scrollbr.prg +++ b/contrib/gtwvg/scrollbr.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/sle.prg b/contrib/gtwvg/sle.prg index 5f529eaa8c..a19e7584de 100644 --- a/contrib/gtwvg/sle.prg +++ b/contrib/gtwvg/sle.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2011 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/statbar.prg b/contrib/gtwvg/statbar.prg index 3a382ae69e..b566cc3760 100644 --- a/contrib/gtwvg/statbar.prg +++ b/contrib/gtwvg/statbar.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/static.prg b/contrib/gtwvg/static.prg index a08a24217f..20b433242b 100644 --- a/contrib/gtwvg/static.prg +++ b/contrib/gtwvg/static.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/syswnd.prg b/contrib/gtwvg/syswnd.prg index 3e3fab4c0e..7eb5f8c85b 100644 --- a/contrib/gtwvg/syswnd.prg +++ b/contrib/gtwvg/syswnd.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/tabpage.prg b/contrib/gtwvg/tabpage.prg index d8fe588b87..b13f890e1f 100644 --- a/contrib/gtwvg/tabpage.prg +++ b/contrib/gtwvg/tabpage.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2009-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/toolbar.prg b/contrib/gtwvg/toolbar.prg index c48b14e86a..4d86170752 100644 --- a/contrib/gtwvg/toolbar.prg +++ b/contrib/gtwvg/toolbar.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/treeview.prg b/contrib/gtwvg/treeview.prg index 04eacdba26..9c5f2bad62 100644 --- a/contrib/gtwvg/treeview.prg +++ b/contrib/gtwvg/treeview.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/wnd.prg b/contrib/gtwvg/wnd.prg index deffa09e9a..258e34e392 100644 --- a/contrib/gtwvg/wnd.prg +++ b/contrib/gtwvg/wnd.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Source file for the Wvg*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/wvgcore.c b/contrib/gtwvg/wvgcore.c index 98887a6ede..e1fb0f37bd 100644 --- a/contrib/gtwvg/wvgcore.c +++ b/contrib/gtwvg/wvgcore.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * * Copyright 2007-2012 Pritpal Bedi * Based on: @@ -17,8 +16,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -32,7 +29,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. diff --git a/contrib/gtwvg/wvgcuig.c b/contrib/gtwvg/wvgcuig.c index abc4c06c40..00cc434965 100644 --- a/contrib/gtwvg/wvgcuig.c +++ b/contrib/gtwvg/wvgcuig.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * * Copyright 2009-2012 Pritpal Bedi * Based on: @@ -17,8 +16,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -32,7 +29,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. diff --git a/contrib/gtwvg/wvgparts.ch b/contrib/gtwvg/wvgparts.ch index c5b3cf573a..ad18c679a2 100644 --- a/contrib/gtwvg/wvgparts.ch +++ b/contrib/gtwvg/wvgparts.ch @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Header file for the WVT*Classes * * Copyright 2008-2012 Pritpal Bedi @@ -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. diff --git a/contrib/gtwvg/wvgutils.c b/contrib/gtwvg/wvgutils.c index cac12b8389..101d7c0e62 100644 --- a/contrib/gtwvg/wvgutils.c +++ b/contrib/gtwvg/wvgutils.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * * Copyright 2007-2012 Pritpal Bedi @@ -17,8 +16,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -32,7 +29,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. diff --git a/contrib/gtwvg/wvgwin.c b/contrib/gtwvg/wvgwin.c index bfe5117bad..dc604a2b6f 100644 --- a/contrib/gtwvg/wvgwin.c +++ b/contrib/gtwvg/wvgwin.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * * Copyright 2007-2012 Pritpal Bedi @@ -17,8 +16,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -32,7 +29,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. diff --git a/contrib/gtwvg/wvgwing.c b/contrib/gtwvg/wvgwing.c index 60ed42b8a0..4c8f04cb68 100644 --- a/contrib/gtwvg/wvgwing.c +++ b/contrib/gtwvg/wvgwing.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * * Copyright 2007-2012 Pritpal Bedi @@ -17,8 +16,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -32,7 +29,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. diff --git a/contrib/gtwvg/wvtwin.ch b/contrib/gtwvg/wvtwin.ch index 5d169aacdd..f489eeb7aa 100644 --- a/contrib/gtwvg/wvtwin.ch +++ b/contrib/gtwvg/wvtwin.ch @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Header file for the WVT*Classes * * Copyright 2004-2011 Pritpal Bedi @@ -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. diff --git a/contrib/hbamf/amf.h b/contrib/hbamf/amf.h index f9447f43b0..f54136d674 100644 --- a/contrib/hbamf/amf.h +++ b/contrib/hbamf/amf.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * AMF3 headers * Based on a AmFast C library for Python by Dave Thompson * * Copyright 2011-2012 Aleksander Czajczynski - * 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 @@ -19,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. diff --git a/contrib/hbamf/amfstdio.c b/contrib/hbamf/amfstdio.c index 29b5eb9f9a..0a186bc3ad 100644 --- a/contrib/hbamf/amfstdio.c +++ b/contrib/hbamf/amfstdio.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Reading AMFIO data from standard input pipe * * Copyright 2011 Ilina Stoilkovska * Copyright 2012 Aleksander Czajczynski - * 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 @@ -19,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. diff --git a/contrib/hbamf/hbamfobj.prg b/contrib/hbamf/hbamfobj.prg index 6b80f27359..01746d279d 100644 --- a/contrib/hbamf/hbamfobj.prg +++ b/contrib/hbamf/hbamfobj.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Basic routines for communications using AMFIO over standard IO pipes and TCP/IP * * Copyright 2011-2012 Aleksander Czajczynski * Copyright 2011 Ilina Stoilkovska - * 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 @@ -19,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. diff --git a/contrib/hbamf/hbcls.c b/contrib/hbamf/hbcls.c index 022af67eba..892884f6b5 100644 --- a/contrib/hbamf/hbcls.c +++ b/contrib/hbamf/hbcls.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Some class support functions for AMF3 (de)serialization * * Copyright 2011 Aleksander Czajczynski - * 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. diff --git a/contrib/hbblat/blatcls.prg b/contrib/hbblat/blatcls.prg index 1a430318d7..71a37bbe12 100644 --- a/contrib/hbblat/blatcls.prg +++ b/contrib/hbblat/blatcls.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * BLAT wrapper library interface code. * * Copyright 2007-2012 Francesco Saverio Giudice - * 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. diff --git a/contrib/hbblat/blatwrp.c b/contrib/hbblat/blatwrp.c index 094776236a..e224c07596 100644 --- a/contrib/hbblat/blatwrp.c +++ b/contrib/hbblat/blatwrp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * BLAT wrapper library interface code. * * Copyright 2007-2009 Francesco Saverio Giudice - * 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. diff --git a/contrib/hbblat/hbblat.ch b/contrib/hbblat/hbblat.ch index dd9b5b7958..50cb560de0 100644 --- a/contrib/hbblat/hbblat.ch +++ b/contrib/hbblat/hbblat.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * BLAT wrapper library interface code. * * Copyright 2007-2009 Francesco Saverio Giudice - * 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. diff --git a/contrib/hbblat/tests/blatcmd.prg b/contrib/hbblat/tests/blatcmd.prg index b6302fdde8..3cbd22b00d 100644 --- a/contrib/hbblat/tests/blatcmd.prg +++ b/contrib/hbblat/tests/blatcmd.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBBLAT sample blat pure command interface * * Copyright 2007-2009 Francesco Saverio Giudice - * 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. diff --git a/contrib/hbblat/tests/test.prg b/contrib/hbblat/tests/test.prg index 7bb9fe033c..9a93c6d12e 100644 --- a/contrib/hbblat/tests/test.prg +++ b/contrib/hbblat/tests/test.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBBLAT sample test file * * Copyright 2007-2009 Francesco Saverio Giudice - * 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. diff --git a/contrib/hbblink/blinker.prg b/contrib/hbblink/blinker.prg index d13930c5d4..6f526c14ed 100644 --- a/contrib/hbblink/blinker.prg +++ b/contrib/hbblink/blinker.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Blinker compatibility functions. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbblink/hbblink.ch b/contrib/hbblink/hbblink.ch index 2a70e13d3c..f8784338cb 100644 --- a/contrib/hbblink/hbblink.ch +++ b/contrib/hbblink/hbblink.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Blinker compatibility functions. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbbz2/core.c b/contrib/hbbz2/core.c index a9168ee019..45cf7b221a 100644 --- a/contrib/hbbz2/core.c +++ b/contrib/hbbz2/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * BZIP2 functions wrapper + * BZIP2 functions wrapper * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbbz2/errint.c b/contrib/hbbz2/errint.c index 63f388e086..15fdeb3276 100644 --- a/contrib/hbbz2/errint.c +++ b/contrib/hbbz2/errint.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * BZIP2 functions wrapper + * BZIP2 functions wrapper * * Copyright 2016 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbbz2/hbbz2.ch b/contrib/hbbz2/hbbz2.ch index d37b889eac..ee56867477 100644 --- a/contrib/hbbz2/hbbz2.ch +++ b/contrib/hbbz2/hbbz2.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * BZIP2 header file + * BZIP2 header file * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbbz2io/bz2io.c b/contrib/hbbz2io/bz2io.c index 863b5cb42c..192597a7a3 100644 --- a/contrib/hbbz2io/bz2io.c +++ b/contrib/hbbz2io/bz2io.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * I/O driver for BZIP2 compressed streams * * Copyright 2016 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbcairo/context.c b/contrib/hbcairo/context.c index bf5ab1adb8..94aed190a0 100644 --- a/contrib/hbcairo/context.c +++ b/contrib/hbcairo/context.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: drawing context * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/core.c b/contrib/hbcairo/core.c index a69b6dd5ae..246867952d 100644 --- a/contrib/hbcairo/core.c +++ b/contrib/hbcairo/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: core * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/hbcairo.ch b/contrib/hbcairo/hbcairo.ch index f08dc4b259..4ec124d949 100644 --- a/contrib/hbcairo/hbcairo.ch +++ b/contrib/hbcairo/hbcairo.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: .prg include file * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/hbcairo.h b/contrib/hbcairo/hbcairo.h index 70da6018fa..db7383c795 100644 --- a/contrib/hbcairo/hbcairo.h +++ b/contrib/hbcairo/hbcairo.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: .c include file * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/image.c b/contrib/hbcairo/image.c index 9d5f9aa86d..9b31da9c30 100644 --- a/contrib/hbcairo/image.c +++ b/contrib/hbcairo/image.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: image * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/paths.c b/contrib/hbcairo/paths.c index 09b0f2059b..21d87e328c 100644 --- a/contrib/hbcairo/paths.c +++ b/contrib/hbcairo/paths.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: path * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/pattern.c b/contrib/hbcairo/pattern.c index fa103c64ae..2216dd1130 100644 --- a/contrib/hbcairo/pattern.c +++ b/contrib/hbcairo/pattern.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: pattern * * Copyright 2013 Oscar Hernandez Suarez - * 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. diff --git a/contrib/hbcairo/pdf.c b/contrib/hbcairo/pdf.c index 671cbf81be..a72877dad1 100644 --- a/contrib/hbcairo/pdf.c +++ b/contrib/hbcairo/pdf.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: pdf * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/png.c b/contrib/hbcairo/png.c index fc94c4d52d..8144b9db4e 100644 --- a/contrib/hbcairo/png.c +++ b/contrib/hbcairo/png.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: png * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/ps.c b/contrib/hbcairo/ps.c index 144b199532..2c40701c8c 100644 --- a/contrib/hbcairo/ps.c +++ b/contrib/hbcairo/ps.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: ps * * Copyright 2011 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 @@ -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. diff --git a/contrib/hbcairo/surface.c b/contrib/hbcairo/surface.c index 8e3c2726c6..da533da8e5 100644 --- a/contrib/hbcairo/surface.c +++ b/contrib/hbcairo/surface.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: surface * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/text.c b/contrib/hbcairo/text.c index 952f2805c4..e181b8f44a 100644 --- a/contrib/hbcairo/text.c +++ b/contrib/hbcairo/text.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: text * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/transfor.c b/contrib/hbcairo/transfor.c index baab0aedfb..df3cb615b3 100644 --- a/contrib/hbcairo/transfor.c +++ b/contrib/hbcairo/transfor.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: transformations * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcairo/util.c b/contrib/hbcairo/util.c index d757b9a8f5..a5cf732155 100644 --- a/contrib/hbcairo/util.c +++ b/contrib/hbcairo/util.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cairo library: utility functions * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbcomio/comio.c b/contrib/hbcomio/comio.c index e3590a10b0..b9db71bb1c 100644 --- a/contrib/hbcomio/comio.c +++ b/contrib/hbcomio/comio.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * I/O driver for serial port streams + * I/O driver for serial port streams * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbcomm/comm.prg b/contrib/hbcomm/comm.prg index d2927ffea6..1a47515910 100644 --- a/contrib/hbcomm/comm.prg +++ b/contrib/hbcomm/comm.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBCOMM compatibility library. EXPERIMENTAL CODE. USE AT YOUR OWN RISK. NO GUARANTEES. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbcomm/tests/test.prg b/contrib/hbcomm/tests/test.prg index d3e8083ac8..e80c415bc3 100644 --- a/contrib/hbcomm/tests/test.prg +++ b/contrib/hbcomm/tests/test.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) * (fixed, adapted to CLI, translated, formatted) * Copyright 2006 Marcelo Torres - * www - http://harbour-project.org * */ diff --git a/contrib/hbct/addascii.c b/contrib/hbct/addascii.c index 9479dc8114..53170503c9 100644 --- a/contrib/hbct/addascii.c +++ b/contrib/hbct/addascii.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * AddAscii() CT3 string function + * AddAscii() CT3 string function * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/asciisum.c b/contrib/hbct/asciisum.c index 49f7873f10..220d27d9dd 100644 --- a/contrib/hbct/asciisum.c +++ b/contrib/hbct/asciisum.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * AsciiSum() CT3 string function + * AsciiSum() CT3 string function * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ascpos.c b/contrib/hbct/ascpos.c index a29b5353cb..1aadd42ed5 100644 --- a/contrib/hbct/ascpos.c +++ b/contrib/hbct/ascpos.c @@ -1,14 +1,11 @@ /* - * Harbour Project source code: - * CT3 string function + * CT3 string function * - AscPos() * - ValPos() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -22,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. diff --git a/contrib/hbct/atadjust.c b/contrib/hbct/atadjust.c index 4af218b204..414faf070b 100644 --- a/contrib/hbct/atadjust.c +++ b/contrib/hbct/atadjust.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * AtAdjust() CT3 string function + * AtAdjust() CT3 string function * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/atnum.c b/contrib/hbct/atnum.c index 47c7e267d3..6033a54cf9 100644 --- a/contrib/hbct/atnum.c +++ b/contrib/hbct/atnum.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * * - AfterAtNum() * - BeforAtNum() @@ -9,8 +8,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -24,7 +21,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. diff --git a/contrib/hbct/atrepl.c b/contrib/hbct/atrepl.c index e116700660..85cf90bca9 100644 --- a/contrib/hbct/atrepl.c +++ b/contrib/hbct/atrepl.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * AtRepl() CT3 string function + * AtRepl() CT3 string function * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/bitnum.c b/contrib/hbct/bitnum.c index d2e6fcaa85..9c9cd683e4 100644 --- a/contrib/hbct/bitnum.c +++ b/contrib/hbct/bitnum.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * CT3 Number and bit manipulation functions: + * CT3 Number and bit manipulation functions: * NumAnd(), NumOr(), NumXor(), NumNot(), NumHigh(), NumLow() * NumRol(), NumMirr(), ClearBit(), SetBit(), IsBit(), * IntNeg(), IntPos() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -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. diff --git a/contrib/hbct/bitstr.c b/contrib/hbct/bitstr.c index 28cbfbae19..5e9ba7e406 100644 --- a/contrib/hbct/bitstr.c +++ b/contrib/hbct/bitstr.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 Number and bit manipulation functions: + * CT3 Number and bit manipulation functions: * CToBit(), BitToC() * * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbct/blank.c b/contrib/hbct/blank.c index 6b019fdd40..66eec68d71 100644 --- a/contrib/hbct/blank.c +++ b/contrib/hbct/blank.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 Blank() function + * CT3 Blank() function * * Copyright 2009 Pavel Tsarenko * http://www.xharbour.org @@ -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. diff --git a/contrib/hbct/charevod.c b/contrib/hbct/charevod.c index 215492434b..14b7de84fe 100644 --- a/contrib/hbct/charevod.c +++ b/contrib/hbct/charevod.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharEven() * - CharOdd() * @@ -10,8 +9,6 @@ * (c) 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -25,7 +22,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. diff --git a/contrib/hbct/charlihb.c b/contrib/hbct/charlihb.c index 41d9aedf2d..9a0affec42 100644 --- a/contrib/hbct/charlihb.c +++ b/contrib/hbct/charlihb.c @@ -1,14 +1,11 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharSList() (Harbour extension) * - CharHist() (Harbour extension) * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -22,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. diff --git a/contrib/hbct/charlist.c b/contrib/hbct/charlist.c index 46c6a3050e..45dec8c43a 100644 --- a/contrib/hbct/charlist.c +++ b/contrib/hbct/charlist.c @@ -1,14 +1,11 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharList() * - CharNoList() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -22,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. diff --git a/contrib/hbct/charmirr.c b/contrib/hbct/charmirr.c index b82815f9e1..e5bf4b0b58 100644 --- a/contrib/hbct/charmirr.c +++ b/contrib/hbct/charmirr.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CT3 string function CharMirr() + * CT3 string function CharMirr() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/charmix.c b/contrib/hbct/charmix.c index d5842b4b58..e3e9a57f6d 100644 --- a/contrib/hbct/charmix.c +++ b/contrib/hbct/charmix.c @@ -1,14 +1,11 @@ /* - * Harbour Project source code: - * CharMix() CT3 function + * CharMix() CT3 function * * Initial code: Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * * CT3 conformity: Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -22,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. diff --git a/contrib/hbct/charone.c b/contrib/hbct/charone.c index 7637754717..a01e9869af 100644 --- a/contrib/hbct/charone.c +++ b/contrib/hbct/charone.c @@ -1,14 +1,11 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharOne() * - WordOne() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -22,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. diff --git a/contrib/hbct/charonly.c b/contrib/hbct/charonly.c index 56cba23b4e..ef7769b55a 100644 --- a/contrib/hbct/charonly.c +++ b/contrib/hbct/charonly.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharOnly() * - CharRem() * - WordOnly() @@ -9,8 +8,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -24,7 +21,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. diff --git a/contrib/hbct/charop.c b/contrib/hbct/charop.c index fc3a98c56e..7f95f81e7e 100644 --- a/contrib/hbct/charop.c +++ b/contrib/hbct/charop.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharAdd() * - CharAnd() * - CharNot() @@ -10,8 +9,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -25,7 +22,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. diff --git a/contrib/hbct/charophb.c b/contrib/hbct/charophb.c index a521ab9b18..388fa925e8 100644 --- a/contrib/hbct/charophb.c +++ b/contrib/hbct/charophb.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharSub() (Harbour extension) * - CharShl() (Harbour extension) * - CharShr() (Harbour extension) @@ -10,8 +9,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -25,7 +22,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. diff --git a/contrib/hbct/charrepl.c b/contrib/hbct/charrepl.c index b1a9b5f56c..cf2178f762 100644 --- a/contrib/hbct/charrepl.c +++ b/contrib/hbct/charrepl.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CT3 string function CharRepl() + * CT3 string function CharRepl() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/charsort.c b/contrib/hbct/charsort.c index 6b3c6db397..4527a188df 100644 --- a/contrib/hbct/charsort.c +++ b/contrib/hbct/charsort.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CharSort() CT3 string functions + * CharSort() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/charsprd.c b/contrib/hbct/charsprd.c index de94101acc..680ef23940 100644 --- a/contrib/hbct/charsprd.c +++ b/contrib/hbct/charsprd.c @@ -1,11 +1,8 @@ /* - * Harbour Project source code: - * CT3 string function: CharSpread() + * CT3 string function: CharSpread() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -19,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. diff --git a/contrib/hbct/charswap.c b/contrib/hbct/charswap.c index 58a1af3aa0..7a5bc68134 100644 --- a/contrib/hbct/charswap.c +++ b/contrib/hbct/charswap.c @@ -1,14 +1,11 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - CharSwap() * - WordSwap() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -22,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. diff --git a/contrib/hbct/color.c b/contrib/hbct/color.c index 1a0e6edd4c..5044ac8219 100644 --- a/contrib/hbct/color.c +++ b/contrib/hbct/color.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * CT3 video function: * InvertAttr(), ColorToN(), NToColor(), * Enhanced(), Standard(), Unselected() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbct/count.c b/contrib/hbct/count.c index 818ddbf97b..05e5238435 100644 --- a/contrib/hbct/count.c +++ b/contrib/hbct/count.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CountLeft() and CountRight() CT3 string functions + * CountLeft() and CountRight() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ct.ch b/contrib/hbct/ct.ch index 1be037876f..76be7f27d1 100644 --- a/contrib/hbct/ct.ch +++ b/contrib/hbct/ct.ch @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CT3 Harbour header file + * CT3 Harbour header file * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ct.h b/contrib/hbct/ct.h index c8d2f14e3b..797bcca845 100644 --- a/contrib/hbct/ct.h +++ b/contrib/hbct/ct.h @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * header for CT3 functions + * header for CT3 functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ct.prg b/contrib/hbct/ct.prg index 7416da5391..3c30efc652 100644 --- a/contrib/hbct/ct.prg +++ b/contrib/hbct/ct.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CT3 general functions (PRG part) + * CT3 general functions (PRG part) * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ctc.c b/contrib/hbct/ctc.c index 18f57354c8..b29130ccac 100644 --- a/contrib/hbct/ctc.c +++ b/contrib/hbct/ctc.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CT3 general functions (C part) + * CT3 general functions (C part) * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ctchksum.c b/contrib/hbct/ctchksum.c index 8ee5b27c05..f4762e37ea 100644 --- a/contrib/hbct/ctchksum.c +++ b/contrib/hbct/ctchksum.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Checksum() CA-T*ols function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbct/ctcom.ch b/contrib/hbct/ctcom.ch index 4edf6682f3..3d533cb70f 100644 --- a/contrib/hbct/ctcom.ch +++ b/contrib/hbct/ctcom.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * constant values for CT3 serial communication com_*() functions + * constant values for CT3 serial communication com_*() functions * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/ctcom1.c b/contrib/hbct/ctcom1.c index 750f38d586..66c464ab72 100644 --- a/contrib/hbct/ctcom1.c +++ b/contrib/hbct/ctcom1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 serial communication com_*() functions + * CT3 serial communication com_*() functions * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/ctcom2.c b/contrib/hbct/ctcom2.c index 67fdaf185d..d443563edb 100644 --- a/contrib/hbct/ctcom2.c +++ b/contrib/hbct/ctcom2.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 serial communication functions not directly operating on + * CT3 serial communication functions not directly operating on * serial devices * * Copyright 2010 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbct/ctcrypt.c b/contrib/hbct/ctcrypt.c index 02aa31ec31..2044b539a9 100644 --- a/contrib/hbct/ctcrypt.c +++ b/contrib/hbct/ctcrypt.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Crypt() CA-T*ols compatible function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbct/ctdisk.ch b/contrib/hbct/ctdisk.ch index 4ed6935c61..5675fb2df2 100644 --- a/contrib/hbct/ctdisk.ch +++ b/contrib/hbct/ctdisk.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Header file for CT for floppy / hard disk functions + * Header file for CT for floppy / hard disk functions * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/ctdummy.prg b/contrib/hbct/ctdummy.prg index ebaf3194fa..564a009496 100644 --- a/contrib/hbct/ctdummy.prg +++ b/contrib/hbct/ctdummy.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Dummy CA-T*ols functions * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbct/cterror.ch b/contrib/hbct/cterror.ch index 4855e7986d..eba0ab7e80 100644 --- a/contrib/hbct/cterror.ch +++ b/contrib/hbct/cterror.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Header file for CT error codes + * Header file for CT error codes * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel - * 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 @@ -19,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. diff --git a/contrib/hbct/ctmath.c b/contrib/hbct/ctmath.c index 9d4be2b7a0..a413c2cd79 100644 --- a/contrib/hbct/ctmath.c +++ b/contrib/hbct/ctmath.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * initialization and switch functions for CT3 math functions + * initialization and switch functions for CT3 math functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ctmath.h b/contrib/hbct/ctmath.h index fe3191c009..8ee3ea764b 100644 --- a/contrib/hbct/ctmath.h +++ b/contrib/hbct/ctmath.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CA-T*ols for Harbour, Math header file + * CA-T*ols for Harbour, Math header file * * Copyright 2001 Alejandro de garate - * 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. diff --git a/contrib/hbct/ctmath2.c b/contrib/hbct/ctmath2.c index 8de4441226..d56b376228 100644 --- a/contrib/hbct/ctmath2.c +++ b/contrib/hbct/ctmath2.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * * CT3 mathematical functions * - Floor() @@ -13,8 +12,6 @@ * Documentation and changes concerning error handling Copyright 2001 * IntTec GmbH, Freiburg, Germany, Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -28,7 +25,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. diff --git a/contrib/hbct/ctmisc.prg b/contrib/hbct/ctmisc.prg index 210b976dfc..286e9482b0 100644 --- a/contrib/hbct/ctmisc.prg +++ b/contrib/hbct/ctmisc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Misc CA-T*ols functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbct/ctnet.c b/contrib/hbct/ctnet.c index fd7335fc66..22aa2d04ae 100644 --- a/contrib/hbct/ctnet.c +++ b/contrib/hbct/ctnet.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * CT3 NET functions to PC-LAN/MS-NET. * * Copyright 2004 Eduardo Fernandes - * www - 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 @@ -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. diff --git a/contrib/hbct/ctpad.c b/contrib/hbct/ctpad.c index 26ae665925..7bd4b45c08 100644 --- a/contrib/hbct/ctpad.c +++ b/contrib/hbct/ctpad.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * PadLeft() and PadRight() CT3 string functions + * PadLeft() and PadRight() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ctrand.prg b/contrib/hbct/ctrand.prg index 7f2ab8b6c9..ee58eec15c 100644 --- a/contrib/hbct/ctrand.prg +++ b/contrib/hbct/ctrand.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 functions: Random(), Rand() + * CT3 functions: Random(), Rand() * * Copyright 2007 Pavel Tsarenko - * 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. diff --git a/contrib/hbct/ctscan.ch b/contrib/hbct/ctscan.ch index e7cdb9daa6..fcc1e5ee14 100644 --- a/contrib/hbct/ctscan.ch +++ b/contrib/hbct/ctscan.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * CT keyboard codes * * Copyright 2012 {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 @@ -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. diff --git a/contrib/hbct/ctset.c b/contrib/hbct/ctset.c index 742abd55e9..62530d2521 100644 --- a/contrib/hbct/ctset.c +++ b/contrib/hbct/ctset.c @@ -1,13 +1,10 @@ /* - * Harbour Project source code: - * CT3 switch functions + * CT3 switch functions * * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -21,7 +18,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. diff --git a/contrib/hbct/ctset.h b/contrib/hbct/ctset.h index a3928961d6..e44efebcbf 100644 --- a/contrib/hbct/ctset.h +++ b/contrib/hbct/ctset.h @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CT3 switch function header + * CT3 switch function header * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ctstr.c b/contrib/hbct/ctstr.c index 86a567d4d0..d897291f4b 100644 --- a/contrib/hbct/ctstr.c +++ b/contrib/hbct/ctstr.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * internal and switch functions for CT3 string functions + * internal and switch functions for CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ctstr.h b/contrib/hbct/ctstr.h index 9d7cfecd9b..34ee25c48a 100644 --- a/contrib/hbct/ctstr.h +++ b/contrib/hbct/ctstr.h @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * internal function header for CT3 string functions + * internal function header for CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/ctstrfil.c b/contrib/hbct/ctstrfil.c index 2d4ed6d8bc..71428c9421 100644 --- a/contrib/hbct/ctstrfil.c +++ b/contrib/hbct/ctstrfil.c @@ -1,11 +1,9 @@ /* - * xHarbour Project source code: * Functions: * SetFCreate(), CSetSafety(), StrFile(), FileStr(), ScreenFile() * ScreenFile(), FileScreen() * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -20,7 +18,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. diff --git a/contrib/hbct/ctstrfil.h b/contrib/hbct/ctstrfil.h index 41222b9dc8..e1985d356b 100644 --- a/contrib/hbct/ctstrfil.h +++ b/contrib/hbct/ctstrfil.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Clipper Tools like window system * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/cttime.prg b/contrib/hbct/cttime.prg index 43b88dd001..0a3ba59d4e 100644 --- a/contrib/hbct/cttime.prg +++ b/contrib/hbct/cttime.prg @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * TimeToSec(), SecToTime(), Millisec() * * Copyright 2003 Piero Vincenzo Lupano * Copyright 2003 Przemyslaw Czerpak - * www - 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 @@ -19,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. diff --git a/contrib/hbct/ctvideo.ch b/contrib/hbct/ctvideo.ch index 9a6a67b574..429f3b1fff 100644 --- a/contrib/hbct/ctvideo.ch +++ b/contrib/hbct/ctvideo.ch @@ -1,11 +1,8 @@ /* - * Harbour Project source code: - * Header file for CT video adapter definitions + * Header file for CT video adapter definitions * * Copyright 2004 Phil Krylov * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -19,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. diff --git a/contrib/hbct/ctwfunc.c b/contrib/hbct/ctwfunc.c index c271d73206..e2b78c8e47 100644 --- a/contrib/hbct/ctwfunc.c +++ b/contrib/hbct/ctwfunc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Clipper Tools like window system * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/ctwin.c b/contrib/hbct/ctwin.c index 10955d37aa..c6bd0e9cbd 100644 --- a/contrib/hbct/ctwin.c +++ b/contrib/hbct/ctwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Clipper Tools like window system * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/ctwin.h b/contrib/hbct/ctwin.h index d100541910..cbe46d639b 100644 --- a/contrib/hbct/ctwin.h +++ b/contrib/hbct/ctwin.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Clipper Tools like window system * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/cursor.c b/contrib/hbct/cursor.c index 4c404a2e92..7a3e02b1ec 100644 --- a/contrib/hbct/cursor.c +++ b/contrib/hbct/cursor.c @@ -1,13 +1,10 @@ /* - * Harbour Project source code: - * CT3 video functions: + * CT3 video functions: * * SaveCursor(), RestCursor() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -21,7 +18,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. diff --git a/contrib/hbct/datetime.c b/contrib/hbct/datetime.c index afb35c9c5f..18a8670ad0 100644 --- a/contrib/hbct/datetime.c +++ b/contrib/hbct/datetime.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * CT3 Date & Time functions: - BoM() / EoM() + * CT3 Date & Time functions: - BoM() / EoM() * - BoQ() / EoQ() * - BoY() / EoY() * - WoM() * * Copyright 2005 Pavel Tsarenko - * 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 @@ -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. @@ -51,7 +49,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jose Lalin * WoM() diff --git a/contrib/hbct/dattime2.c b/contrib/hbct/dattime2.c index ab0fc2bea9..bf82811768 100644 --- a/contrib/hbct/dattime2.c +++ b/contrib/hbct/dattime2.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 Date & Time functions, part II: - AddMonth() + * CT3 Date & Time functions, part II: - AddMonth() * - CToDoW() * - CToMonth() * - DaysInMonth() @@ -16,7 +15,6 @@ * - Week() * * Copyright 2006 Pavel Tsarenko - * 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 @@ -31,7 +29,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. diff --git a/contrib/hbct/dattime3.c b/contrib/hbct/dattime3.c index 4f289e118f..fb24127cac 100644 --- a/contrib/hbct/dattime3.c +++ b/contrib/hbct/dattime3.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 Date & Time functions: + * CT3 Date & Time functions: * WaitPeriod(), TimeValid(), SetTime(), SetDate() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbct/dbftools.c b/contrib/hbct/dbftools.c index 9fb035b695..3ffaa08c70 100644 --- a/contrib/hbct/dbftools.c +++ b/contrib/hbct/dbftools.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * dbf structure related functions: * * FieldSize(), FieldDeci(), FieldNum(), DbfSize() * * Copyright 2000 Alexander Kresin - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbct/disk.c b/contrib/hbct/disk.c index 8a198ccb09..2896ffcbf9 100644 --- a/contrib/hbct/disk.c +++ b/contrib/hbct/disk.c @@ -1,5 +1,4 @@ /* - * xHarbour Project source code: * CT (Clipper Tools) Disk, File and Directory management. * * Copyright 2004-2005 Eduardo Fernandes @@ -17,7 +16,6 @@ * Copyright 2006 Pavel Tsarenko * TrueName() * - * www - 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 @@ -32,7 +30,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. diff --git a/contrib/hbct/dummy.c b/contrib/hbct/dummy.c index dee1ee271e..c3db2cc1ad 100644 --- a/contrib/hbct/dummy.c +++ b/contrib/hbct/dummy.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Not (yet) implemented CT functions * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbct/envparam.c b/contrib/hbct/envparam.c index 7f6176c9fa..a973fdf2d4 100644 --- a/contrib/hbct/envparam.c +++ b/contrib/hbct/envparam.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 Number and bit manipulation functions: + * CT3 Number and bit manipulation functions: * EnvParam() * * Copyright 2012 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbct/expand.c b/contrib/hbct/expand.c index 089123691b..c4bd139e0c 100644 --- a/contrib/hbct/expand.c +++ b/contrib/hbct/expand.c @@ -1,11 +1,8 @@ /* - * Harbour Project source code: - * CT3 string function: Expand() + * CT3 string function: Expand() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -19,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. diff --git a/contrib/hbct/exponent.c b/contrib/hbct/exponent.c index e42063586c..22ed378e50 100644 --- a/contrib/hbct/exponent.c +++ b/contrib/hbct/exponent.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 Number and bit manipulation functions: - Mantissa() + * CT3 Number and bit manipulation functions: - Mantissa() * - Exponent() * * Copyright 2002 Walter Negro - FOEESITRA" - * 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 @@ -19,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. diff --git a/contrib/hbct/fcopy.prg b/contrib/hbct/fcopy.prg index 0076ca992c..51707abf1a 100644 --- a/contrib/hbct/fcopy.prg +++ b/contrib/hbct/fcopy.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 file functions: + * CT3 file functions: * FileCopy(), FileCOpen(), FileCCLose(), FileAppend() * * Author...: Frederic J. Bell @@ -18,8 +17,6 @@ * added FileCDaTi() and rewritten above functions for CT3 compatibility * and some problems fixing, * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -33,7 +30,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. diff --git a/contrib/hbct/files.c b/contrib/hbct/files.c index 725a4b1ad6..3c3059011f 100644 --- a/contrib/hbct/files.c +++ b/contrib/hbct/files.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 files functions + * CT3 files functions * * SetFattr() * Copyright 2001 Luiz Rafael Culik @@ -14,8 +13,6 @@ * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -29,7 +26,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. diff --git a/contrib/hbct/finan.c b/contrib/hbct/finan.c index bdb9d81882..3ddbe086a3 100644 --- a/contrib/hbct/finan.c +++ b/contrib/hbct/finan.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 Financial functions + * CT3 Financial functions * - PV() * - FV() * - Payment() @@ -12,8 +11,6 @@ * Documentation and changes concerning error handling Copyright 2001 * IntTec GmbH, Freiburg, Germany, Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -27,7 +24,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. diff --git a/contrib/hbct/ftoc.c b/contrib/hbct/ftoc.c index 7730e8b002..8307d1cd4f 100644 --- a/contrib/hbct/ftoc.c +++ b/contrib/hbct/ftoc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 Number and bit manipulation functions: - FToC() + * CT3 Number and bit manipulation functions: - FToC() * - CToF() * * Copyright 2002 Walter Negro - FOEESITRA" - * 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 @@ -19,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. diff --git a/contrib/hbct/getinfo.prg b/contrib/hbct/getinfo.prg index 84b7d69530..038ef8823c 100644 --- a/contrib/hbct/getinfo.prg +++ b/contrib/hbct/getinfo.prg @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: - * CT3 GET/READ Functions + * CT3 GET/READ Functions * * SaveGets(), RestGets() * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * * CountGets(), CurrentGet(), GetFldRow(), GetFldCol(), GetFldVar() * Copyright 2004 Philip Chee @@ -22,7 +20,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. diff --git a/contrib/hbct/getinput.prg b/contrib/hbct/getinput.prg index 048084853c..34c256c915 100644 --- a/contrib/hbct/getinput.prg +++ b/contrib/hbct/getinput.prg @@ -1,13 +1,10 @@ /* - * Harbour Project source code: - * CT3 GET function: + * CT3 GET function: * * GetInput() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -21,7 +18,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. diff --git a/contrib/hbct/getsecrt.prg b/contrib/hbct/getsecrt.prg index 7397d195d4..34a9a37f85 100644 --- a/contrib/hbct/getsecrt.prg +++ b/contrib/hbct/getsecrt.prg @@ -1,13 +1,10 @@ /* - * Harbour Project source code: - * CT3 GET function: + * CT3 GET function: * * GetSecret() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -21,7 +18,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. diff --git a/contrib/hbct/justify.c b/contrib/hbct/justify.c index 56c6cc6967..e5ebc7c2cb 100644 --- a/contrib/hbct/justify.c +++ b/contrib/hbct/justify.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * JustLeft() and JustRight() CT3 string functions + * JustLeft() and JustRight() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/keysave.prg b/contrib/hbct/keysave.prg index 50016ea3e5..24c481d0d3 100644 --- a/contrib/hbct/keysave.prg +++ b/contrib/hbct/keysave.prg @@ -1,6 +1,5 @@ /* - * xHarbour Project source code: - * CT3 SETKEY Functions + * CT3 SETKEY Functions * * SaveSetKey(), RestSetKey() * Copyright 2004 Philip Chee @@ -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. diff --git a/contrib/hbct/keysec.prg b/contrib/hbct/keysec.prg index 885f59cb85..8f595268f1 100644 --- a/contrib/hbct/keysec.prg +++ b/contrib/hbct/keysec.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 Miscellaneous functions: - KeySec() + * CT3 Miscellaneous functions: - KeySec() * * Copyright 2005 Pavel Tsarenko - - * 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. diff --git a/contrib/hbct/keyset.c b/contrib/hbct/keyset.c index ba293d5e7e..f5a93afbef 100644 --- a/contrib/hbct/keyset.c +++ b/contrib/hbct/keyset.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * CT3 Printer functions: - KSetIns() + * CT3 Printer functions: - KSetIns() * - KSetCaps() * - KSetNum() * - KSetScroll() * * Copyright 2001 Walter Negro - FOEESITRA" - * 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 @@ -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. diff --git a/contrib/hbct/keytime.prg b/contrib/hbct/keytime.prg index 6e3623ab99..bb8f1fe658 100644 --- a/contrib/hbct/keytime.prg +++ b/contrib/hbct/keytime.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 Miscellaneous functions: - KeyTime() + * CT3 Miscellaneous functions: - KeyTime() * * Copyright 2005 Pavel Tsarenko - - * 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. diff --git a/contrib/hbct/kxlat.prg b/contrib/hbct/kxlat.prg index fc188d7ce4..13e1487260 100644 --- a/contrib/hbct/kxlat.prg +++ b/contrib/hbct/kxlat.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * [S|G]ETKX[LAT|TAB] CA-T*ols functions (USE IT AT YOUR OWN RISK) * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbct/like.c b/contrib/hbct/like.c index 7ee4e4ad8a..62cf2ffb29 100644 --- a/contrib/hbct/like.c +++ b/contrib/hbct/like.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 string functions: + * CT3 string functions: * Like() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbct/lton.c b/contrib/hbct/lton.c index 98cade4fec..4868efbd89 100644 --- a/contrib/hbct/lton.c +++ b/contrib/hbct/lton.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: - * LToN() + * LToN() * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/contrib/hbct/maxline.c b/contrib/hbct/maxline.c index 5f92cd226f..2d89905886 100644 --- a/contrib/hbct/maxline.c +++ b/contrib/hbct/maxline.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: - * MaxLine() + * MaxLine() * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/contrib/hbct/misc1.c b/contrib/hbct/misc1.c index 80676fc5ff..621d3103bc 100644 --- a/contrib/hbct/misc1.c +++ b/contrib/hbct/misc1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 Miscellaneous functions: - XToC() + * CT3 Miscellaneous functions: - XToC() * * Copyright 2002 Walter Negro - FOEESITRA" - * 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. diff --git a/contrib/hbct/misc2.c b/contrib/hbct/misc2.c index 2a4d57d425..933ce3af9d 100644 --- a/contrib/hbct/misc2.c +++ b/contrib/hbct/misc2.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 Miscellaneous functions: - Complement(), Nul() + * CT3 Miscellaneous functions: - Complement(), Nul() * * Copyright 2005 Pavel Tsarenko - * 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. diff --git a/contrib/hbct/misc3.c b/contrib/hbct/misc3.c index 15b6451d4f..a594fb4c72 100644 --- a/contrib/hbct/misc3.c +++ b/contrib/hbct/misc3.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 Miscellaneous functions: - KbdStat() + * CT3 Miscellaneous functions: - KbdStat() * * Copyright 2005 Pavel Tsarenko - * 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. diff --git a/contrib/hbct/misc4.c b/contrib/hbct/misc4.c index 4eba92a37d..5978f96a2d 100644 --- a/contrib/hbct/misc4.c +++ b/contrib/hbct/misc4.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Misc functions. * * Copyright 2011 Pavel Tsarenko - * 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. diff --git a/contrib/hbct/num1.c b/contrib/hbct/num1.c index 47d1d6f098..63887f8aa5 100644 --- a/contrib/hbct/num1.c +++ b/contrib/hbct/num1.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * * CT3 Numeric functions - PART 1 * - Celsius() @@ -11,8 +10,6 @@ * Documentation and changes concerning error handling Copyright 2001 * IntTec GmbH, Freiburg, Germany, Author: Martin Vogel * - * 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 @@ -27,7 +24,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. diff --git a/contrib/hbct/numat.c b/contrib/hbct/numat.c index e4c3bb2efe..62b1feb51a 100644 --- a/contrib/hbct/numat.c +++ b/contrib/hbct/numat.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * NumAt() CT3 string function + * NumAt() CT3 string function * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/numbase.c b/contrib/hbct/numbase.c index 0283078c58..a4642938be 100644 --- a/contrib/hbct/numbase.c +++ b/contrib/hbct/numbase.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 Number and bit manipulation functions: + * CT3 Number and bit manipulation functions: * CToN(), NToC() * * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbct/numcount.c b/contrib/hbct/numcount.c index fa877dbd25..da0e3da92c 100644 --- a/contrib/hbct/numcount.c +++ b/contrib/hbct/numcount.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: - * NumCount() + * NumCount() * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/contrib/hbct/numline.c b/contrib/hbct/numline.c index a560348b9a..7f681c58e7 100644 --- a/contrib/hbct/numline.c +++ b/contrib/hbct/numline.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions: NumLine() + * CT3 string functions: NumLine() * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) * Copyright 2004 Pavel Tsarenko @@ -19,7 +18,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. diff --git a/contrib/hbct/pack.c b/contrib/hbct/pack.c index 19483251d8..479f9fa293 100644 --- a/contrib/hbct/pack.c +++ b/contrib/hbct/pack.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * CT3 CharPack() and CharUnpack() functions. * * Copyright 2004 Phil Krylov - * www - 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 @@ -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. diff --git a/contrib/hbct/pos1.c b/contrib/hbct/pos1.c index f5115df7b0..003696062e 100644 --- a/contrib/hbct/pos1.c +++ b/contrib/hbct/pos1.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * PosAlpha(), PosLower(), PosRange() and PosUpper() CT3 string functions + * PosAlpha(), PosLower(), PosRange() and PosUpper() CT3 string functions * * PosUpper() Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * @@ -8,8 +7,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -23,7 +20,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. diff --git a/contrib/hbct/pos2.c b/contrib/hbct/pos2.c index fc0f6aa64d..02bfb0b800 100644 --- a/contrib/hbct/pos2.c +++ b/contrib/hbct/pos2.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * PosChar(), PosDel(), PosIns() and PosRepl() CT3 functions + * PosChar(), PosDel(), PosIns() and PosRepl() CT3 functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/posdiff.c b/contrib/hbct/posdiff.c index 178e968e03..ddec030dd4 100644 --- a/contrib/hbct/posdiff.c +++ b/contrib/hbct/posdiff.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * PosDiff() and PosEqual() CT3 string functions + * PosDiff() and PosEqual() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/print.c b/contrib/hbct/print.c index 941f5cd458..23958d1c91 100644 --- a/contrib/hbct/print.c +++ b/contrib/hbct/print.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * CT3 Printer functions: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) (PrintReady()) * Copyright 2004 Phil Krylov (PrintSend()) * Copyright 2001 Walter Negro - FOEESITRA" (PrintStat()) - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbct/range.c b/contrib/hbct/range.c index 28d4ae4806..4aad8df865 100644 --- a/contrib/hbct/range.c +++ b/contrib/hbct/range.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * RangeRem() and RangeRepl() CT3 string functions + * RangeRem() and RangeRepl() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/relation.c b/contrib/hbct/relation.c index abdea85793..2d83349ffc 100644 --- a/contrib/hbct/relation.c +++ b/contrib/hbct/relation.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CharRelA() and CharRelRep() CT3 string functions + * CharRelA() and CharRelRep() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/remove.c b/contrib/hbct/remove.c index 17903036e6..196b53abf0 100644 --- a/contrib/hbct/remove.c +++ b/contrib/hbct/remove.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * RemAll(), RemLeft() and RemRight() CT3 string functions + * RemAll(), RemLeft() and RemRight() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/replace.c b/contrib/hbct/replace.c index c6b5ee67d5..3e5c9556e9 100644 --- a/contrib/hbct/replace.c +++ b/contrib/hbct/replace.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * ReplAll(), ReplLeft() and ReplRight() CT3 string functions + * ReplAll(), ReplLeft() and ReplRight() CT3 string functions * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/screen1.c b/contrib/hbct/screen1.c index ca964d6b30..9a160b0cc5 100644 --- a/contrib/hbct/screen1.c +++ b/contrib/hbct/screen1.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 video functions: + * CT3 video functions: * * ScreenAttr(), ScreenMix(), SayScreen(), * ClearWin(), InvertWin(), UnTextWin(), CharWin(), ColorWin(), ColorRepl() @@ -11,8 +10,6 @@ * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -26,7 +23,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. diff --git a/contrib/hbct/screen2.c b/contrib/hbct/screen2.c index 786e6e4d07..dea0c74178 100644 --- a/contrib/hbct/screen2.c +++ b/contrib/hbct/screen2.c @@ -1,13 +1,10 @@ /* - * Harbour Project source code: - * CT3 video functions: + * CT3 video functions: * * SayDown(), SaySpread(), SayMoveIn(), ScreenStr(), StrScreen() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -21,7 +18,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. diff --git a/contrib/hbct/screen3.prg b/contrib/hbct/screen3.prg index 1d134a3094..d86d510eea 100644 --- a/contrib/hbct/screen3.prg +++ b/contrib/hbct/screen3.prg @@ -1,13 +1,10 @@ /* - * Harbour Project source code: - * CT3 video functions: + * CT3 video functions: * * ClearEol(), ClEol(), ClWin() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -21,7 +18,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. diff --git a/contrib/hbct/scrmark.prg b/contrib/hbct/scrmark.prg index 321be8705d..87bc8f2fca 100644 --- a/contrib/hbct/scrmark.prg +++ b/contrib/hbct/scrmark.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CT3 video functions (screen-like functions): + * CT3 video functions (screen-like functions): * * ScreenMark() * Copyright 2004 Pavel Tsarenko - * www - http://harbour-project.org * * Copyright 2007 Przemyslaw Czerpak * modified for better CT3 compatibility and GT drivers which do not use @@ -23,7 +21,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. diff --git a/contrib/hbct/setlast.c b/contrib/hbct/setlast.c index 82f2f59722..6c4db7d303 100644 --- a/contrib/hbct/setlast.c +++ b/contrib/hbct/setlast.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 Set Status functions: - SetLastKey() + * CT3 Set Status functions: - SetLastKey() * * Copyright 2003 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/contrib/hbct/setrc.c b/contrib/hbct/setrc.c index 9fa8f175b1..285f626990 100644 --- a/contrib/hbct/setrc.c +++ b/contrib/hbct/setrc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 function: SetRC() + * CT3 function: SetRC() * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/showtime.prg b/contrib/hbct/showtime.prg index 42e9568995..aab84d4d9f 100644 --- a/contrib/hbct/showtime.prg +++ b/contrib/hbct/showtime.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CT3 time function: ShowTime() + * CT3 time function: ShowTime() * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbct/strdiff.c b/contrib/hbct/strdiff.c index 61d65ae05b..85dd7dd865 100644 --- a/contrib/hbct/strdiff.c +++ b/contrib/hbct/strdiff.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * StrDiff() CT3 string function + * StrDiff() CT3 string function * * Copyright 2002 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/strswap.c b/contrib/hbct/strswap.c index 7dd36ddc53..5a5c54d1e7 100644 --- a/contrib/hbct/strswap.c +++ b/contrib/hbct/strswap.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * StrSwap() CT3 string function + * StrSwap() CT3 string function * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tab.c b/contrib/hbct/tab.c index a452a22a1e..dfe641dee9 100644 --- a/contrib/hbct/tab.c +++ b/contrib/hbct/tab.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * TabExpand(), TabPack() CT3 string functions + * TabExpand(), TabPack() CT3 string functions * * Copyright 2002 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tempfile.prg b/contrib/hbct/tempfile.prg index 9a3de4a5d1..a564a5ff2f 100644 --- a/contrib/hbct/tempfile.prg +++ b/contrib/hbct/tempfile.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * TempFile() * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbct/tests/addascii.prg b/contrib/hbct/tests/addascii.prg index 201517c7c8..1894323b4b 100644 --- a/contrib/hbct/tests/addascii.prg +++ b/contrib/hbct/tests/addascii.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function AddAscii() + * Test CT3 function AddAscii() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/afteratn.prg b/contrib/hbct/tests/afteratn.prg index 19dbf6cd32..5d88ebc1ea 100644 --- a/contrib/hbct/tests/afteratn.prg +++ b/contrib/hbct/tests/afteratn.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 functions AfterAtNum() + * Test CT3 functions AfterAtNum() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/asciisum.prg b/contrib/hbct/tests/asciisum.prg index 5036f9f171..68e1e9fb99 100644 --- a/contrib/hbct/tests/asciisum.prg +++ b/contrib/hbct/tests/asciisum.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function AsciiSum() + * Test CT3 function AsciiSum() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/ascpos.prg b/contrib/hbct/tests/ascpos.prg index ec1242be54..6dfaae1f57 100644 --- a/contrib/hbct/tests/ascpos.prg +++ b/contrib/hbct/tests/ascpos.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function AscPos() + * Test CT3 function AscPos() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/atadjust.prg b/contrib/hbct/tests/atadjust.prg index b7e9dfc995..6b06844d8c 100644 --- a/contrib/hbct/tests/atadjust.prg +++ b/contrib/hbct/tests/atadjust.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function AtAdjust() + * Test CT3 function AtAdjust() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/atnum.prg b/contrib/hbct/tests/atnum.prg index 75504b49c6..9b4e2362b3 100644 --- a/contrib/hbct/tests/atnum.prg +++ b/contrib/hbct/tests/atnum.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 functions AtNum() + * Test CT3 functions AtNum() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/atrepl.prg b/contrib/hbct/tests/atrepl.prg index cc34f1f64e..cfd48047e4 100644 --- a/contrib/hbct/tests/atrepl.prg +++ b/contrib/hbct/tests/atrepl.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function AtRepl() + * Test CT3 function AtRepl() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/attoken.prg b/contrib/hbct/tests/attoken.prg index 9987f93016..a6743c1438 100644 --- a/contrib/hbct/tests/attoken.prg +++ b/contrib/hbct/tests/attoken.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function AtToken() + * Test CT3 function AtToken() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/beforatn.prg b/contrib/hbct/tests/beforatn.prg index 8a5be7b4fd..80762a2ec6 100644 --- a/contrib/hbct/tests/beforatn.prg +++ b/contrib/hbct/tests/beforatn.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 functions BeforAtNum() + * Test CT3 functions BeforAtNum() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charadd.prg b/contrib/hbct/tests/charadd.prg index 8994495879..81fa138775 100644 --- a/contrib/hbct/tests/charadd.prg +++ b/contrib/hbct/tests/charadd.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharAdd() + * Test CT3 function CharAdd() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charand.prg b/contrib/hbct/tests/charand.prg index 4dd4dc618b..a2d6af8074 100644 --- a/contrib/hbct/tests/charand.prg +++ b/contrib/hbct/tests/charand.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharAnd() + * Test CT3 function CharAnd() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/chareven.prg b/contrib/hbct/tests/chareven.prg index 3adcc4619e..24bef3a39d 100644 --- a/contrib/hbct/tests/chareven.prg +++ b/contrib/hbct/tests/chareven.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharEven() + * Test CT3 function CharEven() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charhist.prg b/contrib/hbct/tests/charhist.prg index 1fc04f3f2c..2e13259f68 100644 --- a/contrib/hbct/tests/charhist.prg +++ b/contrib/hbct/tests/charhist.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharHist() + * Test CT3 function CharHist() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charlist.prg b/contrib/hbct/tests/charlist.prg index 8e84d022bb..fbfa441582 100644 --- a/contrib/hbct/tests/charlist.prg +++ b/contrib/hbct/tests/charlist.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharList() + * Test CT3 function CharList() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charmirr.prg b/contrib/hbct/tests/charmirr.prg index f11ed3af4a..abe2089d27 100644 --- a/contrib/hbct/tests/charmirr.prg +++ b/contrib/hbct/tests/charmirr.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharMirr() + * Test CT3 function CharMirr() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charmix.prg b/contrib/hbct/tests/charmix.prg index 39512304f6..c9cfb1cd28 100644 --- a/contrib/hbct/tests/charmix.prg +++ b/contrib/hbct/tests/charmix.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharMix() + * Test CT3 function CharMix() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charnlst.prg b/contrib/hbct/tests/charnlst.prg index 38259c41fd..735553f50a 100644 --- a/contrib/hbct/tests/charnlst.prg +++ b/contrib/hbct/tests/charnlst.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharNoList() + * Test CT3 function CharNoList() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charnot.prg b/contrib/hbct/tests/charnot.prg index 9baa61db37..cfdc3ce352 100644 --- a/contrib/hbct/tests/charnot.prg +++ b/contrib/hbct/tests/charnot.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CHARNOT + * Test CT3 function CHARNOT * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charodd.prg b/contrib/hbct/tests/charodd.prg index 922847d9fb..db5d15a2c5 100644 --- a/contrib/hbct/tests/charodd.prg +++ b/contrib/hbct/tests/charodd.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharOdd() + * Test CT3 function CharOdd() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charone.prg b/contrib/hbct/tests/charone.prg index 30b28834da..7f0e119097 100644 --- a/contrib/hbct/tests/charone.prg +++ b/contrib/hbct/tests/charone.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharOne() + * Test CT3 function CharOne() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charonly.prg b/contrib/hbct/tests/charonly.prg index 2d6851a8a6..2eb1180a12 100644 --- a/contrib/hbct/tests/charonly.prg +++ b/contrib/hbct/tests/charonly.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharOnly() + * Test CT3 function CharOnly() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charor.prg b/contrib/hbct/tests/charor.prg index 3db784d412..8474a2a520 100644 --- a/contrib/hbct/tests/charor.prg +++ b/contrib/hbct/tests/charor.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharOr() + * Test CT3 function CharOr() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charrem.prg b/contrib/hbct/tests/charrem.prg index cdbe8379d6..8a5b0a638b 100644 --- a/contrib/hbct/tests/charrem.prg +++ b/contrib/hbct/tests/charrem.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharRem() + * Test CT3 function CharRem() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charrepl.prg b/contrib/hbct/tests/charrepl.prg index cf8f82ed61..2eacf8b035 100644 --- a/contrib/hbct/tests/charrepl.prg +++ b/contrib/hbct/tests/charrepl.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharRepl() + * Test CT3 function CharRepl() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charrll.prg b/contrib/hbct/tests/charrll.prg index e492a4c1a8..4c69b1c4f5 100644 --- a/contrib/hbct/tests/charrll.prg +++ b/contrib/hbct/tests/charrll.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharRll() + * Test CT3 function CharRll() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charrlr.prg b/contrib/hbct/tests/charrlr.prg index 89035d6935..4c504ed5fb 100644 --- a/contrib/hbct/tests/charrlr.prg +++ b/contrib/hbct/tests/charrlr.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharRlr() + * Test CT3 function CharRlr() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charshl.prg b/contrib/hbct/tests/charshl.prg index a808c7c714..2a20664bc8 100644 --- a/contrib/hbct/tests/charshl.prg +++ b/contrib/hbct/tests/charshl.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharShl() + * Test CT3 function CharShl() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charshr.prg b/contrib/hbct/tests/charshr.prg index 9094c10861..35a3dd31e3 100644 --- a/contrib/hbct/tests/charshr.prg +++ b/contrib/hbct/tests/charshr.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharShr() + * Test CT3 function CharShr() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charslst.prg b/contrib/hbct/tests/charslst.prg index 841c13ac28..e3e6d28fce 100644 --- a/contrib/hbct/tests/charslst.prg +++ b/contrib/hbct/tests/charslst.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharSList() + * Test CT3 function CharSList() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charsort.prg b/contrib/hbct/tests/charsort.prg index fae10e62c5..c449bd2108 100644 --- a/contrib/hbct/tests/charsort.prg +++ b/contrib/hbct/tests/charsort.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharSort() + * Test CT3 function CharSort() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charsub.prg b/contrib/hbct/tests/charsub.prg index b4985659e6..da6ff3de59 100644 --- a/contrib/hbct/tests/charsub.prg +++ b/contrib/hbct/tests/charsub.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharSub() + * Test CT3 function CharSub() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charswap.prg b/contrib/hbct/tests/charswap.prg index cd6bb0b617..f2fc7c7c16 100644 --- a/contrib/hbct/tests/charswap.prg +++ b/contrib/hbct/tests/charswap.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharSwap() + * Test CT3 function CharSwap() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/charxor.prg b/contrib/hbct/tests/charxor.prg index 6529345ee9..c15b5ff5cd 100644 --- a/contrib/hbct/tests/charxor.prg +++ b/contrib/hbct/tests/charxor.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CharXor() + * Test CT3 function CharXor() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/csetarge.prg b/contrib/hbct/tests/csetarge.prg index e7eefb2f55..826e11594d 100644 --- a/contrib/hbct/tests/csetarge.prg +++ b/contrib/hbct/tests/csetarge.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CSetArgErr() + * Test CT3 function CSetArgErr() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/csetatmu.prg b/contrib/hbct/tests/csetatmu.prg index 1cb4fde938..bd085298a6 100644 --- a/contrib/hbct/tests/csetatmu.prg +++ b/contrib/hbct/tests/csetatmu.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CSetAtMupa() + * Test CT3 function CSetAtMupa() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/csetref.prg b/contrib/hbct/tests/csetref.prg index fd38fb8ea3..f5fa31f80c 100644 --- a/contrib/hbct/tests/csetref.prg +++ b/contrib/hbct/tests/csetref.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function CSetRef() + * Test CT3 function CSetRef() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/datetime.prg b/contrib/hbct/tests/datetime.prg index 9858385178..918fbed8b9 100644 --- a/contrib/hbct/tests/datetime.prg +++ b/contrib/hbct/tests/datetime.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Program to test functions to mimic Clipper Tools III date and time functions. + * Program to test functions to mimic Clipper Tools III date and time functions. * (C) Alan Secker 2002 * * small changes: Martin Vogel 2003 * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/expomant.prg b/contrib/hbct/tests/expomant.prg index b4c3117672..31539445a3 100644 --- a/contrib/hbct/tests/expomant.prg +++ b/contrib/hbct/tests/expomant.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * CT3 function test for + * CT3 function test for * - Exponent() * - Mantissa() * * Copyright 2002 Walter Negro - FOEESITRA" - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbct/tests/finan.prg b/contrib/hbct/tests/finan.prg index dea39a51e8..c999a22069 100644 --- a/contrib/hbct/tests/finan.prg +++ b/contrib/hbct/tests/finan.prg @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * CT3 Financial functions + * CT3 Financial functions * - PV() * - FV() * - Payment() * - Periods() * - Rate() * Copyright 2001 Alejandro de Garate - * 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 @@ -22,7 +20,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. diff --git a/contrib/hbct/tests/math.prg b/contrib/hbct/tests/math.prg index cbe3f98b5c..9fa693fcc1 100644 --- a/contrib/hbct/tests/math.prg +++ b/contrib/hbct/tests/math.prg @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * Test CT3 math functions + * Test CT3 math functions * - Floor() * - Ceiling() * - Log10() * - Sign() * - Fact() * Copyright 2001 Alejandro de Garate - * 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 @@ -22,7 +20,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. diff --git a/contrib/hbct/tests/num1.prg b/contrib/hbct/tests/num1.prg index abd87241c1..3ee11fba82 100644 --- a/contrib/hbct/tests/num1.prg +++ b/contrib/hbct/tests/num1.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 Numeric functions - PART 1 + * Test CT3 Numeric functions - PART 1 * - Celsius() * - Fahrenheit() * - Infinity() * Copyright 2001 Alejandro de Garate - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbct/tests/numline.prg b/contrib/hbct/tests/numline.prg index 3acb2f843b..888024a896 100644 --- a/contrib/hbct/tests/numline.prg +++ b/contrib/hbct/tests/numline.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbct/tests/numtoken.prg b/contrib/hbct/tests/numtoken.prg index 716c615301..026435430a 100644 --- a/contrib/hbct/tests/numtoken.prg +++ b/contrib/hbct/tests/numtoken.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function NumToken() + * Test CT3 function NumToken() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/rangerem.prg b/contrib/hbct/tests/rangerem.prg index 13051ce0e8..99355e3e40 100644 --- a/contrib/hbct/tests/rangerem.prg +++ b/contrib/hbct/tests/rangerem.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function RangeRem() + * Test CT3 function RangeRem() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/rangerep.prg b/contrib/hbct/tests/rangerep.prg index 61ac13c7b4..0f0e6e4bae 100644 --- a/contrib/hbct/tests/rangerep.prg +++ b/contrib/hbct/tests/rangerep.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function RangeRepl() + * Test CT3 function RangeRepl() * * Copyright 2002 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/setatlik.prg b/contrib/hbct/tests/setatlik.prg index 0a89124625..d68e1eb735 100644 --- a/contrib/hbct/tests/setatlik.prg +++ b/contrib/hbct/tests/setatlik.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function SetAtLike() + * Test CT3 function SetAtLike() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/strdiff.prg b/contrib/hbct/tests/strdiff.prg index d1bdb33cfe..13f86ade47 100644 --- a/contrib/hbct/tests/strdiff.prg +++ b/contrib/hbct/tests/strdiff.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function StrDiff() + * Test CT3 function StrDiff() * * Copyright 2002 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/tab.prg b/contrib/hbct/tests/tab.prg index 5f53172364..3671fe014a 100644 --- a/contrib/hbct/tests/tab.prg +++ b/contrib/hbct/tests/tab.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 functions TabExpand() and TabPack() + * Test CT3 functions TabExpand() and TabPack() * * Copyright 2002 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/token.prg b/contrib/hbct/tests/token.prg index fd9449d7af..2dc563771e 100644 --- a/contrib/hbct/tests/token.prg +++ b/contrib/hbct/tests/token.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function Token() + * Test CT3 function Token() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/token2.prg b/contrib/hbct/tests/token2.prg index e8f2d29ffd..23b9133205 100644 --- a/contrib/hbct/tests/token2.prg +++ b/contrib/hbct/tests/token2.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * Test CT3 functions + * Test CT3 functions * - TokenInit() * - TokenExit() * - TokenNext() @@ -13,8 +12,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -28,7 +25,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. diff --git a/contrib/hbct/tests/tokenlow.prg b/contrib/hbct/tests/tokenlow.prg index 09e99ce64a..18496e6691 100644 --- a/contrib/hbct/tests/tokenlow.prg +++ b/contrib/hbct/tests/tokenlow.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function TokenLower() + * Test CT3 function TokenLower() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/tokensep.prg b/contrib/hbct/tests/tokensep.prg index 18e1a18155..f7a48a892a 100644 --- a/contrib/hbct/tests/tokensep.prg +++ b/contrib/hbct/tests/tokensep.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function TokenSep() + * Test CT3 function TokenSep() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/tokenupp.prg b/contrib/hbct/tests/tokenupp.prg index 32ddeac11a..2c086bdef5 100644 --- a/contrib/hbct/tests/tokenupp.prg +++ b/contrib/hbct/tests/tokenupp.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function TokenUpper() + * Test CT3 function TokenUpper() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/trig.prg b/contrib/hbct/tests/trig.prg index 515c61e17d..5bf260f347 100644 --- a/contrib/hbct/tests/trig.prg +++ b/contrib/hbct/tests/trig.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * Test CT3 TRIGONOMETRIC functions - PART 1 + * Test CT3 TRIGONOMETRIC functions - PART 1 * - Pi() * - Sin() * - Cos() @@ -14,7 +13,6 @@ * - Cosh() * - Tanh() * Copyright 2001 Alejandro de garate - * 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 @@ -29,7 +27,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. diff --git a/contrib/hbct/tests/valpos.prg b/contrib/hbct/tests/valpos.prg index ef54437eb5..f08904da87 100644 --- a/contrib/hbct/tests/valpos.prg +++ b/contrib/hbct/tests/valpos.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function ValPos() + * Test CT3 function ValPos() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/wordone.prg b/contrib/hbct/tests/wordone.prg index 646dff7ffe..087f0b8117 100644 --- a/contrib/hbct/tests/wordone.prg +++ b/contrib/hbct/tests/wordone.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function WordOne() + * Test CT3 function WordOne() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/wordonly.prg b/contrib/hbct/tests/wordonly.prg index e7e3cc025c..faec2713ab 100644 --- a/contrib/hbct/tests/wordonly.prg +++ b/contrib/hbct/tests/wordonly.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function WordOnly() + * Test CT3 function WordOnly() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/wordrem.prg b/contrib/hbct/tests/wordrem.prg index 917debb8dc..0adef9121d 100644 --- a/contrib/hbct/tests/wordrem.prg +++ b/contrib/hbct/tests/wordrem.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function WordRem() + * Test CT3 function WordRem() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/wordrepl.prg b/contrib/hbct/tests/wordrepl.prg index 74da6c9116..90f5aa8fc2 100644 --- a/contrib/hbct/tests/wordrepl.prg +++ b/contrib/hbct/tests/wordrepl.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function WordRepl() + * Test CT3 function WordRepl() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/tests/wordswap.prg b/contrib/hbct/tests/wordswap.prg index ce7306e1be..5020b06b91 100644 --- a/contrib/hbct/tests/wordswap.prg +++ b/contrib/hbct/tests/wordswap.prg @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * Test CT3 function WordSwap() + * Test CT3 function WordSwap() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/token1.c b/contrib/hbct/token1.c index 4740b3b916..b46e1e0878 100644 --- a/contrib/hbct/token1.c +++ b/contrib/hbct/token1.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - Token() * - NumToken() * - AtToken() @@ -11,8 +10,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -26,7 +23,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. diff --git a/contrib/hbct/token2.c b/contrib/hbct/token2.c index 4ba4c3f9d4..761499086b 100644 --- a/contrib/hbct/token2.c +++ b/contrib/hbct/token2.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 string functions + * CT3 string functions * - TokenInit() * - TokenExit() * - TokenNext() @@ -13,8 +12,6 @@ * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -28,7 +25,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. diff --git a/contrib/hbct/trig.c b/contrib/hbct/trig.c index d2fa290912..388321235f 100644 --- a/contrib/hbct/trig.c +++ b/contrib/hbct/trig.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 trigonometric functions + * CT3 trigonometric functions * - Pi() * - Sin() * - Cos() @@ -21,8 +20,6 @@ * Documentation and changes concerning error handling Copyright 2001 * IntTec GmbH, Freiburg, Germany, Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -36,7 +33,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. diff --git a/contrib/hbct/video.c b/contrib/hbct/video.c index 3c2ce7b308..6fcba78b4a 100644 --- a/contrib/hbct/video.c +++ b/contrib/hbct/video.c @@ -1,11 +1,9 @@ /* - * xHarbour Project source code: * * CT3 video functions * CharPix(), VGAPalette(), VideoType(), SetFont() * * Copyright 2004 Phil Krylov - * www - 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 @@ -20,7 +18,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. diff --git a/contrib/hbct/wordrepl.c b/contrib/hbct/wordrepl.c index 624d353795..72c1731d34 100644 --- a/contrib/hbct/wordrepl.c +++ b/contrib/hbct/wordrepl.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * CT3 string function WordRepl() + * CT3 string function WordRepl() * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbct/wordtoch.c b/contrib/hbct/wordtoch.c index aa232b5054..dac835f456 100644 --- a/contrib/hbct/wordtoch.c +++ b/contrib/hbct/wordtoch.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: - * WordToChar() CT3 string function + * WordToChar() CT3 string function * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/hbcups/core.c b/contrib/hbcups/core.c index d1a9202c7a..4c69ffa20c 100644 --- a/contrib/hbcups/core.c +++ b/contrib/hbcups/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * CUPS wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbcurl/core.c b/contrib/hbcurl/core.c index 3e6a6c97b8..6b9d22eb7d 100644 --- a/contrib/hbcurl/core.c +++ b/contrib/hbcurl/core.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * libcurl 'easy' API - Harbour interface. * * Copyright 2008-2010 Viktor Szakats (vszakats.net/harbour) * originally based on: * Copyright 2005 Luiz Rafael Culik Guimaraes - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbcurl/hbcurl.ch b/contrib/hbcurl/hbcurl.ch index d7efeb2dd2..5cd76d81b3 100644 --- a/contrib/hbcurl/hbcurl.ch +++ b/contrib/hbcurl/hbcurl.ch @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * libcurl 'easy' API - Harbour header. * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) * originally based on: * Copyright 2005 Luiz Rafael Culik Guimaraes - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbexpat/core.c b/contrib/hbexpat/core.c index 8b4bd05e30..ea3a2472f2 100644 --- a/contrib/hbexpat/core.c +++ b/contrib/hbexpat/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * expat API - Harbour interface * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbexpat/hbexpat.ch b/contrib/hbexpat/hbexpat.ch index cd0ddcee72..1b111b6e09 100644 --- a/contrib/hbexpat/hbexpat.ch +++ b/contrib/hbexpat/hbexpat.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * expat API - Harbour header * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbexpat/internal.c b/contrib/hbexpat/internal.c index c86db14c72..e9d575233f 100644 --- a/contrib/hbexpat/internal.c +++ b/contrib/hbexpat/internal.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * expat API - Harbour complementary functions * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbexpat/tests/test.prg b/contrib/hbexpat/tests/test.prg index cba0874514..adef7f3391 100644 --- a/contrib/hbexpat/tests/test.prg +++ b/contrib/hbexpat/tests/test.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbexpat/tests/tohash.prg b/contrib/hbexpat/tests/tohash.prg index 4d34963e46..f3c1405722 100644 --- a/contrib/hbexpat/tests/tohash.prg +++ b/contrib/hbexpat/tests/tohash.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * * See COPYING.txt for licensing terms. */ diff --git a/contrib/hbexpat/unitable.prg b/contrib/hbexpat/unitable.prg index ae1ebf2f5e..f3adc1cc54 100644 --- a/contrib/hbexpat/unitable.prg +++ b/contrib/hbexpat/unitable.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * expat API - Harbour complementary functions * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbfbird/firebird.c b/contrib/hbfbird/firebird.c index 8c5f281e07..fa66c7146b 100644 --- a/contrib/hbfbird/firebird.c +++ b/contrib/hbfbird/firebird.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Firebird RDBMS low level (client api) interface code. * * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com - * www - 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 @@ -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. diff --git a/contrib/hbfbird/tfirebrd.prg b/contrib/hbfbird/tfirebrd.prg index 191090ebdc..9c3e3a0c0f 100644 --- a/contrib/hbfbird/tfirebrd.prg +++ b/contrib/hbfbird/tfirebrd.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Firebird RDBMS low level (client api) interface code. * * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com - * www - 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 @@ -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. diff --git a/contrib/hbfimage/fi_wrp.c b/contrib/hbfimage/fi_wrp.c index b7d27933d6..a8bd9bd2d7 100644 --- a/contrib/hbfimage/fi_wrp.c +++ b/contrib/hbfimage/fi_wrp.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * FreeImage graphic library low level (client api) interface code. * * Copyright 2005 Francesco Saverio Giudice @@ -19,7 +18,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. diff --git a/contrib/hbfimage/freeimag.ch b/contrib/hbfimage/freeimag.ch index 2d5d4bca99..f4493afe53 100644 --- a/contrib/hbfimage/freeimag.ch +++ b/contrib/hbfimage/freeimag.ch @@ -1,5 +1,4 @@ /* - * xHarbour Project source code: * FreeImage graphic library header file. * * Copyright 2005 Francesco Saverio Giudice @@ -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. diff --git a/contrib/hbformat/hbfmtcls.prg b/contrib/hbformat/hbfmtcls.prg index 1032492e96..aafd3da26d 100644 --- a/contrib/hbformat/hbfmtcls.prg +++ b/contrib/hbformat/hbfmtcls.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour source code formatter * * Copyright 2009 Alexander S.Kresin - * 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. diff --git a/contrib/hbformat/hbfuncs.prg b/contrib/hbformat/hbfuncs.prg index fedcccd8cb..d23ffb0706 100644 --- a/contrib/hbformat/hbfuncs.prg +++ b/contrib/hbformat/hbfuncs.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Processing .hbx files for function lists * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbformat/utils/hbformat.prg b/contrib/hbformat/utils/hbformat.prg index 9ef0943af8..a4f0e92a94 100644 --- a/contrib/hbformat/utils/hbformat.prg +++ b/contrib/hbformat/utils/hbformat.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour source code formatter (cmdline wrapper) * * Copyright 2009 Alexander S.Kresin - * 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. diff --git a/contrib/hbfoxpro/dbfunc.c b/contrib/hbfoxpro/dbfunc.c index 13baae3f09..b5f2eadf0a 100644 --- a/contrib/hbfoxpro/dbfunc.c +++ b/contrib/hbfoxpro/dbfunc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * FoxPro compatible database functions. * * Copyright 2013 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbfoxpro/dll.prg b/contrib/hbfoxpro/dll.prg index 28fe6ae011..3d40d5c706 100644 --- a/contrib/hbfoxpro/dll.prg +++ b/contrib/hbfoxpro/dll.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Calling function from dynamic library (fox___DynCall()) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbfoxpro/hbfoxpro.ch b/contrib/hbfoxpro/hbfoxpro.ch index 71d069934e..057472575d 100644 --- a/contrib/hbfoxpro/hbfoxpro.ch +++ b/contrib/hbfoxpro/hbfoxpro.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Visual FoxPro compatibility header * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Copyright 2010 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbfoxpro/misc.prg b/contrib/hbfoxpro/misc.prg index 7accaea1d8..fcc4d0b263 100644 --- a/contrib/hbfoxpro/misc.prg +++ b/contrib/hbfoxpro/misc.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Misc FoxPro functions (feel free to expand/fix it as you like) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Copyright 2010-2013 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbfoxpro/miscfunc.c b/contrib/hbfoxpro/miscfunc.c index 4b65258b1a..9920a8d0f2 100644 --- a/contrib/hbfoxpro/miscfunc.c +++ b/contrib/hbfoxpro/miscfunc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * FoxPro compatible functions which can be directly translated to * Harbour ones * * Copyright 2013 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbfoxpro/occurs.prg b/contrib/hbfoxpro/occurs.prg index b879a6d5ae..58b980aff9 100644 --- a/contrib/hbfoxpro/occurs.prg +++ b/contrib/hbfoxpro/occurs.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * FoxPro compatible Occurs() and At() functions * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbfoxpro/relfunc.c b/contrib/hbfoxpro/relfunc.c index 2c0290cd71..b4114b0dc6 100644 --- a/contrib/hbfoxpro/relfunc.c +++ b/contrib/hbfoxpro/relfunc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * FoxPro compatible functions BETWEEN(), INLIST() * * Copyright 2016 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbfship/dbsetloc.c b/contrib/hbfship/dbsetloc.c index f0c8046505..2a9c7e6b49 100644 --- a/contrib/hbfship/dbsetloc.c +++ b/contrib/hbfship/dbsetloc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * dbSetLocate[Block]( ) -> + * dbSetLocate[Block]( ) -> * FlagShip compatible functions * * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbfship/exec.c b/contrib/hbfship/exec.c index 288bc1affa..21223cb1b3 100644 --- a/contrib/hbfship/exec.c +++ b/contrib/hbfship/exec.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * ExecName( [ ] ) -> + * ExecName( [ ] ) -> * ExecPIDNum() -> * FlagShip compatible functions * * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbfship/fldarr.prg b/contrib/hbfship/fldarr.prg index a1a22f24c4..ba8ecbcc22 100644 --- a/contrib/hbfship/fldarr.prg +++ b/contrib/hbfship/fldarr.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * FieldGetArr() and FieldPutArr() FlagShip compatible function * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbfship/index.c b/contrib/hbfship/index.c index 68d8710d0b..940552cc43 100644 --- a/contrib/hbfship/index.c +++ b/contrib/hbfship/index.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * IndexCount() -> + * IndexCount() -> * IndexNames() -> * FlagShip compatible functions * * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbfship/isbegseq.c b/contrib/hbfship/isbegseq.c index f4676ef72f..ad4b9c4a58 100644 --- a/contrib/hbfship/isbegseq.c +++ b/contrib/hbfship/isbegseq.c @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * IsBegSeq() -> + * IsBegSeq() -> * FlagShip compatible function * Test if currently executed code is encapsulated inside * begin sequence / end sequence statement activated by * current or any upper level function/procedure * * Copyright 2010 Przemyslaw Czerpak - * 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 @@ -22,7 +20,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. diff --git a/contrib/hbfship/isdb.prg b/contrib/hbfship/isdb.prg index 52c19574f7..ed5329316f 100644 --- a/contrib/hbfship/isdb.prg +++ b/contrib/hbfship/isdb.prg @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * IsDbExcl() -> + * IsDbExcl() -> * IsDbFLock() -> * IsDbRLock( [ ] ) -> * FlagShip compatible functions * * Copyright 2010 Przemyslaw Czerpak - * 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 @@ -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. diff --git a/contrib/hbfship/isfunc.c b/contrib/hbfship/isfunc.c index 258f3b7352..958b729cf6 100644 --- a/contrib/hbfship/isfunc.c +++ b/contrib/hbfship/isfunc.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * IsFunction( ) -> + * IsFunction( ) -> * FlagShip compatible function * Determines if a standard or user defined function/procedure * is available (linked to the application and registered in VM) * * Copyright 2010 Przemyslaw Czerpak - * 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 @@ -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. diff --git a/contrib/hbfship/secondfs.c b/contrib/hbfship/secondfs.c index 5404bdd9d7..48f2068cc1 100644 --- a/contrib/hbfship/secondfs.c +++ b/contrib/hbfship/secondfs.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SecondsCPU() FlagShip compatible function * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbfship/stroccur.prg b/contrib/hbfship/stroccur.prg index 203654a34e..2a4b3715ea 100644 --- a/contrib/hbfship/stroccur.prg +++ b/contrib/hbfship/stroccur.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * StrOccurs( , , [] ) -> + * StrOccurs( , , [] ) -> * Undocumented FlagShip compatible function * * Copyright 2013 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbfship/strpeek.c b/contrib/hbfship/strpeek.c index cef863879f..f7eb857ef2 100644 --- a/contrib/hbfship/strpeek.c +++ b/contrib/hbfship/strpeek.c @@ -4,7 +4,6 @@ * StrPoke( cStr, nPos, nASCval ) -> cStr * * Copyright 2003 Przemyslaw Czerpak - * www - 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 @@ -19,7 +18,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. diff --git a/contrib/hbfship/users.c b/contrib/hbfship/users.c index 8889b2644e..91e70710ba 100644 --- a/contrib/hbfship/users.c +++ b/contrib/hbfship/users.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * UsersMax() -> (1024) + * UsersMax() -> (1024) * FlagShip compatible functions * * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbgd/gd.ch b/contrib/hbgd/gd.ch index d248299f35..0021c87c2e 100644 --- a/contrib/hbgd/gd.ch +++ b/contrib/hbgd/gd.ch @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * GD graphic library header file. * * Copyright 2004-2005 Francesco Saverio Giudice @@ -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. diff --git a/contrib/hbgd/gd.prg b/contrib/hbgd/gd.prg index 2957203a62..d7b51aeedf 100644 --- a/contrib/hbgd/gd.prg +++ b/contrib/hbgd/gd.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * GD graphic library prg level (client api) interface code. * * Copyright 2004 Francesco Saverio Giudice @@ -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. diff --git a/contrib/hbgd/gdbar.prg b/contrib/hbgd/gdbar.prg index 5189a29abb..f7f3c1c3fa 100644 --- a/contrib/hbgd/gdbar.prg +++ b/contrib/hbgd/gdbar.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * BAR engine library class * * Copyright 2005 Laverson Espindola - * 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. diff --git a/contrib/hbgd/gdbarcod.prg b/contrib/hbgd/gdbarcod.prg index a9b432b0e5..59e69b3b24 100644 --- a/contrib/hbgd/gdbarcod.prg +++ b/contrib/hbgd/gdbarcod.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * CodeBar engine library class * * Copyright 2005 Laverson Espindola - * 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. diff --git a/contrib/hbgd/gdchart.prg b/contrib/hbgd/gdchart.prg index dd8af5fd90..55fe545a2d 100644 --- a/contrib/hbgd/gdchart.prg +++ b/contrib/hbgd/gdchart.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * GD graphic library chart class * * Copyright 2004-2005 Francesco Saverio Giudice @@ -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. diff --git a/contrib/hbgd/gdimage.prg b/contrib/hbgd/gdimage.prg index ce3d7ce5c1..d078d92605 100644 --- a/contrib/hbgd/gdimage.prg +++ b/contrib/hbgd/gdimage.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * GD graphic library class * * Copyright 2004-2005 Francesco Saverio Giudice @@ -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. diff --git a/contrib/hbgd/gdwrp.c b/contrib/hbgd/gdwrp.c index e1964b4061..f7337b10d2 100644 --- a/contrib/hbgd/gdwrp.c +++ b/contrib/hbgd/gdwrp.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * GD graphic library low level (client api) interface code. * * Copyright 2004-2005 Francesco Saverio Giudice @@ -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. diff --git a/contrib/hbgs/core.c b/contrib/hbgs/core.c index 7ffd409148..ace7c640cd 100644 --- a/contrib/hbgs/core.c +++ b/contrib/hbgs/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Ghostscript high-level API * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbgs/tests/test.prg b/contrib/hbgs/tests/test.prg index c49d04e65f..f8809d2647 100644 --- a/contrib/hbgs/tests/test.prg +++ b/contrib/hbgs/tests/test.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbgzio/gzio.c b/contrib/hbgzio/gzio.c index 39e1e8d31c..75e8876f56 100644 --- a/contrib/hbgzio/gzio.c +++ b/contrib/hbgzio/gzio.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * I/O driver for GZIP compressed streams * * Copyright 2016 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbhpdf/annot.c b/contrib/hbhpdf/annot.c index 0a56973c67..59836013c7 100644 --- a/contrib/hbhpdf/annot.c +++ b/contrib/hbhpdf/annot.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/core.c b/contrib/hbhpdf/core.c index ffaff2a615..23d1493d82 100644 --- a/contrib/hbhpdf/core.c +++ b/contrib/hbhpdf/core.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/enccns.c b/contrib/hbhpdf/enccns.c index 9fb55eef47..ad576a02ff 100644 --- a/contrib/hbhpdf/enccns.c +++ b/contrib/hbhpdf/enccns.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/enccnt.c b/contrib/hbhpdf/enccnt.c index d2dddf52f8..76dc2724cb 100644 --- a/contrib/hbhpdf/enccnt.c +++ b/contrib/hbhpdf/enccnt.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/encjp.c b/contrib/hbhpdf/encjp.c index adf2ba98c9..087c4f9501 100644 --- a/contrib/hbhpdf/encjp.c +++ b/contrib/hbhpdf/encjp.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/enckr.c b/contrib/hbhpdf/enckr.c index cce3773f9e..385b354513 100644 --- a/contrib/hbhpdf/enckr.c +++ b/contrib/hbhpdf/enckr.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/errstr.prg b/contrib/hbhpdf/errstr.prg index 4ee3691d87..31efa27c12 100644 --- a/contrib/hbhpdf/errstr.prg +++ b/contrib/hbhpdf/errstr.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * libharu supplementary functions (error strings) * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbhpdf/font.c b/contrib/hbhpdf/font.c index c899eb7a37..eb92bb858a 100644 --- a/contrib/hbhpdf/font.c +++ b/contrib/hbhpdf/font.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/fontcns.c b/contrib/hbhpdf/fontcns.c index 35f8199e4a..ae78c5ef83 100644 --- a/contrib/hbhpdf/fontcns.c +++ b/contrib/hbhpdf/fontcns.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/fontcnt.c b/contrib/hbhpdf/fontcnt.c index 002ad62ee8..932bbe32a0 100644 --- a/contrib/hbhpdf/fontcnt.c +++ b/contrib/hbhpdf/fontcnt.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/fontjp.c b/contrib/hbhpdf/fontjp.c index 948d522ab8..99f1f2f543 100644 --- a/contrib/hbhpdf/fontjp.c +++ b/contrib/hbhpdf/fontjp.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/fontkr.c b/contrib/hbhpdf/fontkr.c index e173889101..e9cb35c0bb 100644 --- a/contrib/hbhpdf/fontkr.c +++ b/contrib/hbhpdf/fontkr.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/harupdf.ch b/contrib/hbhpdf/harupdf.ch index bd18640ce6..24117869b0 100644 --- a/contrib/hbhpdf/harupdf.ch +++ b/contrib/hbhpdf/harupdf.ch @@ -2,7 +2,6 @@ * Harbour level header for hbhpdf/libharu Library. * * Copyright 2008 {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 @@ -17,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. diff --git a/contrib/hbhpdf/hbhpdf.h b/contrib/hbhpdf/hbhpdf.h index de09dd5634..7e835855b8 100644 --- a/contrib/hbhpdf/hbhpdf.h +++ b/contrib/hbhpdf/hbhpdf.h @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/image.c b/contrib/hbhpdf/image.c index 5d7b6dc177..ae2e5ea0e2 100644 --- a/contrib/hbhpdf/image.c +++ b/contrib/hbhpdf/image.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/misc.prg b/contrib/hbhpdf/misc.prg index 1eab22eef1..0bc4eb5361 100644 --- a/contrib/hbhpdf/misc.prg +++ b/contrib/hbhpdf/misc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * libharu supplementary functions * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbhpdf/pdfa.c b/contrib/hbhpdf/pdfa.c index 47b186ba66..f222ba0be1 100644 --- a/contrib/hbhpdf/pdfa.c +++ b/contrib/hbhpdf/pdfa.c @@ -15,7 +15,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. diff --git a/contrib/hbhpdf/tests/harupdf.prg b/contrib/hbhpdf/tests/harupdf.prg index 95ee1af9c7..a30d119a07 100644 --- a/contrib/hbhpdf/tests/harupdf.prg +++ b/contrib/hbhpdf/tests/harupdf.prg @@ -15,7 +15,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. diff --git a/contrib/hbhttpd/core.prg b/contrib/hbhttpd/core.prg index b4b90c7eaa..11d4988648 100644 --- a/contrib/hbhttpd/core.prg +++ b/contrib/hbhttpd/core.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Mindaugas Kavaliauskas - * www - http://harbour-project.org */ #include "hbclass.ch" diff --git a/contrib/hbhttpd/log.prg b/contrib/hbhttpd/log.prg index df15e72c06..d7dba6c183 100644 --- a/contrib/hbhttpd/log.prg +++ b/contrib/hbhttpd/log.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Simple logger class * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbhttpd/widgets.prg b/contrib/hbhttpd/widgets.prg index a381bb9c35..46deb3027d 100644 --- a/contrib/hbhttpd/widgets.prg +++ b/contrib/hbhttpd/widgets.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Mindaugas Kavaliauskas - * www - http://harbour-project.org */ #include "hbclass.ch" diff --git a/contrib/hblzf/core.c b/contrib/hblzf/core.c index 6331bd3e93..eb0e1ab0ce 100644 --- a/contrib/hblzf/core.c +++ b/contrib/hblzf/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * LZF functions wrapper + * LZF functions wrapper * * Copyright 2010 Petr Chornyj - * 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. diff --git a/contrib/hblzf/hblzf.ch b/contrib/hblzf/hblzf.ch index 5ce7f15d02..dc18ffbaa2 100644 --- a/contrib/hblzf/hblzf.ch +++ b/contrib/hblzf/hblzf.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * LZF API - Harbour header * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbmagic/core.c b/contrib/hbmagic/core.c index 4343983b8a..c0c4bf5c46 100644 --- a/contrib/hbmagic/core.c +++ b/contrib/hbmagic/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * libmagic wrapper functions * * Copyright 2010 Tamas TEVESZ - * 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. diff --git a/contrib/hbmagic/hbmagis.prg b/contrib/hbmagic/hbmagis.prg index 20aff540e1..5535860819 100644 --- a/contrib/hbmagic/hbmagis.prg +++ b/contrib/hbmagic/hbmagis.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * libmagic convenience functions * * Copyright 2010 Tamas TEVESZ - * 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. diff --git a/contrib/hbmagic/tests/hbmagit.prg b/contrib/hbmagic/tests/hbmagit.prg index aa532e5aa5..b11ef1d056 100644 --- a/contrib/hbmagic/tests/hbmagit.prg +++ b/contrib/hbmagic/tests/hbmagit.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hbmagic test suite * * Copyright 2010 Tamas TEVESZ - * 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. diff --git a/contrib/hbmemio/memio.c b/contrib/hbmemio/memio.c index 0fd70e5038..8d5be64aa5 100644 --- a/contrib/hbmemio/memio.c +++ b/contrib/hbmemio/memio.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Memory file system + * Memory file system * I/O driver for Memory file system * * Copyright 2009 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 @@ -19,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. diff --git a/contrib/hbmisc/bbabble.c b/contrib/hbmisc/bbabble.c index f14ad6eb50..b750a721b2 100644 --- a/contrib/hbmisc/bbabble.c +++ b/contrib/hbmisc/bbabble.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * BubbleBabbleEncode() * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbmisc/calldll.prg b/contrib/hbmisc/calldll.prg index dc55e349ba..c00fff0c2d 100644 --- a/contrib/hbmisc/calldll.prg +++ b/contrib/hbmisc/calldll.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * CALLDLL compatibility library. EXPERIMENTAL CODE. USE AT YOUR OWN RISK. NO GUARANTEES. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbmisc/dates.c b/contrib/hbmisc/dates.c index c75fd5f376..44673d35f2 100644 --- a/contrib/hbmisc/dates.c +++ b/contrib/hbmisc/dates.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Additional date functions * * Copyright 1999 Jose Lalin - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jon Berg * DateTime() diff --git a/contrib/hbmisc/fcomma.prg b/contrib/hbmisc/fcomma.prg index ea46351003..8fc4306fd9 100644 --- a/contrib/hbmisc/fcomma.prg +++ b/contrib/hbmisc/fcomma.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * FCOMMA RDD + * FCOMMA RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbmisc/ffind.c b/contrib/hbmisc/ffind.c index ff925dc250..2590b39194 100644 --- a/contrib/hbmisc/ffind.c +++ b/contrib/hbmisc/ffind.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * File find API * * Copyright 1991-2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbmisc/hb_f.c b/contrib/hbmisc/hb_f.c index f8db7794fc..933cfbd3f1 100644 --- a/contrib/hbmisc/hb_f.c +++ b/contrib/hbmisc/hb_f.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * File handling functions * * Copyright 1999 Andi Jahja - * 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. diff --git a/contrib/hbmisc/hbedit.prg b/contrib/hbmisc/hbedit.prg index 0c0b57803b..2349b8975c 100644 --- a/contrib/hbmisc/hbedit.prg +++ b/contrib/hbmisc/hbedit.prg @@ -1,6 +1,5 @@ /* * Copyright 1999 Ryszard Glab - * www - http://harbour-project.org */ #include "inkey.ch" diff --git a/contrib/hbmisc/hbeditc.c b/contrib/hbmisc/hbeditc.c index f5a5376e64..7bc2db59f6 100644 --- a/contrib/hbmisc/hbeditc.c +++ b/contrib/hbmisc/hbeditc.c @@ -1,6 +1,5 @@ /* * Copyright 1999 Ryszard Glab - * www - http://harbour-project.org */ /* diff --git a/contrib/hbmisc/irm.c b/contrib/hbmisc/irm.c index 057e27a49d..39b49cd9d7 100644 --- a/contrib/hbmisc/irm.c +++ b/contrib/hbmisc/irm.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IRM (Independent Record Map) API * * Released to Public Domain in 2010 by Mindaugas Kavaliauskas - * www - http://harbour-project.org * * DISCLAIMER: USE AT YOUR OWN RISK. NO GUARANTEES. * diff --git a/contrib/hbmisc/nconvert.prg b/contrib/hbmisc/nconvert.prg index f7f0f37d6c..4b6faec92c 100644 --- a/contrib/hbmisc/nconvert.prg +++ b/contrib/hbmisc/nconvert.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Conversion Funtions * * Copyright 1999 Luiz Rafael Culik - * 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. diff --git a/contrib/hbmisc/numtxthu.prg b/contrib/hbmisc/numtxthu.prg index 9d1c8d5853..7c14893c08 100644 --- a/contrib/hbmisc/numtxthu.prg +++ b/contrib/hbmisc/numtxthu.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * NumToTxtHU() function to convert a number to Hungarian text * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbmisc/numtxtru.prg b/contrib/hbmisc/numtxtru.prg index de8a24d5f8..dfbc50319f 100644 --- a/contrib/hbmisc/numtxtru.prg +++ b/contrib/hbmisc/numtxtru.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Functions to convert a number and date to East Slavic (Russian, * Ukrainian and Belorussian) text * @@ -8,7 +7,6 @@ * DateToTxtRU() - convert a date * * Copyright 2012 Pavel Tsarenko (tpe2 at mail.ru) - * 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 @@ -23,7 +21,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. diff --git a/contrib/hbmisc/spd.c b/contrib/hbmisc/spd.c index 3f0a6c676e..1e975133b4 100644 --- a/contrib/hbmisc/spd.c +++ b/contrib/hbmisc/spd.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * sql_sprintf() function * * Copyright 2008 Xavi @@ -17,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. diff --git a/contrib/hbmisc/strfmt.c b/contrib/hbmisc/strfmt.c index d4beae7252..4b71960221 100644 --- a/contrib/hbmisc/strfmt.c +++ b/contrib/hbmisc/strfmt.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * StrFormat() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbmisc/stringp.prg b/contrib/hbmisc/stringp.prg index 33a6e38f95..5918766442 100644 --- a/contrib/hbmisc/stringp.prg +++ b/contrib/hbmisc/stringp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Misc. string functions * * Copyright 1999 Eddie Runia - * 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. diff --git a/contrib/hbmisc/stringsx.c b/contrib/hbmisc/stringsx.c index efa7940e81..a56d03a049 100644 --- a/contrib/hbmisc/stringsx.c +++ b/contrib/hbmisc/stringsx.c @@ -1,6 +1,5 @@ /* * Copyright 1999 {list of individual authors and e-mail addresses} - * www - http://harbour-project.org */ #include "hbapi.h" diff --git a/contrib/hbmisc/tests/bubbleb.prg b/contrib/hbmisc/tests/bubbleb.prg index 4a6a2e9bc1..e1662efb55 100644 --- a/contrib/hbmisc/tests/bubbleb.prg +++ b/contrib/hbmisc/tests/bubbleb.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbmisc/tests/calldll.prg b/contrib/hbmisc/tests/calldll.prg index 0850077ad2..7d9e98fbd0 100644 --- a/contrib/hbmisc/tests/calldll.prg +++ b/contrib/hbmisc/tests/calldll.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbmisc/tests/pe.prg b/contrib/hbmisc/tests/pe.prg index b1698b8766..c83931f38b 100644 --- a/contrib/hbmisc/tests/pe.prg +++ b/contrib/hbmisc/tests/pe.prg @@ -68,7 +68,7 @@ STATIC FUNCTION Example_Text_Raw() You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - their web site at http://www.gnu.org/). + their web site at https://www.gnu.org/). ~5This file have to be separated with CR/LF characters~1 #pragma __endtext diff --git a/contrib/hbmisc/udpds.prg b/contrib/hbmisc/udpds.prg index 8dcd72ec68..b44ba841f4 100644 --- a/contrib/hbmisc/udpds.prg +++ b/contrib/hbmisc/udpds.prg @@ -1,6 +1,5 @@ /* * Copyright 2010 Mindaugas Kavaliauskas - * www - http://harbour-project.org */ /* diff --git a/contrib/hbmlzo/core.c b/contrib/hbmlzo/core.c index a4eb4fb60a..2459ab786b 100644 --- a/contrib/hbmlzo/core.c +++ b/contrib/hbmlzo/core.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * hbmLZO (miniLZO functions wrapper). + * hbmLZO (miniLZO functions wrapper). * miniLZO -- mini subset of the LZO real-time data compression library * http://www.oberhumer.com/opensource/lzo/ * * Copyright 2011 Petr Chornyj - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbmlzo/hbmlzo.ch b/contrib/hbmlzo/hbmlzo.ch index 2843149f2b..7c0d35bd97 100644 --- a/contrib/hbmlzo/hbmlzo.ch +++ b/contrib/hbmlzo/hbmlzo.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * mLZO( miniLZO ) - Harbour header * * Copyright 2011 Petr Chornyj - * 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. diff --git a/contrib/hbmxml/core.c b/contrib/hbmxml/core.c index 5d6a0338c9..5fb7953f9b 100644 --- a/contrib/hbmxml/core.c +++ b/contrib/hbmxml/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * MINIXML functions wrapper + * MINIXML functions wrapper * * Copyright 2010-2011 Petr Chornyj - * 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. diff --git a/contrib/hbmxml/format.prg b/contrib/hbmxml/format.prg index 532f2694d8..db6c71d4b5 100644 --- a/contrib/hbmxml/format.prg +++ b/contrib/hbmxml/format.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * MINIXML functions wrapper + * MINIXML functions wrapper * * Copyright 2010 Tamas TEVESZ - * 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. diff --git a/contrib/hbmxml/hbmxml.ch b/contrib/hbmxml/hbmxml.ch index 3b49be46bb..eb1bfc184d 100644 --- a/contrib/hbmxml/hbmxml.ch +++ b/contrib/hbmxml/hbmxml.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * MINIXML functions wrapper + * MINIXML functions wrapper * * Copyright 2010-2011 Petr Chornyj - * 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. diff --git a/contrib/hbmysql/mysql.c b/contrib/hbmysql/mysql.c index fcb442cce0..21b7311bc9 100644 --- a/contrib/hbmysql/mysql.c +++ b/contrib/hbmysql/mysql.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * MySQL DBMS low level (client api) interface code. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support) * Copyright 2000 Maurilio Longo - * 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 @@ -19,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. @@ -49,7 +47,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001 Luiz Rafael Culik * DATATOSQL(), FILETOSQLBINARY() diff --git a/contrib/hbmysql/mysql.ch b/contrib/hbmysql/mysql.ch index 51174382be..0e57e1ae8a 100644 --- a/contrib/hbmysql/mysql.ch +++ b/contrib/hbmysql/mysql.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * MySQL DBMS defines * These defines are clipper code level equivalent of mysql.h and mysql_com.h * * Copyright 2000 Maurilio Longo - * 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 @@ -19,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. diff --git a/contrib/hbmysql/tests/dbf2mysq.prg b/contrib/hbmysql/tests/dbf2mysq.prg index 5aebf4bd79..7d1defd232 100644 --- a/contrib/hbmysql/tests/dbf2mysq.prg +++ b/contrib/hbmysql/tests/dbf2mysq.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Converts a .dbf file into a MySQL table * * Copyright 2000 Maurilio Longo - * 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. diff --git a/contrib/hbmysql/tests/test.prg b/contrib/hbmysql/tests/test.prg index 6596d5a8f6..666dbd0a93 100644 --- a/contrib/hbmysql/tests/test.prg +++ b/contrib/hbmysql/tests/test.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MySQL DBMS test program * * Copyright 2000 Maurilio Longo - * 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. diff --git a/contrib/hbmysql/tmysql.prg b/contrib/hbmysql/tmysql.prg index 410233b27b..65a21c8427 100644 --- a/contrib/hbmysql/tmysql.prg +++ b/contrib/hbmysql/tmysql.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * MySQL DBMS classes. * These classes try to emulate clipper dbXXXX functions on a SQL query * * Copyright 2000 Maurilio Longo - * 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 @@ -19,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. diff --git a/contrib/hbmysql/tsqlbrw.prg b/contrib/hbmysql/tsqlbrw.prg index 910c15cee4..d1c327ae74 100644 --- a/contrib/hbmysql/tsqlbrw.prg +++ b/contrib/hbmysql/tsqlbrw.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * MySQL TBrowse * A TBrowse on a MySQL Table / query * * Copyright 2000 Maurilio Longo - * 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 @@ -19,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. diff --git a/contrib/hbmzip/hbmzip.ch b/contrib/hbmzip/hbmzip.ch index 559dee24ea..78ce6d15e5 100644 --- a/contrib/hbmzip/hbmzip.ch +++ b/contrib/hbmzip/hbmzip.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBMZIP header file * * Copyright 2008 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 @@ -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. diff --git a/contrib/hbmzip/mzip.c b/contrib/hbmzip/mzip.c index 1bfd93305c..498ed73f56 100644 --- a/contrib/hbmzip/mzip.c +++ b/contrib/hbmzip/mzip.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * Wrapper functions for minizip library + * Wrapper functions for minizip library * Some higher level zip archive functions * * Copyright 2008 Mindaugas Kavaliauskas * Copyright 2011-2013 Viktor Szakats (vszakats.net/harbour) (codepage/unicode) - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbmzip/mziperr.prg b/contrib/hbmzip/mziperr.prg index d1dd8a1a61..2b9e7bb7cb 100644 --- a/contrib/hbmzip/mziperr.prg +++ b/contrib/hbmzip/mziperr.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * mzip error strings * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbmzip/tests/myunzip.prg b/contrib/hbmzip/tests/myunzip.prg index 483a08344b..abb52567ba 100644 --- a/contrib/hbmzip/tests/myunzip.prg +++ b/contrib/hbmzip/tests/myunzip.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MyUnzip utility * * Copyright 2008 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 @@ -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. diff --git a/contrib/hbmzip/tests/myzip.prg b/contrib/hbmzip/tests/myzip.prg index 93f24da1a4..44edcc9b4a 100644 --- a/contrib/hbmzip/tests/myzip.prg +++ b/contrib/hbmzip/tests/myzip.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MyZip utility * * Copyright 2008 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 @@ -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. diff --git a/contrib/hbnetio/hbnetio.ch b/contrib/hbnetio/hbnetio.ch index 74bb3740a4..6144304c2d 100644 --- a/contrib/hbnetio/hbnetio.ch +++ b/contrib/hbnetio/hbnetio.ch @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * HBNETIO header file + * HBNETIO header file * * Copyright 2011 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/contrib/hbnetio/netio.h b/contrib/hbnetio/netio.h index 527355e372..3fd98a52c6 100644 --- a/contrib/hbnetio/netio.h +++ b/contrib/hbnetio/netio.h @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * demonstration code for alternative RDD IO API which uses own + * demonstration code for alternative RDD IO API which uses own * very simple TCP/IP file server with RPC support * All files which names starts with 'net:' are redirected to this API. * This is header file used by client and server code with some constant * definitions. * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -22,7 +20,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. diff --git a/contrib/hbnetio/netiocli.c b/contrib/hbnetio/netiocli.c index e4b556f578..598cdcaded 100644 --- a/contrib/hbnetio/netiocli.c +++ b/contrib/hbnetio/netiocli.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * demonstration code for alternative RDD IO API which uses own + * demonstration code for alternative RDD IO API which uses own * very simple TCP/IP file server with RPC support * All files which names starts 'net:' are redirected to this API. * This is client code with @@ -30,7 +29,6 @@ * -> | | NIL * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -45,7 +43,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. diff --git a/contrib/hbnetio/netiomt.prg b/contrib/hbnetio/netiomt.prg index ca0ad5684d..66c4760612 100644 --- a/contrib/hbnetio/netiomt.prg +++ b/contrib/hbnetio/netiomt.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * demonstration code for alternative RDD IO API which uses own + * demonstration code for alternative RDD IO API which uses own * very simple TCP/IP file server with RPC support * All files which names starts 'net:' are redirected to this API. * This is code for simple MT server which is activated by: @@ -12,7 +11,6 @@ * netio_ServerStop( , .T. ) * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -27,7 +25,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. diff --git a/contrib/hbnetio/netiosrv.c b/contrib/hbnetio/netiosrv.c index 93b9ffa264..97c3c05908 100644 --- a/contrib/hbnetio/netiosrv.c +++ b/contrib/hbnetio/netiosrv.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * demonstration code for alternative RDD IO API which uses own + * demonstration code for alternative RDD IO API which uses own * very simple TCP/IP file server with RPC support * All files which names starts 'net:' are redirected to this API. * This is server code giving the following .prg functions: @@ -28,7 +27,6 @@ * -> * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -43,7 +41,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. diff --git a/contrib/hbnetio/readme.txt b/contrib/hbnetio/readme.txt index fa0c9a6eea..06de1b5e9f 100644 --- a/contrib/hbnetio/readme.txt +++ b/contrib/hbnetio/readme.txt @@ -1,6 +1,5 @@ /* * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org */ HBNETIO is implementation of alternative RDD IO API for Harbour with diff --git a/contrib/hbnetio/tests/netiomt1.prg b/contrib/hbnetio/tests/netiomt1.prg index b38c25daca..8369b7a631 100644 --- a/contrib/hbnetio/tests/netiomt1.prg +++ b/contrib/hbnetio/tests/netiomt1.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for NETIOSRV remote management + * demonstration/test code for NETIOSRV remote management * * Copyright 2010-2011 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbnetio/tests/netiot02.prg b/contrib/hbnetio/tests/netiot02.prg index ce49f06042..767386d6ec 100644 --- a/contrib/hbnetio/tests/netiot02.prg +++ b/contrib/hbnetio/tests/netiot02.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for RPC in NETIO + * demonstration/test code for RPC in NETIO * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbnetio/tests/netiot03.prg b/contrib/hbnetio/tests/netiot03.prg index 52bbe96eda..0169236e63 100644 --- a/contrib/hbnetio/tests/netiot03.prg +++ b/contrib/hbnetio/tests/netiot03.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for alternative RDD IO API, RPC and + * demonstration/test code for alternative RDD IO API, RPC and * asynchronous data streams in NETIO * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbnetio/tests/netiotst.prg b/contrib/hbnetio/tests/netiotst.prg index c6f9f1197a..ea1e1c3955 100644 --- a/contrib/hbnetio/tests/netiotst.prg +++ b/contrib/hbnetio/tests/netiotst.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for alternative RDD IO API which uses own + * demonstration/test code for alternative RDD IO API which uses own * very simple TCP/IP file server. * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbnetio/utils/hbnetio/_console.prg b/contrib/hbnetio/utils/hbnetio/_console.prg index d917c7730b..69099fc0ad 100644 --- a/contrib/hbnetio/utils/hbnetio/_console.prg +++ b/contrib/hbnetio/utils/hbnetio/_console.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour NETIO server management cmdline tool * * Copyright 2009-2011 Viktor Szakats (vszakats.net/harbour) - * 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 program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/contrib/hbnetio/utils/hbnetio/_winsvc.prg b/contrib/hbnetio/utils/hbnetio/_winsvc.prg index cb32861338..e17aac8ea1 100644 --- a/contrib/hbnetio/utils/hbnetio/_winsvc.prg +++ b/contrib/hbnetio/utils/hbnetio/_winsvc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour NETIO server Windows service code * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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 program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/contrib/hbnetio/utils/hbnetio/hbnetio.prg b/contrib/hbnetio/utils/hbnetio/hbnetio.prg index 2c66a2145a..0165ddb8c1 100644 --- a/contrib/hbnetio/utils/hbnetio/hbnetio.prg +++ b/contrib/hbnetio/utils/hbnetio/hbnetio.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Harbour NETIO server daemon * * Copyright 2010-2012 Viktor Szakats (vszakats.net/harbour) * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -19,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/contrib/hbnetio/utils/hbnetio/netiomgm.hb b/contrib/hbnetio/utils/hbnetio/netiomgm.hb index d60f2b924a..fd8f31aad7 100644 --- a/contrib/hbnetio/utils/hbnetio/netiomgm.hb +++ b/contrib/hbnetio/utils/hbnetio/netiomgm.hb @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour NETIO server management client engine * * Copyright 2009-2013 Viktor Szakats (vszakats.net/harbour) - * 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 program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/contrib/hbnf/adapter.prg b/contrib/hbnf/adapter.prg index ff81c59438..f9ad92793f 100644 --- a/contrib/hbnf/adapter.prg +++ b/contrib/hbnf/adapter.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_Adapter() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/default.prg b/contrib/hbnf/default.prg index 12a2d33eaf..c689104ee9 100644 --- a/contrib/hbnf/default.prg +++ b/contrib/hbnf/default.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_Default() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/dosver.c b/contrib/hbnf/dosver.c index 5c0a25299b..86645552f8 100644 --- a/contrib/hbnf/dosver.c +++ b/contrib/hbnf/dosver.c @@ -3,7 +3,6 @@ * ft_DosVer() function * * Copyright 2000 Luiz Rafael Culik - * 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 +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. diff --git a/contrib/hbnf/floptst.prg b/contrib/hbnf/floptst.prg index 18d762461d..8b6816ca7d 100644 --- a/contrib/hbnf/floptst.prg +++ b/contrib/hbnf/floptst.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_FlopTst() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/fttext.c b/contrib/hbnf/fttext.c index 693bb997f5..4c6c0c4447 100644 --- a/contrib/hbnf/fttext.c +++ b/contrib/hbnf/fttext.c @@ -118,7 +118,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) * _findeol(), _findbol() diff --git a/contrib/hbnf/iamidle.c b/contrib/hbnf/iamidle.c index 911d481cf4..9cb5e3db1c 100644 --- a/contrib/hbnf/iamidle.c +++ b/contrib/hbnf/iamidle.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_IAmIdle() * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/isprint.c b/contrib/hbnf/isprint.c index cfe6c2f8d7..4cdaf9e147 100644 --- a/contrib/hbnf/isprint.c +++ b/contrib/hbnf/isprint.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_IsPrint() * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/isshare.c b/contrib/hbnf/isshare.c index 4453e09888..cd42b1b39e 100644 --- a/contrib/hbnf/isshare.c +++ b/contrib/hbnf/isshare.c @@ -3,7 +3,6 @@ * ft_IsShare() function * * Copyright 2000 Luiz Rafael Culik - * 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 +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. diff --git a/contrib/hbnf/mouse.c b/contrib/hbnf/mouse.c index 2066fd0e0c..27bc1edf66 100644 --- a/contrib/hbnf/mouse.c +++ b/contrib/hbnf/mouse.c @@ -3,7 +3,6 @@ * Mouse support functions for Nanfor Library * * Copyright 2000 Luiz Rafael Culik - * 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 +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. diff --git a/contrib/hbnf/ontick.prg b/contrib/hbnf/ontick.prg index e50a990e60..e0b62b90ec 100644 --- a/contrib/hbnf/ontick.prg +++ b/contrib/hbnf/ontick.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_OnTick() * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/page.c b/contrib/hbnf/page.c index 7f06aa8343..790990fae3 100644 --- a/contrib/hbnf/page.c +++ b/contrib/hbnf/page.c @@ -3,7 +3,6 @@ * ft_GetVPg()/ft_SetVpg() functions * * Copyright 2000 Luiz Rafael Culik - * 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 +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. diff --git a/contrib/hbnf/setdate.c b/contrib/hbnf/setdate.c index 334142ceee..29521912d8 100644 --- a/contrib/hbnf/setdate.c +++ b/contrib/hbnf/setdate.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_SetDate() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/setkeys.c b/contrib/hbnf/setkeys.c index d59fa5ee7f..638f523dc3 100644 --- a/contrib/hbnf/setkeys.c +++ b/contrib/hbnf/setkeys.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_SetKeys() * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/setlastk.c b/contrib/hbnf/setlastk.c index 289b7111bc..d1254ecd10 100644 --- a/contrib/hbnf/setlastk.c +++ b/contrib/hbnf/setlastk.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_LastKey() * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/settime.c b/contrib/hbnf/settime.c index 70f3d01c40..8d63411acb 100644 --- a/contrib/hbnf/settime.c +++ b/contrib/hbnf/settime.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_SetTime() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/shadow.c b/contrib/hbnf/shadow.c index 9165684702..fe2f10632b 100644 --- a/contrib/hbnf/shadow.c +++ b/contrib/hbnf/shadow.c @@ -1,11 +1,8 @@ /* - * Harbour Project source code: - * NF function: ft_Shadow() + * NF function: ft_Shadow() * * Copyright 2007 Przemyslaw Czerpak * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -19,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. diff --git a/contrib/hbnf/support.c b/contrib/hbnf/support.c index e6e9874d84..b4a4b8f02c 100644 --- a/contrib/hbnf/support.c +++ b/contrib/hbnf/support.c @@ -3,7 +3,6 @@ * Support functions for Nanfor Library * * Copyright 2000 Luiz Rafael Culik - * 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 +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. diff --git a/contrib/hbnf/tests/ontick.prg b/contrib/hbnf/tests/ontick.prg index 75cb79ccfa..1db31c54ec 100644 --- a/contrib/hbnf/tests/ontick.prg +++ b/contrib/hbnf/tests/ontick.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbnf/vidcur.prg b/contrib/hbnf/vidcur.prg index 03521cbad0..5dfa8b99fe 100644 --- a/contrib/hbnf/vidcur.prg +++ b/contrib/hbnf/vidcur.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_SetVcur()/ft_GetVCur() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/video1.c b/contrib/hbnf/video1.c index 89955b4558..f1dd232895 100644 --- a/contrib/hbnf/video1.c +++ b/contrib/hbnf/video1.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * NF functions: ft_SetAttr(), ft_RevAttr(), ft_RevChr() + * NF functions: ft_SetAttr(), ft_RevAttr(), ft_RevChr() * * Copyright 2007 Przemyslaw Czerpak * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/hbnf/video2.prg b/contrib/hbnf/video2.prg index 1144d04a87..ac8ea4bec2 100644 --- a/contrib/hbnf/video2.prg +++ b/contrib/hbnf/video2.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ft_CLS(), ft_VidStr(), ft_WrtChr() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbnf/vidmode.c b/contrib/hbnf/vidmode.c index 9b744fced2..790a955c43 100644 --- a/contrib/hbnf/vidmode.c +++ b/contrib/hbnf/vidmode.c @@ -3,7 +3,6 @@ * ft_GetMode()/ft_SetMode() functions * * Copyright 2000 Luiz Rafael Culik - * 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 +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. diff --git a/contrib/hbodbc/browodbc.prg b/contrib/hbodbc/browodbc.prg index f2387c5ea3..8750073dde 100644 --- a/contrib/hbodbc/browodbc.prg +++ b/contrib/hbodbc/browodbc.prg @@ -1,12 +1,10 @@ /* - * Harbour Project source code: * Browse() for ODBC data * * Copyright 1999 Antonio Linares for code derived from browse.prg * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) for original FieldBlock function * Copyright 1999 Paul Tucker for original Skipped function * Copyright 2002 Tomaz Zupan modifications for ODBC - * 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 @@ -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. diff --git a/contrib/hbodbc/odbc.c b/contrib/hbodbc/odbc.c index 88c6a5c3e8..0ba5ccec14 100644 --- a/contrib/hbodbc/odbc.c +++ b/contrib/hbodbc/odbc.c @@ -4,7 +4,6 @@ * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) * 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 @@ -19,7 +18,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. @@ -49,7 +48,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Felipe G. Coury * SQLNumResultCols() diff --git a/contrib/hbodbc/sql.ch b/contrib/hbodbc/sql.ch index a593369586..9db4a21170 100644 --- a/contrib/hbodbc/sql.ch +++ b/contrib/hbodbc/sql.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Headers for ODBC * * Copyright 1999 {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 @@ -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. diff --git a/contrib/hbodbc/todbc.prg b/contrib/hbodbc/todbc.prg index 684624a69e..5615a7df15 100644 --- a/contrib/hbodbc/todbc.prg +++ b/contrib/hbodbc/todbc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ODBC Access Class * * Copyright 1999 Felipe G. Coury - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://www.xharbour.org * * Copyright 1996 Marcelo Lombardo * diff --git a/contrib/hboslib/core.prg b/contrib/hboslib/core.prg index 3e0ead8fc1..1be11d79b7 100644 --- a/contrib/hboslib/core.prg +++ b/contrib/hboslib/core.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * OSLib emulation for Harbour * http://www.davep.org/clipper/OSLib/ * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/hbpgsql/hbpgsql.h b/contrib/hbpgsql/hbpgsql.h index e018840505..bb42986341 100644 --- a/contrib/hbpgsql/hbpgsql.h +++ b/contrib/hbpgsql/hbpgsql.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * PostgreSQL RDBMS wrapper header. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support) * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com - * 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 @@ -19,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. diff --git a/contrib/hbpgsql/postgres.c b/contrib/hbpgsql/postgres.c index 39d0122f11..9d2b14e410 100644 --- a/contrib/hbpgsql/postgres.c +++ b/contrib/hbpgsql/postgres.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * PostgreSQL RDBMS low level (client api) interface code. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support) * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com - * 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 @@ -19,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. diff --git a/contrib/hbpgsql/postgres.ch b/contrib/hbpgsql/postgres.ch index 0e9b6fcfee..6e2890549c 100644 --- a/contrib/hbpgsql/postgres.ch +++ b/contrib/hbpgsql/postgres.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * PostgreSQL RDBMS low level (client api) interface code. * * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com - * 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. diff --git a/contrib/hbpgsql/rddcopy.c b/contrib/hbpgsql/rddcopy.c index 808d646ee3..de9f82d5cd 100644 --- a/contrib/hbpgsql/rddcopy.c +++ b/contrib/hbpgsql/rddcopy.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * PostgreSQL RDBMS low level (client api) interface code. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support) * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com - * 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 @@ -19,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. diff --git a/contrib/hbpgsql/tests/dbf2pg.prg b/contrib/hbpgsql/tests/dbf2pg.prg index f7bf5fea7c..5797c3c1f5 100644 --- a/contrib/hbpgsql/tests/dbf2pg.prg +++ b/contrib/hbpgsql/tests/dbf2pg.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Converts a .dbf file into a Postgres table * * Copyright 2000 Maurilio Longo * (The original file was ported from mysql and changed by Rodrigo Moreno rodrigo_moreno@yahoo.com) - * 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 @@ -19,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. diff --git a/contrib/hbpgsql/tpostgre.prg b/contrib/hbpgsql/tpostgre.prg index 4aec86bd21..342e67a775 100644 --- a/contrib/hbpgsql/tpostgre.prg +++ b/contrib/hbpgsql/tpostgre.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * PostgreSQL RDBMS low level (client api) interface code. * * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com - * www - 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 @@ -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. diff --git a/contrib/hbpipeio/pipeio.c b/contrib/hbpipeio/pipeio.c index ba417dc7f1..d743c19523 100644 --- a/contrib/hbpipeio/pipeio.c +++ b/contrib/hbpipeio/pipeio.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * I/O driver for PIPE streams + * I/O driver for PIPE streams * * Copyright 2015 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbpipeio/tests/test.prg b/contrib/hbpipeio/tests/test.prg index abf9bb2bad..3c73316123 100644 --- a/contrib/hbpipeio/tests/test.prg +++ b/contrib/hbpipeio/tests/test.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for PIPEIO + * demonstration/test code for PIPEIO * * Copyright 2015 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbsms/sms.prg b/contrib/hbsms/sms.prg index e392f5aeb2..9062e3d26c 100644 --- a/contrib/hbsms/sms.prg +++ b/contrib/hbsms/sms.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SMS library. EXPERIMENTAL CODE. USE AT YOUR OWN RISK. NO GUARANTEES. * * Copyright 2009-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbsqlit3/core.c b/contrib/hbsqlit3/core.c index 86b89c95c3..04568461f3 100644 --- a/contrib/hbsqlit3/core.c +++ b/contrib/hbsqlit3/core.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * SQLite3 library low level (client api) interface code * * Copyright 2007-2010 P.Chornyj @@ -17,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. diff --git a/contrib/hbsqlit3/errstr.prg b/contrib/hbsqlit3/errstr.prg index f9f6e8a1be..e4d92b80b5 100644 --- a/contrib/hbsqlit3/errstr.prg +++ b/contrib/hbsqlit3/errstr.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Supplementary functions (error strings) * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) * Copyright 2009 P.Chornyj - * 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 @@ -19,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. diff --git a/contrib/hbsqlit3/hbsqlit3.ch b/contrib/hbsqlit3/hbsqlit3.ch index 7a52a5bd40..1861b92fa5 100644 --- a/contrib/hbsqlit3/hbsqlit3.ch +++ b/contrib/hbsqlit3/hbsqlit3.ch @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * SQLite3 library low level (client api) interface code * * Copyright 2007 P.Chornyj @@ -17,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. diff --git a/contrib/hbsqlit3/hdbc.prg b/contrib/hbsqlit3/hdbc.prg index 49368921e6..310f77aade 100644 --- a/contrib/hbsqlit3/hdbc.prg +++ b/contrib/hbsqlit3/hdbc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SQLite3 JDBC like interface code. * * Copyright 2008 Lorenzo Fiorini lorenzo.fiorini@gmail.com - * 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. diff --git a/contrib/hbsqlit3/tests/authoriz.prg b/contrib/hbsqlit3/tests/authoriz.prg index 612d64f8b5..475c13e97a 100644 --- a/contrib/hbsqlit3/tests/authoriz.prg +++ b/contrib/hbsqlit3/tests/authoriz.prg @@ -16,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. diff --git a/contrib/hbsqlit3/tests/backup.prg b/contrib/hbsqlit3/tests/backup.prg index 1d66b55126..18232725a4 100644 --- a/contrib/hbsqlit3/tests/backup.prg +++ b/contrib/hbsqlit3/tests/backup.prg @@ -16,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. diff --git a/contrib/hbsqlit3/tests/blob.prg b/contrib/hbsqlit3/tests/blob.prg index 6d12c61d6f..0546e7162b 100644 --- a/contrib/hbsqlit3/tests/blob.prg +++ b/contrib/hbsqlit3/tests/blob.prg @@ -16,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. diff --git a/contrib/hbsqlit3/tests/demo.prg b/contrib/hbsqlit3/tests/demo.prg index c338691a2b..48efb63fe6 100644 --- a/contrib/hbsqlit3/tests/demo.prg +++ b/contrib/hbsqlit3/tests/demo.prg @@ -16,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. diff --git a/contrib/hbsqlit3/tests/hooks.prg b/contrib/hbsqlit3/tests/hooks.prg index 201a84a9de..8abe3d57d6 100644 --- a/contrib/hbsqlit3/tests/hooks.prg +++ b/contrib/hbsqlit3/tests/hooks.prg @@ -16,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. diff --git a/contrib/hbsqlit3/tests/metadata.prg b/contrib/hbsqlit3/tests/metadata.prg index 9f86628f00..e828c36f29 100644 --- a/contrib/hbsqlit3/tests/metadata.prg +++ b/contrib/hbsqlit3/tests/metadata.prg @@ -16,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. diff --git a/contrib/hbsqlit3/tests/pack.prg b/contrib/hbsqlit3/tests/pack.prg index 188e42f804..88cf4ac9af 100644 --- a/contrib/hbsqlit3/tests/pack.prg +++ b/contrib/hbsqlit3/tests/pack.prg @@ -16,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. diff --git a/contrib/hbssl/bio.c b/contrib/hbssl/bio.c index 917cff3d6f..bc827faf90 100644 --- a/contrib/hbssl/bio.c +++ b/contrib/hbssl/bio.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (BIO) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/err.c b/contrib/hbssl/err.c index 85e5ab438c..3bc150788b 100644 --- a/contrib/hbssl/err.c +++ b/contrib/hbssl/err.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (ERR) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/evp.c b/contrib/hbssl/evp.c index 4b80992770..ab2efb8c93 100644 --- a/contrib/hbssl/evp.c +++ b/contrib/hbssl/evp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (EVP) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/evpciph.c b/contrib/hbssl/evpciph.c index 199277e59e..2eaea9aaef 100644 --- a/contrib/hbssl/evpciph.c +++ b/contrib/hbssl/evpciph.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (EVP CIPHER) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/evpenc.c b/contrib/hbssl/evpenc.c index 19c95f66c7..2a47aa236f 100644 --- a/contrib/hbssl/evpenc.c +++ b/contrib/hbssl/evpenc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (EVP ENCODE) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/evpmd.c b/contrib/hbssl/evpmd.c index 1bdcdcc192..7dd959e5e0 100644 --- a/contrib/hbssl/evpmd.c +++ b/contrib/hbssl/evpmd.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (EVP MD) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/evppkey.c b/contrib/hbssl/evppkey.c index 3d398f29f1..0c2af3ca09 100644 --- a/contrib/hbssl/evppkey.c +++ b/contrib/hbssl/evppkey.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (EVP PKEY) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/hbssl.ch b/contrib/hbssl/hbssl.ch index ff9e84babb..a1dea1b29b 100644 --- a/contrib/hbssl/hbssl.ch +++ b/contrib/hbssl/hbssl.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API - Harbour header. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/hbssl.h b/contrib/hbssl/hbssl.h index 7f4e5110f1..970865008c 100644 --- a/contrib/hbssl/hbssl.h +++ b/contrib/hbssl/hbssl.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API - C header. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/pem.c b/contrib/hbssl/pem.c index a5f2126184..1cb4668bc0 100644 --- a/contrib/hbssl/pem.c +++ b/contrib/hbssl/pem.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (PEM) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/rand.c b/contrib/hbssl/rand.c index a76e4c6b71..10e01a1982 100644 --- a/contrib/hbssl/rand.c +++ b/contrib/hbssl/rand.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (RAND) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/ssl.c b/contrib/hbssl/ssl.c index c09e09d5f0..342ebeb9ae 100644 --- a/contrib/hbssl/ssl.c +++ b/contrib/hbssl/ssl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (SSL) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/ssl_hb.c b/contrib/hbssl/ssl_hb.c index f302b59a78..eae120e2eb 100644 --- a/contrib/hbssl/ssl_hb.c +++ b/contrib/hbssl/ssl_hb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (SSL) - Harbour extensions * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/ssl_hbcon.prg b/contrib/hbssl/ssl_hbcon.prg index 42780978cf..c61889bff3 100644 --- a/contrib/hbssl/ssl_hbcon.prg +++ b/contrib/hbssl/ssl_hbcon.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (SSL) - Harbour extensions * * Copyright 2016 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbssl/ssl_inet.c b/contrib/hbssl/ssl_inet.c index e7c9ed2db9..1ab702b905 100644 --- a/contrib/hbssl/ssl_inet.c +++ b/contrib/hbssl/ssl_inet.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * SSL encryption for Harbour hb_inet*() connections + * SSL encryption for Harbour hb_inet*() connections * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbssl/ssl_sock.c b/contrib/hbssl/ssl_sock.c index 0d3455d61d..68887e834f 100644 --- a/contrib/hbssl/ssl_sock.c +++ b/contrib/hbssl/ssl_sock.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Harbour extended socket filter with SSL encryption + * Harbour extended socket filter with SSL encryption * * Copyright 2015 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbssl/sslciph.c b/contrib/hbssl/sslciph.c index 3221195583..f04306e4ac 100644 --- a/contrib/hbssl/sslciph.c +++ b/contrib/hbssl/sslciph.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (SSL_CIPHER) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/sslctx.c b/contrib/hbssl/sslctx.c index 97581741e4..d979578ebf 100644 --- a/contrib/hbssl/sslctx.c +++ b/contrib/hbssl/sslctx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (SSL_CTX) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/sslsess.c b/contrib/hbssl/sslsess.c index ea1f299675..e7036b1850 100644 --- a/contrib/hbssl/sslsess.c +++ b/contrib/hbssl/sslsess.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (SSL_SESSION) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbssl/tests/bio.prg b/contrib/hbssl/tests/bio.prg index 62b326d9b9..33d726ff9d 100644 --- a/contrib/hbssl/tests/bio.prg +++ b/contrib/hbssl/tests/bio.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ #require "hbssl" diff --git a/contrib/hbssl/tests/crypt.prg b/contrib/hbssl/tests/crypt.prg index 10dd8a55ae..459c9d3c4e 100644 --- a/contrib/hbssl/tests/crypt.prg +++ b/contrib/hbssl/tests/crypt.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ #require "hbssl" diff --git a/contrib/hbssl/tests/digest.prg b/contrib/hbssl/tests/digest.prg index 0fdb284260..cb543384f0 100644 --- a/contrib/hbssl/tests/digest.prg +++ b/contrib/hbssl/tests/digest.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ #require "hbssl" diff --git a/contrib/hbssl/tests/encode.prg b/contrib/hbssl/tests/encode.prg index abd43f37ea..1625407aee 100644 --- a/contrib/hbssl/tests/encode.prg +++ b/contrib/hbssl/tests/encode.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ #require "hbssl" diff --git a/contrib/hbssl/tests/inetssl.prg b/contrib/hbssl/tests/inetssl.prg index 3bf8ff3fae..e7554a7d45 100644 --- a/contrib/hbssl/tests/inetssl.prg +++ b/contrib/hbssl/tests/inetssl.prg @@ -1,6 +1,5 @@ /* * Copyright 2015 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) - * www - http://harbour-project.org */ #require "hbssl" diff --git a/contrib/hbssl/tests/pem.prg b/contrib/hbssl/tests/pem.prg index 0dbf342bb0..32bf8d9b70 100644 --- a/contrib/hbssl/tests/pem.prg +++ b/contrib/hbssl/tests/pem.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ #require "hbssl" diff --git a/contrib/hbssl/tests/test.prg b/contrib/hbssl/tests/test.prg index bd75632cce..f2f34e7330 100644 --- a/contrib/hbssl/tests/test.prg +++ b/contrib/hbssl/tests/test.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ #require "hbssl" diff --git a/contrib/hbssl/x509.c b/contrib/hbssl/x509.c index 9fc26e686d..85d3500b42 100644 --- a/contrib/hbssl/x509.c +++ b/contrib/hbssl/x509.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OpenSSL API (X509) - Harbour interface. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbtcpio/tcpio.c b/contrib/hbtcpio/tcpio.c index 1bce00e22e..aa6c522f8f 100644 --- a/contrib/hbtcpio/tcpio.c +++ b/contrib/hbtcpio/tcpio.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * I/O driver for TCP streams + * I/O driver for TCP streams * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbtest/core.prg b/contrib/hbtest/core.prg index d0706d0702..d5ef00cc9a 100644 --- a/contrib/hbtest/core.prg +++ b/contrib/hbtest/core.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library * * Copyright 1999-2013 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbtest/hbtest.ch b/contrib/hbtest/hbtest.ch index ed2be05127..a1eddee86b 100644 --- a/contrib/hbtest/hbtest.ch +++ b/contrib/hbtest/hbtest.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (header) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbtinymt/core32.c b/contrib/hbtinymt/core32.c index 39869402a7..99e9eeb096 100644 --- a/contrib/hbtinymt/core32.c +++ b/contrib/hbtinymt/core32.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Harbour interface to TinyMT, Pseudo Random Generator * * Copyright 2012 Andi Jahja @@ -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. diff --git a/contrib/hbtinymt/core64.c b/contrib/hbtinymt/core64.c index 9cf08889a6..b10d9d00f3 100644 --- a/contrib/hbtinymt/core64.c +++ b/contrib/hbtinymt/core64.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Harbour interface to TinyMT, Pseudo Random Generator * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) @@ -19,7 +18,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. diff --git a/contrib/hbtip/cgi.prg b/contrib/hbtip/cgi.prg index 44e912d6be..87d3964353 100644 --- a/contrib/hbtip/cgi.prg +++ b/contrib/hbtip/cgi.prg @@ -1,5 +1,4 @@ /* - * xHarbour Project source code: * TIPCgi Class oriented cgi protocol * * Copyright 2006 Lorenzo Fiorini @@ -8,12 +7,10 @@ * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * www - http://harbour-project.org * * CGI Session Manager Class * * Copyright 2003-2006 Francesco Saverio Giudice - * www - 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 @@ -28,7 +25,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. diff --git a/contrib/hbtip/client.prg b/contrib/hbtip/client.prg index c10835a629..826a0e2058 100644 --- a/contrib/hbtip/client.prg +++ b/contrib/hbtip/client.prg @@ -1,11 +1,9 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai * Copyright 2009 Viktor Szakats (vszakats.net/harbour) (SSL support) * Copyright 2015 Jean Lefebvre (TLS support) - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbtip/credent.prg b/contrib/hbtip/credent.prg index 13a0d45913..083f4e5a7d 100644 --- a/contrib/hbtip/credent.prg +++ b/contrib/hbtip/credent.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/encb64.prg b/contrib/hbtip/encb64.prg index ea7f46dc5c..b724cd5fce 100644 --- a/contrib/hbtip/encb64.prg +++ b/contrib/hbtip/encb64.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/encoder.prg b/contrib/hbtip/encoder.prg index a85ce26944..4d34d41846 100644 --- a/contrib/hbtip/encoder.prg +++ b/contrib/hbtip/encoder.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/encqp.prg b/contrib/hbtip/encqp.prg index 4359d64cd3..3a3fb5df3e 100644 --- a/contrib/hbtip/encqp.prg +++ b/contrib/hbtip/encqp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * TIP quoted-printable encoder/decoder class * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbtip/encurl.prg b/contrib/hbtip/encurl.prg index b086c7e7d2..aa40237e78 100644 --- a/contrib/hbtip/encurl.prg +++ b/contrib/hbtip/encurl.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/encurlc.c b/contrib/hbtip/encurlc.c index e8812ead29..9cb28fd907 100644 --- a/contrib/hbtip/encurlc.c +++ b/contrib/hbtip/encurlc.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/ftpcli.prg b/contrib/hbtip/ftpcli.prg index 8903d5184b..7dac53bbd7 100644 --- a/contrib/hbtip/ftpcli.prg +++ b/contrib/hbtip/ftpcli.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library (FTP) * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/httpcli.prg b/contrib/hbtip/httpcli.prg index d4044e1479..ab4354783e 100644 --- a/contrib/hbtip/httpcli.prg +++ b/contrib/hbtip/httpcli.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library (HTTP) * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/log.prg b/contrib/hbtip/log.prg index 13ae74ddfc..792e21b3e7 100644 --- a/contrib/hbtip/log.prg +++ b/contrib/hbtip/log.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * TIP simple logger class * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbtip/mail.prg b/contrib/hbtip/mail.prg index 76b2b12614..ddc00c4fea 100644 --- a/contrib/hbtip/mail.prg +++ b/contrib/hbtip/mail.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/mime.c b/contrib/hbtip/mime.c index 19b75b0ff8..9151d4a8f8 100644 --- a/contrib/hbtip/mime.c +++ b/contrib/hbtip/mime.c @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * TIP MIME functions * * Copyright 2003 Giancarlo Niccolai * Copyright 2014 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/hbtip/misc.c b/contrib/hbtip/misc.c index 8a49f561b3..1e67d4855b 100644 --- a/contrib/hbtip/misc.c +++ b/contrib/hbtip/misc.c @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/hbtip/popcli.prg b/contrib/hbtip/popcli.prg index c7b8a6af20..d34416f461 100644 --- a/contrib/hbtip/popcli.prg +++ b/contrib/hbtip/popcli.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/sendmail.prg b/contrib/hbtip/sendmail.prg index 48be7d710e..306101c55c 100644 --- a/contrib/hbtip/sendmail.prg +++ b/contrib/hbtip/sendmail.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * hb_SendMail() (This version of hb_SendMail() started from Luiz's original work on SendMail()) * * Copyright 2007 Luiz Rafael Culik Guimaraes and Patrick Mast * Copyright 2009 Viktor Szakats (vszakats.net/harbour) (SSL support) * Copyright 2015 Jean Lefebvre (TLS support) - * www - 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 @@ -20,7 +18,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. diff --git a/contrib/hbtip/sessid.prg b/contrib/hbtip/sessid.prg index 1f5fbd9036..be57d1296c 100644 --- a/contrib/hbtip/sessid.prg +++ b/contrib/hbtip/sessid.prg @@ -1,5 +1,4 @@ /* - * xHarbour Project source code: * Functions to create session id and some utils * * Copyright 2008 Lorenzo Fiorini @@ -8,12 +7,10 @@ * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * www - http://harbour-project.org * * CGI Session Manager Class * * Copyright 2003-2006 Francesco Saverio Giudice - * www - 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 @@ -28,7 +25,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. diff --git a/contrib/hbtip/smtpcli.prg b/contrib/hbtip/smtpcli.prg index bee5c45cfe..f5c8f52033 100644 --- a/contrib/hbtip/smtpcli.prg +++ b/contrib/hbtip/smtpcli.prg @@ -1,11 +1,9 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai * Copyright 2009 Viktor Szakats (vszakats.net/harbour) (SSL support) * Copyright 2015 Jean Lefebvre (TLS support) - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbtip/tests/gmail.prg b/contrib/hbtip/tests/gmail.prg index 2943c62ab4..6046aeb1ea 100644 --- a/contrib/hbtip/tests/gmail.prg +++ b/contrib/hbtip/tests/gmail.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * * Gmail work with ssl on port 465 and with tls on port 587 * tls mode is fully automatic and require that ssl must be disabled at first (We will activate it on request after STARTTLS command) diff --git a/contrib/hbtip/tests/timestmp.prg b/contrib/hbtip/tests/timestmp.prg index 5acb5b5ed3..696731c10f 100644 --- a/contrib/hbtip/tests/timestmp.prg +++ b/contrib/hbtip/tests/timestmp.prg @@ -1,6 +1,5 @@ /* * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ #require "hbtip" diff --git a/contrib/hbtip/thtml.ch b/contrib/hbtip/thtml.ch index 8237b9d652..d39e24ebdd 100644 --- a/contrib/hbtip/thtml.ch +++ b/contrib/hbtip/thtml.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Directives for HTML Classes * * Copyright 2007 Hannes Ziegler - * 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. diff --git a/contrib/hbtip/thtml.prg b/contrib/hbtip/thtml.prg index 51680bf8cd..be18e318f6 100644 --- a/contrib/hbtip/thtml.prg +++ b/contrib/hbtip/thtml.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HTML Classes * * Copyright 2007 Hannes Ziegler - * 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. diff --git a/contrib/hbtip/tip.ch b/contrib/hbtip/tip.ch index 444dbc9c20..0ce2df84cd 100644 --- a/contrib/hbtip/tip.ch +++ b/contrib/hbtip/tip.ch @@ -1,9 +1,7 @@ */* - * xHarbour Project source code: * TIP Class oriented Internet protocol library (header) * * Copyright 2002 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtip/url.prg b/contrib/hbtip/url.prg index da88920c7d..c440406373 100644 --- a/contrib/hbtip/url.prg +++ b/contrib/hbtip/url.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * TIP Class oriented Internet protocol library * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/hbtpathy/telepath.ch b/contrib/hbtpathy/telepath.ch index 314e39356c..118e116751 100644 --- a/contrib/hbtpathy/telepath.ch +++ b/contrib/hbtpathy/telepath.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Telepathy emulation library (header) * * Copyright 2000, 2001 Dan Levitt - * 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. diff --git a/contrib/hbtpathy/telepath.prg b/contrib/hbtpathy/telepath.prg index 18a1f5dd18..f67ae4d484 100644 --- a/contrib/hbtpathy/telepath.prg +++ b/contrib/hbtpathy/telepath.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Telepathy emulation library * * Copyright 2000, 2001 Dan Levitt * Copyright 2004, 2005 Maurilio Longo * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbtpathy/tests/test.prg b/contrib/hbtpathy/tests/test.prg index 0f9ea8fe34..96876d8cdd 100644 --- a/contrib/hbtpathy/tests/test.prg +++ b/contrib/hbtpathy/tests/test.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Telepathy emulation library * * Copyright 2000, 2001 Dan Levitt - * 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. diff --git a/contrib/hbtpathy/tp_idle.prg b/contrib/hbtpathy/tp_idle.prg index ee5e41a7f6..3a6b4ae7fc 100644 --- a/contrib/hbtpathy/tp_idle.prg +++ b/contrib/hbtpathy/tp_idle.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * tp_idle() * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbunix/chdir.c b/contrib/hbunix/chdir.c index 245cdf262e..1240557577 100644 --- a/contrib/hbunix/chdir.c +++ b/contrib/hbunix/chdir.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * POSIX function wrappers (chdir) * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbunix/chroot.c b/contrib/hbunix/chroot.c index b0a03fd9d9..ec9c181590 100644 --- a/contrib/hbunix/chroot.c +++ b/contrib/hbunix/chroot.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * UNIX function wrappers (chroot) * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbunix/hbposix.h b/contrib/hbunix/hbposix.h index 225f7a6ba5..22827dbf1b 100644 --- a/contrib/hbunix/hbposix.h +++ b/contrib/hbunix/hbposix.h @@ -18,7 +18,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. diff --git a/contrib/hbunix/posix.c b/contrib/hbunix/posix.c index 2f1e6c92f5..80477e1037 100644 --- a/contrib/hbunix/posix.c +++ b/contrib/hbunix/posix.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * POSIX function wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbunix/posixerr.c b/contrib/hbunix/posixerr.c index 2b1232b777..b258b15dec 100644 --- a/contrib/hbunix/posixerr.c +++ b/contrib/hbunix/posixerr.c @@ -18,7 +18,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. diff --git a/contrib/hbunix/sleep.c b/contrib/hbunix/sleep.c index 1ac217a137..c850a6c8e4 100644 --- a/contrib/hbunix/sleep.c +++ b/contrib/hbunix/sleep.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * POSIX function wrappers (sleep) * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbunix/tests/daemon.prg b/contrib/hbunix/tests/daemon.prg index ee9f5fac37..cf2cfde182 100644 --- a/contrib/hbunix/tests/daemon.prg +++ b/contrib/hbunix/tests/daemon.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Tamas TEVESZ - * www - http://harbour-project.org * */ diff --git a/contrib/hbunix/tests/getpid.prg b/contrib/hbunix/tests/getpid.prg index a643328abc..a3c504eb21 100644 --- a/contrib/hbunix/tests/getpid.prg +++ b/contrib/hbunix/tests/getpid.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbunix/uidgid.c b/contrib/hbunix/uidgid.c index 594abf2ca6..ff011b10ba 100644 --- a/contrib/hbunix/uidgid.c +++ b/contrib/hbunix/uidgid.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * POSIX function wrappers to get/set user and group IDs * * Copyright 2011 Przemyslaw Czerpak @@ -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. diff --git a/contrib/hbwin/axcore.c b/contrib/hbwin/axcore.c index 9a55608b80..a9289f9d99 100644 --- a/contrib/hbwin/axcore.c +++ b/contrib/hbwin/axcore.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ActiveX core module * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbwin/axfunc.prg b/contrib/hbwin/axfunc.prg index 23f262b3e5..21da419310 100644 --- a/contrib/hbwin/axfunc.prg +++ b/contrib/hbwin/axfunc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ActiveX module * * Copyright 2009 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 @@ -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. diff --git a/contrib/hbwin/hbole.ch b/contrib/hbwin/hbole.ch index c9c354d552..658cd30ce7 100644 --- a/contrib/hbwin/hbole.ch +++ b/contrib/hbwin/hbole.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * OLE header + * OLE header * * Copyright 2012 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbwin/hbolesrv.c b/contrib/hbwin/hbolesrv.c index 58cb5d87f1..e80ead9725 100644 --- a/contrib/hbwin/hbolesrv.c +++ b/contrib/hbwin/hbolesrv.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * OLE server + * OLE server * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbwin/hbsim.ch b/contrib/hbwin/hbsim.ch index 29226ff717..aea0fe64fc 100644 --- a/contrib/hbwin/hbsim.ch +++ b/contrib/hbwin/hbsim.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SIM header * * Copyright 2009 Jose Luis Capel - * 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. diff --git a/contrib/hbwin/hbwapi.h b/contrib/hbwin/hbwapi.h index 21befbc971..191c154896 100644 --- a/contrib/hbwin/hbwapi.h +++ b/contrib/hbwin/hbwapi.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API (WAPI) wrapper main header * * Copyright 2009 {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 @@ -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. diff --git a/contrib/hbwin/hbwin.ch b/contrib/hbwin/hbwin.ch index b3e987897f..e502fca36b 100644 --- a/contrib/hbwin/hbwin.ch +++ b/contrib/hbwin/hbwin.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * hbwin header * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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 @@ -19,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. diff --git a/contrib/hbwin/hbwin.h b/contrib/hbwin/hbwin.h index e5cf00ac01..fef9e03761 100644 --- a/contrib/hbwin/hbwin.h +++ b/contrib/hbwin/hbwin.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Windows communications library * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Copyright 2005-2009 Alex Strickland - * 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 @@ -19,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. diff --git a/contrib/hbwin/hbwinole.h b/contrib/hbwin/hbwinole.h index ea358ada4d..324ac515ad 100644 --- a/contrib/hbwin/hbwinole.h +++ b/contrib/hbwin/hbwinole.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OLE library C header * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/mapi.c b/contrib/hbwin/mapi.c index 29cae4a7d7..792cb88702 100644 --- a/contrib/hbwin/mapi.c +++ b/contrib/hbwin/mapi.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Simple MAPI wrapper * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) * Copyright 2009 Toninho (toninhofwi yahoo.com.br) - * 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 @@ -19,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. diff --git a/contrib/hbwin/oemansi.c b/contrib/hbwin/oemansi.c index 8731e9dfb1..d3450bf6cd 100644 --- a/contrib/hbwin/oemansi.c +++ b/contrib/hbwin/oemansi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OEM <-> ANSI string conversion functions (Windows specific, Xbase++ ext.) * * Copyright 1999-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/oleauto.prg b/contrib/hbwin/oleauto.prg index 197ff8e836..dcfd3ab04b 100644 --- a/contrib/hbwin/oleauto.prg +++ b/contrib/hbwin/oleauto.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OLE Automation object * * Copyright 2008, 2009 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 @@ -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. diff --git a/contrib/hbwin/olecore.c b/contrib/hbwin/olecore.c index 5219ac1d2e..5d8a9c81ca 100644 --- a/contrib/hbwin/olecore.c +++ b/contrib/hbwin/olecore.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * OLE library * * Copyright 2000, 2003 Jose F. Gimenez (JFG) * Copyright 2008, 2009 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 @@ -19,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. diff --git a/contrib/hbwin/oleuuid.c b/contrib/hbwin/oleuuid.c index f8b7565953..c387e32ad4 100644 --- a/contrib/hbwin/oleuuid.c +++ b/contrib/hbwin/oleuuid.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * UUID definitions (for watcom) * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) * Copyright 2011 Andi Jahja - * 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 @@ -19,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. diff --git a/contrib/hbwin/tests/eventlog.prg b/contrib/hbwin/tests/eventlog.prg index fbebba5437..6d767cdc26 100644 --- a/contrib/hbwin/tests/eventlog.prg +++ b/contrib/hbwin/tests/eventlog.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/ole.prg b/contrib/hbwin/tests/ole.prg index 002a7aaa28..1bb8a594bf 100644 --- a/contrib/hbwin/tests/ole.prg +++ b/contrib/hbwin/tests/ole.prg @@ -8,8 +8,6 @@ * Copyright 2008 Viktor Szakats (vszakats.net/harbour) * Exm_CDO(), Exm_OOOpen(), Exm_CreateShortcut() * - * www - http://harbour-project.org - * */ #require "hbwin" diff --git a/contrib/hbwin/tests/olesrv1.prg b/contrib/hbwin/tests/olesrv1.prg index 2c826ce9e7..15c3dbe151 100644 --- a/contrib/hbwin/tests/olesrv1.prg +++ b/contrib/hbwin/tests/olesrv1.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for NETIO-RPC OLE server + * demonstration/test code for NETIO-RPC OLE server * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/olesrv2.prg b/contrib/hbwin/tests/olesrv2.prg index 5ca31042c1..c97387df9a 100644 --- a/contrib/hbwin/tests/olesrv2.prg +++ b/contrib/hbwin/tests/olesrv2.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for OLE server using hash array with + * demonstration/test code for OLE server using hash array with * strict item order (associative hash array) to define OLE objects * with fixed message numbers (DISPIDs) * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org */ #define CLS_Name "MyOleTimeServer" diff --git a/contrib/hbwin/tests/olesrv3.prg b/contrib/hbwin/tests/olesrv3.prg index dc3e021bcc..f74ce37fad 100644 --- a/contrib/hbwin/tests/olesrv3.prg +++ b/contrib/hbwin/tests/olesrv3.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for OLE server which works like + * demonstration/test code for OLE server which works like * xHarbour.com OLE servers described at * http://xharbour.com/index.asp?page=add_on_oleserver&show_sub=7&show_i=1 * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/olesrv4.prg b/contrib/hbwin/tests/olesrv4.prg index 07d8236759..1ea0e74142 100644 --- a/contrib/hbwin/tests/olesrv4.prg +++ b/contrib/hbwin/tests/olesrv4.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for OLE server returning to client + * demonstration/test code for OLE server returning to client * HVM objects as OLE object. It's also test for parameters * passed by reference. * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/oletst1.prg b/contrib/hbwin/tests/oletst1.prg index cfe294941d..26f7ed4020 100644 --- a/contrib/hbwin/tests/oletst1.prg +++ b/contrib/hbwin/tests/oletst1.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for NETIO-RPC OLE server client + * demonstration/test code for NETIO-RPC OLE server client * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/oletst2.prg b/contrib/hbwin/tests/oletst2.prg index 93b76de70e..2064c99832 100644 --- a/contrib/hbwin/tests/oletst2.prg +++ b/contrib/hbwin/tests/oletst2.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test client code for OLE server using hash array with + * demonstration/test client code for OLE server using hash array with * strict item order (associative hash array) to define OLE objects * with fixed message numbers (DISPIDs) * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org */ #require "hbwin" diff --git a/contrib/hbwin/tests/oletst3.prg b/contrib/hbwin/tests/oletst3.prg index 0e4c5e430f..4ef073329f 100644 --- a/contrib/hbwin/tests/oletst3.prg +++ b/contrib/hbwin/tests/oletst3.prg @@ -1,6 +1,5 @@ /* - * 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 * 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 diff --git a/contrib/hbwin/tests/oletst4.prg b/contrib/hbwin/tests/oletst4.prg index 213139b200..1869791862 100644 --- a/contrib/hbwin/tests/oletst4.prg +++ b/contrib/hbwin/tests/oletst4.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test client code for OLE server returning to client + * demonstration/test client code for OLE server returning to client * HVM objects as OLE object. It's also test for parameters * passed by reference. * * Copyright 2010 Przemyslaw Czerpak - * www - http://harbour-project.org */ #require "hbwin" diff --git a/contrib/hbwin/tests/pdfcreat.prg b/contrib/hbwin/tests/pdfcreat.prg index c108dc9eb7..02d0b6f959 100644 --- a/contrib/hbwin/tests/pdfcreat.prg +++ b/contrib/hbwin/tests/pdfcreat.prg @@ -12,7 +12,6 @@ * http://www.pdfforge.org/content/com-interface * * Copyright 2010 Mindaugas Kavaliauskas - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/prn3.prg b/contrib/hbwin/tests/prn3.prg index 59b69a2f0f..49ce7850aa 100644 --- a/contrib/hbwin/tests/prn3.prg +++ b/contrib/hbwin/tests/prn3.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/prn4.prg b/contrib/hbwin/tests/prn4.prg index 9a581560f3..4d00406389 100644 --- a/contrib/hbwin/tests/prn4.prg +++ b/contrib/hbwin/tests/prn4.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/prngdi.prg b/contrib/hbwin/tests/prngdi.prg index f17bfa6232..a7a0062639 100644 --- a/contrib/hbwin/tests/prngdi.prg +++ b/contrib/hbwin/tests/prngdi.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * GDI calls and passing structures. + * GDI calls and passing structures. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/serial1.prg b/contrib/hbwin/tests/serial1.prg index dc5161a31f..96bdbb4462 100644 --- a/contrib/hbwin/tests/serial1.prg +++ b/contrib/hbwin/tests/serial1.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows communications library * * Copyright 2005-2009 Alex Strickland - * 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. diff --git a/contrib/hbwin/tests/serial2.prg b/contrib/hbwin/tests/serial2.prg index 0885f18007..3a0300a2d1 100644 --- a/contrib/hbwin/tests/serial2.prg +++ b/contrib/hbwin/tests/serial2.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows communications library * * Copyright 2005-2009 Alex Strickland - * 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. diff --git a/contrib/hbwin/tests/service.prg b/contrib/hbwin/tests/service.prg index 740fc5ebc1..f22890a285 100644 --- a/contrib/hbwin/tests/service.prg +++ b/contrib/hbwin/tests/service.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows Service API test code * * Copyright 2010 Jose Luis Capel - - * 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. diff --git a/contrib/hbwin/tests/shfileop.prg b/contrib/hbwin/tests/shfileop.prg index a0fdcb64ac..ed12c1915e 100644 --- a/contrib/hbwin/tests/shfileop.prg +++ b/contrib/hbwin/tests/shfileop.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/simwce.prg b/contrib/hbwin/tests/simwce.prg index 3f45601bde..8b19204193 100644 --- a/contrib/hbwin/tests/simwce.prg +++ b/contrib/hbwin/tests/simwce.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SIM test code * * Copyright 2009 Jose Luis Capel - * www - http://harbour-project.org */ #require "hbwin" diff --git a/contrib/hbwin/tests/sysdir.prg b/contrib/hbwin/tests/sysdir.prg index 8816d0c695..f46bce1a0e 100644 --- a/contrib/hbwin/tests/sysdir.prg +++ b/contrib/hbwin/tests/sysdir.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/tests/uuid.prg b/contrib/hbwin/tests/uuid.prg index 60283e246a..d23263c3ff 100644 --- a/contrib/hbwin/tests/uuid.prg +++ b/contrib/hbwin/tests/uuid.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbwin/wapi_alloc.c b/contrib/hbwin/wapi_alloc.c index 45fe3084ea..0527ba2237 100644 --- a/contrib/hbwin/wapi_alloc.c +++ b/contrib/hbwin/wapi_alloc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Low-level Windows object handling functions * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_commctrl.c b/contrib/hbwin/wapi_commctrl.c index d6a6e97f80..ac84768fa5 100644 --- a/contrib/hbwin/wapi_commctrl.c +++ b/contrib/hbwin/wapi_commctrl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (commctrl) * * Pritpal Bedi 14Feb2009 - * 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. diff --git a/contrib/hbwin/wapi_err.c b/contrib/hbwin/wapi_err.c index a37b6dff91..d249d687c9 100644 --- a/contrib/hbwin/wapi_err.c +++ b/contrib/hbwin/wapi_err.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API last error handling * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_misc.c b/contrib/hbwin/wapi_misc.c index ab41aa39c0..e23aa7e633 100644 --- a/contrib/hbwin/wapi_misc.c +++ b/contrib/hbwin/wapi_misc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Low-level Windows worker functions * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_mmsystem.c b/contrib/hbwin/wapi_mmsystem.c index fd3ae79039..07eded3335 100644 --- a/contrib/hbwin/wapi_mmsystem.c +++ b/contrib/hbwin/wapi_mmsystem.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (mmsystem.h) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_shellapi.c b/contrib/hbwin/wapi_shellapi.c index 538de7e4d3..c8ef58be17 100644 --- a/contrib/hbwin/wapi_shellapi.c +++ b/contrib/hbwin/wapi_shellapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (shellapi.h - shell32.dll) * * Copyright 2008-2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_winbase.c b/contrib/hbwin/wapi_winbase.c index 24e6b6c740..63ad7a740d 100644 --- a/contrib/hbwin/wapi_winbase.c +++ b/contrib/hbwin/wapi_winbase.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (winbase) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_winbase_mutex.c b/contrib/hbwin/wapi_winbase_mutex.c index 3d7e40b79d..ef0d0d4cef 100644 --- a/contrib/hbwin/wapi_winbase_mutex.c +++ b/contrib/hbwin/wapi_winbase_mutex.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows Mutex functions * * Copyright 2009 Xavi - * 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. diff --git a/contrib/hbwin/wapi_wingdi.c b/contrib/hbwin/wapi_wingdi.c index 41c18cdca2..6c77999e36 100644 --- a/contrib/hbwin/wapi_wingdi.c +++ b/contrib/hbwin/wapi_wingdi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (wingdi.h) (alpha) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_wingdi_font.c b/contrib/hbwin/wapi_wingdi_font.c index 5d8400df41..cfc9f2b30c 100644 --- a/contrib/hbwin/wapi_wingdi_font.c +++ b/contrib/hbwin/wapi_wingdi_font.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API function font load/unload (wingdi.h) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_winnetwk.c b/contrib/hbwin/wapi_winnetwk.c index 65a64d6349..223c07fba3 100644 --- a/contrib/hbwin/wapi_winnetwk.c +++ b/contrib/hbwin/wapi_winnetwk.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (winnetwk.h - mpr.dll) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_winnls.c b/contrib/hbwin/wapi_winnls.c index a56de3d09d..5b57bec769 100644 --- a/contrib/hbwin/wapi_winnls.c +++ b/contrib/hbwin/wapi_winnls.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (winnls) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/wapi_winuser.c b/contrib/hbwin/wapi_winuser.c index b09bddbaf8..c5727ca26e 100644 --- a/contrib/hbwin/wapi_winuser.c +++ b/contrib/hbwin/wapi_winuser.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Windows API functions (winuser) * * Copyright 2009 Pritpal Bedi * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/hbwin/wapi_winuser_dlg.c b/contrib/hbwin/wapi_winuser_dlg.c index f2063d04a1..4c43e02f63 100644 --- a/contrib/hbwin/wapi_winuser_dlg.c +++ b/contrib/hbwin/wapi_winuser_dlg.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions * * Copyright 2011 Vailton Renato - * 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. diff --git a/contrib/hbwin/wce_sim.prg b/contrib/hbwin/wce_sim.prg index 43acd5c272..da2a2bd528 100644 --- a/contrib/hbwin/wce_sim.prg +++ b/contrib/hbwin/wce_sim.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SIM interface code * * Copyright 2009 Jose Luis Capel - * 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. diff --git a/contrib/hbwin/wce_simc.c b/contrib/hbwin/wce_simc.c index 0dae2114b7..b279b7d1a5 100644 --- a/contrib/hbwin/wce_simc.c +++ b/contrib/hbwin/wce_simc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SIM interface code (low level) * * Copyright 2009 Jose Luis Capel - * 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. diff --git a/contrib/hbwin/wce_smsc.c b/contrib/hbwin/wce_smsc.c index 3aa0520ea8..9184fbe9fc 100644 --- a/contrib/hbwin/wce_smsc.c +++ b/contrib/hbwin/wce_smsc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SMS interface code * * Copyright 2009 Jose Luis Capel - * 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. diff --git a/contrib/hbwin/win_bmp.c b/contrib/hbwin/win_bmp.c index b8373a97f5..2100a18b34 100644 --- a/contrib/hbwin/win_bmp.c +++ b/contrib/hbwin/win_bmp.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Printing subsystem for Windows using GUI printing * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Copyright 2010 Xavi * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbwin/win_bmpd.c b/contrib/hbwin/win_bmpd.c index 754807f436..5505874476 100644 --- a/contrib/hbwin/win_bmpd.c +++ b/contrib/hbwin/win_bmpd.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Bitmap dimension detection * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/win_com.c b/contrib/hbwin/win_com.c index e19a6eb3e1..3cd96b523c 100644 --- a/contrib/hbwin/win_com.c +++ b/contrib/hbwin/win_com.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows communications library * * Copyright 2005-2009 Alex Strickland - * 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. diff --git a/contrib/hbwin/win_dlg.c b/contrib/hbwin/win_dlg.c index ec4280ca86..91f468392c 100644 --- a/contrib/hbwin/win_dlg.c +++ b/contrib/hbwin/win_dlg.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Windows dialogs * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) @@ -8,8 +7,6 @@ * Copyright 2010 Przemyslaw Czerpak * win_GetOpenFileName(), win_GetSaveFileName() * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -23,7 +20,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. diff --git a/contrib/hbwin/win_evnt.c b/contrib/hbwin/win_evnt.c index 224abc25ca..b9f2203436 100644 --- a/contrib/hbwin/win_evnt.c +++ b/contrib/hbwin/win_evnt.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows functions (event handling) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/win_misc.c b/contrib/hbwin/win_misc.c index f0c62b44c5..c310afbb4f 100644 --- a/contrib/hbwin/win_misc.c +++ b/contrib/hbwin/win_misc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Misc Windows API functions * * Copyright 2008-2009 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2009 Francesco Saverio Giudice * win_SysRefresh() diff --git a/contrib/hbwin/win_os.prg b/contrib/hbwin/win_os.prg index e304df50b3..a4ea762673 100644 --- a/contrib/hbwin/win_os.prg +++ b/contrib/hbwin/win_os.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows OS version information * * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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. diff --git a/contrib/hbwin/win_osc.c b/contrib/hbwin/win_osc.c index ff088ebadc..26c0464951 100644 --- a/contrib/hbwin/win_osc.c +++ b/contrib/hbwin/win_osc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows OS version information * * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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. diff --git a/contrib/hbwin/win_prn1.c b/contrib/hbwin/win_prn1.c index 9912a71a24..ec8c87f362 100644 --- a/contrib/hbwin/win_prn1.c +++ b/contrib/hbwin/win_prn1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Printing subsystem for Windows using GUI printing * * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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. diff --git a/contrib/hbwin/win_prn2.c b/contrib/hbwin/win_prn2.c index 1e1ecd672d..09383a2dd0 100644 --- a/contrib/hbwin/win_prn2.c +++ b/contrib/hbwin/win_prn2.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Harbour Windows Printing support functions * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) * Copyright 2002 Luiz Rafael Culik - * 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 @@ -19,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. diff --git a/contrib/hbwin/win_prn3.c b/contrib/hbwin/win_prn3.c index 0bd8299f93..e006195f56 100644 --- a/contrib/hbwin/win_prn3.c +++ b/contrib/hbwin/win_prn3.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * win_printerSetDefault() * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) (based on MS sample code) - * 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. diff --git a/contrib/hbwin/win_reg.prg b/contrib/hbwin/win_reg.prg index e098c9f91e..dd3a4c1c6c 100644 --- a/contrib/hbwin/win_reg.prg +++ b/contrib/hbwin/win_reg.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Windows registry API * * Copyright 2008-2009 Viktor Szakats (vszakats.net/harbour) * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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 @@ -19,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. diff --git a/contrib/hbwin/win_regc.c b/contrib/hbwin/win_regc.c index 01964b9c82..cbe11d4ca7 100644 --- a/contrib/hbwin/win_regc.c +++ b/contrib/hbwin/win_regc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * Copyright 2008-2009 Viktor Szakats (vszakats.net/harbour) * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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. diff --git a/contrib/hbwin/win_rpc.c b/contrib/hbwin/win_rpc.c index da139734f3..a0d240652d 100644 --- a/contrib/hbwin/win_rpc.c +++ b/contrib/hbwin/win_rpc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows API functions (rpc.h) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbwin/win_shell.c b/contrib/hbwin/win_shell.c index 8283605ce2..46a7a4837d 100644 --- a/contrib/hbwin/win_shell.c +++ b/contrib/hbwin/win_shell.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Windows API functions (shellapi.h - shell32.dll) * * Copyright 2010 Przemyslaw Czerpak * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/hbwin/win_svc.c b/contrib/hbwin/win_svc.c index 760c590c30..6d700b9e4a 100644 --- a/contrib/hbwin/win_svc.c +++ b/contrib/hbwin/win_svc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows Service API * * Copyright 2010 Jose Luis Capel - - * 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. diff --git a/contrib/hbwin/win_tbmp.prg b/contrib/hbwin/win_tbmp.prg index 26fd03ed47..64b5ad013f 100644 --- a/contrib/hbwin/win_tbmp.prg +++ b/contrib/hbwin/win_tbmp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * win_BMP() class * * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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. diff --git a/contrib/hbwin/win_tcom.prg b/contrib/hbwin/win_tcom.prg index c9a14df7eb..b302e70129 100644 --- a/contrib/hbwin/win_tcom.prg +++ b/contrib/hbwin/win_tcom.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows communications library * * Copyright 2005-2009 Alex Strickland - * 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. diff --git a/contrib/hbwin/win_tprn.prg b/contrib/hbwin/win_tprn.prg index 823659eb20..1511ddb035 100644 --- a/contrib/hbwin/win_tprn.prg +++ b/contrib/hbwin/win_tprn.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Printing subsystem for Windows using GUI printing * * Copyright 2004 Peter Rees Rees Software and Systems Ltd - * 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. diff --git a/contrib/hbxdiff/3rd/libxdiff/xdiff.txt b/contrib/hbxdiff/3rd/libxdiff/xdiff.txt index 1415bb06e7..1d7c526ecf 100644 --- a/contrib/hbxdiff/3rd/libxdiff/xdiff.txt +++ b/contrib/hbxdiff/3rd/libxdiff/xdiff.txt @@ -578,7 +578,7 @@ SEE ALSO Also usefull information can be looked up inside the diffutil GNU pack- age : - http://www.gnu.org/software/diffutils/diffutils.html + https://www.gnu.org/software/diffutils/diffutils.html LICENSE @@ -588,7 +588,7 @@ LICENSE (at your option) any later version. A copy of the license is available at : - http://www.gnu.org/copyleft/lesser.html + https://www.gnu.org/copyleft/lesser.html AUTHOR diff --git a/contrib/hbxdiff/core.c b/contrib/hbxdiff/core.c index c96993d337..11c5d70e24 100644 --- a/contrib/hbxdiff/core.c +++ b/contrib/hbxdiff/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * LIBXDIFF functions wrapper + * LIBXDIFF functions wrapper * * Copyright 2010 Petr Chornyj - * 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. diff --git a/contrib/hbxdiff/hbxdiff.ch b/contrib/hbxdiff/hbxdiff.ch index 066de9c24b..e69f211b93 100644 --- a/contrib/hbxdiff/hbxdiff.ch +++ b/contrib/hbxdiff/hbxdiff.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * LIBXDIFF functions wrapper + * LIBXDIFF functions wrapper * * Copyright 2010 Petr Chornyj - * 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. diff --git a/contrib/hbxpp/binnumx.c b/contrib/hbxpp/binnumx.c index 192fbb2299..fcb432729d 100644 --- a/contrib/hbxpp/binnumx.c +++ b/contrib/hbxpp/binnumx.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Bin2U(), W2Bin(), U2Bin() functions * * Copyright 2009 Przemyslaw Czerpak * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/hbxpp/browdbx.prg b/contrib/hbxpp/browdbx.prg index fa5546cb9d..189b607e19 100644 --- a/contrib/hbxpp/browdbx.prg +++ b/contrib/hbxpp/browdbx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xpp_TBrowseDB(), dbSkipper() functions for Xbase++ * * Copyright 1999 Paul Tucker - * 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. diff --git a/contrib/hbxpp/dbcmdx.c b/contrib/hbxpp/dbcmdx.c index 94cc845c35..856e4e7532 100644 --- a/contrib/hbxpp/dbcmdx.c +++ b/contrib/hbxpp/dbcmdx.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Base RDD module (XPP functions) * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/contrib/hbxpp/dbdetacx.c b/contrib/hbxpp/dbdetacx.c index fb3751551e..1a5f53c954 100644 --- a/contrib/hbxpp/dbdetacx.c +++ b/contrib/hbxpp/dbdetacx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * .prg functions for workarea detaching + * .prg functions for workarea detaching * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbxpp/dbfuncsx.prg b/contrib/hbxpp/dbfuncsx.prg index 9c67644ede..442af4c3e2 100644 --- a/contrib/hbxpp/dbfuncsx.prg +++ b/contrib/hbxpp/dbfuncsx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible _dbExport() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dbjoinx.prg b/contrib/hbxpp/dbjoinx.prg index e3260828ae..55a94ea186 100644 --- a/contrib/hbxpp/dbjoinx.prg +++ b/contrib/hbxpp/dbjoinx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible dbJoin() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dblistx.prg b/contrib/hbxpp/dblistx.prg index 34d319f86a..421961e4f0 100644 --- a/contrib/hbxpp/dblistx.prg +++ b/contrib/hbxpp/dblistx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible dbList() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dbsortx.prg b/contrib/hbxpp/dbsortx.prg index 8cf0169d56..bad698cb78 100644 --- a/contrib/hbxpp/dbsortx.prg +++ b/contrib/hbxpp/dbsortx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible dbSort() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dbstruxx.prg b/contrib/hbxpp/dbstruxx.prg index 0eecb609ec..ea05219344 100644 --- a/contrib/hbxpp/dbstruxx.prg +++ b/contrib/hbxpp/dbstruxx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible dbCopyStruct(), dbCopyExtStruct() functions * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dbtotalx.prg b/contrib/hbxpp/dbtotalx.prg index 35d03b41d3..37255ca5dd 100644 --- a/contrib/hbxpp/dbtotalx.prg +++ b/contrib/hbxpp/dbtotalx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible dbTotal() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dbupdatx.prg b/contrib/hbxpp/dbupdatx.prg index a18d539320..18fc6fd6da 100644 --- a/contrib/hbxpp/dbupdatx.prg +++ b/contrib/hbxpp/dbupdatx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible dbUpdate() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dll.ch b/contrib/hbxpp/dll.ch index 84a1be95c9..830a8c8afa 100644 --- a/contrib/hbxpp/dll.ch +++ b/contrib/hbxpp/dll.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Xbase++ compatibility header * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/dllx.c b/contrib/hbxpp/dllx.c index 297e04fb23..2fec558a00 100644 --- a/contrib/hbxpp/dllx.c +++ b/contrib/hbxpp/dllx.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Dynamic library handling functions (Xbase++ compatible) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Copyright 2006 Paul Tucker * Copyright 2002 Vic McClung - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbxpp/dmlb.ch b/contrib/hbxpp/dmlb.ch index a8812bed45..df5ed45849 100644 --- a/contrib/hbxpp/dmlb.ch +++ b/contrib/hbxpp/dmlb.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XBASE++ compatibility header * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbxpp/hbxpp.ch b/contrib/hbxpp/hbxpp.ch index c0d6b02076..9052a58127 100644 --- a/contrib/hbxpp/hbxpp.ch +++ b/contrib/hbxpp/hbxpp.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Xbase++ compatibility header * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/idlex.c b/contrib/hbxpp/idlex.c index 395c3e4a1c..65f479f4d5 100644 --- a/contrib/hbxpp/idlex.c +++ b/contrib/hbxpp/idlex.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Xbase++ compatible Sleep() function * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/mousex.c b/contrib/hbxpp/mousex.c index ea0bc9934d..f527796e70 100644 --- a/contrib/hbxpp/mousex.c +++ b/contrib/hbxpp/mousex.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * NumButtons(), SetMouse() Xbase++ compatible functions. * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/oemansix.c b/contrib/hbxpp/oemansix.c index 7b2e8a4437..340c7a5213 100644 --- a/contrib/hbxpp/oemansix.c +++ b/contrib/hbxpp/oemansix.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible OEM <-> ANSI string conversion functions * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/philesx.c b/contrib/hbxpp/philesx.c index f6e7e2f309..3e02d8b949 100644 --- a/contrib/hbxpp/philesx.c +++ b/contrib/hbxpp/philesx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * CurDrive() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/runshell.prg b/contrib/hbxpp/runshell.prg index 9fec7f8966..2a9ca51584 100644 --- a/contrib/hbxpp/runshell.prg +++ b/contrib/hbxpp/runshell.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * RunShell() * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/tbcolumx.prg b/contrib/hbxpp/tbcolumx.prg index 89ba6815da..c47bfddd73 100644 --- a/contrib/hbxpp/tbcolumx.prg +++ b/contrib/hbxpp/tbcolumx.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * TBColumn Class * * Copyright 2007-2008 Viktor Szakats (vszakats.net/harbour) * 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 @@ -19,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. diff --git a/contrib/hbxpp/tbrowsex.prg b/contrib/hbxpp/tbrowsex.prg index 5a35fbc26f..8525d25657 100644 --- a/contrib/hbxpp/tbrowsex.prg +++ b/contrib/hbxpp/tbrowsex.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * TBrowse Class * * Copyright 2008 Przemyslaw Czerpak * This implementation contains code and notes by: * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -20,7 +18,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. diff --git a/contrib/hbxpp/tests/dllcall.prg b/contrib/hbxpp/tests/dllcall.prg index 95efc716a3..9ba8549780 100644 --- a/contrib/hbxpp/tests/dllcall.prg +++ b/contrib/hbxpp/tests/dllcall.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * DLL call demonstration. + * DLL call demonstration. * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbxpp/tgetx.prg b/contrib/hbxpp/tgetx.prg index 92df6c9d4d..cd8fda8078 100644 --- a/contrib/hbxpp/tgetx.prg +++ b/contrib/hbxpp/tgetx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Get Class (Xbase++ compatible) * * Copyright 2007-2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/thfuncx.prg b/contrib/hbxpp/thfuncx.prg index 1f7563f4bb..7581b6a9bb 100644 --- a/contrib/hbxpp/thfuncx.prg +++ b/contrib/hbxpp/thfuncx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible thread functions * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbxpp/thread.ch b/contrib/hbxpp/thread.ch index 213ac44673..115920a679 100644 --- a/contrib/hbxpp/thread.ch +++ b/contrib/hbxpp/thread.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Xbase++ compatibility header * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/tthreadx.prg b/contrib/hbxpp/tthreadx.prg index 892d78711e..0d7710b33b 100644 --- a/contrib/hbxpp/tthreadx.prg +++ b/contrib/hbxpp/tthreadx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible classes to manage threads * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * special thanks for Pritpal Bedi for class skeleton with info about * Xbase++ and to other contributors which I hope will finish and fix * this code @@ -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. diff --git a/contrib/hbxpp/typefilx.prg b/contrib/hbxpp/typefilx.prg index b0f9a9f1ab..6b0e60ee46 100644 --- a/contrib/hbxpp/typefilx.prg +++ b/contrib/hbxpp/typefilx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XPP compatible _TypeFile() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/wafuncx.c b/contrib/hbxpp/wafuncx.c index 49ab590725..aa925e2d19 100644 --- a/contrib/hbxpp/wafuncx.c +++ b/contrib/hbxpp/wafuncx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * XBASE++ compatible workarea functions * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbxpp/xppop.prg b/contrib/hbxpp/xppop.prg index 1475fb7246..1dd2d4ccf3 100644 --- a/contrib/hbxpp/xppop.prg +++ b/contrib/hbxpp/xppop.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Xbase++ operator emulation * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/hbxpp/xppopc.c b/contrib/hbxpp/xppopc.c index 5384fd70f7..478dc5c9e2 100644 --- a/contrib/hbxpp/xppopc.c +++ b/contrib/hbxpp/xppopc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Xbase++ compatible messages used in overloaded scalar classes + * Xbase++ compatible messages used in overloaded scalar classes * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/hbzebra/codabar.c b/contrib/hbzebra/codabar.c index ade0e9b226..537d6dd67a 100644 --- a/contrib/hbzebra/codabar.c +++ b/contrib/hbzebra/codabar.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/code11.c b/contrib/hbzebra/code11.c index ada562c72f..ab24f9cd5d 100644 --- a/contrib/hbzebra/code11.c +++ b/contrib/hbzebra/code11.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/code128.c b/contrib/hbzebra/code128.c index 42143e320c..3cea01ea71 100644 --- a/contrib/hbzebra/code128.c +++ b/contrib/hbzebra/code128.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/code39.c b/contrib/hbzebra/code39.c index a20359c33f..1f0ac834d7 100644 --- a/contrib/hbzebra/code39.c +++ b/contrib/hbzebra/code39.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/code93.c b/contrib/hbzebra/code93.c index f192785a50..84ef8e4037 100644 --- a/contrib/hbzebra/code93.c +++ b/contrib/hbzebra/code93.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/core.c b/contrib/hbzebra/core.c index 4799643fd9..fc09f616b1 100644 --- a/contrib/hbzebra/core.c +++ b/contrib/hbzebra/core.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/coredraw.c b/contrib/hbzebra/coredraw.c index 54cb5e2a63..9cb57d8edf 100644 --- a/contrib/hbzebra/coredraw.c +++ b/contrib/hbzebra/coredraw.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Zebra barcode library * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * 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 @@ -19,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. diff --git a/contrib/hbzebra/datamtrx.c b/contrib/hbzebra/datamtrx.c index fd11a9362b..8e56be5405 100644 --- a/contrib/hbzebra/datamtrx.c +++ b/contrib/hbzebra/datamtrx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/eanupc.c b/contrib/hbzebra/eanupc.c index 7b6d419e21..6620d88555 100644 --- a/contrib/hbzebra/eanupc.c +++ b/contrib/hbzebra/eanupc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/hbzebra.ch b/contrib/hbzebra/hbzebra.ch index df5033a653..37a5530413 100644 --- a/contrib/hbzebra/hbzebra.ch +++ b/contrib/hbzebra/hbzebra.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/hbzebra.h b/contrib/hbzebra/hbzebra.h index da2a2660ed..d1d920740b 100644 --- a/contrib/hbzebra/hbzebra.h +++ b/contrib/hbzebra/hbzebra.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/itf.c b/contrib/hbzebra/itf.c index 8a1658e5a3..489bb79432 100644 --- a/contrib/hbzebra/itf.c +++ b/contrib/hbzebra/itf.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/msi.c b/contrib/hbzebra/msi.c index d87f139e29..a7adb6f470 100644 --- a/contrib/hbzebra/msi.c +++ b/contrib/hbzebra/msi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/pdf417.c b/contrib/hbzebra/pdf417.c index 94a89f0f1d..ed16e4e05b 100644 --- a/contrib/hbzebra/pdf417.c +++ b/contrib/hbzebra/pdf417.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * 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 @@ -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. diff --git a/contrib/hbzebra/qrcode.c b/contrib/hbzebra/qrcode.c index 20e1d8fd0d..29382d88c6 100644 --- a/contrib/hbzebra/qrcode.c +++ b/contrib/hbzebra/qrcode.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Zebra barcode library * * Copyright 2011 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 @@ -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. diff --git a/contrib/hbzebra/tests/harupdf.prg b/contrib/hbzebra/tests/harupdf.prg index 771271de57..e39e3b47a1 100644 --- a/contrib/hbzebra/tests/harupdf.prg +++ b/contrib/hbzebra/tests/harupdf.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbzebra/tests/wingdi.prg b/contrib/hbzebra/tests/wingdi.prg index 6ff0c1c3a1..333867246a 100644 --- a/contrib/hbzebra/tests/wingdi.prg +++ b/contrib/hbzebra/tests/wingdi.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/contrib/hbziparc/ziparc.prg b/contrib/hbziparc/ziparc.prg index c7c84717e3..c5d55785fc 100644 --- a/contrib/hbziparc/ziparc.prg +++ b/contrib/hbziparc/ziparc.prg @@ -1,12 +1,10 @@ /* - * Harbour Project source code: * ZipArchive interface compatibility implementation. * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) * Copyright 2008 Toninho (toninhofwi yahoo.com.br) * Copyright 2000-2001 Luiz Rafael Culik * (original ZipArchive interface, docs) - * 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 @@ -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. diff --git a/contrib/make.hb b/contrib/make.hb index d3e78720f8..bfadfe2880 100755 --- a/contrib/make.hb +++ b/contrib/make.hb @@ -1,10 +1,8 @@ #!/usr/bin/hbrun --hb:gtcgi /* - * Harbour Project source code: * Package build orchestrator script * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/contrib/rddads/ads.ch b/contrib/rddads/ads.ch index a4fef5ba90..c22914d115 100644 --- a/contrib/rddads/ads.ch +++ b/contrib/rddads/ads.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Advantage Database Server RDD * * Copyright 2000 Alexander S.Kresin - * 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. diff --git a/contrib/rddads/ads1.c b/contrib/rddads/ads1.c index 20fdbba661..3efd0a4246 100644 --- a/contrib/rddads/ads1.c +++ b/contrib/rddads/ads1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Advantage Database Server RDD * * Copyright 1999 Alexander Kresin - * 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. diff --git a/contrib/rddads/adsfunc.c b/contrib/rddads/adsfunc.c index 5c04124eab..b5ebcc4581 100644 --- a/contrib/rddads/adsfunc.c +++ b/contrib/rddads/adsfunc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Advantage Database Server RDD (additional functions) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) (cleanups) * Copyright 2000 Alexander Kresin - * 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 @@ -19,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. diff --git a/contrib/rddads/adsmgmnt.c b/contrib/rddads/adsmgmnt.c index 22d9802abf..b82fd05c94 100644 --- a/contrib/rddads/adsmgmnt.c +++ b/contrib/rddads/adsmgmnt.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Advantage Database Server RDD (Management functions) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) * Copyright 2001 Brian Hays - * 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 @@ -19,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. diff --git a/contrib/rddads/adsx.c b/contrib/rddads/adsx.c index 326ef52613..c0ec978e5b 100644 --- a/contrib/rddads/adsx.c +++ b/contrib/rddads/adsx.c @@ -2,7 +2,6 @@ * ADS memory index driver * * Copyright 2007 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 @@ -17,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. diff --git a/contrib/rddads/rddads.h b/contrib/rddads/rddads.h index 53a03d0bc5..8a1cc8317a 100644 --- a/contrib/rddads/rddads.h +++ b/contrib/rddads/rddads.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Advantage Database Server RDD * * Copyright 1999 Alexander S.Kresin - * 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. diff --git a/contrib/rddads/tests/manage.prg b/contrib/rddads/tests/manage.prg index 1a112be112..5a90c0459b 100644 --- a/contrib/rddads/tests/manage.prg +++ b/contrib/rddads/tests/manage.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Advantage Database Server RDD Management Functions Test program * * Copyright 2001 Brian Hays - * 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. diff --git a/contrib/rddbm/bmdbfcdx.prg b/contrib/rddbm/bmdbfcdx.prg index ffccbf1a3b..996f268d14 100644 --- a/contrib/rddbm/bmdbfcdx.prg +++ b/contrib/rddbm/bmdbfcdx.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * BMDBFCDX initialization code + * BMDBFCDX initialization code * * Copyright 2010 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/contrib/rddbm/bmdbfnsx.prg b/contrib/rddbm/bmdbfnsx.prg index 37ce96e5fd..dc65b5dd78 100644 --- a/contrib/rddbm/bmdbfnsx.prg +++ b/contrib/rddbm/bmdbfnsx.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * BMDBFNSX initialization code + * BMDBFNSX initialization code * * Copyright 2010 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/contrib/rddbm/bmdbfntx.prg b/contrib/rddbm/bmdbfntx.prg index dd4dd22eab..001ca0d159 100644 --- a/contrib/rddbm/bmdbfntx.prg +++ b/contrib/rddbm/bmdbfntx.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * BMDBFNTX initialization code + * BMDBFNTX initialization code * * Copyright 2010 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/contrib/rddbm/bmdbfx.c b/contrib/rddbm/bmdbfx.c index b7689f44fe..62178fc3cb 100644 --- a/contrib/rddbm/bmdbfx.c +++ b/contrib/rddbm/bmdbfx.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * Alternative BMDBF* implementation which respects RDD inheritance + * Alternative BMDBF* implementation which respects RDD inheritance * scheme and gives similar functionality and PRG functions as modified * by Miguel Angel Marchuet DBFCDX with * directly hardcoded bitmap filters. @@ -23,7 +22,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. diff --git a/contrib/rddsql/hbrddsql.ch b/contrib/rddsql/hbrddsql.ch index 388bb1cc9e..43893035b6 100644 --- a/contrib/rddsql/hbrddsql.ch +++ b/contrib/rddsql/hbrddsql.ch @@ -2,7 +2,6 @@ * SQL Database Driver include file * * Copyright 2009 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 @@ -17,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. diff --git a/contrib/rddsql/hbrddsql.h b/contrib/rddsql/hbrddsql.h index f998e5e9bc..30b335655a 100644 --- a/contrib/rddsql/hbrddsql.h +++ b/contrib/rddsql/hbrddsql.h @@ -2,7 +2,6 @@ * SQL Database Driver include file * * Copyright 2007 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 @@ -17,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. diff --git a/contrib/rddsql/sqlbase.c b/contrib/rddsql/sqlbase.c index e65d167e5e..6edf69260c 100644 --- a/contrib/rddsql/sqlbase.c +++ b/contrib/rddsql/sqlbase.c @@ -2,7 +2,6 @@ * SQL Base Database Driver * * Copyright 2007 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 @@ -17,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. diff --git a/contrib/rddsql/sqlmix.c b/contrib/rddsql/sqlmix.c index 7a7bea17a5..77399ae1f9 100644 --- a/contrib/rddsql/sqlmix.c +++ b/contrib/rddsql/sqlmix.c @@ -2,7 +2,6 @@ * SQL MIX (Memory Index) Database Driver * * Copyright 2007 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 @@ -17,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. diff --git a/contrib/sddfb/core.c b/contrib/sddfb/core.c index 5989b28448..fdf9ded303 100644 --- a/contrib/sddfb/core.c +++ b/contrib/sddfb/core.c @@ -2,7 +2,6 @@ * Firebird SQL Database Driver * * Copyright 2007 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 @@ -17,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. diff --git a/contrib/sddmy/core.c b/contrib/sddmy/core.c index 84827f54b3..660c16501f 100644 --- a/contrib/sddmy/core.c +++ b/contrib/sddmy/core.c @@ -2,7 +2,6 @@ * MySQL Database Driver * * Copyright 2007 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 @@ -17,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. diff --git a/contrib/sddoci/core.c b/contrib/sddoci/core.c index c1a6303183..7ec46deac7 100644 --- a/contrib/sddoci/core.c +++ b/contrib/sddoci/core.c @@ -4,7 +4,6 @@ * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Originally based on ODBC driver by: * Copyright 2009 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 @@ -19,7 +18,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. diff --git a/contrib/sddodbc/core.c b/contrib/sddodbc/core.c index 23d01feef9..305c2781f8 100644 --- a/contrib/sddodbc/core.c +++ b/contrib/sddodbc/core.c @@ -2,7 +2,6 @@ * ODBC Database Driver * * Copyright 2009 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 @@ -17,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. diff --git a/contrib/sddpg/core.c b/contrib/sddpg/core.c index cbfdbab358..6f6f20eed0 100644 --- a/contrib/sddpg/core.c +++ b/contrib/sddpg/core.c @@ -2,7 +2,6 @@ * Postgre SQL Database Driver * * Copyright 2007 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 @@ -17,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. diff --git a/contrib/sddsqlt3/core.c b/contrib/sddsqlt3/core.c index 31f958f71b..770e9638bc 100644 --- a/contrib/sddsqlt3/core.c +++ b/contrib/sddsqlt3/core.c @@ -2,7 +2,6 @@ * SQLite3 Database Driver * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -17,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. diff --git a/contrib/xhb/arrayblk.prg b/contrib/xhb/arrayblk.prg index d876a990ac..cfb92fbfe8 100644 --- a/contrib/xhb/arrayblk.prg +++ b/contrib/xhb/arrayblk.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HB_ArrayBlk function * * Copyright 2003 Walter Negro - * www - 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 @@ -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. diff --git a/contrib/xhb/bkgtsks.c b/contrib/xhb/bkgtsks.c index 402af354ee..8bbadce056 100644 --- a/contrib/xhb/bkgtsks.c +++ b/contrib/xhb/bkgtsks.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * The background tasks - an extension of idle state * * Copyright 2003-2008 Francesco Saverio Giudice @@ -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. diff --git a/contrib/xhb/cgi.ch b/contrib/xhb/cgi.ch index 41eeb57f3e..7197fa5cd6 100644 --- a/contrib/xhb/cgi.ch +++ b/contrib/xhb/cgi.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * common includes for cgi lib * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/classex.ch b/contrib/xhb/classex.ch index 664eb1468b..e785ed61be 100644 --- a/contrib/xhb/classex.ch +++ b/contrib/xhb/classex.ch @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Class Extension * * Copyright 2002 Francesco Saverio Giudice [info@fsgiudice.com] - * www - 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 @@ -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. diff --git a/contrib/xhb/cstruct.ch b/contrib/xhb/cstruct.ch index c3d890d7de..528043936e 100644 --- a/contrib/xhb/cstruct.ch +++ b/contrib/xhb/cstruct.ch @@ -1,8 +1,6 @@ /* - * xHarbour Project source code: * * Copyright 2000 Ron Pinkas - * www - 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 @@ -17,7 +15,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. diff --git a/contrib/xhb/cstruct.prg b/contrib/xhb/cstruct.prg index 7b1a9e136c..62ee462399 100644 --- a/contrib/xhb/cstruct.prg +++ b/contrib/xhb/cstruct.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * C Structure Support. * * Copyright 2000 Ron Pinkas - * www - 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 @@ -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. diff --git a/contrib/xhb/cstructc.c b/contrib/xhb/cstructc.c index 8d3b3aef17..9eec0815a1 100644 --- a/contrib/xhb/cstructc.c +++ b/contrib/xhb/cstructc.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * C Structure Support. * * Copyright 2000 Ron Pinkas - * www - 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 @@ -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. diff --git a/contrib/xhb/datesxhb.c b/contrib/xhb/datesxhb.c index 48ebb6bb5d..2f917c48d4 100644 --- a/contrib/xhb/datesxhb.c +++ b/contrib/xhb/datesxhb.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * The Date API (Harbour level) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * Copyright 2004 Giancarlo Niccolai * Copyright 2007 Walter Negro - * 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 @@ -20,7 +18,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. diff --git a/contrib/xhb/dbf2txt.c b/contrib/xhb/dbf2txt.c index c88e0a6051..adc23e90f0 100644 --- a/contrib/xhb/dbf2txt.c +++ b/contrib/xhb/dbf2txt.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Dbf2Text() function * * Copyright 1999 Andi Jahja - * www - 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 @@ -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. diff --git a/contrib/xhb/dbgfx.prg b/contrib/xhb/dbgfx.prg index bc2fdbc005..51075ef7ef 100644 --- a/contrib/xhb/dbgfx.prg +++ b/contrib/xhb/dbgfx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Debug Functions * * Copyright 2007-2008 Francesco Saverio Giudice - * 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. diff --git a/contrib/xhb/dbgfxc.c b/contrib/xhb/dbgfxc.c index cee356506a..e1ca31a226 100644 --- a/contrib/xhb/dbgfxc.c +++ b/contrib/xhb/dbgfxc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Debug Functions * * Copyright 2007-2008 Francesco Saverio Giudice - * 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. diff --git a/contrib/xhb/decode.prg b/contrib/xhb/decode.prg index edfdfe6596..2744ab6491 100644 --- a/contrib/xhb/decode.prg +++ b/contrib/xhb/decode.prg @@ -1,10 +1,7 @@ /* - * Harbour Project source code: - * hb_Decode() function + * hb_Decode() function * * Copyright 2006 Francesco Saverio Giudice - * www - http://harbour-project.org - * www - 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 @@ -19,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. diff --git a/contrib/xhb/dirrec.prg b/contrib/xhb/dirrec.prg index 0b61270d9e..5926339e9e 100644 --- a/contrib/xhb/dirrec.prg +++ b/contrib/xhb/dirrec.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible function DirectoryRecurse() + * xHarbour compatible function DirectoryRecurse() * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/diskhb.prg b/contrib/xhb/diskhb.prg index 49a366a03e..bcabc244b9 100644 --- a/contrib/xhb/diskhb.prg +++ b/contrib/xhb/diskhb.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * GetVolInfo() function * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/dumpvar.prg b/contrib/xhb/dumpvar.prg index 9420138ee7..8d6486588e 100644 --- a/contrib/xhb/dumpvar.prg +++ b/contrib/xhb/dumpvar.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Dumpvar function to display var contents * * Copyright 2003 Francesco Saverio Giudice - * 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. diff --git a/contrib/xhb/filestat.c b/contrib/xhb/filestat.c index fc3768f18e..46f1a16e48 100644 --- a/contrib/xhb/filestat.c +++ b/contrib/xhb/filestat.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * FileStats() function * * Copyright 2004 Giancarlo Niccolai * - * www - 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 @@ -19,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. diff --git a/contrib/xhb/fparse.c b/contrib/xhb/fparse.c index e2a1244513..98886ebceb 100644 --- a/contrib/xhb/fparse.c +++ b/contrib/xhb/fparse.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * * FParse() * FParseEx() @@ -9,7 +8,6 @@ * FWordCount() * * Copyright 2004 Andi Jahja - * 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 @@ -24,7 +22,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. diff --git a/contrib/xhb/freadlin.c b/contrib/xhb/freadlin.c index 3b7505633e..71dc27e369 100644 --- a/contrib/xhb/freadlin.c +++ b/contrib/xhb/freadlin.c @@ -1,5 +1,4 @@ /* - * xHarbour Project source code: * Text file reading functions * * Copyright 2003 Marcelo Lombardo - lombardo@uol.com.br @@ -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. diff --git a/contrib/xhb/hbcommon.ch b/contrib/xhb/hbcommon.ch index 23b7c05e12..7ada1d7a4f 100644 --- a/contrib/xhb/hbcommon.ch +++ b/contrib/xhb/hbcommon.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Common header file for the source of Harbour itself. * * Copyright 2001-2002 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/hbcompat.ch b/contrib/xhb/hbcompat.ch index 1e17cdeb6b..98522ce41e 100644 --- a/contrib/xhb/hbcompat.ch +++ b/contrib/xhb/hbcompat.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for cross-compatibility between different Harbour flavours * * Copyright 1999-2009 {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 @@ -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. diff --git a/contrib/xhb/hbcompat.h b/contrib/xhb/hbcompat.h index c69127c169..2e4560c6a3 100644 --- a/contrib/xhb/hbcompat.h +++ b/contrib/xhb/hbcompat.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for cross-compatibility between different Harbour flavours * * Copyright 1999-2007 {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 @@ -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. diff --git a/contrib/xhb/hbcomprs.ch b/contrib/xhb/hbcomprs.ch index 410da49d3e..41fe49e1fb 100644 --- a/contrib/xhb/hbcomprs.ch +++ b/contrib/xhb/hbcomprs.ch @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Compression related functions * * Copyright 2003 Giancarlo Niccolai - * www - 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 @@ -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. diff --git a/contrib/xhb/hbcomprs.prg b/contrib/xhb/hbcomprs.prg index 58edf3dae1..4ba4588d6b 100644 --- a/contrib/xhb/hbcomprs.prg +++ b/contrib/xhb/hbcomprs.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Reimplementation of xhb .zip functions. EXPERIMENTAL CODE. USE AT YOUR OWN RISK. NO GUARANTEES. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/hbcrypt.c b/contrib/xhb/hbcrypt.c index f1490d7bb0..89fba3a0ec 100644 --- a/contrib/xhb/hbcrypt.c +++ b/contrib/xhb/hbcrypt.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Cryptography for xharbour * * Copyright 2003 Giancarlo Niccolai - * www - http://www.xharbour.org * SEE ALSO COPYRIGHT NOTICE FOR NXS BELOW. * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/contrib/xhb/hbctypes.ch b/contrib/xhb/hbctypes.ch index f6ec30f0a4..6c627aa3b1 100644 --- a/contrib/xhb/hbctypes.ch +++ b/contrib/xhb/hbctypes.ch @@ -1,9 +1,6 @@ /* - * Harbour Project source code: * * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -17,7 +14,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. diff --git a/contrib/xhb/hbdll.ch b/contrib/xhb/hbdll.ch index 2278337b37..8238fb6598 100644 --- a/contrib/xhb/hbdll.ch +++ b/contrib/xhb/hbdll.ch @@ -1,9 +1,6 @@ /* - * Harbour Project source code: * * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -17,7 +14,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. diff --git a/contrib/xhb/hblog.ch b/contrib/xhb/hblog.ch index 73fe57744a..03f04010f7 100644 --- a/contrib/xhb/hblog.ch +++ b/contrib/xhb/hblog.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file with for logging system * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/xhb/hblog.prg b/contrib/xhb/hblog.prg index 322e400e94..62177fa4f4 100644 --- a/contrib/xhb/hblog.prg +++ b/contrib/xhb/hblog.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Versatile logging system. * * Copyright 2003 Giancarlo Niccolai [gian@niccolai.ws] - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/hblogdef.ch b/contrib/xhb/hblogdef.ch index e8b7d32f48..446c7c3a54 100644 --- a/contrib/xhb/hblogdef.ch +++ b/contrib/xhb/hblogdef.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Header file with definition for logging levels * ( Need a separate file for inclusion in PRG and C files ) * * Copyright 2003 Giancarlo Niccolai - * 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 @@ -19,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. diff --git a/contrib/xhb/hblognet.prg b/contrib/xhb/hblognet.prg index ad0d8225f7..9ca5fdfe0a 100644 --- a/contrib/xhb/hblognet.prg +++ b/contrib/xhb/hblognet.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Versatile logging system - Logger sending log message to e-mail * * Copyright 2003 Giancarlo Niccolai [gian@niccolai.ws] - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/hbnxs.h b/contrib/xhb/hbnxs.h index b44032994f..abfd3d05f1 100644 --- a/contrib/xhb/hbnxs.h +++ b/contrib/xhb/hbnxs.h @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Cryptography for xharbour * * Copyright 2003 Giancarlo Niccolai - * www - http://www.xharbour.org * SEE ALSO COPYRIGHT NOTICE FOR NXS BELOW. * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/contrib/xhb/hboutdbg.c b/contrib/xhb/hboutdbg.c index ce381ac6e4..343683aaaf 100644 --- a/contrib/xhb/hboutdbg.c +++ b/contrib/xhb/hboutdbg.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Debug to separate console string output * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/contrib/xhb/hbrpc.ch b/contrib/xhb/hbrpc.ch index 1d00c7b4f5..a161c67c51 100644 --- a/contrib/xhb/hbrpc.ch +++ b/contrib/xhb/hbrpc.ch @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * Remote Procedure Call code * Standard definitions * * Copyright 2003 Giancarlo Niccolai - * www - 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 @@ -19,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. diff --git a/contrib/xhb/hbserv.c b/contrib/xhb/hbserv.c index ed67358cc3..854f717c40 100644 --- a/contrib/xhb/hbserv.c +++ b/contrib/xhb/hbserv.c @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * The Service/Daemon support * (Includes also signal/low level error management) * * Copyright 2003 Giancarlo Niccolai [gian@niccolai.ws] - * www - 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 @@ -19,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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/hbserv.ch b/contrib/xhb/hbserv.ch index df5d8a14a1..23942660c3 100644 --- a/contrib/xhb/hbserv.ch +++ b/contrib/xhb/hbserv.ch @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * The Service/Daemon support * (Includes also signal/low level error management) * * Copyright 2003 Giancarlo Niccolai [gian@niccolai.ws] - * www - 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 @@ -19,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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/hbserv.h b/contrib/xhb/hbserv.h index 071b8d48e6..8ab78b57e7 100644 --- a/contrib/xhb/hbserv.h +++ b/contrib/xhb/hbserv.h @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * The Service/Daemon support * * Copyright 2003 Giancarlo Niccolai [gian@niccolai.ws] - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/hbstruct.ch b/contrib/xhb/hbstruct.ch index 58f122c4c7..702c28be45 100644 --- a/contrib/xhb/hbstruct.ch +++ b/contrib/xhb/hbstruct.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for cross-compatibility between different Harbour flavours * * Copyright 1999-2007 {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 @@ -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. diff --git a/contrib/xhb/hbstruct.prg b/contrib/xhb/hbstruct.prg index 5a5dd397d8..160442b3f0 100644 --- a/contrib/xhb/hbstruct.prg +++ b/contrib/xhb/hbstruct.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for cross-compatibility between different Harbour flavours * * Copyright 1999-2007 {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 @@ -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. diff --git a/contrib/xhb/hbsyslog.c b/contrib/xhb/hbsyslog.c index 3eaef763d2..bf7dd83ad9 100644 --- a/contrib/xhb/hbsyslog.c +++ b/contrib/xhb/hbsyslog.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Event logging system * * Copyright 2004 Giancarlo Niccolai - * www - 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 @@ -18,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this software; see the file COPYING. 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. diff --git a/contrib/xhb/hbxml.c b/contrib/xhb/hbxml.c index fa35298e59..620e15e85b 100644 --- a/contrib/xhb/hbxml.c +++ b/contrib/xhb/hbxml.c @@ -1,12 +1,9 @@ /* - * xHarbour Project source code: * HBXML - XML DOM oriented routines * * Copyright 2003 Giancarlo Niccolai * See also MXML library related copyright below * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/xhb/hbxml.ch b/contrib/xhb/hbxml.ch index a3f10ee1fe..95e9f8855e 100644 --- a/contrib/xhb/hbxml.ch +++ b/contrib/xhb/hbxml.ch @@ -1,12 +1,9 @@ /* - * xHarbour Project source code: * HBXML - XML DOM oriented routines * Define wrappers for xHarbour PRG. * * Copyright 2003 Giancarlo Niccolai * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/xhb/hbxml.h b/contrib/xhb/hbxml.h index c698c55c6a..ad1ffe5835 100644 --- a/contrib/xhb/hbxml.h +++ b/contrib/xhb/hbxml.h @@ -1,12 +1,9 @@ /* - * xHarbour Project source code: * HBXML - XML DOM oriented routines * * Copyright 2003 Giancarlo Niccolai * See also MXML library related copyright below * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/xhb/hjwindow.prg b/contrib/xhb/hjwindow.prg index 9a1749e550..71f4d03f59 100644 --- a/contrib/xhb/hjwindow.prg +++ b/contrib/xhb/hjwindow.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * JavaScript Window Class * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/hterrsys.prg b/contrib/xhb/hterrsys.prg index 7f1f36d611..698316ffe4 100644 --- a/contrib/xhb/hterrsys.prg +++ b/contrib/xhb/hterrsys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * HTML output conversion + * HTML output conversion * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/htjlist.prg b/contrib/xhb/htjlist.prg index a213791387..2dea54ba5f 100644 --- a/contrib/xhb/htjlist.prg +++ b/contrib/xhb/htjlist.prg @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * Generates Javascript and DHTML list menus + * Generates Javascript and DHTML list menus * (see the website/jList dir for an example) * * Uses list.js and resize.js (heavily modified) found at * developer.netscape.com * * Copyright 2000 Manos Aspradakis - * 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 @@ -22,7 +20,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. @@ -52,7 +50,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/html.ch b/contrib/xhb/html.ch index e67074a000..389efbf27d 100644 --- a/contrib/xhb/html.ch +++ b/contrib/xhb/html.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Main HTML include File Definition of all html lib commands * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/htmlclrs.ch b/contrib/xhb/htmlclrs.ch index 00e85c702e..56775218b9 100644 --- a/contrib/xhb/htmlclrs.ch +++ b/contrib/xhb/htmlclrs.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Colors include file for HTMLLIB * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/htmlform.ch b/contrib/xhb/htmlform.ch index 2bfdb858c0..26d58429f3 100644 --- a/contrib/xhb/htmlform.ch +++ b/contrib/xhb/htmlform.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Include file to create forms * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/htmutil.prg b/contrib/xhb/htmutil.prg index d004700702..34ebd3388b 100644 --- a/contrib/xhb/htmutil.prg +++ b/contrib/xhb/htmutil.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Misc Suport Functions for HTMLLIB * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/inet.h b/contrib/xhb/inet.h index ad77ff2111..c23322f25b 100644 --- a/contrib/xhb/inet.h +++ b/contrib/xhb/inet.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Internet Protocol / TCP support (xhb compatibility header) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/regexrpl.prg b/contrib/xhb/regexrpl.prg index e6190ac8fa..06807471d4 100644 --- a/contrib/xhb/regexrpl.prg +++ b/contrib/xhb/regexrpl.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * hb_regexReplace( cRegex, cString, cReplace, lCaseSensitive, lNewLine, nMaxMatches, nGetMatch ) --> cReturn * * Copyright 2006 Francesco Saverio Giudice - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/sprintf.prg b/contrib/xhb/sprintf.prg index b0ce258d71..663dacec56 100644 --- a/contrib/xhb/sprintf.prg +++ b/contrib/xhb/sprintf.prg @@ -1,10 +1,7 @@ /* - * xHarbour Project source code: * hb_sprintf() function * * Copyright 2003 Mauricio Abre - * www - http://www.xharbour.org - * 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 @@ -19,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. diff --git a/contrib/xhb/stream.prg b/contrib/xhb/stream.prg index 061f8dacba..96d862ea6a 100644 --- a/contrib/xhb/stream.prg +++ b/contrib/xhb/stream.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb stream classes * * Copyright 2009 {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 @@ -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. diff --git a/contrib/xhb/tcgi.prg b/contrib/xhb/tcgi.prg index ad09b45a33..71d03c4d21 100644 --- a/contrib/xhb/tcgi.prg +++ b/contrib/xhb/tcgi.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Cgi Class * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/tedit.prg b/contrib/xhb/tedit.prg index 62a3ae741c..27d8eb21af 100644 --- a/contrib/xhb/tedit.prg +++ b/contrib/xhb/tedit.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Editing and Forms Class for HTMLLIB * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/tests/decode.prg b/contrib/xhb/tests/decode.prg index 7fbcd2181e..88b7711391 100644 --- a/contrib/xhb/tests/decode.prg +++ b/contrib/xhb/tests/decode.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * hb_Decode() function test + * hb_Decode() function test * * Copyright 2006 Francesco Saverio Giudice - * 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. diff --git a/contrib/xhb/tests/regexrpl.prg b/contrib/xhb/tests/regexrpl.prg index 524834bebc..f6c8468b5d 100644 --- a/contrib/xhb/tests/regexrpl.prg +++ b/contrib/xhb/tests/regexrpl.prg @@ -3,7 +3,6 @@ * hb_regexReplace( cRegex, cString, cReplace, lCaseSensitive, lNewLine, nMaxMatches, nGetMatch ) --> cReturn * * Copyright 2006 Francesco Saverio Giudice - * www - http://www.xharbour.org * */ diff --git a/contrib/xhb/tfile.prg b/contrib/xhb/tfile.prg index d7195a5624..341e7f2216 100644 --- a/contrib/xhb/tfile.prg +++ b/contrib/xhb/tfile.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Base fileIO class. * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/tframe.prg b/contrib/xhb/tframe.prg index ac936dd4c5..0e8e871f13 100644 --- a/contrib/xhb/tframe.prg +++ b/contrib/xhb/tframe.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HTMLLIB Frame Class * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/thtm.prg b/contrib/xhb/thtm.prg index e32eeb96eb..ce63e6d73d 100644 --- a/contrib/xhb/thtm.prg +++ b/contrib/xhb/thtm.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Main HTML CLASS for HTMLLIB * * Copyright 2000 Manos Aspradakis - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Porting this library to Harbour diff --git a/contrib/xhb/traceprg.prg b/contrib/xhb/traceprg.prg index 1e18d5ef7d..8932abc17b 100644 --- a/contrib/xhb/traceprg.prg +++ b/contrib/xhb/traceprg.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * PRG Tracing System * * Copyright 2001 Ron Pinkas - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/trpc.prg b/contrib/xhb/trpc.prg index b6120865c0..8c4db13b57 100644 --- a/contrib/xhb/trpc.prg +++ b/contrib/xhb/trpc.prg @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * Remote Procedure Call code * xHarbour part * * Copyright 2003 Giancarlo Niccolai - * www - 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 @@ -19,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. diff --git a/contrib/xhb/trpccli.prg b/contrib/xhb/trpccli.prg index 53f684fe30..9edad72b46 100644 --- a/contrib/xhb/trpccli.prg +++ b/contrib/xhb/trpccli.prg @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * Remote Procedure Call code * Client class * * Copyright 2003 Giancarlo Niccolai - * www - 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 @@ -19,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. diff --git a/contrib/xhb/ttable.ch b/contrib/xhb/ttable.ch index 0888e79c35..121733c56d 100644 --- a/contrib/xhb/ttable.ch +++ b/contrib/xhb/ttable.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Table,Record and Field Class * * Copyright 1999 {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 @@ -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. diff --git a/contrib/xhb/ttable.prg b/contrib/xhb/ttable.prg index 51496a2e73..bb613f4519 100644 --- a/contrib/xhb/ttable.prg +++ b/contrib/xhb/ttable.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Table,Record and Field Class * * Copyright 2000-2003 Manos Aspradakis maspr@otenet.gr - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 2000 -2002 Luiz Rafael Culik diff --git a/contrib/xhb/txml.prg b/contrib/xhb/txml.prg index e6c28888f0..7c7319a1c2 100644 --- a/contrib/xhb/txml.prg +++ b/contrib/xhb/txml.prg @@ -1,12 +1,9 @@ /* - * xHarbour Project source code: * HBXML - XML DOM oriented routines - Classes encapsulating the document * * Copyright 2003 Giancarlo Niccolai * See also MXML library related copyright in hbxml.c * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/contrib/xhb/txtline.c b/contrib/xhb/txtline.c index f06fe833c4..432ba28a38 100644 --- a/contrib/xhb/txtline.c +++ b/contrib/xhb/txtline.c @@ -1,5 +1,4 @@ /* - * xHarbour Project source code: * hb_TabExpand() and hb_ReadLine() functions * * Copyright 2004 Marcelo Lombardo - lombardo@uol.com.br @@ -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. diff --git a/contrib/xhb/win32prn.ch b/contrib/xhb/win32prn.ch index fecd91ae85..aab06e88b1 100644 --- a/contrib/xhb/win32prn.ch +++ b/contrib/xhb/win32prn.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/wintypes.ch b/contrib/xhb/wintypes.ch index 500c96a524..70ec530dd6 100644 --- a/contrib/xhb/wintypes.ch +++ b/contrib/xhb/wintypes.ch @@ -1,9 +1,6 @@ /* - * Harbour Project source code: * * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -17,7 +14,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. diff --git a/contrib/xhb/xcstr.prg b/contrib/xhb/xcstr.prg index 2d7bf8497e..4f98e997d0 100644 --- a/contrib/xhb/xcstr.prg +++ b/contrib/xhb/xcstr.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * CStr( xAnyType ) -> String * * Copyright 2001 Ron Pinkas - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/xdbmodst.prg b/contrib/xhb/xdbmodst.prg index d094388ebc..a14bebfaf1 100644 --- a/contrib/xhb/xdbmodst.prg +++ b/contrib/xhb/xdbmodst.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * dbModifyStructure( ) -> lSuccess * * Copyright 2009 Ron Pinkas - * 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. diff --git a/contrib/xhb/xhb.ch b/contrib/xhb/xhb.ch index 72e472fa3c..3535c093b7 100644 --- a/contrib/xhb/xhb.ch +++ b/contrib/xhb/xhb.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for cross-compatibility with xhb * * Copyright 1999-2007 {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 @@ -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. diff --git a/contrib/xhb/xhb.h b/contrib/xhb/xhb.h index bfc6b4736a..37da0cf43a 100644 --- a/contrib/xhb/xhb.h +++ b/contrib/xhb/xhb.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for C functions in xhb contrib folder * * Copyright 2008 {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 @@ -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. diff --git a/contrib/xhb/xhbarr.c b/contrib/xhb/xhbarr.c index 7ed88b87cf..e8e971c2b2 100644 --- a/contrib/xhb/xhbarr.c +++ b/contrib/xhb/xhbarr.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * The FastItem Optimization API * * Copyright 2008 Ron Pinkas - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/xhbarrex.c b/contrib/xhb/xhbarrex.c index 001f118c17..f62e7fe60b 100644 --- a/contrib/xhb/xhbarrex.c +++ b/contrib/xhb/xhbarrex.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible ASizeAlloc(), ALenAlloc() function + * xHarbour compatible ASizeAlloc(), ALenAlloc() function * * Copyright 2010 Przemyslaw Czerpak - * 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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/xhbat.c b/contrib/xhb/xhbat.c index 4f75672c8f..a29aa3ae96 100644 --- a/contrib/xhb/xhbat.c +++ b/contrib/xhb/xhbat.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * AtSkipStrings(), AtI() functions * * Copyright 1999 Antonio Linares * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/xhb/xhbcls.ch b/contrib/xhb/xhbcls.ch index 7c4565dae0..f676029806 100644 --- a/contrib/xhb/xhbcls.ch +++ b/contrib/xhb/xhbcls.ch @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Header file for cross-compatibility with xhb class code extensions * * Warning: using this functionality may break logical inheritance @@ -8,7 +7,6 @@ * feature added here only for strict XHB compatibility. * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -23,7 +21,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. diff --git a/contrib/xhb/xhbcomp.prg b/contrib/xhb/xhbcomp.prg index 6f0afd0f8b..9a2589e4c3 100644 --- a/contrib/xhb/xhbcomp.prg +++ b/contrib/xhb/xhbcomp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility functions * * Copyright 2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbcopyf.c b/contrib/xhb/xhbcopyf.c index b8302561c5..8e654d7c82 100644 --- a/contrib/xhb/xhbcopyf.c +++ b/contrib/xhb/xhbcopyf.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb_CopyFile() function * * Copyright 1999 Andi Jahja - * 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. diff --git a/contrib/xhb/xhbctbit.c b/contrib/xhb/xhbctbit.c index 910a7c78c7..15cd1c13ea 100644 --- a/contrib/xhb/xhbctbit.c +++ b/contrib/xhb/xhbctbit.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CT3 Number and bit manipulation functions: + * CT3 Number and bit manipulation functions: * NumAndX() * NumOrX() * NumXorX() @@ -24,7 +23,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. diff --git a/contrib/xhb/xhbdate.c b/contrib/xhb/xhbdate.c index a1a1a2c423..f94d415bbc 100644 --- a/contrib/xhb/xhbdate.c +++ b/contrib/xhb/xhbdate.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbdepr.prg b/contrib/xhb/xhbdepr.prg index 74dcb2ab22..e89f09e32d 100644 --- a/contrib/xhb/xhbdepr.prg +++ b/contrib/xhb/xhbdepr.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Functions deprecated from core Harbour by HB_LEGACY_LEVELn * but kept in xHarbour, so they are made available here as well. * Do not add internal functions (names starting with '__') * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -20,7 +18,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. diff --git a/contrib/xhb/xhbenum.c b/contrib/xhb/xhbenum.c index 1c13faee38..6116eec634 100644 --- a/contrib/xhb/xhbenum.c +++ b/contrib/xhb/xhbenum.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible hb_enumIndex() internal FOR EACH function + * xHarbour compatible hb_enumIndex() internal FOR EACH function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhberr.prg b/contrib/xhb/xhberr.prg index 15859fe787..15d53724da 100644 --- a/contrib/xhb/xhberr.prg +++ b/contrib/xhb/xhberr.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * xHarbour default error handler and error functions: * xhb_ErrorSys(), __ErrorBlock(), * __MinimalErrorHandler(), xhb_ErrorNew() @@ -8,7 +7,6 @@ * Copyright 2009 Viktor Szakats (vszakats.net/harbour) * Copyright 2004 Ron Pinkas * 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 @@ -23,7 +21,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. @@ -51,7 +49,6 @@ * /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001 Ron Pinkas * TraceLog() diff --git a/contrib/xhb/xhberrc.c b/contrib/xhb/xhberrc.c index 8bd6bf2070..29171cdee9 100644 --- a/contrib/xhb/xhberrc.c +++ b/contrib/xhb/xhberrc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The default error handler * * 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 @@ -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. diff --git a/contrib/xhb/xhbfs.c b/contrib/xhb/xhbfs.c index b00a5af142..b527a6135b 100644 --- a/contrib/xhb/xhbfs.c +++ b/contrib/xhb/xhbfs.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbfunc.c b/contrib/xhb/xhbfunc.c index ca3a26050d..82bf625282 100644 --- a/contrib/xhb/xhbfunc.c +++ b/contrib/xhb/xhbfunc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * xHarbour compatible wrapper functions + * xHarbour compatible wrapper functions * * Copyright 2007 Przemyslaw Czerpak * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. @@ -49,7 +47,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 David G. Holm * hb_F_Eof() diff --git a/contrib/xhb/xhbfunp.prg b/contrib/xhb/xhbfunp.prg index 327bea5010..11c1a87d92 100644 --- a/contrib/xhb/xhbfunp.prg +++ b/contrib/xhb/xhbfunp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbgt.c b/contrib/xhb/xhbgt.c index 657d89fb85..07834343c8 100644 --- a/contrib/xhb/xhbgt.c +++ b/contrib/xhb/xhbgt.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbhash.c b/contrib/xhb/xhbhash.c index 05d6a5bd20..2fc5392c35 100644 --- a/contrib/xhb/xhbhash.c +++ b/contrib/xhb/xhbhash.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhbhasha.c b/contrib/xhb/xhbhasha.c index 0365ceb7bc..a965b3bb14 100644 --- a/contrib/xhb/xhbhasha.c +++ b/contrib/xhb/xhbhasha.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour Hash with Associative Array compatibility functions + * xHarbour Hash with Associative Array compatibility functions * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhbhashp.c b/contrib/xhb/xhbhashp.c index a13771fea4..654f527540 100644 --- a/contrib/xhb/xhbhashp.c +++ b/contrib/xhb/xhbhashp.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * xhb compatibility functions HSetPartition()/HGetPartition() * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Copyright 2003 Giancarlo Niccolai - * 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 @@ -19,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. diff --git a/contrib/xhb/xhbi18n.c b/contrib/xhb/xhbi18n.c index e6c5768a05..a85c2c7769 100644 --- a/contrib/xhb/xhbi18n.c +++ b/contrib/xhb/xhbi18n.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbinet.c b/contrib/xhb/xhbinet.c index 6c1674c615..7890f7f8c4 100644 --- a/contrib/xhb/xhbinet.c +++ b/contrib/xhb/xhbinet.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhbini.c b/contrib/xhb/xhbini.c index c1675d2e20..cc9370361a 100644 --- a/contrib/xhb/xhbini.c +++ b/contrib/xhb/xhbini.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbinkey.ch b/contrib/xhb/xhbinkey.ch index cd33bda31c..b51deea80a 100644 --- a/contrib/xhb/xhbinkey.ch +++ b/contrib/xhb/xhbinkey.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible extended Inkey() key codes + * xHarbour compatible extended Inkey() key codes * * Copyright 2013 Przemyslaw Czerpak - * 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. 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. diff --git a/contrib/xhb/xhbinkey.prg b/contrib/xhb/xhbinkey.prg index 79e1997689..a1b4fc7d0b 100644 --- a/contrib/xhb/xhbinkey.prg +++ b/contrib/xhb/xhbinkey.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * xHarbour compatible inkey block functions. + * xHarbour compatible inkey block functions. * * Copyright 2010 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/contrib/xhb/xhbis.c b/contrib/xhb/xhbis.c index d9263b6721..33060cb9fe 100644 --- a/contrib/xhb/xhbis.c +++ b/contrib/xhb/xhbis.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Is*() string functions * * 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 @@ -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. diff --git a/contrib/xhb/xhbkey.c b/contrib/xhb/xhbkey.c index 03ed5afbb3..57414e0b84 100644 --- a/contrib/xhb/xhbkey.c +++ b/contrib/xhb/xhbkey.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible extended Inkey() key codes + * xHarbour compatible extended Inkey() key codes * * Copyright 2013 Przemyslaw Czerpak - * 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. 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. diff --git a/contrib/xhb/xhbmemo.prg b/contrib/xhb/xhbmemo.prg index da7969406d..6581fa0d3f 100644 --- a/contrib/xhb/xhbmemo.prg +++ b/contrib/xhb/xhbmemo.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * xhb_MemoEdit() function * * Copyright 2000 Maurilio Longo @@ -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. diff --git a/contrib/xhb/xhbmisc.prg b/contrib/xhb/xhbmisc.prg index 43de940ada..e86ee758ff 100644 --- a/contrib/xhb/xhbmisc.prg +++ b/contrib/xhb/xhbmisc.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * xhb compatibility functions * * Copyright 2012 Przemyslaw Czerpak (optimization and fixes) * Copyright 2012 Viktor Szakats (vszakats.net/harbour) (rework) * Copyright 2004 Eduardo Fernandes (original) - * 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 @@ -20,7 +18,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. diff --git a/contrib/xhb/xhbmsgs.c b/contrib/xhb/xhbmsgs.c index 4c0de0e86b..67bb924e93 100644 --- a/contrib/xhb/xhbmsgs.c +++ b/contrib/xhb/xhbmsgs.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible messages used in overloaded scalar classes + * xHarbour compatible messages used in overloaded scalar classes * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhbmt.prg b/contrib/xhb/xhbmt.prg index 24255dfbe5..857d59642e 100644 --- a/contrib/xhb/xhbmt.prg +++ b/contrib/xhb/xhbmt.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible MT helpers + * xHarbour compatible MT helpers * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhbmtc.c b/contrib/xhb/xhbmtc.c index 4de617a013..7897acbe29 100644 --- a/contrib/xhb/xhbmtc.c +++ b/contrib/xhb/xhbmtc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbmvinf.c b/contrib/xhb/xhbmvinf.c index b0822aa3fd..390ac3a453 100644 --- a/contrib/xhb/xhbmvinf.c +++ b/contrib/xhb/xhbmvinf.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * xHarbour compatible __mvSymbolInfo() function + * xHarbour compatible __mvSymbolInfo() function * * Copyright 2010 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/contrib/xhb/xhbole.prg b/contrib/xhb/xhbole.prg index 504db19547..b05190032b 100644 --- a/contrib/xhb/xhbole.prg +++ b/contrib/xhb/xhbole.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Compatibility calls. * * Copyright 2011 Przemyslaw Czerpak * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/contrib/xhb/xhbolec.c b/contrib/xhb/xhbolec.c index 4438504299..51f0b2392b 100644 --- a/contrib/xhb/xhbolec.c +++ b/contrib/xhb/xhbolec.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility calls (OLE) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbprn.c b/contrib/xhb/xhbprn.c index d9246197d5..228522c637 100644 --- a/contrib/xhb/xhbprn.c +++ b/contrib/xhb/xhbprn.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility calls (Printer support) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbproc.c b/contrib/xhb/xhbproc.c index 6160a7f79a..053c3ca393 100644 --- a/contrib/xhb/xhbproc.c +++ b/contrib/xhb/xhbproc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbqself.c b/contrib/xhb/xhbqself.c index 306cae03d5..31fd70b2b1 100644 --- a/contrib/xhb/xhbqself.c +++ b/contrib/xhb/xhbqself.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible hb_QSelf() function + * xHarbour compatible hb_QSelf() function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhbregx.c b/contrib/xhb/xhbregx.c index f1f2fa6ffb..c6a9b58f6f 100644 --- a/contrib/xhb/xhbregx.c +++ b/contrib/xhb/xhbregx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb compatibility wrappers * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbsave.c b/contrib/xhb/xhbsave.c index 950ca782e7..e79dff7007 100644 --- a/contrib/xhb/xhbsave.c +++ b/contrib/xhb/xhbsave.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb_SaveScreen(), xhb_RestScreen() functions * * 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 @@ -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. diff --git a/contrib/xhb/xhbscr.c b/contrib/xhb/xhbscr.c index 59564acbeb..25d6607f31 100644 --- a/contrib/xhb/xhbscr.c +++ b/contrib/xhb/xhbscr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ScrollFixed() function * * Copyright 1999 David G. Holm - * 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. diff --git a/contrib/xhb/xhbtedit.prg b/contrib/xhb/xhbtedit.prg index 03f2471642..4d5e3258e8 100644 --- a/contrib/xhb/xhbtedit.prg +++ b/contrib/xhb/xhbtedit.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Editor Class (base for MemoEdit(), debugger, etc.) * * Copyright 2000 Maurilio Longo @@ -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. diff --git a/contrib/xhb/xhbtrim.c b/contrib/xhb/xhbtrim.c index cd145ebc42..7ba8e9a367 100644 --- a/contrib/xhb/xhbtrim.c +++ b/contrib/xhb/xhbtrim.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * *Trim() functions * * 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 @@ -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. diff --git a/contrib/xhb/xhbver.ch b/contrib/xhb/xhbver.ch index a11e19b419..98a557d65f 100644 --- a/contrib/xhb/xhbver.ch +++ b/contrib/xhb/xhbver.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for version information * * Copyright 2005 Andi Jahja - * 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. diff --git a/contrib/xhb/xhbver.prg b/contrib/xhb/xhbver.prg index 37df61e829..6248ecf564 100644 --- a/contrib/xhb/xhbver.prg +++ b/contrib/xhb/xhbver.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * xhb hb_BuildInfo() emulation. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbwin.c b/contrib/xhb/xhbwin.c index d9ffccdf3d..198e920a4e 100644 --- a/contrib/xhb/xhbwin.c +++ b/contrib/xhb/xhbwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility calls (Windows) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xhbwith.c b/contrib/xhb/xhbwith.c index ffb2e8fdc2..f107ae4df3 100644 --- a/contrib/xhb/xhbwith.c +++ b/contrib/xhb/xhbwith.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * xHarbour compatible WITH OBJECT internal functions + * xHarbour compatible WITH OBJECT internal functions * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xhwinprn.prg b/contrib/xhb/xhwinprn.prg index 954d6f4e76..d5e8ca5ed3 100644 --- a/contrib/xhb/xhwinprn.prg +++ b/contrib/xhb/xhwinprn.prg @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * xHarbour compatible WIN32PRN class which inherits from WIN_PRN class + * xHarbour compatible WIN32PRN class which inherits from WIN_PRN class * hiding some differences between Harbour and xHarbour * * original WIN32PRN/WIN_PRN class author: * Copyright 2004 Peter Rees Rees Software and Systems Ltd * this wrapper: * Copyright 2010 Przemyslaw Czerpak - * 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 @@ -22,7 +20,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. diff --git a/contrib/xhb/xstrdel.c b/contrib/xhb/xstrdel.c index f8237b2e4b..9623ec974d 100644 --- a/contrib/xhb/xstrdel.c +++ b/contrib/xhb/xstrdel.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * StrDel() function * * Copyright 2003 Walter Negro - * www - 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 @@ -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 xHarbour Project gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/contrib/xhb/xthrow.c b/contrib/xhb/xthrow.c index dbe181254f..a0f383becf 100644 --- a/contrib/xhb/xthrow.c +++ b/contrib/xhb/xthrow.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Throw() compatibility function + * Throw() compatibility function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/contrib/xhb/xwin_reg.c b/contrib/xhb/xwin_reg.c index ca93b87f49..4fcbd0fc84 100644 --- a/contrib/xhb/xwin_reg.c +++ b/contrib/xhb/xwin_reg.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility calls (Printer support) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/contrib/xhb/xwin_ver.c b/contrib/xhb/xwin_ver.c index f32ea5d1ee..fb401d84aa 100644 --- a/contrib/xhb/xwin_ver.c +++ b/contrib/xhb/xwin_ver.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility calls (OS version support) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/debian/copyright b/debian/copyright index f9e0d2876e..dc4a7f68cd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit -their web site at http://www.gnu.org/). +their web site at https://www.gnu.org/). THE HARBOUR PROJECT LIBRARY LICENSE @@ -39,7 +39,7 @@ GNU General Public License for more details. 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. diff --git a/doc/class_tp.txt b/doc/class_tp.txt index 1939bad4db..6a4cf64cad 100644 --- a/doc/class_tp.txt +++ b/doc/class_tp.txt @@ -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} diff --git a/doc/en/1stread.txt b/doc/en/1stread.txt index 9bb36262ef..abca5ebfe6 100644 --- a/doc/en/1stread.txt +++ b/doc/en/1stread.txt @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Hash table type and functions * * Copyright 2009 April White - * 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. diff --git a/doc/en/array.txt b/doc/en/array.txt index 6c4547ae5e..36b66f9aba 100644 --- a/doc/en/array.txt +++ b/doc/en/array.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Chen Kedem * Documentation for: ASort() diff --git a/doc/en/binnum.txt b/doc/en/binnum.txt index 4226657b87..3177f28af7 100644 --- a/doc/en/binnum.txt +++ b/doc/en/binnum.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Chen Kedem * Documentation for: Bin2W(), Bin2I(), Bin2L(), Bin2U(), I2Bin(), W2Bin(), diff --git a/doc/en/browse.txt b/doc/en/browse.txt index 6874474868..18e5ef751a 100644 --- a/doc/en/browse.txt +++ b/doc/en/browse.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Chen Kedem * Documentation for: Browse(), dbEdit(), TBrowseDB(), dbSkipper() diff --git a/doc/en/command.txt b/doc/en/command.txt index 5633163164..95c6b6c0bb 100644 --- a/doc/en/command.txt +++ b/doc/en/command.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Brian Hays * Documentation for the commands diff --git a/doc/en/datetime.txt b/doc/en/datetime.txt index 88bc85baf3..352bcd027e 100644 --- a/doc/en/datetime.txt +++ b/doc/en/datetime.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Documentation for: CDoW(), CMonth(), Date(), CToD(), Day(), Days() diff --git a/doc/en/dbdelim.txt b/doc/en/dbdelim.txt index faebe56674..a267a5e442 100644 --- a/doc/en/dbdelim.txt +++ b/doc/en/dbdelim.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001-2002 David G. Holm * Documentation for: __dbDelim() diff --git a/doc/en/dbsdf.txt b/doc/en/dbsdf.txt index 6e0a6711c3..d14c6b103d 100644 --- a/doc/en/dbsdf.txt +++ b/doc/en/dbsdf.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001-2002 David G. Holm * Documentation for: __dbSDF() diff --git a/doc/en/dbstrux.txt b/doc/en/dbstrux.txt index 73e8d56d54..ea7f9c2e89 100644 --- a/doc/en/dbstrux.txt +++ b/doc/en/dbstrux.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Chen Kedem * Documentation for: __dbCopyStruct(), COPY STRUCTURE, __dbCopyXStruct(), diff --git a/doc/en/dir.txt b/doc/en/dir.txt index abfffc28ea..4d1b3a236a 100644 --- a/doc/en/dir.txt +++ b/doc/en/dir.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Chen Kedem * Documentation for: __Dir(), DIR, ADir() diff --git a/doc/en/diskspac.txt b/doc/en/diskspac.txt index 8b117d4acf..1f8e7ea461 100644 --- a/doc/en/diskspac.txt +++ b/doc/en/diskspac.txt @@ -1,6 +1,5 @@ /* * The following are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Paul Tucker * Documentation for: DiskSpace() and related functions diff --git a/doc/en/errsys.txt b/doc/en/errsys.txt index 9839fb0b84..1d56fcf0f9 100644 --- a/doc/en/errsys.txt +++ b/doc/en/errsys.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Chen Kedem * Documentation for: ErrorSys() diff --git a/doc/en/eval.txt b/doc/en/eval.txt index 94c04cd6c8..c67fbb87cf 100644 --- a/doc/en/eval.txt +++ b/doc/en/eval.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Documentation for: Eval() diff --git a/doc/en/file.txt b/doc/en/file.txt index 798dc39e11..a552e8f287 100644 --- a/doc/en/file.txt +++ b/doc/en/file.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Chen Kedem * Documentation for: __TypeFile(), TYPE diff --git a/doc/en/hashes.txt b/doc/en/hashes.txt index 82ec7636b1..92b06d269e 100644 --- a/doc/en/hashes.txt +++ b/doc/en/hashes.txt @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Hash table type and functions * * Copyright 2009 April White - * www - http://harbour-project.org * * Based on the content of hashfunc.c and hashes.c * Copyright 2007 Przemyslaw Czerpak @@ -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. diff --git a/doc/en/hb_set.txt b/doc/en/hb_set.txt index 2feaa575a8..ce70a2e790 100644 --- a/doc/en/hb_set.txt +++ b/doc/en/hb_set.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * Header file for the API diff --git a/doc/en/hbinet.txt b/doc/en/hbinet.txt index 619a485e51..ac1b768e62 100644 --- a/doc/en/hbinet.txt +++ b/doc/en/hbinet.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright (date unknown) Giancarlo Niccolai * 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. diff --git a/doc/en/hvm.txt b/doc/en/hvm.txt index e50344bf52..6012a41d79 100644 --- a/doc/en/hvm.txt +++ b/doc/en/hvm.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jose Lanin * Documentation for: ProcLine(), ProcFile(), ProcName() diff --git a/doc/en/input.txt b/doc/en/input.txt index b33eb41fef..35fb4302e5 100644 --- a/doc/en/input.txt +++ b/doc/en/input.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Chen Kedem * Documentation for: ReadKey() diff --git a/doc/en/lang.txt b/doc/en/lang.txt index 5c6af7e15c..c20496cf12 100644 --- a/doc/en/lang.txt +++ b/doc/en/lang.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Documentation for: hb_langName(), hb_langSelect() diff --git a/doc/en/math.txt b/doc/en/math.txt index c5f0d20918..d4c6f85cd9 100644 --- a/doc/en/math.txt +++ b/doc/en/math.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Luiz Rafael Culik * Documentation for: Abs(), Exp(), Log(), Int(), Max() diff --git a/doc/en/memo.txt b/doc/en/memo.txt index 1643e07cce..ce87df52b0 100644 --- a/doc/en/memo.txt +++ b/doc/en/memo.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jose Lalin * MemoTran() documentation diff --git a/doc/en/menu.txt b/doc/en/menu.txt index ec4e734cd1..2322ef7bf6 100644 --- a/doc/en/menu.txt +++ b/doc/en/menu.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Chen Kedem * Documentation for: __AtPrompt(), @...PROMPT, __MenuTo(), MENU TO diff --git a/doc/en/misc.txt b/doc/en/misc.txt index c9e0eab58f..b0797ef03a 100644 --- a/doc/en/misc.txt +++ b/doc/en/misc.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Chen Kedem * Documentation for: Tone() diff --git a/doc/en/nation.txt b/doc/en/nation.txt index 89ffe4fc1c..f99da11494 100644 --- a/doc/en/nation.txt +++ b/doc/en/nation.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jose Lalin * IsAffirm() documentation diff --git a/doc/en/objfunc.txt b/doc/en/objfunc.txt index 4bfb6c0dfb..a9eb44fe0f 100644 --- a/doc/en/objfunc.txt +++ b/doc/en/objfunc.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2000 Chen Kedem * Documentation for: __objHasData(), __objHasMethod(), __objGetMsgList(), diff --git a/doc/en/rdd.txt b/doc/en/rdd.txt index f88f38d554..596345d741 100644 --- a/doc/en/rdd.txt +++ b/doc/en/rdd.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * See COPYING.txt for licensing terms. * diff --git a/doc/en/rdddb.txt b/doc/en/rdddb.txt index d65402ab6f..1807a9ff25 100644 --- a/doc/en/rdddb.txt +++ b/doc/en/rdddb.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Luiz Rafael Culik * db*() documentation diff --git a/doc/en/rddmisc.txt b/doc/en/rddmisc.txt index b211677168..e3966067dd 100644 --- a/doc/en/rddmisc.txt +++ b/doc/en/rddmisc.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Luiz Rafael Culik * db*() documentation diff --git a/doc/en/rddord.txt b/doc/en/rddord.txt index 6f32439e52..2371e5b9d1 100644 --- a/doc/en/rddord.txt +++ b/doc/en/rddord.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Luiz Rafael Culik * db*() documentation diff --git a/doc/en/set.txt b/doc/en/set.txt index 6eaf5e8922..719e3a3815 100644 --- a/doc/en/set.txt +++ b/doc/en/set.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * Documentation for: Set(), __SetCentury() diff --git a/doc/en/string.txt b/doc/en/string.txt index 5b605f296f..2ae3800e0b 100644 --- a/doc/en/string.txt +++ b/doc/en/string.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jose Lalin * Documentation for: Descend() diff --git a/doc/en/tclass.txt b/doc/en/tclass.txt index 73e46748c3..6490887a11 100644 --- a/doc/en/tclass.txt +++ b/doc/en/tclass.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 Brian Hays * Documentation diff --git a/doc/en/terminal.txt b/doc/en/terminal.txt index 5416fd809d..a754a43c28 100644 --- a/doc/en/terminal.txt +++ b/doc/en/terminal.txt @@ -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() diff --git a/doc/en/tgetlist.txt b/doc/en/tgetlist.txt index 1ac8789241..8272afa0d2 100644 --- a/doc/en/tgetlist.txt +++ b/doc/en/tgetlist.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Chen Kedem * Documentation for: ReadVar() diff --git a/doc/en/tlabel.txt b/doc/en/tlabel.txt index 5d95da9c80..c6138af5b0 100644 --- a/doc/en/tlabel.txt +++ b/doc/en/tlabel.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Luiz Rafael Culik * Documentation diff --git a/doc/en/treport.txt b/doc/en/treport.txt index 4cdf812926..8ed3f76bed 100644 --- a/doc/en/treport.txt +++ b/doc/en/treport.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Luiz Rafael Culik * Documentation diff --git a/doc/en/var.txt b/doc/en/var.txt index 3f6a36ab6d..c95040600d 100644 --- a/doc/en/var.txt +++ b/doc/en/var.txt @@ -1,6 +1,5 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Ryszard Glab * Documentation for: __mvPublic(), __mvPrivate(), __mvXRelease(), diff --git a/doc/hdr_tpl.txt b/doc/hdr_tpl.txt index 69a0032d24..5e77f174ef 100644 --- a/doc/hdr_tpl.txt +++ b/doc/hdr_tpl.txt @@ -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} diff --git a/extras/gtwvw/docs/gtwvw.txt b/extras/gtwvw/docs/gtwvw.txt index 6276035802..2374f4de8e 100644 --- a/extras/gtwvw/docs/gtwvw.txt +++ b/extras/gtwvw/docs/gtwvw.txt @@ -89,7 +89,7 @@ GNU General Public License for more details. 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. diff --git a/extras/gtwvw/gtwvwd.c b/extras/gtwvw/gtwvwd.c index 338a5b54c7..ba01524292 100644 --- a/extras/gtwvw/gtwvwd.c +++ b/extras/gtwvw/gtwvwd.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/hbgtwvw.h b/extras/gtwvw/hbgtwvw.h index 59bb036fa7..7a0bcc3867 100644 --- a/extras/gtwvw/hbgtwvw.h +++ b/extras/gtwvw/hbgtwvw.h @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * WITH MULTIPLE WINDOW SUPPORT * Copyright 2004 Budyanto Dj. @@ -9,7 +8,6 @@ * Header File for Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd - * 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 @@ -24,7 +22,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. diff --git a/extras/gtwvw/hbole.h b/extras/gtwvw/hbole.h index 16778d9abb..08a314b6f1 100644 --- a/extras/gtwvw/hbole.h +++ b/extras/gtwvw/hbole.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file so MSVC can use ole in C mode while compile in C++ mode * * Copyright 2006 Paul Tucker - * 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. diff --git a/extras/gtwvw/wvwcheck.c b/extras/gtwvw/wvwcheck.c index 9cd9246f0f..04ea95f665 100644 --- a/extras/gtwvw/wvwcheck.c +++ b/extras/gtwvw/wvwcheck.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/wvwdraw.c b/extras/gtwvw/wvwdraw.c index d5caaf78ed..3b4f249caf 100644 --- a/extras/gtwvw/wvwdraw.c +++ b/extras/gtwvw/wvwdraw.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/wvwedit.c b/extras/gtwvw/wvwedit.c index 9111a2a79b..eb651fbfaf 100644 --- a/extras/gtwvw/wvwedit.c +++ b/extras/gtwvw/wvwedit.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/wvwfuncs.c b/extras/gtwvw/wvwfuncs.c index d71b9eb5e7..06024e4baf 100644 --- a/extras/gtwvw/wvwfuncs.c +++ b/extras/gtwvw/wvwfuncs.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/wvwmenu.c b/extras/gtwvw/wvwmenu.c index 4a8d43b19e..dc2c6ec26f 100644 --- a/extras/gtwvw/wvwmenu.c +++ b/extras/gtwvw/wvwmenu.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/wvwpush.c b/extras/gtwvw/wvwpush.c index 73c592023e..c4484664e1 100644 --- a/extras/gtwvw/wvwpush.c +++ b/extras/gtwvw/wvwpush.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/wvwstbar.c b/extras/gtwvw/wvwstbar.c index 2e255bc92a..b98035575e 100644 --- a/extras/gtwvw/wvwstbar.c +++ b/extras/gtwvw/wvwstbar.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/gtwvw/wvwtbar.c b/extras/gtwvw/wvwtbar.c index 74a7a4dfa5..c923ab21f8 100644 --- a/extras/gtwvw/wvwtbar.c +++ b/extras/gtwvw/wvwtbar.c @@ -6,8 +6,6 @@ * GTWVW is initially created based on: * * =Id: gtwvt.c,v 1.60 2004-01-26 08:14:07 vouchcac Exp = - * - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -20,7 +18,6 @@ * Copyright 2002 Przemyslaw Czerpak * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -28,8 +25,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -43,7 +38,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. diff --git a/extras/guestbk/_cgi.prg b/extras/guestbk/_cgi.prg index 61633a637c..f7ce8fd280 100644 --- a/extras/guestbk/_cgi.prg +++ b/extras/guestbk/_cgi.prg @@ -2,7 +2,6 @@ * Harbour Project source code * * Copyright (C) 1999 Eddie Runia - * 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 @@ -17,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. diff --git a/extras/guestbk/_inifile.prg b/extras/guestbk/_inifile.prg index fc7084b444..c8088c86db 100644 --- a/extras/guestbk/_inifile.prg +++ b/extras/guestbk/_inifile.prg @@ -2,7 +2,6 @@ * Harbour Project source code * * Copyright (C) 1999 Matthew Hamilton - * 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 @@ -17,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. diff --git a/extras/guestbk/cgi.ch b/extras/guestbk/cgi.ch index ceecfd9c44..c1a84eaae5 100644 --- a/extras/guestbk/cgi.ch +++ b/extras/guestbk/cgi.ch @@ -2,7 +2,6 @@ * Harbour Project source code * * Copyright (C) 1999 Eddie Runia - * 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 @@ -17,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. diff --git a/extras/guestbk/guestbk.prg b/extras/guestbk/guestbk.prg index 1e32a5f47d..b29d51fe32 100644 --- a/extras/guestbk/guestbk.prg +++ b/extras/guestbk/guestbk.prg @@ -4,7 +4,6 @@ * This file contains source for a script of a Guestbook * * Copyright (C) 1999 Felipe G. Coury - * 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 @@ -19,7 +18,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. diff --git a/extras/hbdoc/_genbase.prg b/extras/hbdoc/_genbase.prg index b4701b0f01..e4102fcfae 100644 --- a/extras/hbdoc/_genbase.prg +++ b/extras/hbdoc/_genbase.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Document generator base class * * Copyright 2009 April White - * www - http://harbour-project.org * * Portions of this project are based on hbdoc * Copyright 1999-2003 Luiz Rafael Culik @@ -22,7 +20,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. diff --git a/extras/hbdoc/_genhtml.prg b/extras/hbdoc/_genhtml.prg index 376f5dc14a..d33ecb385a 100644 --- a/extras/hbdoc/_genhtml.prg +++ b/extras/hbdoc/_genhtml.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Document generator - HTML output * * Copyright 2009 April White - * www - http://harbour-project.org * * Portions of this project are based on hbdoc * Copyright 1999-2003 Luiz Rafael Culik @@ -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. diff --git a/extras/hbdoc/_gentxt.prg b/extras/hbdoc/_gentxt.prg index 80a046a353..e6dd709253 100644 --- a/extras/hbdoc/_gentxt.prg +++ b/extras/hbdoc/_gentxt.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Document generator - text output * * Copyright 2009 April White - * www - http://harbour-project.org * * Portions of this project are based on hbdoc * Copyright 1999-2003 Luiz Rafael Culik @@ -22,7 +20,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. diff --git a/extras/hbdoc/_genxml.prg b/extras/hbdoc/_genxml.prg index c85fdcf03e..a57d3b1097 100644 --- a/extras/hbdoc/_genxml.prg +++ b/extras/hbdoc/_genxml.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Document generator - XML output * * Copyright 2009 April White - * www - http://harbour-project.org * * Portions of this project are based on hbdoc * Copyright 1999-2003 Luiz Rafael Culik @@ -22,7 +20,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. diff --git a/extras/hbdoc/_tmplate.prg b/extras/hbdoc/_tmplate.prg index 51723004d8..6c9a27b22f 100644 --- a/extras/hbdoc/_tmplate.prg +++ b/extras/hbdoc/_tmplate.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Document generator, templates * * Copyright 2009 April White - * www - http://harbour-project.org * * Portions of this project are based on hbdoc * Copyright 1999-2003 Luiz Rafael Culik @@ -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. diff --git a/extras/hbdoc/hbdoc.ch b/extras/hbdoc/hbdoc.ch index f1d157d51c..998103fff8 100644 --- a/extras/hbdoc/hbdoc.ch +++ b/extras/hbdoc/hbdoc.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Document generator include file * * Copyright 2009 April White - * www - http://harbour-project.org * * Portions of this project are based on hbdoc * Copyright 1999-2003 Luiz Rafael Culik @@ -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. diff --git a/extras/hbdoc/hbdoc.prg b/extras/hbdoc/hbdoc.prg index 5954c64e42..f842f133aa 100644 --- a/extras/hbdoc/hbdoc.prg +++ b/extras/hbdoc/hbdoc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Document generator * * Copyright 2009 April White - * www - http://harbour-project.org * * Portions of this project are based on hbdoc * Copyright 1999-2003 Luiz Rafael Culik @@ -23,7 +21,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. diff --git a/extras/hbdroid/hbdroid.h b/extras/hbdroid/hbdroid.h index 1448b337db..a8f2d46f7e 100644 --- a/extras/hbdroid/hbdroid.h +++ b/extras/hbdroid/hbdroid.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Android header * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/extras/hbdroid/hvminit.c b/extras/hbdroid/hvminit.c index 794be02030..0bbfe99107 100644 --- a/extras/hbdroid/hvminit.c +++ b/extras/hbdroid/hvminit.c @@ -2,7 +2,6 @@ * Harbour Project source code * * Copyright (C) 2012 {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 @@ -17,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. diff --git a/extras/hbdroid/msginfo.c b/extras/hbdroid/msginfo.c index 7fe6e69a42..31f97a8fbb 100644 --- a/extras/hbdroid/msginfo.c +++ b/extras/hbdroid/msginfo.c @@ -2,7 +2,6 @@ * Harbour Project source code * * Copyright (C) 2012 {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 @@ -17,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. diff --git a/extras/hbusb/core.c b/extras/hbusb/core.c index 1b8b172a4d..e5b167d9ce 100644 --- a/extras/hbusb/core.c +++ b/extras/hbusb/core.c @@ -2,7 +2,6 @@ * Harbour Project source code * * Copyright (C) 2012 Doug (dougf at people dot net dot au) - * 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 @@ -17,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. diff --git a/extras/hbxlsxml/tests/example.prg b/extras/hbxlsxml/tests/example.prg index 8beea38f31..505eee4417 100644 --- a/extras/hbxlsxml/tests/example.prg +++ b/extras/hbxlsxml/tests/example.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Fausto Di Creddo Trautwein, ftwein@yahoo.com.br - * www - http://harbour-project.org * * Thanks TO Robert F Greer, PHP original version * http://sourceforge.net/projects/excelwriterxml/ @@ -20,7 +18,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. diff --git a/extras/hbxlsxml/tests/example2.prg b/extras/hbxlsxml/tests/example2.prg index c1b154d5ba..5a05e2ef69 100644 --- a/extras/hbxlsxml/tests/example2.prg +++ b/extras/hbxlsxml/tests/example2.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Fausto Di Creddo Trautwein, ftwein@yahoo.com.br - * www - http://harbour-project.org * * Thanks TO Robert F Greer, PHP original version * http://sourceforge.net/projects/excelwriterxml/ @@ -20,7 +18,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. diff --git a/extras/hbxlsxml/tests/example3.prg b/extras/hbxlsxml/tests/example3.prg index ab54b9e54c..349ec0117a 100644 --- a/extras/hbxlsxml/tests/example3.prg +++ b/extras/hbxlsxml/tests/example3.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Fausto Di Creddo Trautwein, ftwein@yahoo.com.br - * www - http://harbour-project.org * * Thanks TO Robert F Greer, PHP original version * http://sourceforge.net/projects/excelwriterxml/ @@ -20,7 +18,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. diff --git a/extras/hbxlsxml/xlsxml.prg b/extras/hbxlsxml/xlsxml.prg index c216be89a3..cdb2a6846f 100644 --- a/extras/hbxlsxml/xlsxml.prg +++ b/extras/hbxlsxml/xlsxml.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Fausto Di Creddo Trautwein, ftwein@yahoo.com.br - * www - http://harbour-project.org * * Thanks to Robert F Greer, PHP original version * http://sourceforge.net/projects/excelwriterxml/ @@ -20,7 +18,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. diff --git a/extras/hbxlsxml/xlsxml_s.prg b/extras/hbxlsxml/xlsxml_s.prg index 0f0cbe5f48..63ce3f68a3 100644 --- a/extras/hbxlsxml/xlsxml_s.prg +++ b/extras/hbxlsxml/xlsxml_s.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Fausto Di Creddo Trautwein, ftwein@yahoo.com.br - * www - http://harbour-project.org * * Thanks TO Robert F Greer, PHP original version * http://sourceforge.net/projects/excelwriterxml/ @@ -20,7 +18,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. diff --git a/extras/hbxlsxml/xlsxml_y.prg b/extras/hbxlsxml/xlsxml_y.prg index f8dfe66f7b..4903337f91 100644 --- a/extras/hbxlsxml/xlsxml_y.prg +++ b/extras/hbxlsxml/xlsxml_y.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2011 Fausto Di Creddo Trautwein, ftwein@yahoo.com.br - * www - http://harbour-project.org * * Thanks TO Robert F Greer, PHP original version * http://sourceforge.net/projects/excelwriterxml/ @@ -20,7 +18,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. diff --git a/extras/httpsrv/_cgifunc.prg b/extras/httpsrv/_cgifunc.prg index fdbd3671fa..1e1941a377 100644 --- a/extras/httpsrv/_cgifunc.prg +++ b/extras/httpsrv/_cgifunc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * uHTTPD (Micro HTTP server) cgi functions + * uHTTPD (Micro HTTP server) cgi functions * * Copyright 2009 Francesco Saverio Giudice - * 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. diff --git a/extras/httpsrv/_cookie.prg b/extras/httpsrv/_cookie.prg index 13c21e77bc..36fba7f214 100644 --- a/extras/httpsrv/_cookie.prg +++ b/extras/httpsrv/_cookie.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * uHTTPD (Micro HTTP server) cookie functions + * uHTTPD (Micro HTTP server) cookie functions * * Copyright 2009 Francesco Saverio Giudice - * 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. diff --git a/extras/httpsrv/_session.prg b/extras/httpsrv/_session.prg index c0e97236ac..4dc5edb391 100644 --- a/extras/httpsrv/_session.prg +++ b/extras/httpsrv/_session.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * uHTTPD (Micro HTTP server) session functions + * uHTTPD (Micro HTTP server) session functions * * Copyright 2009 Francesco Saverio Giudice - * 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. diff --git a/extras/httpsrv/modules/cookie.prg b/extras/httpsrv/modules/cookie.prg index 36347740fe..9497c29b5c 100644 --- a/extras/httpsrv/modules/cookie.prg +++ b/extras/httpsrv/modules/cookie.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * uHTTPD cookie example + * uHTTPD cookie example * * Copyright 2009 Francesco Saverio Giudice * www - http://www.harbour-project.org @@ -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. diff --git a/extras/httpsrv/modules/info.prg b/extras/httpsrv/modules/info.prg index 93ac0afc54..2152a12b22 100644 --- a/extras/httpsrv/modules/info.prg +++ b/extras/httpsrv/modules/info.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * uHTTPD info page + * uHTTPD info page * * Copyright 2009 Francesco Saverio Giudice * www - http://www.harbour-project.org @@ -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. diff --git a/extras/httpsrv/modules/showcounter.prg b/extras/httpsrv/modules/showcounter.prg index 1f6bac88af..c541866f86 100644 --- a/extras/httpsrv/modules/showcounter.prg +++ b/extras/httpsrv/modules/showcounter.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * simple image counter + * simple image counter * * Copyright 2009 Francesco Saverio Giudice * www - http://www.harbour-project.org @@ -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. diff --git a/extras/httpsrv/modules/tableservletdb.prg b/extras/httpsrv/modules/tableservletdb.prg index 92cb952174..d584ec4b17 100644 --- a/extras/httpsrv/modules/tableservletdb.prg +++ b/extras/httpsrv/modules/tableservletdb.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * xml table servlet + * xml table servlet * * Copyright 2009 Francesco Saverio Giudice * www - http://www.harbour-project.org @@ -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. diff --git a/extras/httpsrv/modules/testajax.prg b/extras/httpsrv/modules/testajax.prg index fed34afc3f..dd22603658 100644 --- a/extras/httpsrv/modules/testajax.prg +++ b/extras/httpsrv/modules/testajax.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * simple ajax responder + * simple ajax responder * * Copyright 2009 Francesco Saverio Giudice * www - http://www.harbour-project.org @@ -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. diff --git a/extras/httpsrv/uhttpd.prg b/extras/httpsrv/uhttpd.prg index 3e8aa3e5d7..9948510282 100644 --- a/extras/httpsrv/uhttpd.prg +++ b/extras/httpsrv/uhttpd.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * uHTTPD (Micro HTTP server) + * uHTTPD (Micro HTTP server) * * Copyright 2009 Francesco Saverio Giudice * Copyright 2008 Mindaugas Kavaliauskas (dbtopas at dbtopas.lt) - * www - http://harbour-project.org * * Credits: * Based on first version posted from Mindaugas Kavaliauskas on @@ -25,7 +23,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. diff --git a/extras/rddado/adordd.ch b/extras/rddado/adordd.ch index 48ac2bc630..597a8e0815 100644 --- a/extras/rddado/adordd.ch +++ b/extras/rddado/adordd.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * ADORDD - RDD to automatically manage Microsoft ADO * * Copyright 2007 Fernando Mancera and * 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 @@ -19,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. diff --git a/extras/rddado/adordd.prg b/extras/rddado/adordd.prg index 3f13f2ba9f..324fcae136 100644 --- a/extras/rddado/adordd.prg +++ b/extras/rddado/adordd.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * ADORDD - RDD to automatically manage Microsoft ADO * * Copyright 2007 Fernando Mancera and * Antonio Linares - * www - http://harbour-project.org * * Copyright 2007-2008 Miguel Angel Marchuet * ADO_GOTOID( nWA, nRecord ) @@ -26,7 +24,6 @@ * ADO_DROP( nRdd, cTable, cIndex, ulConnect ) * ADO_LOCATE( nWA, lContinue ) * - * www - 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 @@ -41,7 +38,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. diff --git a/extras/superlib/hbsuper.prg b/extras/superlib/hbsuper.prg index 6165f55902..478af4a6f3 100644 --- a/extras/superlib/hbsuper.prg +++ b/extras/superlib/hbsuper.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SuperLib rewritten parts * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/achoice.ch b/include/achoice.ch index 4cc7b004ac..157b0d7857 100644 --- a/include/achoice.ch +++ b/include/achoice.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for AChoice() function * * Copyright 1999 {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 @@ -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. diff --git a/include/assert.ch b/include/assert.ch index f93ddb0d62..c243c2d5e9 100644 --- a/include/assert.ch +++ b/include/assert.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file assertion macros * * Copyright 1999 {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 @@ -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. diff --git a/include/blob.ch b/include/blob.ch index 8581bcdbe5..573b61521b 100644 --- a/include/blob.ch +++ b/include/blob.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the RDD API Index OrderInfo and DBInfo support * * Copyright 2004 {list of individual authors and e-mail addresses} - * www - 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 @@ -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. diff --git a/include/box.ch b/include/box.ch index 4a216d84a3..84b107fc8e 100644 --- a/include/box.ch +++ b/include/box.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for box drawing * * Copyright 1999 {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 @@ -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. diff --git a/include/button.ch b/include/button.ch index dafe62128a..00ed3d1c7b 100644 --- a/include/button.ch +++ b/include/button.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for menu classes and related functions * * Copyright 1999 {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 @@ -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. diff --git a/include/clipdefs.h b/include/clipdefs.h index 529bd158cb..148e6b48fd 100644 --- a/include/clipdefs.h +++ b/include/clipdefs.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper base definitions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/color.ch b/include/color.ch index dab8c94ca2..bc0a8eb782 100644 --- a/include/color.ch +++ b/include/color.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for ColorSelect() function * * Copyright 1999 {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 @@ -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. diff --git a/include/common.ch b/include/common.ch index 8477bc670e..f0cc238280 100644 --- a/include/common.ch +++ b/include/common.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for common macros * * Copyright 1999 {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 @@ -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. diff --git a/include/dbedit.ch b/include/dbedit.ch index 7ec7b1ae48..d9797e43d7 100644 --- a/include/dbedit.ch +++ b/include/dbedit.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for dbEdit() function * * Copyright 1999 {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 @@ -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. diff --git a/include/dbinfo.ch b/include/dbinfo.ch index 01970b2d33..847edeb3eb 100644 --- a/include/dbinfo.ch +++ b/include/dbinfo.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the RDD API Index OrderInfo and DBInfo support * * 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 @@ -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. diff --git a/include/dbstruct.ch b/include/dbstruct.ch index 168f71b383..8d0e77ed0c 100644 --- a/include/dbstruct.ch +++ b/include/dbstruct.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for dbStruct() function. * * Copyright 1999 {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 @@ -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. diff --git a/include/directry.ch b/include/directry.ch index 5b44246983..45edf2ad82 100644 --- a/include/directry.ch +++ b/include/directry.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Directory() function * * Copyright 1999 {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 @@ -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. diff --git a/include/error.api b/include/error.api index f595b03933..0a68f2a66b 100644 --- a/include/error.api +++ b/include/error.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Error API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/error.ch b/include/error.ch index 8e29f8d6e4..6b72e688d7 100644 --- a/include/error.ch +++ b/include/error.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for error hanlding * * Copyright 1999 {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 @@ -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. diff --git a/include/extend.api b/include/extend.api index 3ffffdae53..bbc91a92f5 100644 --- a/include/extend.api +++ b/include/extend.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Extend API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/extend.h b/include/extend.h index b9a6cbb29c..125818dc4c 100644 --- a/include/extend.h +++ b/include/extend.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Extend System * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/fileio.ch b/include/fileio.ch index d11e3b0581..22d2d671cc 100644 --- a/include/fileio.ch +++ b/include/fileio.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for file management functions * * Copyright 1999 David G. Holm - * 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. diff --git a/include/filesys.api b/include/filesys.api index 7a0469cdda..1adec24bd6 100644 --- a/include/filesys.api +++ b/include/filesys.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Filesys API * * Copyright 1999 David G. Holm - * 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. diff --git a/include/fm.api b/include/fm.api index 96c977a928..a23302185e 100644 --- a/include/fm.api +++ b/include/fm.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Fixed Memory API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/getexit.ch b/include/getexit.ch index 194f5aeee4..dc827ae49b 100644 --- a/include/getexit.ch +++ b/include/getexit.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Get system * * Copyright 1999 {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 @@ -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. diff --git a/include/gt.api b/include/gt.api index e7564b86b0..75e1be3d34 100644 --- a/include/gt.api +++ b/include/gt.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Terminal API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hb.ch b/include/hb.ch index b5b11323fe..fac0df8ea2 100644 --- a/include/hb.ch +++ b/include/hb.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Main Harbour header * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hb_io.h b/include/hb_io.h index d9b364a99e..cb2753e756 100644 --- a/include/hb_io.h +++ b/include/hb_io.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * A platform indpendent include file to include unistd.h and/or io.h * * Copyright 2001 {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 @@ -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. diff --git a/include/hbapi.h b/include/hbapi.h index f87742e00f..d92c933b73 100644 --- a/include/hbapi.h +++ b/include/hbapi.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Extend API, Array API, misc API and base declarations * * 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 @@ -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. diff --git a/include/hbapicdp.h b/include/hbapicdp.h index c9b55d4be3..2f278ab48d 100644 --- a/include/hbapicdp.h +++ b/include/hbapicdp.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Header file for the CodePages API * * Copyright 2002 Alexander S.Kresin * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/include/hbapicls.h b/include/hbapicls.h index 2b526715e0..45e8f670f6 100644 --- a/include/hbapicls.h +++ b/include/hbapicls.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Harbour class API + * Harbour class API * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/hbapicom.h b/include/hbapicom.h index 4a77ffa465..b079c4b2d9 100644 --- a/include/hbapicom.h +++ b/include/hbapicom.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * serial communication functions and constant values + * serial communication functions and constant values * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/include/hbapidbg.h b/include/hbapidbg.h index ceaa79dc46..9ec6f0e560 100644 --- a/include/hbapidbg.h +++ b/include/hbapidbg.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * debugger C API + * debugger C API * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbapierr.h b/include/hbapierr.h index c3ebd73f16..7b4adf22d1 100644 --- a/include/hbapierr.h +++ b/include/hbapierr.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Error API * * 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 @@ -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. diff --git a/include/hbapifs.h b/include/hbapifs.h index 3152538456..ab45614c26 100644 --- a/include/hbapifs.h +++ b/include/hbapifs.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Filesys API * * Copyright 1999 David G. Holm - * 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. diff --git a/include/hbapigt.h b/include/hbapigt.h index affbcc0d87..c5a1b6a255 100644 --- a/include/hbapigt.h +++ b/include/hbapigt.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Terminal API * * Copyright 1999 {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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * Keyboard related declarations diff --git a/include/hbapiitm.h b/include/hbapiitm.h index 6bce8e2842..58ab8019d7 100644 --- a/include/hbapiitm.h +++ b/include/hbapiitm.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Item API * * 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 @@ -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. diff --git a/include/hbapilng.h b/include/hbapilng.h index bb597f883b..7cf8001336 100644 --- a/include/hbapilng.h +++ b/include/hbapilng.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Language API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbapirdd.h b/include/hbapirdd.h index 8e6f49df45..43512d06e8 100644 --- a/include/hbapirdd.h +++ b/include/hbapirdd.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the RDD API * * Copyright 1999 {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 @@ -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. diff --git a/include/hbapistr.h b/include/hbapistr.h index c3e21a5edb..142bafba54 100644 --- a/include/hbapistr.h +++ b/include/hbapistr.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * string API functions + * string API functions * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hbassert.h b/include/hbassert.h index ebe68055c5..14a7c1688e 100644 --- a/include/hbassert.h +++ b/include/hbassert.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * assert() wrapper + * assert() wrapper * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbatomic.h b/include/hbatomic.h index ca56414920..785f9f251a 100644 --- a/include/hbatomic.h +++ b/include/hbatomic.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * header file with functions for atomic operations + * header file with functions for atomic operations * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/include/hbbfish.h b/include/hbbfish.h index f2ec252973..9889157449 100644 --- a/include/hbbfish.h +++ b/include/hbbfish.h @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * This code implements BlowFish algorithm designed by Bruce Schneier. + * This code implements BlowFish algorithm designed by Bruce Schneier. * The description of BlowFish algorithm can be found at: * http://www.schneier.com/paper-blowfish-fse.html * This code uses for initial s-boxes and p-array values PI hex digits @@ -10,7 +9,6 @@ * http://www.schneier.com/code/constants.txt * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ * 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. diff --git a/include/hbcdpreg.h b/include/hbcdpreg.h index d05b7c7478..35efe19977 100644 --- a/include/hbcdpreg.h +++ b/include/hbcdpreg.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * code used to register new CP definition + * code used to register new CP definition * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hbchksum.h b/include/hbchksum.h index 0b3d45b09f..9fb2064b48 100644 --- a/include/hbchksum.h +++ b/include/hbchksum.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * header files for functions to calculate different checksums + * header files for functions to calculate different checksums * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbclass.ch b/include/hbclass.ch index f7947e7121..93d061fa11 100644 --- a/include/hbclass.ch +++ b/include/hbclass.ch @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Header file for Class commands * * Copyright 1999 Antonio Linares * Copyright 2006 Przemyslaw Czerpak * most of rules rewritten - * 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 @@ -20,7 +18,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. @@ -50,7 +48,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 ( ->07/2000 ) JF. Lefebvre & RA. Cuylen * Support for Class(y), TopClass and Visual Object compatibility diff --git a/include/hbcom.ch b/include/hbcom.ch index d60640a8a9..d6bb756bfe 100644 --- a/include/hbcom.ch +++ b/include/hbcom.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Serial communication include file + * Serial communication include file * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/include/hbcomp.h b/include/hbcomp.h index 3fb7973d21..f3b0f93b13 100644 --- a/include/hbcomp.h +++ b/include/hbcomp.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Harbour Compiler * * 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 @@ -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. diff --git a/include/hbcompdf.h b/include/hbcompdf.h index 2955d9c082..5c29367276 100644 --- a/include/hbcompdf.h +++ b/include/hbcompdf.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * definitions shared by compiler and macro compiler + * definitions shared by compiler and macro compiler * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/hbdate.h b/include/hbdate.h index c4370dbd76..26055dbd54 100644 --- a/include/hbdate.h +++ b/include/hbdate.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Date API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbdbf.h b/include/hbdbf.h index da4f9fc45d..98cd742066 100644 --- a/include/hbdbf.h +++ b/include/hbdbf.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DBF structures * * Copyright 1999 Bruno Cantero - * 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. diff --git a/include/hbdbferr.h b/include/hbdbferr.h index 259edad2ac..86b79fb4c1 100644 --- a/include/hbdbferr.h +++ b/include/hbdbferr.h @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * DBF error codes * * Copyright 2003 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/include/hbdebug.ch b/include/hbdebug.ch index 30cebf986a..36f6b521ee 100644 --- a/include/hbdebug.ch +++ b/include/hbdebug.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for debugger * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbdefs.h b/include/hbdefs.h index 91b42c7ea6..220d919449 100644 --- a/include/hbdefs.h +++ b/include/hbdefs.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for compiler and runtime basic type declarations * * Copyright 1999 {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 @@ -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. diff --git a/include/hbdyn.ch b/include/hbdyn.ch index 603049f821..c8f4ab6d4e 100644 --- a/include/hbdyn.ch +++ b/include/hbdyn.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Dynamic call (high-level header) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hberrors.h b/include/hberrors.h index 5676a18833..629f78da17 100644 --- a/include/hberrors.h +++ b/include/hberrors.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for compiler error codes * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbexpra.c b/include/hbexpra.c index 5365d60681..4d9e06e78b 100644 --- a/include/hbexpra.c +++ b/include/hbexpra.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler Expression Optimizer * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbexprb.c b/include/hbexprb.c index 21c0aae065..f8d72ef088 100644 --- a/include/hbexprb.c +++ b/include/hbexprb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler Expression Optimizer * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbexprop.h b/include/hbexprop.h index 2fca1044c4..7e441a8a01 100644 --- a/include/hbexprop.h +++ b/include/hbexprop.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Harbour Compiler * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbextcdp.ch b/include/hbextcdp.ch index 092537fcc0..658718a3b3 100644 --- a/include/hbextcdp.ch +++ b/include/hbextcdp.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * All HB_CODEPAGE_* externals. * (Compatibility header) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/include/hbextern.ch b/include/hbextern.ch index e0198ac769..961403df17 100644 --- a/include/hbextern.ch +++ b/include/hbextern.ch @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * The declarations for all harbour defined functions/procedures. * (Compatibility header) * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) * Copyright 1999 Ryszard Glab - * 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 @@ -20,7 +18,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. diff --git a/include/hbextlng.ch b/include/hbextlng.ch index 0715919738..2935adf557 100644 --- a/include/hbextlng.ch +++ b/include/hbextlng.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * All HB_LANG_* externals. * (Compatibility header) * * Copyright 2009 April White - * 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 @@ -19,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. diff --git a/include/hbfloat.h b/include/hbfloat.h index 4d4853ce81..3d6e30a87e 100644 --- a/include/hbfloat.h +++ b/include/hbfloat.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour floating point math macros * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hbgfx.ch b/include/hbgfx.ch index aceeef2f26..1b297d86a0 100644 --- a/include/hbgfx.ch +++ b/include/hbgfx.ch @@ -1,10 +1,7 @@ /* - * xHarbour Project source code: * GT Graphics functions * * Copyright 2004 Mauricio Abre - * www - http://www.xharbour.org - * 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 @@ -19,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. diff --git a/include/hbgfxdef.ch b/include/hbgfxdef.ch index c9280e3af2..dabf558d54 100644 --- a/include/hbgfxdef.ch +++ b/include/hbgfxdef.ch @@ -1,10 +1,7 @@ /* - * xHarbour Project source code: * GT Graphics definitions (HB_GFX_*) * * Copyright 2004 Mauricio Abre - * www - http://www.xharbour.org - * 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 @@ -19,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. diff --git a/include/hbgtcore.h b/include/hbgtcore.h index dc7594d53f..f25b5f92d8 100644 --- a/include/hbgtcore.h +++ b/include/hbgtcore.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Internal Terminal API * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/include/hbgtinfo.ch b/include/hbgtinfo.ch index b2a50226bd..2e1c6b5d0f 100644 --- a/include/hbgtinfo.ch +++ b/include/hbgtinfo.ch @@ -1,10 +1,7 @@ /* - * Harbour Project source code: * Header file for the GTINFO API * * Copyright 2004 Mauricio Abre - * www - http://www.xharbour.org - * 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 @@ -19,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. diff --git a/include/hbgtreg.h b/include/hbgtreg.h index 48857ebd77..436cfd9fa7 100644 --- a/include/hbgtreg.h +++ b/include/hbgtreg.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * code used to register GT driver + * code used to register GT driver * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hbhash.ch b/include/hbhash.ch index dfeca7a98a..765d6d5940 100644 --- a/include/hbhash.ch +++ b/include/hbhash.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for hash constants * * Copyright 1999 {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 @@ -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. diff --git a/include/hbhash.h b/include/hbhash.h index 2bfaecb10e..fe62f6932c 100644 --- a/include/hbhash.h +++ b/include/hbhash.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour common hash table implementation * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbhrb.ch b/include/hbhrb.ch index 9e84811936..a5352a42ad 100644 --- a/include/hbhrb.ch +++ b/include/hbhrb.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for dynmaic PCODE modules (HRB) options * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hbiniseg.h b/include/hbiniseg.h index 9f01b6f5d5..d3ab70b6ac 100644 --- a/include/hbiniseg.h +++ b/include/hbiniseg.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * startup code using special data segments + * startup code using special data segments * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This code uses MSC startup macros created by * Paul Tucker @@ -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. diff --git a/include/hbinit.h b/include/hbinit.h index 22deca2455..31c9a71ad2 100644 --- a/include/hbinit.h +++ b/include/hbinit.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for automatic static initialization * * 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 @@ -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. diff --git a/include/hbinkey.ch b/include/hbinkey.ch index d3a777d271..b97c1fbae2 100644 --- a/include/hbinkey.ch +++ b/include/hbinkey.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Inkey() function * * Copyright 2001 David G. Holm - * 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. diff --git a/include/hbiousr.ch b/include/hbiousr.ch index 0d44a241ce..e6605da107 100644 --- a/include/hbiousr.ch +++ b/include/hbiousr.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * IOUSRD - module to create new FILE IO redirectors at prg level + * IOUSRD - module to create new FILE IO redirectors at prg level * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/include/hbjson.h b/include/hbjson.h index 7586089708..749160c435 100644 --- a/include/hbjson.h +++ b/include/hbjson.h @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * JavaScript Object Notation (JSON) * * Copyright 2010 Mindaugas Kavaliauskas @@ -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. diff --git a/include/hblang.ch b/include/hblang.ch index a6bf1d0d88..fdc93e77cd 100644 --- a/include/hblang.ch +++ b/include/hblang.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for language API (Harbour Level) * * Copyright 2001-2002 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hblpp.ch b/include/hblpp.ch index abc1a5fd9d..70f1677698 100644 --- a/include/hblpp.ch +++ b/include/hblpp.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Length Prefix Protocol * * 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 @@ -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. diff --git a/include/hblpp.h b/include/hblpp.h index d02657d382..e4ca51db91 100644 --- a/include/hblpp.h +++ b/include/hblpp.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Length Prefix Protocol * * 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 @@ -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. diff --git a/include/hbmacro.ch b/include/hbmacro.ch index 268f457ceb..a1bbddbb42 100644 --- a/include/hbmacro.ch +++ b/include/hbmacro.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for macro related defines * * Copyright 2001-2002 {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 @@ -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. diff --git a/include/hbmacro.h b/include/hbmacro.h index 0693c5e9aa..59e534649c 100644 --- a/include/hbmacro.h +++ b/include/hbmacro.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Macro compiler * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbmath.ch b/include/hbmath.ch index 781c38b284..f5e3736263 100644 --- a/include/hbmath.ch +++ b/include/hbmath.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Header file for MATHDEFERRMODE function * * Copyright 2002 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel - * 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 @@ -19,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. diff --git a/include/hbmath.h b/include/hbmath.h index ce57b27646..66041a4f0f 100644 --- a/include/hbmath.h +++ b/include/hbmath.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Harbour math functions and API * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel - * 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 @@ -19,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. diff --git a/include/hbmather.h b/include/hbmather.h index 02faf97596..7c75b1df7e 100644 --- a/include/hbmather.h +++ b/include/hbmather.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Harbour math functions and API * * Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany * Author: Martin Vogel - * 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 @@ -19,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. diff --git a/include/hbmemory.ch b/include/hbmemory.ch index 3b123c7132..b7274efa58 100644 --- a/include/hbmemory.ch +++ b/include/hbmemory.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Memory() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbmemvar.ch b/include/hbmemvar.ch index e0f0e3b46a..c93dc18790 100644 --- a/include/hbmemvar.ch +++ b/include/hbmemvar.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for memory variable management * * Copyright 1999 Ryszard Glab - * 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. diff --git a/include/hbmsgreg.h b/include/hbmsgreg.h index d48ffbf983..2a109ace35 100644 --- a/include/hbmsgreg.h +++ b/include/hbmsgreg.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * code used to register new lang definition + * code used to register new lang definition * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hboo.ch b/include/hboo.ch index ff1c886f80..ac3d49e28a 100644 --- a/include/hboo.ch +++ b/include/hboo.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for low-level object engine * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 JF Lefebvre and RA Cuylen * Many enhancements (scopes, class methods) diff --git a/include/hbpcode.h b/include/hbpcode.h index a51333bdc0..2812f9528c 100644 --- a/include/hbpcode.h +++ b/include/hbpcode.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the PCODE declarations * * 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 @@ -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. diff --git a/include/hbpers.ch b/include/hbpers.ch index b19e48e2c4..71fbc82421 100644 --- a/include/hbpers.ch +++ b/include/hbpers.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour persistence commands * * Copyright 2001 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 @@ -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. diff --git a/include/hbpp.h b/include/hbpp.h index 34ea6f506e..608c57dd3a 100644 --- a/include/hbpp.h +++ b/include/hbpp.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/hbrddcdx.h b/include/hbrddcdx.h index 5cf53a83e3..f52a531e6c 100644 --- a/include/hbrddcdx.h +++ b/include/hbrddcdx.h @@ -3,7 +3,6 @@ * * Copyright 1999 Bruno Cantero * Copyright 2003 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/include/hbrdddbf.h b/include/hbrdddbf.h index 760ac01eb5..e38482eb78 100644 --- a/include/hbrdddbf.h +++ b/include/hbrdddbf.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DBF RDD module * * Copyright 1999 Bruno Cantero - * 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. diff --git a/include/hbrdddel.h b/include/hbrdddel.h index a9eb1ed9f1..babedcd523 100644 --- a/include/hbrdddel.h +++ b/include/hbrdddel.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * DELIM RDD + * DELIM RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/hbrddfpt.h b/include/hbrddfpt.h index cbbba76a9a..bb5208241d 100644 --- a/include/hbrddfpt.h +++ b/include/hbrddfpt.h @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * DBFFPT RDD * * Copyright 2003 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/include/hbrddnsx.h b/include/hbrddnsx.h index ce8b3c3365..69b676e079 100644 --- a/include/hbrddnsx.h +++ b/include/hbrddnsx.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DBFNSX RDD * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/include/hbrddntx.h b/include/hbrddntx.h index b63383a5c5..790d0e19a6 100644 --- a/include/hbrddntx.h +++ b/include/hbrddntx.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DBFNTX RDD * * Copyright 2000 Alexander Kresin - * 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. diff --git a/include/hbrddsdf.h b/include/hbrddsdf.h index c6608504a6..4cd178c3b8 100644 --- a/include/hbrddsdf.h +++ b/include/hbrddsdf.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * SDF RDD + * SDF RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/hbregex.h b/include/hbregex.h index 6eb7acbd68..2abb5f8902 100644 --- a/include/hbregex.h +++ b/include/hbregex.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbserial.ch b/include/hbserial.ch index f1bc4aa1e3..bc2ab0132e 100644 --- a/include/hbserial.ch +++ b/include/hbserial.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * header file for item serialization flags * * Copyright 2013 Przemyslaw Czerpak - * 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. diff --git a/include/hbset.h b/include/hbset.h index ed476e7e70..5ebd080857 100644 --- a/include/hbset.h +++ b/include/hbset.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Set API * * Copyright 1999-2003 David G. Holm - * 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. diff --git a/include/hbsetup.ch b/include/hbsetup.ch index 3a30a96453..2b13167e38 100644 --- a/include/hbsetup.ch +++ b/include/hbsetup.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for runtime configuration, common for Harbour and C level. * * Copyright 1999-2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbsetup.h b/include/hbsetup.h index bbcab1688a..4ff02cf598 100644 --- a/include/hbsetup.h +++ b/include/hbsetup.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Header file for compiler and runtime configuration * * Copyright 2000-2009 Viktor Szakats (vszakats.net/harbour) * Copyright 1999 Ryszard Glab - * 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 @@ -19,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. diff --git a/include/hbsix.ch b/include/hbsix.ch index 2b5c146052..81fbd34d7e 100644 --- a/include/hbsix.ch +++ b/include/hbsix.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * SIX compatible library PP rules + * SIX compatible library PP rules * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbsocket.ch b/include/hbsocket.ch index 284f1e05b5..762bae929d 100644 --- a/include/hbsocket.ch +++ b/include/hbsocket.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * socket related constant values + * socket related constant values * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hbsocket.h b/include/hbsocket.h index 7c2d9cf26c..7ca7d53c89 100644 --- a/include/hbsocket.h +++ b/include/hbsocket.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * socket C API + * socket C API * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/include/hbstack.h b/include/hbstack.h index 61fe6a615e..9dfe022773 100644 --- a/include/hbstack.h +++ b/include/hbstack.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The eval stack * * 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 @@ -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. diff --git a/include/hbstdgen.ch b/include/hbstdgen.ch index ec6bc134b5..16b4dd1ea4 100644 --- a/include/hbstdgen.ch +++ b/include/hbstdgen.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/hbstrict.ch b/include/hbstrict.ch index 872910e2e4..95b180382e 100644 --- a/include/hbstrict.ch +++ b/include/hbstrict.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for stricter syntax checking * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbsxdef.ch b/include/hbsxdef.ch index 1dd22edf43..7790a1a7b5 100644 --- a/include/hbsxdef.ch +++ b/include/hbsxdef.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * SIx3 compatible constants + * SIx3 compatible constants * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbsxfunc.h b/include/hbsxfunc.h index b7824938bb..d388f57bf1 100644 --- a/include/hbsxfunc.h +++ b/include/hbsxfunc.h @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: - * header file for SIX compatible functions + * header file for SIX compatible functions * * Copyright 2005 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/include/hbtask.h b/include/hbtask.h index ae90bc82b2..2f9038db64 100644 --- a/include/hbtask.h +++ b/include/hbtask.h @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * platform independent task system. It's used when when OS does not + * platform independent task system. It's used when when OS does not * support threads * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/include/hbthread.ch b/include/hbthread.ch index 88752d8f25..d776dd11ab 100644 --- a/include/hbthread.ch +++ b/include/hbthread.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * header file with MT mode constant values + * header file with MT mode constant values * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/include/hbthread.h b/include/hbthread.h index 25c3b00071..c83552dc4c 100644 --- a/include/hbthread.h +++ b/include/hbthread.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * header file with MT mode functions + * header file with MT mode functions * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/include/hbtrace.ch b/include/hbtrace.ch index 9b25581490..b93f7030d6 100644 --- a/include/hbtrace.ch +++ b/include/hbtrace.ch @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Header file with trace constants and PP rules * * Copyright 1999 Gonzalo Diethelm * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/include/hbtrace.h b/include/hbtrace.h index 08ff645240..5ccafabfca 100644 --- a/include/hbtrace.h +++ b/include/hbtrace.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for trace macros and functions. * * Copyright 1999 Gonzalo Diethelm - * 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. diff --git a/include/hbtypes.h b/include/hbtypes.h index f20799bcda..f016bb39ba 100644 --- a/include/hbtypes.h +++ b/include/hbtypes.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for typedef for maindllp.c * * Copyright 2001-2002 Luiz Rafael Culik - * 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. diff --git a/include/hbundoc.api b/include/hbundoc.api index fff50ddc50..35b49d3fd8 100644 --- a/include/hbundoc.api +++ b/include/hbundoc.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for undocumented C API functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbusrrdd.ch b/include/hbusrrdd.ch index 0603f1cbef..0faf75b770 100644 --- a/include/hbusrrdd.ch +++ b/include/hbusrrdd.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * USRRDD + * USRRDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/hbver.ch b/include/hbver.ch index 9465d3f3bb..b7f21c8acd 100644 --- a/include/hbver.ch +++ b/include/hbver.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for hb_Version() function * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbver.h b/include/hbver.h index 057bf183d0..3e351bd98f 100644 --- a/include/hbver.h +++ b/include/hbver.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for version information * * Copyright 1999 David G. Holm - * 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. diff --git a/include/hbvm.h b/include/hbvm.h index 0b7e201ee3..d1ac33e011 100644 --- a/include/hbvm.h +++ b/include/hbvm.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Virtual Machine API * * 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 @@ -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. diff --git a/include/hbvmint.h b/include/hbvmint.h index 9324b07486..e26b2a576e 100644 --- a/include/hbvmint.h +++ b/include/hbvmint.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header files to force macro inlining for HVM build * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/include/hbvmopt.h b/include/hbvmopt.h index 62393a69c8..650196e3f9 100644 --- a/include/hbvmopt.h +++ b/include/hbvmopt.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header files to force macro inlining for HVM build * * Copyright 2005 Przemyslaw Czerpak - * 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. diff --git a/include/hbvmpub.h b/include/hbvmpub.h index 765b8ec09a..14387754af 100644 --- a/include/hbvmpub.h +++ b/include/hbvmpub.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the generated C language source code * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbwince.h b/include/hbwince.h index 525d57b475..3abfab0c6d 100644 --- a/include/hbwince.h +++ b/include/hbwince.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbwinuni.h b/include/hbwinuni.h index 2b854ca02e..b4d005bb6e 100644 --- a/include/hbwinuni.h +++ b/include/hbwinuni.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows UNICODE helper macros * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/hbwmain.c b/include/hbwmain.c index bb13ee2aab..5c90cb3dfe 100644 --- a/include/hbwmain.c +++ b/include/hbwmain.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * WinMain() to main() wrapper + * WinMain() to main() wrapper * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/include/hbxvm.h b/include/hbxvm.h index 9f3f6ccb65..f38e6b814b 100644 --- a/include/hbxvm.h +++ b/include/hbxvm.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the Internal Terminal API * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/include/hbzlib.ch b/include/hbzlib.ch index e4589284ce..4fa0967faa 100644 --- a/include/hbzlib.ch +++ b/include/hbzlib.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ZIP header file * * Copyright 2008 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 @@ -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. diff --git a/include/hbzlib.h b/include/hbzlib.h index 201c4744e9..0299fd2517 100644 --- a/include/hbzlib.h +++ b/include/hbzlib.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * dynamic reference to ZLIB functions + * dynamic reference to ZLIB functions * * Copyright 2013 Przemyslaw Czerpak - * 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. diff --git a/include/hbznet.h b/include/hbznet.h index 915e8ce9b6..8869da0865 100644 --- a/include/hbznet.h +++ b/include/hbznet.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * ZLIB compression for Harbour stream sockets + * ZLIB compression for Harbour stream sockets * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/include/inkey.ch b/include/inkey.ch index 3f5b0c6ce9..e036cba26d 100644 --- a/include/inkey.ch +++ b/include/inkey.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Inkey() function * * Copyright 1999 {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 @@ -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. diff --git a/include/item.api b/include/item.api index d8e0a5b7c8..c865216f73 100644 --- a/include/item.api +++ b/include/item.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Item API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/memoedit.ch b/include/memoedit.ch index 9031fef747..9b843d88fe 100644 --- a/include/memoedit.ch +++ b/include/memoedit.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for MemoEdit() function * * Copyright 1999 {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 @@ -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. diff --git a/include/ord.ch b/include/ord.ch index 2834b8df11..3b6b4a09de 100644 --- a/include/ord.ch +++ b/include/ord.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the RDD API Index Order support * * 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 @@ -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. diff --git a/include/rdd.api b/include/rdd.api index 60b3fbc699..0bd6003f98 100644 --- a/include/rdd.api +++ b/include/rdd.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper RDD API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/include/rddsys.ch b/include/rddsys.ch index c35ac44396..263626cedf 100644 --- a/include/rddsys.ch +++ b/include/rddsys.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for the RDD system * * Copyright 1999 {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 @@ -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. diff --git a/include/reserved.ch b/include/reserved.ch index 6a6144c5b7..23aab18052 100644 --- a/include/reserved.ch +++ b/include/reserved.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file to help catch reserved keywords * * Copyright 1999 {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 @@ -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. diff --git a/include/set.ch b/include/set.ch index a98ead1421..e90efe2e93 100644 --- a/include/set.ch +++ b/include/set.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for Set() function * * Copyright 1999-2003 David G. Holm - * 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. diff --git a/include/setcurs.ch b/include/setcurs.ch index 48367f7cfb..e874eaff34 100644 --- a/include/setcurs.ch +++ b/include/setcurs.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for SetCursor() function * * Copyright 1999 {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 @@ -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. diff --git a/include/simpleio.ch b/include/simpleio.ch index 7fbe4a17b2..15edcb783f 100644 --- a/include/simpleio.ch +++ b/include/simpleio.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for stream I/O helper commands * * Copyright 1999 {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 @@ -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. diff --git a/include/std.ch b/include/std.ch index f41b02986a..91c93e2ec6 100644 --- a/include/std.ch +++ b/include/std.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/include/tbrowse.ch b/include/tbrowse.ch index ff3499eda9..fa02d63251 100644 --- a/include/tbrowse.ch +++ b/include/tbrowse.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header file for TBrowse() function * * Copyright 2002 {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 @@ -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. diff --git a/include/vm.api b/include/vm.api index af5be3d6ba..9aa6de5068 100644 --- a/include/vm.api +++ b/include/vm.api @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility header file for CA-Cl*pper Virtual Memory API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/big5.c b/src/codepage/big5.c index dd29ee855e..00eb7d6386 100644 --- a/src/codepage/big5.c +++ b/src/codepage/big5.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * BIG5 <-> UCS16 conversion tables + * BIG5 <-> UCS16 conversion tables * code generated automatically by tests/big5_gen.prg * * Copyright 2011 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/src/codepage/cp950.c b/src/codepage/cp950.c index b640abd3f0..a7dabbea7c 100644 --- a/src/codepage/cp950.c +++ b/src/codepage/cp950.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * CP950 <-> UCS16 conversion tables + * CP950 <-> UCS16 conversion tables * code generated automatically by tests/cp950gen.prg * * Copyright 2012 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/src/codepage/cp_950.c b/src/codepage/cp_950.c index 522a1d9f63..5e2ddebaa1 100644 --- a/src/codepage/cp_950.c +++ b/src/codepage/cp_950.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * example of Harbour codepage using CP950 encoding + * example of Harbour codepage using CP950 encoding * * Copyright 2011 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/src/codepage/cp_big5.c b/src/codepage/cp_big5.c index c6db9417b1..1505a0692a 100644 --- a/src/codepage/cp_big5.c +++ b/src/codepage/cp_big5.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * example of Harbour codepage using BIG5 encoding + * example of Harbour codepage using BIG5 encoding * * Copyright 2011 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/src/codepage/cp_gbk.c b/src/codepage/cp_gbk.c index 71bbcb56d9..1125838909 100644 --- a/src/codepage/cp_gbk.c +++ b/src/codepage/cp_gbk.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * National Collation Support Module (GBK) * * Copyright 2012 Dongming Wang * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/codepage/cp_tpl.c b/src/codepage/cp_tpl.c index a802c7784d..dcfffb4e3f 100644 --- a/src/codepage/cp_tpl.c +++ b/src/codepage/cp_tpl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (template) * * Copyright 2002 Alexander S.Kresin - * 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. diff --git a/src/codepage/cp_u16le.c b/src/codepage/cp_u16le.c index 245247e61b..978b596054 100644 --- a/src/codepage/cp_u16le.c +++ b/src/codepage/cp_u16le.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * example of Harbour codepage using UTF-16 little endian encoding + * example of Harbour codepage using UTF-16 little endian encoding * * Copyright 2011 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/src/codepage/cp_utf8.c b/src/codepage/cp_utf8.c index ef090f9978..0cd5fb6873 100644 --- a/src/codepage/cp_utf8.c +++ b/src/codepage/cp_utf8.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * example of Harbour codepage using UTF8 encoding + * example of Harbour codepage using UTF8 encoding * * Copyright 2011 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -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. diff --git a/src/codepage/cpbg866.c b/src/codepage/cpbg866.c index c899dbba11..f831935d42 100644 --- a/src/codepage/cpbg866.c +++ b/src/codepage/cpbg866.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (BG866) * * Copyright 1999-2005 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cpbgiso.c b/src/codepage/cpbgiso.c index 065b045fee..49f9d5c605 100644 --- a/src/codepage/cpbgiso.c +++ b/src/codepage/cpbgiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (BGISO) * * Copyright 1999-2005 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cpbgmik.c b/src/codepage/cpbgmik.c index 4d6cc75be5..fe508eb089 100644 --- a/src/codepage/cpbgmik.c +++ b/src/codepage/cpbgmik.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * National Collation Support Module (BGMIK) * * Copyright 2005 Rosen Vladimirov - * www - 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 @@ -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. diff --git a/src/codepage/cpbgwin.c b/src/codepage/cpbgwin.c index b6370da779..c95f2869c3 100644 --- a/src/codepage/cpbgwin.c +++ b/src/codepage/cpbgwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (BGWIN) * * Copyright 1999-2005 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cpcs852.c b/src/codepage/cpcs852.c index f18de2ec04..780799dd2e 100644 --- a/src/codepage/cpcs852.c +++ b/src/codepage/cpcs852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (CS852) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Czech collating sequence (CS852) done by Vojtech Obrdlik * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpcs852c.c b/src/codepage/cpcs852c.c index 2226555b63..d9c58b08c9 100644 --- a/src/codepage/cpcs852c.c +++ b/src/codepage/cpcs852c.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (CS852C) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpcsiso.c b/src/codepage/cpcsiso.c index c12da81e12..ae5c4e61df 100644 --- a/src/codepage/cpcsiso.c +++ b/src/codepage/cpcsiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (CSISO) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Czech collating sequence (CSISO) done by Vojtech Obrdlik * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpcskamc.c b/src/codepage/cpcskamc.c index b1f5ab9bfe..81923bac33 100644 --- a/src/codepage/cpcskamc.c +++ b/src/codepage/cpcskamc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (CSKAMC) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpcswin.c b/src/codepage/cpcswin.c index d9de90bf77..3edce83b66 100644 --- a/src/codepage/cpcswin.c +++ b/src/codepage/cpcswin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (CSWIN) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Czech collating sequence (CSWIN) done by Vojtech Obrdlik * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpde850.c b/src/codepage/cpde850.c index 964d500799..4ecf1db5ce 100644 --- a/src/codepage/cpde850.c +++ b/src/codepage/cpde850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (DE850) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpde850m.c b/src/codepage/cpde850m.c index 48422f1b6e..c35fab685c 100644 --- a/src/codepage/cpde850m.c +++ b/src/codepage/cpde850m.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (DE850M) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpdeiso.c b/src/codepage/cpdeiso.c index 79821dbd04..9cb91c84ec 100644 --- a/src/codepage/cpdeiso.c +++ b/src/codepage/cpdeiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (DEISO) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * v1.0 2003 Guenther Steiner * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpdewin.c b/src/codepage/cpdewin.c index f9af3e53fd..3070f54d6e 100644 --- a/src/codepage/cpdewin.c +++ b/src/codepage/cpdewin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (DEWIN) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * v1.0 2003 Guenther Steiner * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpdk865.c b/src/codepage/cpdk865.c index ac5d691d73..96725c4c97 100644 --- a/src/codepage/cpdk865.c +++ b/src/codepage/cpdk865.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module ( DK865 ) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpel437.c b/src/codepage/cpel437.c index afb51aae80..177f92af10 100644 --- a/src/codepage/cpel437.c +++ b/src/codepage/cpel437.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (EL437) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpel737.c b/src/codepage/cpel737.c index 6c697ba913..bc42130e6d 100644 --- a/src/codepage/cpel737.c +++ b/src/codepage/cpel737.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (EL737) * * Copyright 2004 Pete Dionisopoulos - * 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. diff --git a/src/codepage/cpeliso.c b/src/codepage/cpeliso.c index ea2cfa2245..48c7d53e29 100644 --- a/src/codepage/cpeliso.c +++ b/src/codepage/cpeliso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ELISO) * * Copyright 2004 Pete Dionisopoulos - * www - http://harbour-project.org * v1.0 2004 Panayotis (Pete) Dionysopoulos * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpelwin.c b/src/codepage/cpelwin.c index c599b7c3eb..cdd27068ae 100644 --- a/src/codepage/cpelwin.c +++ b/src/codepage/cpelwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ELWIN) * * Copyright 2004 Pete Dionisopoulos - * www - http://harbour-project.org * v1.0 2004 Panayotis (Pete) Dionysopoulos * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpes850.c b/src/codepage/cpes850.c index 3ef055fb35..9f235cd276 100644 --- a/src/codepage/cpes850.c +++ b/src/codepage/cpes850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ES850 - Modern Spanish) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * Spanish Windows support by Antonio Linares * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpes850c.c b/src/codepage/cpes850c.c index bc314343f2..f50e031ffb 100644 --- a/src/codepage/cpes850c.c +++ b/src/codepage/cpes850c.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ES850C) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpes850m.c b/src/codepage/cpes850m.c index ec9e4ee56e..654e526e00 100644 --- a/src/codepage/cpes850m.c +++ b/src/codepage/cpes850m.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ES850M) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpesiso.c b/src/codepage/cpesiso.c index 95926eb797..b1926621e8 100644 --- a/src/codepage/cpesiso.c +++ b/src/codepage/cpesiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ESISO - Modern Spanish) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * Spanish Windows support by Antonio Linares * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpesmwin.c b/src/codepage/cpesmwin.c index 28620b5394..c7fd670c14 100644 --- a/src/codepage/cpesmwin.c +++ b/src/codepage/cpesmwin.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * National Collation Support Module (ESMWIN - Modern Spanish) * (COMPATIBILITY - Use ESWIN or ESISO instead.) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Spanish Windows support by Antonio Linares * * This program is free software; you can redistribute it and/or modify @@ -20,7 +18,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. diff --git a/src/codepage/cpeswin.c b/src/codepage/cpeswin.c index d9dd92d44f..debf010463 100644 --- a/src/codepage/cpeswin.c +++ b/src/codepage/cpeswin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ESWIN - Modern Spanish) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Spanish Windows support by Antonio Linares * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpfi850.c b/src/codepage/cpfi850.c index 360b2fdf01..876fdcb2c4 100644 --- a/src/codepage/cpfi850.c +++ b/src/codepage/cpfi850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (FI850) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpfr850.c b/src/codepage/cpfr850.c index a8fd58e46b..64003ef0e5 100644 --- a/src/codepage/cpfr850.c +++ b/src/codepage/cpfr850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (FR850) * * Copyright 2015 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/cpfr850c.c b/src/codepage/cpfr850c.c index b0a42f5418..00376839f1 100644 --- a/src/codepage/cpfr850c.c +++ b/src/codepage/cpfr850c.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (FR850C) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpfr850m.c b/src/codepage/cpfr850m.c index c41330bd2d..65e59c20a3 100644 --- a/src/codepage/cpfr850m.c +++ b/src/codepage/cpfr850m.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (FR850M) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpfriso.c b/src/codepage/cpfriso.c index 1b8a912175..4b76d6fd09 100644 --- a/src/codepage/cpfriso.c +++ b/src/codepage/cpfriso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (FRISO) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cpfrwin.c b/src/codepage/cpfrwin.c index c203cf96d3..940be5c29e 100644 --- a/src/codepage/cpfrwin.c +++ b/src/codepage/cpfrwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (FRWIN) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cphe862.c b/src/codepage/cphe862.c index 9dd76e9cb3..4f46606f58 100644 --- a/src/codepage/cphe862.c +++ b/src/codepage/cphe862.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HE862) * * Copyright 2012 {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 @@ -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. diff --git a/src/codepage/cphewin.c b/src/codepage/cphewin.c index d15853abe7..47684ed19b 100644 --- a/src/codepage/cphewin.c +++ b/src/codepage/cphewin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HEWIN) * * Copyright 2012 {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 @@ -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. diff --git a/src/codepage/cphr646.c b/src/codepage/cphr646.c index bfae471256..09d1be2378 100644 --- a/src/codepage/cphr646.c +++ b/src/codepage/cphr646.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HR646) * * Copyright 2003 Vlado Miholic - * 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. diff --git a/src/codepage/cphr852.c b/src/codepage/cphr852.c index cb48943597..18e92f04fa 100644 --- a/src/codepage/cphr852.c +++ b/src/codepage/cphr852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HR852) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * 2003 Mitja Podgornik * 2003 Vlado Miholic * @@ -20,7 +18,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. diff --git a/src/codepage/cphriso.c b/src/codepage/cphriso.c index 116e72cda6..981fd0da30 100644 --- a/src/codepage/cphriso.c +++ b/src/codepage/cphriso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HRISO) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * 2003 Mitja Podgornik * 2003 Vlado Miholic * @@ -20,7 +18,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. diff --git a/src/codepage/cphrwin.c b/src/codepage/cphrwin.c index 282ce2d2b7..21aa165de4 100644 --- a/src/codepage/cphrwin.c +++ b/src/codepage/cphrwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HRWIN) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * 2003 Mitja Podgornik * 2003 Vlado Miholic * @@ -20,7 +18,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. diff --git a/src/codepage/cphu852.c b/src/codepage/cphu852.c index 5d84d59c79..7cd59c4fe0 100644 --- a/src/codepage/cphu852.c +++ b/src/codepage/cphu852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HU852) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cphu852c.c b/src/codepage/cphu852c.c index cf90aad287..da2d2e5f51 100644 --- a/src/codepage/cphu852c.c +++ b/src/codepage/cphu852c.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HU852C) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cphuiso.c b/src/codepage/cphuiso.c index ff13dbe87e..16fdb5fffc 100644 --- a/src/codepage/cphuiso.c +++ b/src/codepage/cphuiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HUISO) * * Copyright 1999-2005 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cphuwin.c b/src/codepage/cphuwin.c index 9e3ce48bc3..02e74df100 100644 --- a/src/codepage/cphuwin.c +++ b/src/codepage/cphuwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (HUWIN) * * Copyright 1999-2005 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cpis850.c b/src/codepage/cpis850.c index a6a9789605..eee4b2b8c3 100644 --- a/src/codepage/cpis850.c +++ b/src/codepage/cpis850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (IS850) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpis861.c b/src/codepage/cpis861.c index 123345a43b..bbfa6d112e 100644 --- a/src/codepage/cpis861.c +++ b/src/codepage/cpis861.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (IS861) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpit437.c b/src/codepage/cpit437.c index 87fe56f5c8..863117f834 100644 --- a/src/codepage/cpit437.c +++ b/src/codepage/cpit437.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * National Collation Support Module (IT437) * * Copyright 2004 Maurilio Longo - @@ -17,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. diff --git a/src/codepage/cpit850.c b/src/codepage/cpit850.c index 073c66d0f5..cffbce0921 100644 --- a/src/codepage/cpit850.c +++ b/src/codepage/cpit850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (IT850) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpit850m.c b/src/codepage/cpit850m.c index 98eafa8627..a14ff6e6ad 100644 --- a/src/codepage/cpit850m.c +++ b/src/codepage/cpit850m.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (IT850M) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpitisb.c b/src/codepage/cpitisb.c index 93bb5f5c06..574f34ff09 100644 --- a/src/codepage/cpitisb.c +++ b/src/codepage/cpitisb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ITISB) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Spanish MS-DOS support by Antonio Linares * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpitiso.c b/src/codepage/cpitiso.c index 0d5e3326e0..59b46f2dfc 100644 --- a/src/codepage/cpitiso.c +++ b/src/codepage/cpitiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ITISO) * * Copyright 2002 Alexander S.Kresin - * 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. diff --git a/src/codepage/cpitwin.c b/src/codepage/cpitwin.c index 23b5f8bdd8..7b9dda4dc9 100644 --- a/src/codepage/cpitwin.c +++ b/src/codepage/cpitwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ITWIN) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cplt775.c b/src/codepage/cplt775.c index 2911b84f94..a0891aba8c 100644 --- a/src/codepage/cplt775.c +++ b/src/codepage/cplt775.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (LT775) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Lithuanian collation sequence * 2010, by Mindaugas Kavaliauskas * @@ -20,7 +18,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. diff --git a/src/codepage/cpltwin.c b/src/codepage/cpltwin.c index 704cf51527..23929d0a33 100644 --- a/src/codepage/cpltwin.c +++ b/src/codepage/cpltwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (LTWIN) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Lithuanian collation sequence * 2003, by Mindaugas Kavaliauskas * @@ -20,7 +18,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. diff --git a/src/codepage/cpnl850.c b/src/codepage/cpnl850.c index 84a1464b89..f642b4f6cb 100644 --- a/src/codepage/cpnl850.c +++ b/src/codepage/cpnl850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (NL850) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpnl850m.c b/src/codepage/cpnl850m.c index a3d6e2d86c..5311e41923 100644 --- a/src/codepage/cpnl850m.c +++ b/src/codepage/cpnl850m.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (NL850M) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpno865.c b/src/codepage/cpno865.c index 74e42c2c4d..d23c9c1119 100644 --- a/src/codepage/cpno865.c +++ b/src/codepage/cpno865.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (NO865) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cppl852.c b/src/codepage/cppl852.c index 1df245167c..6ec295f971 100644 --- a/src/codepage/cppl852.c +++ b/src/codepage/cppl852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (PL852) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Polish collating sequence (PL852) CP852 done by Jacek Kubica * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cppliso.c b/src/codepage/cppliso.c index 40077d8cce..d82e0522f6 100644 --- a/src/codepage/cppliso.c +++ b/src/codepage/cppliso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (PLISO) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Polish collating sequence (PLISO) done by Jacek Kubica * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpplmaz.c b/src/codepage/cpplmaz.c index c33e3abd1e..d767a2ba55 100644 --- a/src/codepage/cpplmaz.c +++ b/src/codepage/cpplmaz.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (PLMAZ) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Polish collating sequence (PLMAZ) Mazovia done by Jacek Kubica * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpplwin.c b/src/codepage/cpplwin.c index 29f0b07550..56d6d8bc76 100644 --- a/src/codepage/cpplwin.c +++ b/src/codepage/cpplwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (PLWIN) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Polish collating sequence (PLWIN) done by Przemyslaw Czerpak * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cppt850.c b/src/codepage/cppt850.c index 29b311550f..be9d11cc5a 100644 --- a/src/codepage/cppt850.c +++ b/src/codepage/cppt850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (PT850) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Portuguese collating sequence (PT850) done * by Luiz Rafael Culik Guimaraes * @@ -20,7 +18,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. diff --git a/src/codepage/cppt860.c b/src/codepage/cppt860.c index dfec3abd26..58523d710c 100644 --- a/src/codepage/cppt860.c +++ b/src/codepage/cppt860.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (PT860) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpptiso.c b/src/codepage/cpptiso.c index 7d853e48bf..a3855f6e59 100644 --- a/src/codepage/cpptiso.c +++ b/src/codepage/cpptiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (PTISO) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * Portuguese collating sequence (PTISO) done * by Przemyslaw Czerpak * @@ -20,7 +18,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. diff --git a/src/codepage/cpro852.c b/src/codepage/cpro852.c index 155e08ab6c..af0e631333 100644 --- a/src/codepage/cpro852.c +++ b/src/codepage/cpro852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (RO852) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cproiso.c b/src/codepage/cproiso.c index 3265cb039e..0cacf4daea 100644 --- a/src/codepage/cproiso.c +++ b/src/codepage/cproiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ROISO) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cprowin.c b/src/codepage/cprowin.c index 1d0e7fe73a..31007c0f99 100644 --- a/src/codepage/cprowin.c +++ b/src/codepage/cprowin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (ROWIN) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/cpru1251.c b/src/codepage/cpru1251.c index ebfcc74f5a..cd0fca73ec 100644 --- a/src/codepage/cpru1251.c +++ b/src/codepage/cpru1251.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (RUWIN) * * Copyright 2002 Alexander S.Kresin - * 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. diff --git a/src/codepage/cpru866.c b/src/codepage/cpru866.c index fab51830ec..0fbe65c9a2 100644 --- a/src/codepage/cpru866.c +++ b/src/codepage/cpru866.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (RU866) * * Copyright 2002 Alexander S.Kresin - * 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. diff --git a/src/codepage/cpruiso.c b/src/codepage/cpruiso.c index 724cd109b9..ce128b6672 100644 --- a/src/codepage/cpruiso.c +++ b/src/codepage/cpruiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (RUISO) * * Copyright 2002 Alexander S.Kresin - * 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. diff --git a/src/codepage/cprukoi8.c b/src/codepage/cprukoi8.c index de32e848b5..88f8b771bd 100644 --- a/src/codepage/cprukoi8.c +++ b/src/codepage/cprukoi8.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (RUKOI8) * * Copyright 2002 Alexander S.Kresin - * 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. diff --git a/src/codepage/cpsk852.c b/src/codepage/cpsk852.c index 6ff85fe4cc..af99e5755c 100644 --- a/src/codepage/cpsk852.c +++ b/src/codepage/cpsk852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SK852) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpsk852c.c b/src/codepage/cpsk852c.c index 25401c0ce4..874296357b 100644 --- a/src/codepage/cpsk852c.c +++ b/src/codepage/cpsk852c.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SK852C) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpskiso.c b/src/codepage/cpskiso.c index d8097b6ecf..aafbabb642 100644 --- a/src/codepage/cpskiso.c +++ b/src/codepage/cpskiso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SKISO) * * Copyright 2007-2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpskkamc.c b/src/codepage/cpskkamc.c index 868091083e..91878e337e 100644 --- a/src/codepage/cpskkamc.c +++ b/src/codepage/cpskkamc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SKKAMC) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpskwin.c b/src/codepage/cpskwin.c index 461098dca1..6a0d1cc443 100644 --- a/src/codepage/cpskwin.c +++ b/src/codepage/cpskwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SKWIN) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpsl646.c b/src/codepage/cpsl646.c index 9b2ecc58aa..97053c1af2 100644 --- a/src/codepage/cpsl646.c +++ b/src/codepage/cpsl646.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SL646) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * 2003 Mitja Podgornik * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpsl852.c b/src/codepage/cpsl852.c index 81b4b389a3..5537318b81 100644 --- a/src/codepage/cpsl852.c +++ b/src/codepage/cpsl852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SL852) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * 2003 Mitja Podgornik * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpsliso.c b/src/codepage/cpsliso.c index 484d6ae297..f148e5de1d 100644 --- a/src/codepage/cpsliso.c +++ b/src/codepage/cpsliso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SLISO) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * 2003 Mitja Podgornik * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpslwin.c b/src/codepage/cpslwin.c index 10dfa19a8b..02d6ca6cfb 100644 --- a/src/codepage/cpslwin.c +++ b/src/codepage/cpslwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SLWIN) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * 2003 Mitja Podgornik * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpsr646.c b/src/codepage/cpsr646.c index 07b6f1c13c..e90c6d614b 100644 --- a/src/codepage/cpsr646.c +++ b/src/codepage/cpsr646.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SR646) * * Copyright 2011 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/cpsr646c.c b/src/codepage/cpsr646c.c index 9ee5855a8a..0517a6a95f 100644 --- a/src/codepage/cpsr646c.c +++ b/src/codepage/cpsr646c.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SR646C) * * Copyright 2011 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/cpsrwin.c b/src/codepage/cpsrwin.c index 15ae4a655b..b657c97a44 100644 --- a/src/codepage/cpsrwin.c +++ b/src/codepage/cpsrwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SRWIN) * * Copyright 2002 Alexander S.Kresin - * www - http://harbour-project.org * SERBIAN collating sequence done by Srdjan Dragojlovic * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpsv437c.c b/src/codepage/cpsv437c.c index 433b40499d..eb4277deb0 100644 --- a/src/codepage/cpsv437c.c +++ b/src/codepage/cpsv437c.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SVCLIP - Clipper compatible) * * Copyright 2006 Klas Engwall - * 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. diff --git a/src/codepage/cpsv850.c b/src/codepage/cpsv850.c index 563087e839..1cbf49198f 100644 --- a/src/codepage/cpsv850.c +++ b/src/codepage/cpsv850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SV850) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpsv850m.c b/src/codepage/cpsv850m.c index b2824cc3e1..8c2a61e24e 100644 --- a/src/codepage/cpsv850m.c +++ b/src/codepage/cpsv850m.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SV850M) * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * * This file is generated automatically by cpinfo.prg */ diff --git a/src/codepage/cpsviso.c b/src/codepage/cpsviso.c index 1497dc85f9..6f5712bdb9 100644 --- a/src/codepage/cpsviso.c +++ b/src/codepage/cpsviso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SVISO) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * Copyright 2006 Klas Engwall * * This program is free software; you can redistribute it and/or modify @@ -19,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. diff --git a/src/codepage/cpsvwin.c b/src/codepage/cpsvwin.c index 98e30ec787..c4911e5156 100644 --- a/src/codepage/cpsvwin.c +++ b/src/codepage/cpsvwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (SVWIN) * * Copyright 2006 Klas Engwall - * 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. diff --git a/src/codepage/cptr857.c b/src/codepage/cptr857.c index e6a3440a7c..bf3b75c128 100644 --- a/src/codepage/cptr857.c +++ b/src/codepage/cptr857.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (TR857) * * Copyright 2006 Bicahi Esgici - * 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. diff --git a/src/codepage/cptriso.c b/src/codepage/cptriso.c index 7fd9a14557..312da56023 100644 --- a/src/codepage/cptriso.c +++ b/src/codepage/cptriso.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (TRISO) * * Copyright 2006 Bicahi Esgici - * 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. diff --git a/src/codepage/cptrwin.c b/src/codepage/cptrwin.c index 9af47d9fa7..b7e9944cde 100644 --- a/src/codepage/cptrwin.c +++ b/src/codepage/cptrwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (TRWIN) * * Copyright 2006 Bicahi Esgici - * 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. diff --git a/src/codepage/cpua1125.c b/src/codepage/cpua1125.c index 434c422ca5..55e90716d0 100644 --- a/src/codepage/cpua1125.c +++ b/src/codepage/cpua1125.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (UA1125) * * Copyright 2009 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/src/codepage/cpua1251.c b/src/codepage/cpua1251.c index 8a5d0dc3a8..c5ec8f2d8e 100644 --- a/src/codepage/cpua1251.c +++ b/src/codepage/cpua1251.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (UA1251) * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/src/codepage/cpua866.c b/src/codepage/cpua866.c index 3ddedf68e1..63f34dd9be 100644 --- a/src/codepage/cpua866.c +++ b/src/codepage/cpua866.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (UA866) * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/src/codepage/cpuakoi8.c b/src/codepage/cpuakoi8.c index 7011e48b52..764a1a1d57 100644 --- a/src/codepage/cpuakoi8.c +++ b/src/codepage/cpuakoi8.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * National Collation Support Module (UAKOI8) * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/src/codepage/uc037.c b/src/codepage/uc037.c index f3b7d3fcd6..c3e4c62cc1 100644 --- a/src/codepage/uc037.c +++ b/src/codepage/uc037.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM037 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc1006.c b/src/codepage/uc1006.c index 6d510128d3..02e5d76534 100644 --- a/src/codepage/uc1006.c +++ b/src/codepage/uc1006.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM1006 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc1026.c b/src/codepage/uc1026.c index ac6137ae2a..2736eca388 100644 --- a/src/codepage/uc1026.c +++ b/src/codepage/uc1026.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM1026 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc1125.c b/src/codepage/uc1125.c index 960f0743a3..40c5c31bda 100644 --- a/src/codepage/uc1125.c +++ b/src/codepage/uc1125.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * DOS Ukrainian (RUSCII) cp1125 <-> Unicode conversion table * * Copyright 2009 Pavel Tsarenko - * www - 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 @@ -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. diff --git a/src/codepage/uc1250.c b/src/codepage/uc1250.c index f6a3d2c0f2..759f896228 100644 --- a/src/codepage/uc1250.c +++ b/src/codepage/uc1250.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1250 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc1251.c b/src/codepage/uc1251.c index 26d56a2235..6c45a77f5b 100644 --- a/src/codepage/uc1251.c +++ b/src/codepage/uc1251.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1251 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc1252.c b/src/codepage/uc1252.c index d51fc6a80f..2e2c701eed 100644 --- a/src/codepage/uc1252.c +++ b/src/codepage/uc1252.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1252 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc1253.c b/src/codepage/uc1253.c index 0175bde6ce..d79198f6e5 100644 --- a/src/codepage/uc1253.c +++ b/src/codepage/uc1253.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1253 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc1254.c b/src/codepage/uc1254.c index 6b365570ff..07cf5df093 100644 --- a/src/codepage/uc1254.c +++ b/src/codepage/uc1254.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1254 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc1255.c b/src/codepage/uc1255.c index 50f7c7ff84..1c5642a9ac 100644 --- a/src/codepage/uc1255.c +++ b/src/codepage/uc1255.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1255 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc1256.c b/src/codepage/uc1256.c index bb84734ab8..58b0eef846 100644 --- a/src/codepage/uc1256.c +++ b/src/codepage/uc1256.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1256 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc1257.c b/src/codepage/uc1257.c index debcec4469..1c04272256 100644 --- a/src/codepage/uc1257.c +++ b/src/codepage/uc1257.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1257 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc1258.c b/src/codepage/uc1258.c index 66e9297c78..eec160692d 100644 --- a/src/codepage/uc1258.c +++ b/src/codepage/uc1258.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows-1258 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc16def.c b/src/codepage/uc16def.c index 81b0159d9d..9b24d88dde 100644 --- a/src/codepage/uc16def.c +++ b/src/codepage/uc16def.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Unicode character tables + * Unicode character tables * code generated automatically by tests/uc_gen.prg * * Copyright 2012 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/src/codepage/uc424.c b/src/codepage/uc424.c index 49845e6893..260ce31152 100644 --- a/src/codepage/uc424.c +++ b/src/codepage/uc424.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM424 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc500.c b/src/codepage/uc500.c index 265d22b895..b154d35647 100644 --- a/src/codepage/uc500.c +++ b/src/codepage/uc500.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM500 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc646_yu.c b/src/codepage/uc646_yu.c index 11395725ff..a7e2f5c1e6 100644 --- a/src/codepage/uc646_yu.c +++ b/src/codepage/uc646_yu.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * JUS I.B1.002 / ISO-646-YU / YUSCII / CROSCII / SLOSCII <-> Unicode conversion table * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc646yuc.c b/src/codepage/uc646yuc.c index 2365023356..423d92feb5 100644 --- a/src/codepage/uc646yuc.c +++ b/src/codepage/uc646yuc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * JUS I.B1.003 (Cyrillic script variant of ISO-646-YU for Serbian and Macedonian language) * <-> Unicode conversion table * * Copyright 2011 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/codepage/uc737.c b/src/codepage/uc737.c index 55f9454643..ec3cff2cec 100644 --- a/src/codepage/uc737.c +++ b/src/codepage/uc737.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM737 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc775.c b/src/codepage/uc775.c index 4d2ca54789..43d1e0389e 100644 --- a/src/codepage/uc775.c +++ b/src/codepage/uc775.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM775 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc850.c b/src/codepage/uc850.c index c183361171..8432a699d0 100644 --- a/src/codepage/uc850.c +++ b/src/codepage/uc850.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM850 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc852.c b/src/codepage/uc852.c index 5b301b4daf..134361897a 100644 --- a/src/codepage/uc852.c +++ b/src/codepage/uc852.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM852 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc855.c b/src/codepage/uc855.c index 91b34c6da3..2b9d339444 100644 --- a/src/codepage/uc855.c +++ b/src/codepage/uc855.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM855 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc856.c b/src/codepage/uc856.c index 8511791d7e..b10e92a400 100644 --- a/src/codepage/uc856.c +++ b/src/codepage/uc856.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM856 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc857.c b/src/codepage/uc857.c index ff5e0a788f..1fc401a5fc 100644 --- a/src/codepage/uc857.c +++ b/src/codepage/uc857.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM857 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc858.c b/src/codepage/uc858.c index 0d9b17fd92..e04440a15e 100644 --- a/src/codepage/uc858.c +++ b/src/codepage/uc858.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM858 <-> Unicode conversion table * * Copyright 2011 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc860.c b/src/codepage/uc860.c index 348e0a8c68..f85e484056 100644 --- a/src/codepage/uc860.c +++ b/src/codepage/uc860.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM860 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc861.c b/src/codepage/uc861.c index 2169363aa1..c29e50beb4 100644 --- a/src/codepage/uc861.c +++ b/src/codepage/uc861.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM861 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc862.c b/src/codepage/uc862.c index f4b8a35a2a..2e283b8b87 100644 --- a/src/codepage/uc862.c +++ b/src/codepage/uc862.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM862 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc863.c b/src/codepage/uc863.c index d8abfe02b7..74b4663123 100644 --- a/src/codepage/uc863.c +++ b/src/codepage/uc863.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM863 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc864.c b/src/codepage/uc864.c index 437315db96..4405dbb28a 100644 --- a/src/codepage/uc864.c +++ b/src/codepage/uc864.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM864 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc865.c b/src/codepage/uc865.c index a68c417633..35413892dc 100644 --- a/src/codepage/uc865.c +++ b/src/codepage/uc865.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM865 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc866.c b/src/codepage/uc866.c index a77d0807d5..743a342be6 100644 --- a/src/codepage/uc866.c +++ b/src/codepage/uc866.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM866 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc869.c b/src/codepage/uc869.c index 2b0f7ef166..306e5056f1 100644 --- a/src/codepage/uc869.c +++ b/src/codepage/uc869.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM869 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc874.c b/src/codepage/uc874.c index b4aae19b7a..b3de172e6d 100644 --- a/src/codepage/uc874.c +++ b/src/codepage/uc874.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM874 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc875.c b/src/codepage/uc875.c index eaa72c41f8..5df0dbacb9 100644 --- a/src/codepage/uc875.c +++ b/src/codepage/uc875.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IBM875 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc885910.c b/src/codepage/uc885910.c index 85e69e818e..e4b00ea916 100644 --- a/src/codepage/uc885910.c +++ b/src/codepage/uc885910.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-10 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc885911.c b/src/codepage/uc885911.c index e39938450f..3a103af4d6 100644 --- a/src/codepage/uc885911.c +++ b/src/codepage/uc885911.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-11 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc885913.c b/src/codepage/uc885913.c index 3b6c148650..a5312e7a38 100644 --- a/src/codepage/uc885913.c +++ b/src/codepage/uc885913.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-13 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc885914.c b/src/codepage/uc885914.c index e7f98911b2..ca15b36696 100644 --- a/src/codepage/uc885914.c +++ b/src/codepage/uc885914.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-14 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc885915.c b/src/codepage/uc885915.c index b879fe7b55..6cd4f0b6c3 100644 --- a/src/codepage/uc885915.c +++ b/src/codepage/uc885915.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-15 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc885916.c b/src/codepage/uc885916.c index d43e4d2415..825d328926 100644 --- a/src/codepage/uc885916.c +++ b/src/codepage/uc885916.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-16 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc88591b.c b/src/codepage/uc88591b.c index 7be0c33b09..699888b02d 100644 --- a/src/codepage/uc88591b.c +++ b/src/codepage/uc88591b.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-1b <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc8859_1.c b/src/codepage/uc8859_1.c index ccc30786ed..b09f3f87e1 100644 --- a/src/codepage/uc8859_1.c +++ b/src/codepage/uc8859_1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-1 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc8859_2.c b/src/codepage/uc8859_2.c index 14592d5164..ea803d76ec 100644 --- a/src/codepage/uc8859_2.c +++ b/src/codepage/uc8859_2.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-2 <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/uc8859_3.c b/src/codepage/uc8859_3.c index 5a810ec817..c7d17f6794 100644 --- a/src/codepage/uc8859_3.c +++ b/src/codepage/uc8859_3.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-3 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc8859_4.c b/src/codepage/uc8859_4.c index af3b75e2f6..f9ae940873 100644 --- a/src/codepage/uc8859_4.c +++ b/src/codepage/uc8859_4.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-4 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc8859_5.c b/src/codepage/uc8859_5.c index 8351328af6..72b2e1dfa0 100644 --- a/src/codepage/uc8859_5.c +++ b/src/codepage/uc8859_5.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-5 <-> Unicode conversion table * * Copyright 1999-2005 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc8859_6.c b/src/codepage/uc8859_6.c index 101debdc03..3ebbdb3eba 100644 --- a/src/codepage/uc8859_6.c +++ b/src/codepage/uc8859_6.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-6 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc8859_7.c b/src/codepage/uc8859_7.c index 902c1a8728..2a03ec1ed7 100644 --- a/src/codepage/uc8859_7.c +++ b/src/codepage/uc8859_7.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-7 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc8859_8.c b/src/codepage/uc8859_8.c index 05a9af7b29..0009a3d06d 100644 --- a/src/codepage/uc8859_8.c +++ b/src/codepage/uc8859_8.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-8 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uc8859_9.c b/src/codepage/uc8859_9.c index 2adaa77f40..1e385012e2 100644 --- a/src/codepage/uc8859_9.c +++ b/src/codepage/uc8859_9.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ISO-8859-9 <-> Unicode conversion table * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucascii.c b/src/codepage/ucascii.c index 64c398848d..df87ef8977 100644 --- a/src/codepage/ucascii.c +++ b/src/codepage/ucascii.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * US-ASCII <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucatari.c b/src/codepage/ucatari.c index cd97e713e2..41800c8d5e 100644 --- a/src/codepage/ucatari.c +++ b/src/codepage/ucatari.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ATARIST <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/uckam.c b/src/codepage/uckam.c index 2bea59cb67..9724d82924 100644 --- a/src/codepage/uckam.c +++ b/src/codepage/uckam.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Czech and Slovak Kamenicky <-> Unicode conversion table * * Copyright 2006 Vojtech Obrdlik * adapted from David Kozub - http://linux.fjfi.cvut.cz/%7Ezub/cp895/ - * 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 @@ -19,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. diff --git a/src/codepage/uckoi8.c b/src/codepage/uckoi8.c index 57e326709e..5bc53b99be 100644 --- a/src/codepage/uckoi8.c +++ b/src/codepage/uckoi8.c @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * KOI8 <-> Unicode conversion table * * * Copyright 2003 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/codepage/uckoi8u.c b/src/codepage/uckoi8u.c index 525c383cac..c1a004de77 100644 --- a/src/codepage/uckoi8u.c +++ b/src/codepage/uckoi8u.c @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: * KOI8-U <-> Unicode conversion table * * * Copyright 2004 Pavel Tsarenko - * www - 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 @@ -19,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. diff --git a/src/codepage/ucmacce.c b/src/codepage/ucmacce.c index 5c25adda7e..7c24b9dca7 100644 --- a/src/codepage/ucmacce.c +++ b/src/codepage/ucmacce.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mac-10029 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucmaccyr.c b/src/codepage/ucmaccyr.c index c9e5b5ba26..0fe33e621e 100644 --- a/src/codepage/ucmaccyr.c +++ b/src/codepage/ucmaccyr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mac-10007 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucmacgrk.c b/src/codepage/ucmacgrk.c index 91bdf1e3c2..25f824bb90 100644 --- a/src/codepage/ucmacgrk.c +++ b/src/codepage/ucmacgrk.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mac-10006 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucmacice.c b/src/codepage/ucmacice.c index 3a1490bff0..4a7567debf 100644 --- a/src/codepage/ucmacice.c +++ b/src/codepage/ucmacice.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mac-10079 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucmacrom.c b/src/codepage/ucmacrom.c index c3a17970f4..6a748de1e1 100644 --- a/src/codepage/ucmacrom.c +++ b/src/codepage/ucmacrom.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mac-10000 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucmactrk.c b/src/codepage/ucmactrk.c index 69d83a80a3..95ab000015 100644 --- a/src/codepage/ucmactrk.c +++ b/src/codepage/ucmactrk.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mac-10081 <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/ucmaz.c b/src/codepage/ucmaz.c index 08da0fd461..6a33949c5f 100644 --- a/src/codepage/ucmaz.c +++ b/src/codepage/ucmaz.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mazowia <-> Unicode conversion table * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/codepage/ucmik.c b/src/codepage/ucmik.c index 9cd6f2ec5d..7ae11f280d 100644 --- a/src/codepage/ucmik.c +++ b/src/codepage/ucmik.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Bulgarian MIK <--> Unicode conversion table * * Copyright 2005 Phil Krylov - * www - 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 @@ -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. diff --git a/src/codepage/ucnext.c b/src/codepage/ucnext.c index 5100e091a2..55952f111f 100644 --- a/src/codepage/ucnext.c +++ b/src/codepage/ucnext.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * NEXTSTEP <-> Unicode conversion table * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/codepage/utf8sort.c b/src/codepage/utf8sort.c index 38e95cfca7..f2c277ef45 100644 --- a/src/codepage/utf8sort.c +++ b/src/codepage/utf8sort.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * simple unicode sort table + * simple unicode sort table * * Copyright 2012 Przemyslaw Czerpak - * 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. diff --git a/src/common/expropt1.c b/src/common/expropt1.c index 3f59fa86b3..5f532724e5 100644 --- a/src/common/expropt1.c +++ b/src/common/expropt1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler Expression Optimizer - common expressions * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/common/expropt2.c b/src/common/expropt2.c index 0643de8c81..316762224c 100644 --- a/src/common/expropt2.c +++ b/src/common/expropt2.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler Expression Optimizer - reducing expressions * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/common/funcid.c b/src/common/funcid.c index f18bf3ca65..44aa041453 100644 --- a/src/common/funcid.c +++ b/src/common/funcid.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * get function identifier + * get function identifier * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/src/common/hbarch.c b/src/common/hbarch.c index e69deb1462..d9599e8523 100644 --- a/src/common/hbarch.c +++ b/src/common/hbarch.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: - * Architecture dependent conversions + * Architecture dependent conversions * * Copyright 2005 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/src/common/hbdate.c b/src/common/hbdate.c index e427ed4ac4..48acfb86e0 100644 --- a/src/common/hbdate.c +++ b/src/common/hbdate.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Date conversion module * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * hb_dateEncStr() diff --git a/src/common/hbffind.c b/src/common/hbffind.c index e7eb45f422..192c046f99 100644 --- a/src/common/hbffind.c +++ b/src/common/hbffind.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Harbour File Find API (C level) * * Copyright 2001-2002 Luiz Rafael Culik * Copyright 2001-2002 Viktor Szakats (vszakats.net/harbour) * Copyright 2001-2002 Paul Tucker - * 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 @@ -20,7 +18,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. diff --git a/src/common/hbfopen.c b/src/common/hbfopen.c index 3e4ec5ae39..5cd8cc4ac4 100644 --- a/src/common/hbfopen.c +++ b/src/common/hbfopen.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/common/hbfsapi.c b/src/common/hbfsapi.c index 8baa2e95fc..f063ef159c 100644 --- a/src/common/hbfsapi.c +++ b/src/common/hbfsapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour common FileSys API (accessed from standalone utilities and the RTL) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/common/hbgete.c b/src/common/hbgete.c index 9f81aa3ae7..45d728624d 100644 --- a/src/common/hbgete.c +++ b/src/common/hbgete.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * environment variables access * * Copyright 2001-2002 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 @@ -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. diff --git a/src/common/hbhash.c b/src/common/hbhash.c index 78ba976df4..bd30e6947d 100644 --- a/src/common/hbhash.c +++ b/src/common/hbhash.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour simple hash table implementation * * Copyright 1999-2002 Ryszard Glab - * 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. diff --git a/src/common/hbmem.c b/src/common/hbmem.c index 6f0a674f5b..953be9140f 100644 --- a/src/common/hbmem.c +++ b/src/common/hbmem.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_xmemcpy(), hb_xmemset() * * Copyright 1999 David G. Holm - * 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. diff --git a/src/common/hbprintf.c b/src/common/hbprintf.c index 7cc22b8d2d..2c67a46cf7 100644 --- a/src/common/hbprintf.c +++ b/src/common/hbprintf.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_sprintf() function. * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/src/common/hbstr.c b/src/common/hbstr.c index 20fd50e0f4..e3f8250902 100644 --- a/src/common/hbstr.c +++ b/src/common/hbstr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour common string functions (accessed from standalone utilities and the RTL) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * hb_stricmp() diff --git a/src/common/hbstrbm.c b/src/common/hbstrbm.c index 7c1cc244e8..cf4f72f592 100644 --- a/src/common/hbstrbm.c +++ b/src/common/hbstrbm.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Turbo Boyer-Moore (Crochemore) string search * Based on this code: * http://www-igm.univ-mlv.fr/~lecroq/string/node15.html @@ -7,7 +6,6 @@ * Christian Charras, Thierry Lecroq * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -22,7 +20,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. diff --git a/src/common/hbtrace.c b/src/common/hbtrace.c index 94d399bb17..02ee3ffb29 100644 --- a/src/common/hbtrace.c +++ b/src/common/hbtrace.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Tracing functions. * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) * Copyright 1999 Gonzalo Diethelm - * 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 @@ -19,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. diff --git a/src/common/hbverdsp.c b/src/common/hbverdsp.c index 1459074ce1..5652c4fc88 100644 --- a/src/common/hbverdsp.c +++ b/src/common/hbverdsp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Display build information * * Copyright 1999-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/common/hbwin.c b/src/common/hbwin.c index cd9dbefe8a..d692b374a1 100644 --- a/src/common/hbwin.c +++ b/src/common/hbwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows UNICODE conversion functions * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/common/hbwince.c b/src/common/hbwince.c index e80b8f50bb..b29c8b7d29 100644 --- a/src/common/hbwince.c +++ b/src/common/hbwince.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * Wrapper functions for WinCE + * Wrapper functions for WinCE * * Some ideas and partially source code of functions * like GetEnvironmentVariableA() taken from ruby @@ -11,7 +10,6 @@ * the whole contents. * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -26,7 +24,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. diff --git a/src/common/strwild.c b/src/common/strwild.c index c786ad2379..882f0c45f9 100644 --- a/src/common/strwild.c +++ b/src/common/strwild.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * wildcards / file match functions + * wildcards / file match functions * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/compiler/cmdcheck.c b/src/compiler/cmdcheck.c index 99b44f4430..710966fca0 100644 --- a/src/compiler/cmdcheck.c +++ b/src/compiler/cmdcheck.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler command line and environment parameters checking * * Copyright 2015 Przemyslaw Czerpak - * 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. diff --git a/src/compiler/compi18n.c b/src/compiler/compi18n.c index 92bdf5f5e6..e5fa7b75b4 100644 --- a/src/compiler/compi18n.c +++ b/src/compiler/compi18n.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * i18n support in Harbour compiler * * Copyright 2008 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 @@ -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. diff --git a/src/compiler/complex.c b/src/compiler/complex.c index a42d9c3680..38973dd03a 100644 --- a/src/compiler/complex.c +++ b/src/compiler/complex.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * compiler lexer which converts PP tokens to the ones which + * compiler lexer which converts PP tokens to the ones which * grammar parser generated by bison can understand * * Copyright 2006 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/compiler/genc.c b/src/compiler/genc.c index b7f38041b8..d2f19a311d 100644 --- a/src/compiler/genc.c +++ b/src/compiler/genc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler C source generation * * 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 @@ -18,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/src/compiler/gencc.c b/src/compiler/gencc.c index 789f7be732..1504fdc6d1 100644 --- a/src/compiler/gencc.c +++ b/src/compiler/gencc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler C source with real code generation * * Copyright 2006-2009 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/src/compiler/genhrb.c b/src/compiler/genhrb.c index 0827db7358..52549b8a4a 100644 --- a/src/compiler/genhrb.c +++ b/src/compiler/genhrb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler Harbour Portable Object (.hrb) generation * * Copyright 1999 Eddie Runia - * www - http://harbour-project.org * * Copyright 2007 Przemyslaw Czerpak * rewritten to work on memory buffers and with new compiler code @@ -21,7 +19,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/src/compiler/hbcmplib.c b/src/compiler/hbcmplib.c index 9f34767fa1..9d6514e012 100644 --- a/src/compiler/hbcmplib.c +++ b/src/compiler/hbcmplib.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * HB_COMPILE() - compiler interface + * HB_COMPILE() - compiler interface * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/compiler/hbcomp.c b/src/compiler/hbcomp.c index 8a45b631ca..d9e370ac32 100644 --- a/src/compiler/hbcomp.c +++ b/src/compiler/hbcomp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * allocate/free new compiler context + * allocate/free new compiler context * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/compiler/hbdbginf.c b/src/compiler/hbdbginf.c index 36ae31aa65..37ffaac80c 100644 --- a/src/compiler/hbdbginf.c +++ b/src/compiler/hbdbginf.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * generate line information for debugger * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/src/compiler/hbdead.c b/src/compiler/hbdead.c index 974e4dfee3..6adfc1820b 100644 --- a/src/compiler/hbdead.c +++ b/src/compiler/hbdead.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * dead (unaccessible) PCODE eliminator * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/src/compiler/hbfix.c b/src/compiler/hbfix.c index 9b9191bdab..c9813a2424 100644 --- a/src/compiler/hbfix.c +++ b/src/compiler/hbfix.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler main file * * Copyright 2000 Ryszard Glab - * 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. diff --git a/src/compiler/hbfunchk.c b/src/compiler/hbfunchk.c index 410a43d92d..50d19fb36b 100644 --- a/src/compiler/hbfunchk.c +++ b/src/compiler/hbfunchk.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compile time RTL argument checking * * Copyright 1999 Jose Lalin - * 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/). * */ diff --git a/src/compiler/hbgenerr.c b/src/compiler/hbgenerr.c index 5238efba6c..6520348805 100644 --- a/src/compiler/hbgenerr.c +++ b/src/compiler/hbgenerr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler parse errors & warnings messages * * Copyright 1999 {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 @@ -18,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/src/compiler/hbident.c b/src/compiler/hbident.c index bb00432d29..ca68a3f21b 100644 --- a/src/compiler/hbident.c +++ b/src/compiler/hbident.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The cache for identifiers * * Copyright 1999 Ryszard Glab - * 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/). * */ diff --git a/src/compiler/hblbl.c b/src/compiler/hblbl.c index 8a82ed042e..4e1484ffe9 100644 --- a/src/compiler/hblbl.c +++ b/src/compiler/hblbl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * generate table with jump labels * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/src/compiler/hbmain.c b/src/compiler/hbmain.c index 3130116e72..53bf326521 100644 --- a/src/compiler/hbmain.c +++ b/src/compiler/hbmain.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler main file * * 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 @@ -18,10 +16,9 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 RonPinkas * hb_compPrepareJumps() diff --git a/src/compiler/hbopt.c b/src/compiler/hbopt.c index a245b468a0..d4f697c71b 100644 --- a/src/compiler/hbopt.c +++ b/src/compiler/hbopt.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Compiler PCODE optimizer + * Compiler PCODE optimizer * * Copyright 2007 Przemyslaw Czerpak * Copyright 2008 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 @@ -19,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. diff --git a/src/compiler/hbpcode.c b/src/compiler/hbpcode.c index a38f4a8acc..f79d4bb648 100644 --- a/src/compiler/hbpcode.c +++ b/src/compiler/hbpcode.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler PCode generation functions * * Copyright 1999 {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 @@ -18,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/src/compiler/hbstripl.c b/src/compiler/hbstripl.c index 3924dd3fde..f3e8833522 100644 --- a/src/compiler/hbstripl.c +++ b/src/compiler/hbstripl.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Strip multiple HB_P_LINE PCODEs which can appear after dead code * and dummy jumps elimination * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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 @@ -19,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. diff --git a/src/compiler/hbusage.c b/src/compiler/hbusage.c index 5abd4a3151..7ab909325e 100644 --- a/src/compiler/hbusage.c +++ b/src/compiler/hbusage.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compile help & info related functions * * Copyright 1999-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/compiler/ppcomp.c b/src/compiler/ppcomp.c index 9838cf37c3..61cd7864a9 100644 --- a/src/compiler/ppcomp.c +++ b/src/compiler/ppcomp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compiler C source with real code generation * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/src/hbextern/hbextern.prg b/src/hbextern/hbextern.prg index b1e147bcee..29ada4c31e 100644 --- a/src/hbextern/hbextern.prg +++ b/src/hbextern/hbextern.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * library with all function binding available for .prg code + * library with all function binding available for .prg code * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/src/macro/macrolex.c b/src/macro/macrolex.c index 5e89da1042..03fd597918 100644 --- a/src/macro/macrolex.c +++ b/src/macro/macrolex.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * small and MT safe lexer for macro compiler + * small and MT safe lexer for macro compiler * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/main/harbour.c b/src/main/harbour.c index 4419e9934e..26670c8243 100644 --- a/src/main/harbour.c +++ b/src/main/harbour.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/nortl/nortl.c b/src/nortl/nortl.c index e6d760fead..0b2d36ae6d 100644 --- a/src/nortl/nortl.c +++ b/src/nortl/nortl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/pp/hbpp.c b/src/pp/hbpp.c index 6088627bd4..87b4ff8519 100644 --- a/src/pp/hbpp.c +++ b/src/pp/hbpp.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * preprocessor static rules generator. + * preprocessor static rules generator. * It creates .c file with tables for defines/[x]translates/[x]commands * found in given .ch or .prg file * * Copyright 2006 Przemyslaw Czerpak - * 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 @@ -20,7 +18,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. diff --git a/src/pp/ppcore.c b/src/pp/ppcore.c index 3da8431cc2..6c68867293 100644 --- a/src/pp/ppcore.c +++ b/src/pp/ppcore.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Clipper compatible preprocessor + * Clipper compatible preprocessor * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/pp/pplib.c b/src/pp/pplib.c index 29c05cf8e6..3a074e1e07 100644 --- a/src/pp/pplib.c +++ b/src/pp/pplib.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * .prg interface to preprocessor + * .prg interface to preprocessor * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/pp/pplib2.c b/src/pp/pplib2.c index 6768564f4d..3103b9e037 100644 --- a/src/pp/pplib2.c +++ b/src/pp/pplib2.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * .prg interface to preprocessor + * .prg interface to preprocessor * __pp_StdRules() function * intentionally in separate file to not force linking * standard PP rules table when user does not need them * * Copyright 2006 Przemyslaw Czerpak - * 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 @@ -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. diff --git a/src/rdd/dbcmd.c b/src/rdd/dbcmd.c index 56e7005ef6..d82b49a111 100644 --- a/src/rdd/dbcmd.c +++ b/src/rdd/dbcmd.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Base RDD module * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/dbcmd53.c b/src/rdd/dbcmd53.c index f42afec6f3..cea5ffdfc5 100644 --- a/src/rdd/dbcmd53.c +++ b/src/rdd/dbcmd53.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Base RDD module * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/dbcmdhb.c b/src/rdd/dbcmdhb.c index 1b2f7bfddf..63c2595c86 100644 --- a/src/rdd/dbcmdhb.c +++ b/src/rdd/dbcmdhb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour extension RDD APIs * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rdd/dbdelim.prg b/src/rdd/dbdelim.prg index afacdaa5ec..9506b8b6be 100644 --- a/src/rdd/dbdelim.prg +++ b/src/rdd/dbdelim.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Copies the contents of a database to a delimited text file. * Appends the contents of a delimited text file to a database. * * Copyright 2001-2003 David G. Holm - * www - http://harbour-project.org * APPEND FROM code submitted by Marco Braida * * Copyright 2006 Przemyslaw Czerpak @@ -24,7 +22,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. diff --git a/src/rdd/dbdetach.c b/src/rdd/dbdetach.c index fdf877d5eb..dcfd622491 100644 --- a/src/rdd/dbdetach.c +++ b/src/rdd/dbdetach.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * .prg functions for workarea detaching + * .prg functions for workarea detaching * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/dbdrop.c b/src/rdd/dbdrop.c index a44a251d83..ec4bdea676 100644 --- a/src/rdd/dbdrop.c +++ b/src/rdd/dbdrop.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * dbDrop() Harbour extension. * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/dbexists.c b/src/rdd/dbexists.c index 0dcc0837e1..2fc766a5ab 100644 --- a/src/rdd/dbexists.c +++ b/src/rdd/dbexists.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * dbExists() Harbour extension. * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/dbf1.c b/src/rdd/dbf1.c index f01add1572..79254c5193 100644 --- a/src/rdd/dbf1.c +++ b/src/rdd/dbf1.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * DBF RDD module * * Copyright 1999 Bruno Cantero * Copyright 2003-2015 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/dbfcdx/dbfcdx1.c b/src/rdd/dbfcdx/dbfcdx1.c index 32cd228a22..1431dca375 100644 --- a/src/rdd/dbfcdx/dbfcdx1.c +++ b/src/rdd/dbfcdx/dbfcdx1.c @@ -1,5 +1,4 @@ /* - * xHarbour Project source code: * DBFCDX RDD (ver.2) * * Copyright 1999-2002 Bruno Cantero @@ -7,7 +6,6 @@ * Copyright 2003 Przemyslaw Czerpak - all code except * hb_cdxTagDoIndex and related hb_cdxSort* rewritten. * Copyright 2004 Przemyslaw Czerpak - rest of code rewritten - * www - 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 @@ -22,7 +20,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. diff --git a/src/rdd/dbfcdx/sixcdx1.c b/src/rdd/dbfcdx/sixcdx1.c index 23d6b8be3f..f5ab393a5f 100644 --- a/src/rdd/dbfcdx/sixcdx1.c +++ b/src/rdd/dbfcdx/sixcdx1.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * SIXCDX RDD * * Copyright 2005 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/src/rdd/dbffpt/dbffpt1.c b/src/rdd/dbffpt/dbffpt1.c index d62c8c7d43..9f4f9c357c 100644 --- a/src/rdd/dbffpt/dbffpt1.c +++ b/src/rdd/dbffpt/dbffpt1.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * DBFFPT RDD * * Copyright 2003 Przemyslaw Czerpak - * www - http://www.xharbour.org * * The SIX memo conversion algorithms and some piece of code taken from * DBFCDX and DBFFPT @@ -23,7 +21,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. diff --git a/src/rdd/dbfnsx/dbfnsx1.c b/src/rdd/dbfnsx/dbfnsx1.c index b1f2141898..54bcd546b2 100644 --- a/src/rdd/dbfnsx/dbfnsx1.c +++ b/src/rdd/dbfnsx/dbfnsx1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DBFNSX RDD * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/dbfntx/dbfntx1.c b/src/rdd/dbfntx/dbfntx1.c index 5674b43f71..01d447e046 100644 --- a/src/rdd/dbfntx/dbfntx1.c +++ b/src/rdd/dbfntx/dbfntx1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DBFNTX RDD * * Copyright 1999 Bruno Cantero - * 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. diff --git a/src/rdd/dbjoin.prg b/src/rdd/dbjoin.prg index 13ed39a409..d730e70381 100644 --- a/src/rdd/dbjoin.prg +++ b/src/rdd/dbjoin.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __dbJoin() function * * Copyright 2005 Pavel Tsarenko - * 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. diff --git a/src/rdd/dblist.prg b/src/rdd/dblist.prg index 197c1f4741..d32045f6eb 100644 --- a/src/rdd/dblist.prg +++ b/src/rdd/dblist.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __dbList() function * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rdd/dbnubs.c b/src/rdd/dbnubs.c index 565e766665..3c058c290b 100644 --- a/src/rdd/dbnubs.c +++ b/src/rdd/dbnubs.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Internal versions for database version (Clipper undocumented) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rdd/dbrename.c b/src/rdd/dbrename.c index 783d2421c6..a0ad6173b4 100644 --- a/src/rdd/dbrename.c +++ b/src/rdd/dbrename.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * dbRename() Harbour extension. * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/dbsdf.prg b/src/rdd/dbsdf.prg index 83e2966fdd..6050556460 100644 --- a/src/rdd/dbsdf.prg +++ b/src/rdd/dbsdf.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Copies the contents of a database to an SDF text file. * Appends the contents of an SDF text file to a database. * * Copyright 2001-2002 David G. Holm - * www - http://harbour-project.org * * Copyright 2006 Przemyslaw Czerpak * function __dbSDF() replaced by the new one which uses @@ -23,7 +21,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. diff --git a/src/rdd/dbsort.prg b/src/rdd/dbsort.prg index 4da6c70b37..09882f886b 100644 --- a/src/rdd/dbsort.prg +++ b/src/rdd/dbsort.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __dbSort() function * * Copyright 2000 Bruno Cantero - * 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. diff --git a/src/rdd/dbsql.c b/src/rdd/dbsql.c index 7468552db0..7a86e133f9 100644 --- a/src/rdd/dbsql.c +++ b/src/rdd/dbsql.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak * Copyright 2007 Lorenzo Fiorini - * 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 @@ -19,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. diff --git a/src/rdd/dbstrux.prg b/src/rdd/dbstrux.prg index 832e18eca4..9bab2d5fab 100644 --- a/src/rdd/dbstrux.prg +++ b/src/rdd/dbstrux.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __dbCopyStruct(), __dbCopyXStruct(), __dbCreate() functions * * Copyright 1999 {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 @@ -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. diff --git a/src/rdd/dbstruxu.prg b/src/rdd/dbstruxu.prg index 018592b788..a87bd87df0 100644 --- a/src/rdd/dbstruxu.prg +++ b/src/rdd/dbstruxu.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __FLedit() undocumented function * * Copyright 1999 {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 @@ -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. diff --git a/src/rdd/dbtotal.prg b/src/rdd/dbtotal.prg index 30af1db0c7..79fcbc224f 100644 --- a/src/rdd/dbtotal.prg +++ b/src/rdd/dbtotal.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __DBTOTAL FUNCTION * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rdd/dbupdat.prg b/src/rdd/dbupdat.prg index 24329e72b8..0b4c9ad29d 100644 --- a/src/rdd/dbupdat.prg +++ b/src/rdd/dbupdat.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __dbUpdate() function * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rdd/delim1.c b/src/rdd/delim1.c index 060cda9199..1fb66daf8e 100644 --- a/src/rdd/delim1.c +++ b/src/rdd/delim1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * DELIM RDD + * DELIM RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/fieldhb.c b/src/rdd/fieldhb.c index 1ac3c24c15..ea0cafad57 100644 --- a/src/rdd/fieldhb.c +++ b/src/rdd/fieldhb.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * FieldLen(), FieldDec(), FieldType() Harbour extensions. * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/hbsix/sxcompat.prg b/src/rdd/hbsix/sxcompat.prg index 877ec180d1..821846099f 100644 --- a/src/rdd/hbsix/sxcompat.prg +++ b/src/rdd/hbsix/sxcompat.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * sxChar() * sxNum() * sxDate() @@ -34,7 +33,6 @@ * sx_VFGet() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -49,7 +47,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. diff --git a/src/rdd/hbsix/sxcompr.c b/src/rdd/hbsix/sxcompr.c index b9c2714131..663c6a2efb 100644 --- a/src/rdd/hbsix/sxcompr.c +++ b/src/rdd/hbsix/sxcompr.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * hb_LZSSxCompressMem() * hb_LZSSxDecompressMem() * hb_LZSSxCompressFile() @@ -12,7 +11,6 @@ * _SX_STRCOMPRESS * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -27,7 +25,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. diff --git a/src/rdd/hbsix/sxcrypt.c b/src/rdd/hbsix/sxcrypt.c index 8170758340..d357978937 100644 --- a/src/rdd/hbsix/sxcrypt.c +++ b/src/rdd/hbsix/sxcrypt.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * hb_sxEnCrypt() * hb_sxDeCrypt() * @@ -8,7 +7,6 @@ * sx_Decrypt() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -23,7 +21,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. diff --git a/src/rdd/hbsix/sxdate.c b/src/rdd/hbsix/sxdate.c index dc8929b6f9..db43035d79 100644 --- a/src/rdd/hbsix/sxdate.c +++ b/src/rdd/hbsix/sxdate.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * hb_sxDtoP() * hb_sxPtoD() * @@ -8,7 +7,6 @@ * sx_PToD() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -23,7 +21,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. diff --git a/src/rdd/hbsix/sxfname.c b/src/rdd/hbsix/sxfname.c index c685db636f..039f2f9b56 100644 --- a/src/rdd/hbsix/sxfname.c +++ b/src/rdd/hbsix/sxfname.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * SIX compatible function: + * SIX compatible function: * sx_FNameParser() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/hbsix/sxini.prg b/src/rdd/hbsix/sxini.prg index 85a372a2c4..2a45b6c006 100644 --- a/src/rdd/hbsix/sxini.prg +++ b/src/rdd/hbsix/sxini.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * _sx_IniInit() * sx_IniHeader() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -20,7 +18,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. diff --git a/src/rdd/hbsix/sxord.c b/src/rdd/hbsix/sxord.c index 8d83db5866..d2fabdaf5b 100644 --- a/src/rdd/hbsix/sxord.c +++ b/src/rdd/hbsix/sxord.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * SIX compatible function: + * SIX compatible function: * sx_TagOrder() * * sx_TagNo() * sx_Freeze() @@ -35,7 +34,6 @@ * sx_SortOption() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -50,7 +48,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. diff --git a/src/rdd/hbsix/sxredir.c b/src/rdd/hbsix/sxredir.c index 4c6afe69c1..ac2f4a4de0 100644 --- a/src/rdd/hbsix/sxredir.c +++ b/src/rdd/hbsix/sxredir.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * SIX compatible function: + * SIX compatible function: * sx_FindRec() * sx_ClearOrder() * sx_SetTrig() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -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. diff --git a/src/rdd/hbsix/sxsem.c b/src/rdd/hbsix/sxsem.c index d0a856b5ea..6c8aa13de6 100644 --- a/src/rdd/hbsix/sxsem.c +++ b/src/rdd/hbsix/sxsem.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * sx_MakeSem() * sx_KillSem() * sx_IsSem() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -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. diff --git a/src/rdd/hbsix/sxtable.c b/src/rdd/hbsix/sxtable.c index 114a0adf78..d26da36312 100644 --- a/src/rdd/hbsix/sxtable.c +++ b/src/rdd/hbsix/sxtable.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * sx_GetLocks() * sx_IsFLocked() * sx_IsReadonly() @@ -20,7 +19,6 @@ * _sxOpenInit() (internal function used by _sx_IniInit()) * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -35,7 +33,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. diff --git a/src/rdd/hbsix/sxtrig.prg b/src/rdd/hbsix/sxtrig.prg index c263dbbf38..cfe2537ccb 100644 --- a/src/rdd/hbsix/sxtrig.prg +++ b/src/rdd/hbsix/sxtrig.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * SIX compatible functions: + * SIX compatible functions: * sx_DefTrigger() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/hbsix/sxutil.c b/src/rdd/hbsix/sxutil.c index 13f1425d09..79950f5072 100644 --- a/src/rdd/hbsix/sxutil.c +++ b/src/rdd/hbsix/sxutil.c @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * SIX compatible function: + * SIX compatible function: * sx_SlimFast() * sx_WildMatch() * sx_Version() * sx_Error() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -22,7 +20,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. diff --git a/src/rdd/hsx/cftsfunc.c b/src/rdd/hsx/cftsfunc.c index 96fe858ce9..0ba8333910 100644 --- a/src/rdd/hsx/cftsfunc.c +++ b/src/rdd/hsx/cftsfunc.c @@ -1,10 +1,8 @@ /* - * xHarbour Project source code: - * HiPer-SEEK / CFTS compatible library + * HiPer-SEEK / CFTS compatible library * Cfts*() functions * * Copyright 2005 Przemyslaw Czerpak - * www - http://www.xharbour.org * * Credits: * Many thanks for Mindaugas Kavaliauskas for his assistance, @@ -25,7 +23,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. diff --git a/src/rdd/hsx/hsx.c b/src/rdd/hsx/hsx.c index c05f2a2e60..4898113738 100644 --- a/src/rdd/hsx/hsx.c +++ b/src/rdd/hsx/hsx.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: - * HiPer-SEEK / CFTS compatible library + * HiPer-SEEK / CFTS compatible library * * Copyright 2005 Przemyslaw Czerpak - * www - http://www.xharbour.org * * Credits: * Many thanks for Mindaugas Kavaliauskas for his assistance, @@ -24,7 +22,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. diff --git a/src/rdd/nulsys/nulsys.c b/src/rdd/nulsys/nulsys.c index f4d2cdb40d..74c02e0177 100644 --- a/src/rdd/nulsys/nulsys.c +++ b/src/rdd/nulsys/nulsys.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * NULL RDD * * Copyright 2005 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/src/rdd/ordcount.c b/src/rdd/ordcount.c index 26c455935b..4568f9c546 100644 --- a/src/rdd/ordcount.c +++ b/src/rdd/ordcount.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ordCount() function * * Copyright 2004-2007 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/ordwldsk.c b/src/rdd/ordwldsk.c index 5c2ed488c4..a444962dbf 100644 --- a/src/rdd/ordwldsk.c +++ b/src/rdd/ordwldsk.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Base RDD module * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/rddinfo.c b/src/rdd/rddinfo.c index acc1ffda05..d126ee4310 100644 --- a/src/rdd/rddinfo.c +++ b/src/rdd/rddinfo.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * rddInfo() funcion * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/rddord.prg b/src/rdd/rddord.prg index e69d6ea454..4794fa5f5d 100644 --- a/src/rdd/rddord.prg +++ b/src/rdd/rddord.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Old style order management functions * * Copyright 1999 {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 @@ -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. diff --git a/src/rdd/rddordu.prg b/src/rdd/rddordu.prg index 5b146ccbe1..ca3e0357ce 100644 --- a/src/rdd/rddordu.prg +++ b/src/rdd/rddordu.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Old style order management functions * * Copyright 1999 {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 @@ -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. diff --git a/src/rdd/rddshort.c b/src/rdd/rddshort.c index 6aa9535bdc..66b4f8eab4 100644 --- a/src/rdd/rddshort.c +++ b/src/rdd/rddshort.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Short (10 chars long) version of some functions for Cl*pper compatibility * * Copyright 2014 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rdd/rddsys.prg b/src/rdd/rddsys.prg index 1ccfc5f561..d87e066213 100644 --- a/src/rdd/rddsys.prg +++ b/src/rdd/rddsys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * RDD initialization * * Copyright 1999 Bruno Cantero - * 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. diff --git a/src/rdd/sdf1.c b/src/rdd/sdf1.c index 52d8c5bf38..4516498e95 100644 --- a/src/rdd/sdf1.c +++ b/src/rdd/sdf1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * SDF RDD + * SDF RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/usrrdd/rdds/arrayrdd.prg b/src/rdd/usrrdd/rdds/arrayrdd.prg index 0253c4f425..41d9af8c01 100644 --- a/src/rdd/usrrdd/rdds/arrayrdd.prg +++ b/src/rdd/usrrdd/rdds/arrayrdd.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * ARRAY RDD + * ARRAY RDD * * Copyright 2006 Francesco Saverio Giudice * Copyright 2011-2013 Quique (Index, locate and filter Support) - * 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 @@ -19,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. diff --git a/src/rdd/usrrdd/rdds/dbtcdx.prg b/src/rdd/usrrdd/rdds/dbtcdx.prg index c1063ecaa1..da4f980184 100644 --- a/src/rdd/usrrdd/rdds/dbtcdx.prg +++ b/src/rdd/usrrdd/rdds/dbtcdx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * DBTCDX RDD + * DBTCDX RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/usrrdd/rdds/fptcdx.prg b/src/rdd/usrrdd/rdds/fptcdx.prg index 404730f7a6..75203c5e10 100644 --- a/src/rdd/usrrdd/rdds/fptcdx.prg +++ b/src/rdd/usrrdd/rdds/fptcdx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * FPTCDX RDD + * FPTCDX RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/usrrdd/rdds/hscdx.prg b/src/rdd/usrrdd/rdds/hscdx.prg index 81095913f4..db1ca95f60 100644 --- a/src/rdd/usrrdd/rdds/hscdx.prg +++ b/src/rdd/usrrdd/rdds/hscdx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * HSCDX + * HSCDX * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/usrrdd/rdds/logrdd.prg b/src/rdd/usrrdd/rdds/logrdd.prg index daaabcfd6e..7e539f7fe9 100644 --- a/src/rdd/usrrdd/rdds/logrdd.prg +++ b/src/rdd/usrrdd/rdds/logrdd.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * LOGRDD + * LOGRDD * * Copyright 2009 Francesco Saverio Giudice - * 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. diff --git a/src/rdd/usrrdd/rdds/rlcdx.prg b/src/rdd/usrrdd/rdds/rlcdx.prg index 0ab356f9a6..679b4d9e5b 100644 --- a/src/rdd/usrrdd/rdds/rlcdx.prg +++ b/src/rdd/usrrdd/rdds/rlcdx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RLCDX + * RLCDX * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/usrrdd/rdds/smtcdx.prg b/src/rdd/usrrdd/rdds/smtcdx.prg index 77104c5273..4b4d66fe50 100644 --- a/src/rdd/usrrdd/rdds/smtcdx.prg +++ b/src/rdd/usrrdd/rdds/smtcdx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * SMTCDX RDD + * SMTCDX RDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/usrrdd/rdds/vfpcdx.prg b/src/rdd/usrrdd/rdds/vfpcdx.prg index 8bf2518c7b..90745dcd03 100644 --- a/src/rdd/usrrdd/rdds/vfpcdx.prg +++ b/src/rdd/usrrdd/rdds/vfpcdx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * VFPCDX + * VFPCDX * * Copyright 2007 Miguel Angel Marchuet Frutos - * www - 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 @@ -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. diff --git a/src/rdd/usrrdd/usrrdd.c b/src/rdd/usrrdd/usrrdd.c index 7a31cba849..f4796d3f37 100644 --- a/src/rdd/usrrdd/usrrdd.c +++ b/src/rdd/usrrdd/usrrdd.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * USRRDD + * USRRDD * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rdd/wacore.c b/src/rdd/wacore.c index e7b882669a..502fac0b3f 100644 --- a/src/rdd/wacore.c +++ b/src/rdd/wacore.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Default RDD module * * Copyright 1999 Bruno Cantero * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/wafunc.c b/src/rdd/wafunc.c index d8fe392d14..6bd9dc2174 100644 --- a/src/rdd/wafunc.c +++ b/src/rdd/wafunc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Default RDD module * * Copyright 1999 Bruno Cantero * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rdd/workarea.c b/src/rdd/workarea.c index 19db22a3d7..591e5287f4 100644 --- a/src/rdd/workarea.c +++ b/src/rdd/workarea.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Default RDD module * * Copyright 1999 Bruno Cantero * Copyright 2004-2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/abs.c b/src/rtl/abs.c index c1bf0a235f..05317f2ee4 100644 --- a/src/rtl/abs.c +++ b/src/rtl/abs.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Abs() function * * Copyright 1999 Matthew Hamilton - * 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. diff --git a/src/rtl/accept.c b/src/rtl/accept.c index bf0a3e035f..9aecc4e6de 100644 --- a/src/rtl/accept.c +++ b/src/rtl/accept.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ACCEPT command related functions * * Copyright 1999 Eddie Runia - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * __AcceptStr() diff --git a/src/rtl/achoice.prg b/src/rtl/achoice.prg index ae6b84f5c2..de782f4ff5 100644 --- a/src/rtl/achoice.prg +++ b/src/rtl/achoice.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * AChoice() function * * Released to Public Domain by Peter Townsend - * www - http://harbour-project.org * */ diff --git a/src/rtl/adir.prg b/src/rtl/adir.prg index 0105698648..1471c06926 100644 --- a/src/rtl/adir.prg +++ b/src/rtl/adir.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ADir() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/alert.prg b/src/rtl/alert.prg index 6710b6e8e2..16ebcc3e59 100644 --- a/src/rtl/alert.prg +++ b/src/rtl/alert.prg @@ -1,15 +1,12 @@ /* - * Harbour Project source code: * Alert(), hb_Alert() functions * * Released to Public Domain by Vladimir Kazimirchik - * www - http://harbour-project.org * */ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * Changes for higher Clipper compatibility, console mode, extensions diff --git a/src/rtl/altd.prg b/src/rtl/altd.prg index f4d36b284e..497827c250 100644 --- a/src/rtl/altd.prg +++ b/src/rtl/altd.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * AltD() procedure * * Copyright 2004 Ryszard Glab - * 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 @@ -23,7 +21,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. diff --git a/src/rtl/ampm.c b/src/rtl/ampm.c index ffed33afac..a515a3c354 100644 --- a/src/rtl/ampm.c +++ b/src/rtl/ampm.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * AMPM() compatibility function from the SAMPLES directory of Clipper. * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/at.c b/src/rtl/at.c index 3920795417..73cf092cff 100644 --- a/src/rtl/at.c +++ b/src/rtl/at.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * At() function * * Copyright 2012 Przemyslaw Czerpak * 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 @@ -19,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. diff --git a/src/rtl/ati.c b/src/rtl/ati.c index bc2a3230fe..880037b3d1 100644 --- a/src/rtl/ati.c +++ b/src/rtl/ati.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * hb_AtI() function * * Copyright 2012 Przemyslaw Czerpak * Copyright 1999-2009 Viktor Szakats (vszakats.net/harbour) * 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 @@ -20,7 +18,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. diff --git a/src/rtl/base64c.c b/src/rtl/base64c.c index 0f9bfc1d61..eb89ac2e75 100644 --- a/src/rtl/base64c.c +++ b/src/rtl/base64c.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * BASE64 encoder * * Copyright 2003 Giancarlo Niccolai - * 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. diff --git a/src/rtl/base64d.c b/src/rtl/base64d.c index 636b6348c7..6eff896ac7 100644 --- a/src/rtl/base64d.c +++ b/src/rtl/base64d.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: * hb_base64Decode() function * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) * [ base64_decode_* functions are part of the libb64 project, and has * been placed in the public domain. Author: Chris Venter * For details, see http://sourceforge.net/projects/libb64 ] - * 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 @@ -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. diff --git a/src/rtl/binnum.c b/src/rtl/binnum.c index 8d62e51f7a..2318391850 100644 --- a/src/rtl/binnum.c +++ b/src/rtl/binnum.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Bin2W(), Bin2I(), Bin2L(), I2Bin(), L2Bin() functions * * Copyright 2009 Przemyslaw Czerpak * Copyright 1999 Manuel Ruiz - * 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 @@ -19,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. diff --git a/src/rtl/box.c b/src/rtl/box.c index b1bd4ea56e..75118d65fc 100644 --- a/src/rtl/box.c +++ b/src/rtl/box.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DispBox() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/browdb.prg b/src/rtl/browdb.prg index 2b9da6683f..1156c744f6 100644 --- a/src/rtl/browdb.prg +++ b/src/rtl/browdb.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * TBrowseDB() function * * Copyright 1999 Paul Tucker - * 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. diff --git a/src/rtl/browse.prg b/src/rtl/browse.prg index 0ecab6b09f..b0a186226a 100644 --- a/src/rtl/browse.prg +++ b/src/rtl/browse.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Quick Clipper Browse() * * 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 @@ -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. diff --git a/src/rtl/cdpapi.c b/src/rtl/cdpapi.c index 4a0adeec8f..c7b6c812e4 100644 --- a/src/rtl/cdpapi.c +++ b/src/rtl/cdpapi.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * The CodePages API * * Copyright 2002 Alexander S.Kresin * Copyright 2009-2012 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/cdpapihb.c b/src/rtl/cdpapihb.c index 5063194f76..30e27eabbc 100644 --- a/src/rtl/cdpapihb.c +++ b/src/rtl/cdpapihb.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * The CodePages API * * Copyright 2002 Alexander S.Kresin * Copyright 2009-2012 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/cdpbox.c b/src/rtl/cdpbox.c index 1bdb75d3be..83659cb152 100644 --- a/src/rtl/cdpbox.c +++ b/src/rtl/cdpbox.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * hb_UTF8ToStrBox() + * hb_UTF8ToStrBox() * * Copyright 2009-2012 Przemyslaw Czerpak * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/src/rtl/cdpdet.prg b/src/rtl/cdpdet.prg index 107372efa5..14dae98492 100644 --- a/src/rtl/cdpdet.prg +++ b/src/rtl/cdpdet.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CP detection + * CP detection * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/cdpdetc.c b/src/rtl/cdpdetc.c index cd4ecd3a98..cfc5bc6ab3 100644 --- a/src/rtl/cdpdetc.c +++ b/src/rtl/cdpdetc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * CP detection (low-level) + * CP detection (low-level) * * Copyright 2009-2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/checkbox.prg b/src/rtl/checkbox.prg index bf10e7a775..216b96bc97 100644 --- a/src/rtl/checkbox.prg +++ b/src/rtl/checkbox.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * CheckBox class * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/chrasc.c b/src/rtl/chrasc.c index 11e6bad95b..29c735d912 100644 --- a/src/rtl/chrasc.c +++ b/src/rtl/chrasc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Chr(), Asc() functions * * Copyright 2012 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > * 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 @@ -19,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. diff --git a/src/rtl/chruni.c b/src/rtl/chruni.c index 0c7103d070..a453717fa6 100644 --- a/src/rtl/chruni.c +++ b/src/rtl/chruni.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Binary and unicode string functions: * hb_UChar(), hb_UCode(), hb_ULen(), hb_UPeek(), hb_UPoke() * hb_BChar(), hb_BCode(), hb_BLen(), hb_BPeek(), hb_BPoke() * * Copyright 2012 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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 @@ -20,7 +18,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. diff --git a/src/rtl/color53.prg b/src/rtl/color53.prg index f549b5e565..abeea3eeb1 100644 --- a/src/rtl/color53.prg +++ b/src/rtl/color53.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Color functions for Getsys and Menu System * * Copyright 2003 Walter Negro - * www - 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 @@ -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. diff --git a/src/rtl/colorind.c b/src/rtl/colorind.c index 4252ff5ef6..477f942289 100644 --- a/src/rtl/colorind.c +++ b/src/rtl/colorind.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_ColorIndex() function * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/console.c b/src/rtl/console.c index 637e8d55cd..abce037568 100644 --- a/src/rtl/console.c +++ b/src/rtl/console.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Console API * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * hb_conOutAlt(), hb_conOutDev(), DevOut(), hb_conDevPos(), diff --git a/src/rtl/copyfile.c b/src/rtl/copyfile.c index 6ad50349c0..7cf059fad9 100644 --- a/src/rtl/copyfile.c +++ b/src/rtl/copyfile.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __CopyFile() function * * Copyright 1999 Andi Jahja - * 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. diff --git a/src/rtl/cputime.c b/src/rtl/cputime.c index 7822f6f518..7f95bd9cbe 100644 --- a/src/rtl/cputime.c +++ b/src/rtl/cputime.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_SecondsCPU() * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/datec.c b/src/rtl/datec.c index a66c480347..c8b65a4f48 100644 --- a/src/rtl/datec.c +++ b/src/rtl/datec.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * CMonth(), CDoW() functions * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/dates.c b/src/rtl/dates.c index 3c03a0ac2d..532f492756 100644 --- a/src/rtl/dates.c +++ b/src/rtl/dates.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Date API (C level) * * Copyright 1999 David G. Holm - * 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. @@ -47,7 +45,6 @@ */ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2009 Przemyslaw Czerpak * hb_timeFormat() diff --git a/src/rtl/dateshb.c b/src/rtl/dateshb.c index 9a7423b68e..e07224a8ab 100644 --- a/src/rtl/dateshb.c +++ b/src/rtl/dateshb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Date API (Harbour level) * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jose Lalin * Day() diff --git a/src/rtl/datesx.c b/src/rtl/datesx.c index 320f72df3c..aebd1fc9b3 100644 --- a/src/rtl/datesx.c +++ b/src/rtl/datesx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SToD() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/dbedit.prg b/src/rtl/dbedit.prg index 267feed7bb..4da96163e9 100644 --- a/src/rtl/dbedit.prg +++ b/src/rtl/dbedit.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * dbEdit() function * * Copyright 1999 {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 @@ -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. diff --git a/src/rtl/defpath.c b/src/rtl/defpath.c index d07e866753..228b45e8b4 100644 --- a/src/rtl/defpath.c +++ b/src/rtl/defpath.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __DefPath() function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/defpathu.c b/src/rtl/defpathu.c index cada5975ec..7d652a1eb4 100644 --- a/src/rtl/defpathu.c +++ b/src/rtl/defpathu.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DefPath() function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/descend.c b/src/rtl/descend.c index 8b68c34935..3e5907a1cd 100644 --- a/src/rtl/descend.c +++ b/src/rtl/descend.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Descend() function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/devoutp.prg b/src/rtl/devoutp.prg index 143e4cdc23..1846fedfee 100644 --- a/src/rtl/devoutp.prg +++ b/src/rtl/devoutp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DevOutPict() function * * Copyright 1999 David G. Holm - * 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. diff --git a/src/rtl/dircmd.prg b/src/rtl/dircmd.prg index 4aa34acdc5..143eff9acd 100644 --- a/src/rtl/dircmd.prg +++ b/src/rtl/dircmd.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __Dir() function * * Copyright 1999 {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 @@ -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. diff --git a/src/rtl/dirdrive.c b/src/rtl/dirdrive.c index 68ca16a791..a99efd5801 100644 --- a/src/rtl/dirdrive.c +++ b/src/rtl/dirdrive.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DirChange(), MakeDir(), DirRemove(), IsDisk(), DiskChange(), DiskName() functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/direct.c b/src/rtl/direct.c index 6fc8a4ceee..139500e8c2 100644 --- a/src/rtl/direct.c +++ b/src/rtl/direct.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Directory() function * * Copyright 1999 Leslee Griffith - * 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. diff --git a/src/rtl/dirscan.prg b/src/rtl/dirscan.prg index c5164f8035..d3877370fd 100644 --- a/src/rtl/dirscan.prg +++ b/src/rtl/dirscan.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * hb_DirScan() + * hb_DirScan() * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/diskspac.c b/src/rtl/diskspac.c index c582beefe1..943001c53a 100644 --- a/src/rtl/diskspac.c +++ b/src/rtl/diskspac.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DiskSpace() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/disksphb.c b/src/rtl/disksphb.c index 34d1f9f51a..8b9c0d864a 100644 --- a/src/rtl/disksphb.c +++ b/src/rtl/disksphb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_DiskSpace() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/do.c b/src/rtl/do.c index c2a5626dfa..6bc4cdebb9 100644 --- a/src/rtl/do.c +++ b/src/rtl/do.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DO command/function * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/rtl/einstv52.prg b/src/rtl/einstv52.prg index 12ae84fca3..c8610ebe3a 100644 --- a/src/rtl/einstv52.prg +++ b/src/rtl/einstv52.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Undocumented CA-Cl*pper function used to validate + * Undocumented CA-Cl*pper function used to validate * instance variable type in assign messages. * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/einstvar.prg b/src/rtl/einstvar.prg index 699cb8d0c8..e88abdbfcd 100644 --- a/src/rtl/einstvar.prg +++ b/src/rtl/einstvar.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Undocumented CA-Cl*pper function used to validate + * Undocumented CA-Cl*pper function used to validate * instance variable type in assign messages. * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/einstvau.prg b/src/rtl/einstvau.prg index 16e94119f5..b7bbf79216 100644 --- a/src/rtl/einstvau.prg +++ b/src/rtl/einstvau.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Undocumented CA-Cl*pper function used to validate + * Undocumented CA-Cl*pper function used to validate * instance variable type in assign messages. * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/empty.c b/src/rtl/empty.c index 5f96423ca0..8ef2e37721 100644 --- a/src/rtl/empty.c +++ b/src/rtl/empty.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Empty() function * * 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 @@ -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. diff --git a/src/rtl/errapi.c b/src/rtl/errapi.c index 4779ea12f9..c99c315a5d 100644 --- a/src/rtl/errapi.c +++ b/src/rtl/errapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Error API * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * DosError() diff --git a/src/rtl/errapiu.c b/src/rtl/errapiu.c index bd1dc064b0..2ac5bd9c98 100644 --- a/src/rtl/errapiu.c +++ b/src/rtl/errapiu.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Error API undocumented functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/errint.c b/src/rtl/errint.c index 1815b7273d..703efe5b0f 100644 --- a/src/rtl/errint.c +++ b/src/rtl/errint.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Error API (internal error) * * Copyright 1999-2004 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/errintlo.c b/src/rtl/errintlo.c index afd8a89ff0..44c0baa0b2 100644 --- a/src/rtl/errintlo.c +++ b/src/rtl/errintlo.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Error API (internal error) * * Copyright 1999-2004 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/errsys.prg b/src/rtl/errsys.prg index 74bc880525..1216cf6e4e 100644 --- a/src/rtl/errsys.prg +++ b/src/rtl/errsys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The default error handler * * 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 @@ -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. diff --git a/src/rtl/file.c b/src/rtl/file.c index 32180eefe5..11e1fbd350 100644 --- a/src/rtl/file.c +++ b/src/rtl/file.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_fsFile() function * * Copyright 1999-2002 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/filebuf.c b/src/rtl/filebuf.c index 8859dfdf89..d8ba9264cb 100644 --- a/src/rtl/filebuf.c +++ b/src/rtl/filebuf.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * functions to access files with shared handles and locks + * functions to access files with shared handles and locks * (buffers in the future) * * Copyright 2008 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/filebufd.c b/src/rtl/filebufd.c index b62688fd8c..a2d586b87f 100644 --- a/src/rtl/filebufd.c +++ b/src/rtl/filebufd.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * dummy I/O driver initialization + * dummy I/O driver initialization * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/filehb.c b/src/rtl/filehb.c index d7ec7db037..2647c56ee5 100644 --- a/src/rtl/filehb.c +++ b/src/rtl/filehb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * File() function * * Copyright 1999-2002 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/filesys.c b/src/rtl/filesys.c index 037e8de35b..a4dfb818ab 100644 --- a/src/rtl/filesys.c +++ b/src/rtl/filesys.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The FileSys API (C level) * * Copyright 1999 {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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2010 Viktor Szakats (vszakats.net/harbour) * hb_fsSetError() diff --git a/src/rtl/fkmax.c b/src/rtl/fkmax.c index 2a7a973708..7e2ffb9b74 100644 --- a/src/rtl/fkmax.c +++ b/src/rtl/fkmax.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * FKMax(), FKLabel() functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/fmhb.c b/src/rtl/fmhb.c index fd26f67f4e..d1fe423ed0 100644 --- a/src/rtl/fmhb.c +++ b/src/rtl/fmhb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Memory() function. * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/fnsplit.c b/src/rtl/fnsplit.c index 91c5ed7de7..70ab25755a 100644 --- a/src/rtl/fnsplit.c +++ b/src/rtl/fnsplit.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_FNameSplit(), hb_FNameMerge() functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/fscopy.c b/src/rtl/fscopy.c index 301e15cd92..fcc44e3c55 100644 --- a/src/rtl/fscopy.c +++ b/src/rtl/fscopy.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_fsCopy(), hb_FCopy() functions * * Copyright 1991-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/fserr.c b/src/rtl/fserr.c index 627bbfac21..96b7e17ab4 100644 --- a/src/rtl/fserr.c +++ b/src/rtl/fserr.c @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * * * Copyright 2003 Przemyslaw Czerpak - * www - 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 @@ -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. diff --git a/src/rtl/fslink.c b/src/rtl/fslink.c index a8a950847b..58d4c0519a 100644 --- a/src/rtl/fslink.c +++ b/src/rtl/fslink.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_fsLink*(), hb_FLink*() functions * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/fssize.c b/src/rtl/fssize.c index 6ca926a4b3..57a6ecfd4a 100644 --- a/src/rtl/fssize.c +++ b/src/rtl/fssize.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * hb_FSize() function * * Copyright 2000-2001 Jose Lalin * Copyright 2000-2001 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/src/rtl/fstemp.c b/src/rtl/fstemp.c index bcfe3473a2..fa5ce7fb9e 100644 --- a/src/rtl/fstemp.c +++ b/src/rtl/fstemp.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * hb_FTempCreate() function * * Copyright 2000-2001 Jose Lalin * Copyright 2000-2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -19,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. diff --git a/src/rtl/gete.c b/src/rtl/gete.c index 0f415c8f86..752be35b1b 100644 --- a/src/rtl/gete.c +++ b/src/rtl/gete.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * GetEnv(), GetE() functions * * Copyright 1999 Matthew Hamilton - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * GetE() diff --git a/src/rtl/getlist.prg b/src/rtl/getlist.prg index dce56019cf..6fa4a2d9b3 100644 --- a/src/rtl/getlist.prg +++ b/src/rtl/getlist.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * GET system active getlist handler for default HBGETLIST/GETSYS/READVAR * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/getsys.prg b/src/rtl/getsys.prg index d5cb5b9b8c..ef7df0c601 100644 --- a/src/rtl/getsys.prg +++ b/src/rtl/getsys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * GET system module (default) * * Copyright 1999-2001 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001 Luiz Rafael Culik * Support for CA-Cl*pper 5.3 Getsystem diff --git a/src/rtl/getsys53.prg b/src/rtl/getsys53.prg index 86523778e1..353939e5f5 100644 --- a/src/rtl/getsys53.prg +++ b/src/rtl/getsys53.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * GET system module (default) * * Copyright 1999-2001 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001 Luiz Rafael Culik * Support for CA-Cl*pper 5.3 Getsystem diff --git a/src/rtl/getsyshb.prg b/src/rtl/getsyshb.prg index 5a3a580f22..4f33b6dfe8 100644 --- a/src/rtl/getsyshb.prg +++ b/src/rtl/getsyshb.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * GET system module (Harbour extensions) * * Copyright 2008-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/gt.c b/src/rtl/gt.c index 66375248d6..c3edfaee53 100644 --- a/src/rtl/gt.c +++ b/src/rtl/gt.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DispBegin(), DispEnd(), DispCount() functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/gt_tpl/gt_tpl.c b/src/rtl/gt_tpl/gt_tpl.c index 5336d9ba16..287dedbb53 100644 --- a/src/rtl/gt_tpl/gt_tpl.c +++ b/src/rtl/gt_tpl/gt_tpl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * {Video subsystem template} * * Copyright 1999 {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 @@ -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. diff --git a/src/rtl/gtapi.c b/src/rtl/gtapi.c index 695dfd006e..0179a00474 100644 --- a/src/rtl/gtapi.c +++ b/src/rtl/gtapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Terminal API * * Copyright 1999 Bil Simser - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Paul Tucker * hb_gtInit() diff --git a/src/rtl/gtapiu.c b/src/rtl/gtapiu.c index 04f99bf5ca..37dc0b836d 100644 --- a/src/rtl/gtapiu.c +++ b/src/rtl/gtapiu.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Terminal API (undocumented part) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/gtcgi/gtcgi.c b/src/rtl/gtcgi/gtcgi.c index a91b15a94e..46d7aca6b7 100644 --- a/src/rtl/gtcgi/gtcgi.c +++ b/src/rtl/gtcgi/gtcgi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem for plain ANSI C stream IO * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/gtchrmap.c b/src/rtl/gtchrmap.c index d5549b4d8e..9b1a21bce2 100644 --- a/src/rtl/gtchrmap.c +++ b/src/rtl/gtchrmap.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem based on ncurses screen library. * * Copyright 2003 Przemyslaw Czerpak - * www - http://harbour-project.org * Special thanks to Marek Paliwoda * author of gtsln from which I borrowed a lot of code and ideas. * @@ -20,7 +18,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. diff --git a/src/rtl/gtclip.c b/src/rtl/gtclip.c index 432424f05f..6ca4927e58 100644 --- a/src/rtl/gtclip.c +++ b/src/rtl/gtclip.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Low level ClipBoard code common to some GT drivers + * Low level ClipBoard code common to some GT drivers * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/gtcrs/gtcrs.c b/src/rtl/gtcrs/gtcrs.c index 67c8d53001..5a03ce6e36 100644 --- a/src/rtl/gtcrs/gtcrs.c +++ b/src/rtl/gtcrs/gtcrs.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem based on ncurses screen library. * * Copyright 2005 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > @@ -17,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. diff --git a/src/rtl/gtcrs/gtcrs.h b/src/rtl/gtcrs/gtcrs.h index 56823e44cd..11b9f8ef2d 100644 --- a/src/rtl/gtcrs/gtcrs.h +++ b/src/rtl/gtcrs/gtcrs.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem based on ncurses screen library. * * Copyright 2005 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/gtdos/gtdos.c b/src/rtl/gtdos/gtdos.c index 3cc434065a..f5486e6632 100644 --- a/src/rtl/gtdos/gtdos.c +++ b/src/rtl/gtdos/gtdos.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem for DOS compilers * * Copyright 1999 {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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * hb_gt_CtrlBrkHandler() diff --git a/src/rtl/gtfunc.c b/src/rtl/gtfunc.c index ac061d80ea..622eb41223 100644 --- a/src/rtl/gtfunc.c +++ b/src/rtl/gtfunc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour extended GT functions * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * 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. diff --git a/src/rtl/gtgui/gtgui.c b/src/rtl/gtgui/gtgui.c index d487aea792..24897d6880 100644 --- a/src/rtl/gtgui/gtgui.c +++ b/src/rtl/gtgui/gtgui.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Mini GT for GUI programs. + * Mini GT for GUI programs. * Now it supports only low level TONE and CLIPBOARD code for Windows * * Copyright 2006 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/gtkbstat.c b/src/rtl/gtkbstat.c index 411260b405..1706d0d757 100644 --- a/src/rtl/gtkbstat.c +++ b/src/rtl/gtkbstat.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Low level keyboard shift state functions common to some GT drivers + * Low level keyboard shift state functions common to some GT drivers * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/gtkeycod.c b/src/rtl/gtkeycod.c index 79f87a4adb..90f24aa4f1 100644 --- a/src/rtl/gtkeycod.c +++ b/src/rtl/gtkeycod.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * hb_gt_dos_keyCodeTranslate() + * hb_gt_dos_keyCodeTranslate() * function used by DOS, WIN and OS2 ports of few GTs which use * getkey()/getch()/_read_kbd()/KbdCharIn() or similar function * for keyboard input @@ -8,7 +7,6 @@ * Copyright 1999 David G. Holm * * Copyright 2006, 2015 Przemyslaw Czerpak - * 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 @@ -23,7 +21,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. diff --git a/src/rtl/gtos2/gtos2.c b/src/rtl/gtos2/gtos2.c index 3246d4dd84..5196a4593c 100644 --- a/src/rtl/gtos2/gtos2.c +++ b/src/rtl/gtos2/gtos2.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem for OS/2 compilers * * Copyright 1999-2001 {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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * hb_gt_os2_ReadKey() diff --git a/src/rtl/gtpca/gtpca.c b/src/rtl/gtpca/gtpca.c index 6be9ec54a0..d2ac2b4169 100644 --- a/src/rtl/gtpca/gtpca.c +++ b/src/rtl/gtpca/gtpca.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem for ANSI terminals * * Copyright 2000 David G. Holm - * 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. diff --git a/src/rtl/gtsln/gtsln.c b/src/rtl/gtsln/gtsln.c index 3b4d7e20d1..e5465f5845 100644 --- a/src/rtl/gtsln/gtsln.c +++ b/src/rtl/gtsln/gtsln.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem based on Slang screen library. * * Copyright 2000 Marek Paliwoda - * 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. diff --git a/src/rtl/gtsln/gtsln.h b/src/rtl/gtsln/gtsln.h index e49a9b93b1..a5e8f471ab 100644 --- a/src/rtl/gtsln/gtsln.h +++ b/src/rtl/gtsln/gtsln.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem based on Slang screen library. * * Copyright 2000 Marek Paliwoda - * 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. diff --git a/src/rtl/gtsln/kbsln.c b/src/rtl/gtsln/kbsln.c index 947b9477a7..0c88329748 100644 --- a/src/rtl/gtsln/kbsln.c +++ b/src/rtl/gtsln/kbsln.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Keyboard subsystem based on Slang screen library. * * Copyright 2000 Marek Paliwoda - * 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. diff --git a/src/rtl/gtsln/keytrans.c b/src/rtl/gtsln/keytrans.c index 0d2324ca7f..aab5867c84 100644 --- a/src/rtl/gtsln/keytrans.c +++ b/src/rtl/gtsln/keytrans.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Keyboard subsystem based on Slang screen library. * * Copyright 2000 Marek Paliwoda - * 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. diff --git a/src/rtl/gtsln/mousesln.c b/src/rtl/gtsln/mousesln.c index 8d6fa9c78f..3dc7192237 100644 --- a/src/rtl/gtsln/mousesln.c +++ b/src/rtl/gtsln/mousesln.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mouse subsystem for gtsln * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/gtstd/gtstd.c b/src/rtl/gtstd/gtstd.c index 1d1ed8c151..2c9904589d 100644 --- a/src/rtl/gtstd/gtstd.c +++ b/src/rtl/gtstd/gtstd.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Video subsystem for plain ANSI C stream IO * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/gtsys.c b/src/rtl/gtsys.c index 40e354eca6..4e3c65d87b 100644 --- a/src/rtl/gtsys.c +++ b/src/rtl/gtsys.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Null and multi_GT switch video subsystem. * * Copyright 2003 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/gttone.c b/src/rtl/gttone.c index 8a2e55d3b3..2542eed1b5 100644 --- a/src/rtl/gttone.c +++ b/src/rtl/gttone.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Low level tone code common to some GT drivers + * Low level tone code common to some GT drivers * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * * the body of TONE function from Windows taken from GTWIN created by * the following authors: @@ -25,7 +23,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. diff --git a/src/rtl/gttrm/gttrm.c b/src/rtl/gttrm/gttrm.c index 096c4a9799..09d02a13a1 100644 --- a/src/rtl/gttrm/gttrm.c +++ b/src/rtl/gttrm/gttrm.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem - terminal GT driver * * Unlike GTSLN and GTCRS this GT driver does not use termcap/terminfo @@ -13,7 +12,6 @@ * linux, pc-ansi, xterm * * Copyright 2007 Przemyslaw Czerpak - * www - http://harbour-project.org * * I used my code from other GT drivers (GTCRS, GTPCA) * @@ -30,7 +28,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. diff --git a/src/rtl/gtwin/gtwin.c b/src/rtl/gtwin/gtwin.c index 6bebd0d857..362a8fdd1b 100644 --- a/src/rtl/gtwin/gtwin.c +++ b/src/rtl/gtwin/gtwin.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows compilers ver.2 * Copyright 2002 Przemyslaw Czerpak * @@ -12,7 +11,6 @@ * (with 2004 work on Readkey) * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2010 Viktor Szakats (vszakats.net/harbour) * hb_gt_win_CtrlHandler() @@ -25,8 +23,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -40,7 +36,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. diff --git a/src/rtl/gtwvt/gtwvt.c b/src/rtl/gtwvt/gtwvt.c index 06c511b2ee..58767b94e6 100644 --- a/src/rtl/gtwvt/gtwvt.c +++ b/src/rtl/gtwvt/gtwvt.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd @@ -15,7 +14,6 @@ * Adopted to new GT API * * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * * Copyright 1999 David G. Holm @@ -23,8 +21,6 @@ * * See COPYING.txt for licensing terms. * - * 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 * the Free Software Foundation; either version 2, or (at your option ) @@ -38,7 +34,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. diff --git a/src/rtl/gtwvt/gtwvt.h b/src/rtl/gtwvt/gtwvt.h index b646cb2b3a..b3a139ef6f 100644 --- a/src/rtl/gtwvt/gtwvt.h +++ b/src/rtl/gtwvt/gtwvt.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Header File for Video subsystem for Windows using GUI windows instead of Console * Copyright 2003 Peter Rees * Rees Software & Systems Ltd - * 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. diff --git a/src/rtl/gtxwc/gtxwc.c b/src/rtl/gtxwc/gtxwc.c index db8244a426..8f99798371 100644 --- a/src/rtl/gtxwc/gtxwc.c +++ b/src/rtl/gtxwc/gtxwc.c @@ -1,12 +1,8 @@ /* - * Harbour Project source code: - * XWindow Console + * XWindow Console * Copyright 2003 - Giancarlo Niccolai * Copyright 2004/2006 - Przemyslaw Czerpak * - * www - http://harbour-project.org - * www - 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/src/rtl/gtxwc/gtxwc.h b/src/rtl/gtxwc/gtxwc.h index 0840abd447..3e27f7da74 100644 --- a/src/rtl/gtxwc/gtxwc.h +++ b/src/rtl/gtxwc/gtxwc.h @@ -1,12 +1,8 @@ /* - * Harbour Project source code: - * XWindow Console + * XWindow Console * Copyright 2003 - Giancarlo Niccolai * Copyright 2004/2006 - Przemyslaw Czerpak * - * www - http://harbour-project.org - * www - 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 * the Free Software Foundation; either version 2, or (at your option) @@ -20,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. diff --git a/src/rtl/gui.prg b/src/rtl/gui.prg index 3a73045776..62f6d494c3 100644 --- a/src/rtl/gui.prg +++ b/src/rtl/gui.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * GUI helper functions * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/gx.c b/src/rtl/gx.c index 3caa620738..f10d370012 100644 --- a/src/rtl/gx.c +++ b/src/rtl/gx.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * NoSnow(), SetMode(), IsColor() functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Paul Tucker * SetMode() diff --git a/src/rtl/hardcr.c b/src/rtl/hardcr.c index 0addf3da8d..1918f235d6 100644 --- a/src/rtl/hardcr.c +++ b/src/rtl/hardcr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HardCR() function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/hbadler.c b/src/rtl/hbadler.c index 6582133f29..cc7f7939f1 100644 --- a/src/rtl/hbadler.c +++ b/src/rtl/hbadler.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * adler32 checksum function + * adler32 checksum function * * Copyright 2007 Przemyslaw Czerpak - * www - http://harbour-project.org * * Algorithm taken from adler32.c Copyright (C) 1995-2002 Mark Adler * @@ -20,7 +18,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. diff --git a/src/rtl/hbascii.c b/src/rtl/hbascii.c index 80702a11c1..15caf32a94 100644 --- a/src/rtl/hbascii.c +++ b/src/rtl/hbascii.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * hb_ascii*() functions + * hb_ascii*() functions * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbbffnc.c b/src/rtl/hbbffnc.c index 6c7add657c..e01b638d9c 100644 --- a/src/rtl/hbbffnc.c +++ b/src/rtl/hbbffnc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * PRG functions for BlowFish encryption + * PRG functions for BlowFish encryption * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbbfish.c b/src/rtl/hbbfish.c index a0b413058b..3793708fb4 100644 --- a/src/rtl/hbbfish.c +++ b/src/rtl/hbbfish.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * This code implements BlowFish algorithm designed by Bruce Schneier. + * This code implements BlowFish algorithm designed by Bruce Schneier. * The description of BlowFish algorithm can be found at: * http://www.schneier.com/paper-blowfish-fse.html * This code uses for initial s-boxes and p-array values PI hex digits @@ -10,7 +9,6 @@ * http://www.schneier.com/code/constants.txt * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ * 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. diff --git a/src/rtl/hbbfsock.c b/src/rtl/hbbfsock.c index 43b81ee608..d0e6d623e3 100644 --- a/src/rtl/hbbfsock.c +++ b/src/rtl/hbbfsock.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Harbour extended socket filter with BlowFish encryption + * Harbour extended socket filter with BlowFish encryption * * Copyright 2015 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbbit.c b/src/rtl/hbbit.c index d30a5bd3f0..aff5fd0a95 100644 --- a/src/rtl/hbbit.c +++ b/src/rtl/hbbit.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * hb_bit*() functions + * hb_bit*() functions * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbbyte.c b/src/rtl/hbbyte.c index dd1b90cbf1..05c5d76c62 100644 --- a/src/rtl/hbbyte.c +++ b/src/rtl/hbbyte.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * hb_byte*() functions + * hb_byte*() functions * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbcom.c b/src/rtl/hbcom.c index 975689f3ac..6e6db86b30 100644 --- a/src/rtl/hbcom.c +++ b/src/rtl/hbcom.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Serial communication functions + * Serial communication functions * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbcomhb.c b/src/rtl/hbcomhb.c index 09601bfa31..8fd7298338 100644 --- a/src/rtl/hbcomhb.c +++ b/src/rtl/hbcomhb.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * Serial communication port API wrapper functions + * Serial communication port API wrapper functions * * Copyright 2010 Mindaugas Kavaliauskas * www - http://harbour-project.org/ @@ -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. diff --git a/src/rtl/hbcrc.c b/src/rtl/hbcrc.c index 4c95e27819..544853ee59 100644 --- a/src/rtl/hbcrc.c +++ b/src/rtl/hbcrc.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * CRC checksum functions + * CRC checksum functions * * Copyright 2007 Przemyslaw Czerpak * @@ -17,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. diff --git a/src/rtl/hbdef.c b/src/rtl/hbdef.c index 2a81d99988..6c66707bba 100644 --- a/src/rtl/hbdef.c +++ b/src/rtl/hbdef.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_default() and __defaultNIL() functions * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbdoc.prg b/src/rtl/hbdoc.prg index e52267dcd6..e92731d92f 100644 --- a/src/rtl/hbdoc.prg +++ b/src/rtl/hbdoc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBDOC reader * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbdyn.c b/src/rtl/hbdyn.c index 4a826c4114..ee8d3da98e 100644 --- a/src/rtl/hbdyn.c +++ b/src/rtl/hbdyn.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Dynamic call support * * Copyright 2009-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbdynhb.c b/src/rtl/hbdynhb.c index 040b9686f7..116ae79c6e 100644 --- a/src/rtl/hbdynhb.c +++ b/src/rtl/hbdynhb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Calling function from dynamic library (hb_DynCall()) * * Copyright 2009-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbfeof.c b/src/rtl/hbfeof.c index ad1f3c95b3..3db3ef6c76 100644 --- a/src/rtl/hbfeof.c +++ b/src/rtl/hbfeof.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_FEof() * * Copyright 2000 David G. Holm - * 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. diff --git a/src/rtl/hbfile.c b/src/rtl/hbfile.c index 36a5dcf9a0..437c797484 100644 --- a/src/rtl/hbfile.c +++ b/src/rtl/hbfile.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_FileExists() function * * Copyright 2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbfilehc.c b/src/rtl/hbfilehc.c index 06f904f170..8b6a5cd628 100644 --- a/src/rtl/hbfilehc.c +++ b/src/rtl/hbfilehc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * High-level portable file functions. * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbfilehi.prg b/src/rtl/hbfilehi.prg index 93093bfbb4..e1f10a9342 100644 --- a/src/rtl/hbfilehi.prg +++ b/src/rtl/hbfilehi.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * High-level portable file functions. * * Copyright 2009-2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbgtcore.c b/src/rtl/hbgtcore.c index 8a3265bbdf..0bebbdc1d7 100644 --- a/src/rtl/hbgtcore.c +++ b/src/rtl/hbgtcore.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour Graphic Terminal low level code * * Copyright 2006 Przemyslaw Czerpak < druzus /at/ priv.onet.pl > - * www - http://harbour-project.org * * part of the code in hb_gt_def_* functions is based on the code * from old hbapi.c copyrighted by: @@ -24,7 +22,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. diff --git a/src/rtl/hbhex.c b/src/rtl/hbhex.c index 7af98b3c04..9334ed8540 100644 --- a/src/rtl/hbhex.c +++ b/src/rtl/hbhex.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * hb_NumToHex() + * hb_NumToHex() * hb_HexToNum() * * Copyright 2007 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/hbi18n1.c b/src/rtl/hbi18n1.c index aba1452931..fb5e9f290e 100644 --- a/src/rtl/hbi18n1.c +++ b/src/rtl/hbi18n1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * I18N translation Harbour functions * * Copyright 2008 Przemyslaw Czerpak - * 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. @@ -199,7 +197,7 @@ static const char * hb_i18n_pluralformid( int iForm ) } /* NOTE: Source: - http://www.gnu.org/software/hello/manual/gettext/Plural-forms.html + https://www.gnu.org/software/hello/manual/gettext/Plural-forms.html [vszakats] */ static long hb_i18n_pluralindex( int iForm, PHB_ITEM pNum ) diff --git a/src/rtl/hbi18n2.prg b/src/rtl/hbi18n2.prg index d6e955764e..6d651ea007 100644 --- a/src/rtl/hbi18n2.prg +++ b/src/rtl/hbi18n2.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * I18N helper functions to manage .pot files * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbinet.c b/src/rtl/hbinet.c index 0560b96863..a59881146d 100644 --- a/src/rtl/hbinet.c +++ b/src/rtl/hbinet.c @@ -1,19 +1,15 @@ /* - * xHarbour Project source code: - * The internet protocol / TCP support + * The internet protocol / TCP support * * Copyright 2002 Giancarlo Niccolai [gian@niccolai.ws] * Ron Pinkas [Ron@RonPinkas.com] * Marcelo Lombardo [marcelo.lombardo@newage-software.com.br] - * www - http://www.xharbour.org * * Copyright 2007 Przemyslaw Czerpak * updated and ported to Harbour - * www - http://harbour-project.org * * Copyright 2008 Miguel Angel marchuet * added dinamic system buffer - * 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 @@ -28,7 +24,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. diff --git a/src/rtl/hbinetz.c b/src/rtl/hbinetz.c index 92b1a20639..05f95a2c43 100644 --- a/src/rtl/hbinetz.c +++ b/src/rtl/hbinetz.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * ZLIB compression for Harbour hb_inet*() connections + * ZLIB compression for Harbour hb_inet*() connections * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbini.prg b/src/rtl/hbini.prg index 07dbb16745..2eeaf89ef3 100644 --- a/src/rtl/hbini.prg +++ b/src/rtl/hbini.prg @@ -1,9 +1,7 @@ /* - * xHarbour Project source code: * Handling .ini files * * Copyright 2002 Giancarlo Niccolai - * www - 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 @@ -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, xHarbour license gives permission for * additional uses of the text contained in its release of xHarbour. diff --git a/src/rtl/hbjson.c b/src/rtl/hbjson.c index 92c11ff782..f7e023afa9 100644 --- a/src/rtl/hbjson.c +++ b/src/rtl/hbjson.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * JavaScript Object Notation (JSON) * * Copyright 2010 Mindaugas Kavaliauskas @@ -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. diff --git a/src/rtl/hblpp.c b/src/rtl/hblpp.c index 77591bfc8f..78f4fd90d0 100644 --- a/src/rtl/hblpp.c +++ b/src/rtl/hblpp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Length Prefix Protocol * * 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 @@ -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. diff --git a/src/rtl/hblpphb.c b/src/rtl/hblpphb.c index 3c5b3e40fb..89a28b4715 100644 --- a/src/rtl/hblpphb.c +++ b/src/rtl/hblpphb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Length Prefix Protocol * * 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 @@ -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. diff --git a/src/rtl/hbmd5.c b/src/rtl/hbmd5.c index 2c5184883d..2544ec15f5 100644 --- a/src/rtl/hbmd5.c +++ b/src/rtl/hbmd5.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * Harbour MD5 Support + * Harbour MD5 Support * * Copyright 2004 Dmitry V. Korzhov * @@ -8,8 +7,6 @@ * updated for current Harbour code, other then x86@32 machines, * files and buffers longer then 2^32 and some fixes * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -23,7 +20,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. diff --git a/src/rtl/hbmd5enc.c b/src/rtl/hbmd5enc.c index 49f2d3efe1..0d275ec7f9 100644 --- a/src/rtl/hbmd5enc.c +++ b/src/rtl/hbmd5enc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * PRG functions for MD5 encryption/decryption using + * PRG functions for MD5 encryption/decryption using * CFB (cipher feedback) mode * * Copyright 2012 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/hbntos.c b/src/rtl/hbntos.c index 121663e875..0fb94290e1 100644 --- a/src/rtl/hbntos.c +++ b/src/rtl/hbntos.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_ntos() function * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbproces.c b/src/rtl/hbproces.c index 32130ea3e4..2e54552329 100644 --- a/src/rtl/hbproces.c +++ b/src/rtl/hbproces.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: * low level functions to create, wait and terminate processes * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * based on xHarbour code by * Copyright 2003 Giancarlo Niccolai - * www - 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 @@ -21,7 +18,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. diff --git a/src/rtl/hbprocfn.c b/src/rtl/hbprocfn.c index 1e958f2a79..54e0b0e1da 100644 --- a/src/rtl/hbprocfn.c +++ b/src/rtl/hbprocfn.c @@ -1,12 +1,9 @@ /* - * Harbour Project source code: * .prg level functions to create, wait and terminate processes * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * based on xHarbour code by * Copyright 2003 Giancarlo Niccolai - * www - 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 @@ -21,7 +18,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. diff --git a/src/rtl/hbrand.c b/src/rtl/hbrand.c index edcaca43bf..52a72a261f 100644 --- a/src/rtl/hbrand.c +++ b/src/rtl/hbrand.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_rand32() function * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbrandom.c b/src/rtl/hbrandom.c index 9c8bef5e53..8a880accbd 100644 --- a/src/rtl/hbrandom.c +++ b/src/rtl/hbrandom.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Random number generator routine * * Copyright 2011 Przemyslaw Czerpak * Copyright 2003 Giancarlo Niccolai - * 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 @@ -19,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. diff --git a/src/rtl/hbregex.c b/src/rtl/hbregex.c index 527f76fe25..813a3a30e9 100644 --- a/src/rtl/hbregex.c +++ b/src/rtl/hbregex.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbregexc.c b/src/rtl/hbregexc.c index 801f41dedc..e915dab56e 100644 --- a/src/rtl/hbregexc.c +++ b/src/rtl/hbregexc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbrunfun.c b/src/rtl/hbrunfun.c index d1bcf03a9b..350bf20068 100644 --- a/src/rtl/hbrunfun.c +++ b/src/rtl/hbrunfun.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * hb_run() + * hb_run() * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbsha1.c b/src/rtl/hbsha1.c index c424be7aa6..06f7d03908 100644 --- a/src/rtl/hbsha1.c +++ b/src/rtl/hbsha1.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SHA1 Harbour wrappers * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbsha1hm.c b/src/rtl/hbsha1hm.c index 50c6fc4acd..edbe21a4e9 100644 --- a/src/rtl/hbsha1hm.c +++ b/src/rtl/hbsha1hm.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HMAC-SHA1 Harbour wrappers * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbsha2.c b/src/rtl/hbsha2.c index 5b7e68e703..bd5d2a9a5a 100644 --- a/src/rtl/hbsha2.c +++ b/src/rtl/hbsha2.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SHA2 Harbour wrappers * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbsha2hm.c b/src/rtl/hbsha2hm.c index 87d96f0c0f..8100ba9849 100644 --- a/src/rtl/hbsha2hm.c +++ b/src/rtl/hbsha2hm.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HMAC-SHA2 Harbour wrappers * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbsocket.c b/src/rtl/hbsocket.c index 9c7774c131..93067f8b48 100644 --- a/src/rtl/hbsocket.c +++ b/src/rtl/hbsocket.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * socket C API + * socket C API * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbsockhb.c b/src/rtl/hbsockhb.c index 297fe8994e..be73f9b634 100644 --- a/src/rtl/hbsockhb.c +++ b/src/rtl/hbsockhb.c @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * Socket API wrapper functions + * Socket API wrapper functions * * Copyright 2010 Mindaugas Kavaliauskas * www - http://harbour-project.org/ @@ -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. diff --git a/src/rtl/hbstrfmt.c b/src/rtl/hbstrfmt.c index 9de46fd644..34b7d20e9d 100644 --- a/src/rtl/hbstrfmt.c +++ b/src/rtl/hbstrfmt.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_StrFormat() functions * * Copyright 2008 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 @@ -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. diff --git a/src/rtl/hbstrsh.c b/src/rtl/hbstrsh.c index f44d9370ef..ae99d30864 100644 --- a/src/rtl/hbstrsh.c +++ b/src/rtl/hbstrsh.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_StrShrink() function * * Copyright 2007-2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/hbtoken.c b/src/rtl/hbtoken.c index 232ce17c8e..e0b828f7da 100644 --- a/src/rtl/hbtoken.c +++ b/src/rtl/hbtoken.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbzlib.c b/src/rtl/hbzlib.c index 21f1a56fe8..6d21176e2c 100644 --- a/src/rtl/hbzlib.c +++ b/src/rtl/hbzlib.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * ZLIB functions wrapper + * ZLIB functions wrapper * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbzlibc.c b/src/rtl/hbzlibc.c index 31d3722f0f..d33fe4098e 100644 --- a/src/rtl/hbzlibc.c +++ b/src/rtl/hbzlibc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * dynamic reference to ZLIB functions + * dynamic reference to ZLIB functions * * Copyright 2013 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbzlibgz.c b/src/rtl/hbzlibgz.c index 5625b18113..b1431782fa 100644 --- a/src/rtl/hbzlibgz.c +++ b/src/rtl/hbzlibgz.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * GZIP functions wrapper + * GZIP functions wrapper * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbznet.c b/src/rtl/hbznet.c index 17ce9f1917..803430adcd 100644 --- a/src/rtl/hbznet.c +++ b/src/rtl/hbznet.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * ZLIB compression for Harbour stream sockets + * ZLIB compression for Harbour stream sockets * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/hbzsock.c b/src/rtl/hbzsock.c index e8ad931c97..7fd047c6c5 100644 --- a/src/rtl/hbzsock.c +++ b/src/rtl/hbzsock.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Harbour extended socket filter with ZLIB compression + * Harbour extended socket filter with ZLIB compression * * Copyright 2015 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/idle.c b/src/rtl/idle.c index 9157a1beb0..e029647c81 100644 --- a/src/rtl/idle.c +++ b/src/rtl/idle.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The idle state collector * * Copyright 1999 Ryszard Glab - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * hb_ReleaseCPU() diff --git a/src/rtl/inkey.c b/src/rtl/inkey.c index f34288ac98..e4444ec353 100644 --- a/src/rtl/inkey.c +++ b/src/rtl/inkey.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Keyboard API * * Copyright 1999 David G. Holm - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2012 Viktor Szakats (vszakats.net/harbour) * hb_keyPut() diff --git a/src/rtl/inkeyapi.c b/src/rtl/inkeyapi.c index d89967abb3..b46420f9a3 100644 --- a/src/rtl/inkeyapi.c +++ b/src/rtl/inkeyapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Inkey GT API * * Copyright 2007 Przemyslaw Czerpak - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2002 Walter Negro * hb_inkeySetLast() diff --git a/src/rtl/input.prg b/src/rtl/input.prg index 532944e4db..a76c6d602c 100644 --- a/src/rtl/input.prg +++ b/src/rtl/input.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __Input() undocumented function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/iousr.c b/src/rtl/iousr.c index 028cce2b61..cefee4afc5 100644 --- a/src/rtl/iousr.c +++ b/src/rtl/iousr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * IOUSRD - library to create new FILE IO redirectors at prg level + * IOUSRD - library to create new FILE IO redirectors at prg level * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/is.c b/src/rtl/is.c index 152028d75a..8111b43e6d 100644 --- a/src/rtl/is.c +++ b/src/rtl/is.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Is*() string functions * * 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 @@ -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. diff --git a/src/rtl/isprint.c b/src/rtl/isprint.c index 9130e16b37..e20e628b8b 100644 --- a/src/rtl/isprint.c +++ b/src/rtl/isprint.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * IsPrinter() function * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/itemseri.c b/src/rtl/itemseri.c index fb428a98fe..c334714f31 100644 --- a/src/rtl/itemseri.c +++ b/src/rtl/itemseri.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * item serialization code + * item serialization code * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/lang.c b/src/rtl/lang.c index b4570418d3..a79ba01711 100644 --- a/src/rtl/lang.c +++ b/src/rtl/lang.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Language related functions * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/langapi.c b/src/rtl/langapi.c index 501b44f30b..edca285971 100644 --- a/src/rtl/langapi.c +++ b/src/rtl/langapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Language API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/langcomp.prg b/src/rtl/langcomp.prg index b29138da20..cb8ec5a1c4 100644 --- a/src/rtl/langcomp.prg +++ b/src/rtl/langcomp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Language API module selection * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/langlgcy.prg b/src/rtl/langlgcy.prg index 4cba237e87..a59d0c0001 100644 --- a/src/rtl/langlgcy.prg +++ b/src/rtl/langlgcy.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Legacy language module definitions (to make old code happy) * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/left.c b/src/rtl/left.c index c1d4b5a94b..ce220cd10c 100644 --- a/src/rtl/left.c +++ b/src/rtl/left.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Left() function * * Copyright 2012 Przemyslaw Czerpak * 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 @@ -19,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. diff --git a/src/rtl/len.c b/src/rtl/len.c index 06ddd0d1bc..1de5712265 100644 --- a/src/rtl/len.c +++ b/src/rtl/len.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Len() function * * Copyright 2012 Przemyslaw Czerpak * 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 @@ -19,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. diff --git a/src/rtl/lennum.c b/src/rtl/lennum.c index d56592ab1f..2c8a41b5e5 100644 --- a/src/rtl/lennum.c +++ b/src/rtl/lennum.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * LenNum() compatibility function from the SAMPLES directory of Clipper. * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/libname.prg b/src/rtl/libname.prg index 8233828b20..ad424ade5e 100644 --- a/src/rtl/libname.prg +++ b/src/rtl/libname.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_libName() * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/libnamec.c b/src/rtl/libnamec.c index ae738aa3fd..3c8b6279de 100644 --- a/src/rtl/libnamec.c +++ b/src/rtl/libnamec.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_libExt(), hb_libPrefix() * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -23,7 +21,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. diff --git a/src/rtl/listbox.prg b/src/rtl/listbox.prg index 19ee173105..c3923ca870 100644 --- a/src/rtl/listbox.prg +++ b/src/rtl/listbox.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Listbox class * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/math.c b/src/rtl/math.c index 65cbc4c54c..09cbdfe4f0 100644 --- a/src/rtl/math.c +++ b/src/rtl/math.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Math functions * * Copyright 1999 Matthew Hamilton @@ -8,8 +7,6 @@ * Copyright 2001/2002 IntTec GmbH, Freiburg, Germany, * Author: Martin Vogel * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -23,7 +20,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. diff --git a/src/rtl/maxrow.c b/src/rtl/maxrow.c index 46a1753d28..36006e1fcb 100644 --- a/src/rtl/maxrow.c +++ b/src/rtl/maxrow.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MaxRow(), MaxCol() functions * * Copyright 1999 David G. Holm - * 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. diff --git a/src/rtl/memoedit.prg b/src/rtl/memoedit.prg index e810c89d3c..a74b71f368 100644 --- a/src/rtl/memoedit.prg +++ b/src/rtl/memoedit.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MemoEdit() function * * Copyright 2000 Maurilio Longo - * 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. diff --git a/src/rtl/memofile.c b/src/rtl/memofile.c index 66573e5a47..e5d49e7392 100644 --- a/src/rtl/memofile.c +++ b/src/rtl/memofile.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MemoWrit()/MemoRead() functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/memvarhb.prg b/src/rtl/memvarhb.prg index 48de985bb8..e456580c19 100644 --- a/src/rtl/memvarhb.prg +++ b/src/rtl/memvarhb.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MEMVAR save/restore functions with >10 long variable name support. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/menusys.prg b/src/rtl/menusys.prg index 40fd676337..d432205288 100644 --- a/src/rtl/menusys.prg +++ b/src/rtl/menusys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MENUSYS parts * * Copyright 2002 Larry Sevilla - * 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. diff --git a/src/rtl/menuto.prg b/src/rtl/menuto.prg index da56848c49..7101c4879a 100644 --- a/src/rtl/menuto.prg +++ b/src/rtl/menuto.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * PROMPT/MENU TO commands * * Released to Public Domain by Phil Barnett - * www - http://harbour-project.org * */ diff --git a/src/rtl/minmax.c b/src/rtl/minmax.c index e8eb0ec4eb..d8c0d3b6f0 100644 --- a/src/rtl/minmax.c +++ b/src/rtl/minmax.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Min(), Max() functions * * Copyright 1999 Matthew Hamilton - * 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. diff --git a/src/rtl/mlcfunc.c b/src/rtl/mlcfunc.c index b1a51d74e9..39147fe267 100644 --- a/src/rtl/mlcfunc.c +++ b/src/rtl/mlcfunc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * memo line functions: MemoLine(), MLCount(), MLPos(), MLCToPos(), MPosToLC() * * Copyright 2012 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/mod.c b/src/rtl/mod.c index 8050f2d762..d365ab586b 100644 --- a/src/rtl/mod.c +++ b/src/rtl/mod.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mod() function * * Copyright 1999 Matthew Hamilton - * 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. diff --git a/src/rtl/mouse53.c b/src/rtl/mouse53.c index 7bcebc26ce..bdf7e6f4c2 100644 --- a/src/rtl/mouse53.c +++ b/src/rtl/mouse53.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mouse API * * Copyright 1999-2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/mouseapi.c b/src/rtl/mouseapi.c index 17c9194c9f..b72eebd36f 100644 --- a/src/rtl/mouseapi.c +++ b/src/rtl/mouseapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mouse API * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Jose Lalin * API proposal diff --git a/src/rtl/mousehb.c b/src/rtl/mousehb.c index a0a5891f66..f5e499ed4e 100644 --- a/src/rtl/mousehb.c +++ b/src/rtl/mousehb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Mouse API * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/mtran.c b/src/rtl/mtran.c index 583a88fec6..fd7c421ed0 100644 --- a/src/rtl/mtran.c +++ b/src/rtl/mtran.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MemoTran() function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/natmsg.c b/src/rtl/natmsg.c index cbec2a6f0e..eb5fcfd637 100644 --- a/src/rtl/natmsg.c +++ b/src/rtl/natmsg.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * NATION undocumented functions * * Copyright 1999 Jose Lalin - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * __natSortVer() diff --git a/src/rtl/natmsgu.c b/src/rtl/natmsgu.c index ba028e1c6b..fc7b23a570 100644 --- a/src/rtl/natmsgu.c +++ b/src/rtl/natmsgu.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * NATION undocumented functions * * Copyright 1999 Jose Lalin - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * _NatSortVer() diff --git a/src/rtl/net.c b/src/rtl/net.c index 08e16c96a9..2459c27626 100644 --- a/src/rtl/net.c +++ b/src/rtl/net.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * NetName() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001 Luiz Rafael Culik * Support for DJGPP/GCC/OS2 for netname diff --git a/src/rtl/netusr.c b/src/rtl/netusr.c index 3a2b1900a9..6ee4455db5 100644 --- a/src/rtl/netusr.c +++ b/src/rtl/netusr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_UserName() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001 Luiz Rafael Culik * Support for DJGPP/GCC/OS2 for netname diff --git a/src/rtl/objfunc.prg b/src/rtl/objfunc.prg index 591cffcad9..dee2a3a876 100644 --- a/src/rtl/objfunc.prg +++ b/src/rtl/objfunc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Dynamic Object management and misc. Object related functions * * Copyright 1999 Eddie Runia - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Antonio Linares * __objGetMsgList diff --git a/src/rtl/oemansi.c b/src/rtl/oemansi.c index 9996d74e1c..e38b86bc32 100644 --- a/src/rtl/oemansi.c +++ b/src/rtl/oemansi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * OEM <-> ANSI string conversion functions (Windows specific, Xbase++ ext.) * * Copyright 1999-2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/oldbox.c b/src/rtl/oldbox.c index e6f2ee7c3e..780af896f8 100644 --- a/src/rtl/oldbox.c +++ b/src/rtl/oldbox.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __Box(), __BoxS(), __BoxD() undocumented box drawing functions * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/oldclear.c b/src/rtl/oldclear.c index 6132925506..831a1ea785 100644 --- a/src/rtl/oldclear.c +++ b/src/rtl/oldclear.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __AtClear(), __Clear() undocumented functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/pad.c b/src/rtl/pad.c index 9aee5eb29b..b0d89f736f 100644 --- a/src/rtl/pad.c +++ b/src/rtl/pad.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Pad() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/padx.c b/src/rtl/padx.c index 6155e44902..be2e9242e4 100644 --- a/src/rtl/padx.c +++ b/src/rtl/padx.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * PadL(), PadR(), PadC() functions * * Copyright 2012 Przemyslaw Czerpak * Copyright 1999 Matthew Hamilton - * 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 @@ -19,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. diff --git a/src/rtl/perfuncs.prg b/src/rtl/perfuncs.prg index d9790593f2..a48534c9b8 100644 --- a/src/rtl/perfuncs.prg +++ b/src/rtl/perfuncs.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour persistence commands support functions * * Copyright 2001 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 @@ -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. diff --git a/src/rtl/philes.c b/src/rtl/philes.c index bff5ebe273..ab2b6023fb 100644 --- a/src/rtl/philes.c +++ b/src/rtl/philes.c @@ -1,12 +1,10 @@ /* - * Harbour Project source code: * The FileSys API (Harbour level) * * Copyright 1999-2009 Viktor Szakats (vszakats.net/harbour) * Copyright 2008 Przemyslaw Czerpak * Copyright 2000 David G. Holm * Copyright 1999 Manuel Ruiz - * 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 @@ -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. diff --git a/src/rtl/philes53.c b/src/rtl/philes53.c index 5b7ae8b145..7b648d8ab2 100644 --- a/src/rtl/philes53.c +++ b/src/rtl/philes53.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * FSetDevMod() function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/profiler.prg b/src/rtl/profiler.prg index 7c2bdfefc8..c60da53d6c 100644 --- a/src/rtl/profiler.prg +++ b/src/rtl/profiler.prg @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * Profiler reporting classes * * Copyright 2001,2002 Dave Pearson @@ -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. diff --git a/src/rtl/pushbtn.prg b/src/rtl/pushbtn.prg index 6ee29b1ab9..ee31c15b5a 100644 --- a/src/rtl/pushbtn.prg +++ b/src/rtl/pushbtn.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * PushButton class * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/radiobhb.prg b/src/rtl/radiobhb.prg index 8bdb433758..733c8a4e07 100644 --- a/src/rtl/radiobhb.prg +++ b/src/rtl/radiobhb.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * RadioButton() constructor function * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/radiobtn.prg b/src/rtl/radiobtn.prg index 6ccb00427c..81eb9cbc2f 100644 --- a/src/rtl/radiobtn.prg +++ b/src/rtl/radiobtn.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * RadioButton class * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/radiogrp.prg b/src/rtl/radiogrp.prg index 89b1eaac47..ebfd336a9f 100644 --- a/src/rtl/radiogrp.prg +++ b/src/rtl/radiogrp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * RadioGroup class * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/rat.c b/src/rtl/rat.c index e64a6d092f..98cacbeeed 100644 --- a/src/rtl/rat.c +++ b/src/rtl/rat.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * RAt() function * * Copyright 2012 Przemyslaw Czerpak * 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 @@ -19,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. diff --git a/src/rtl/readkey.prg b/src/rtl/readkey.prg index 38a54c69f8..2c7ba54335 100644 --- a/src/rtl/readkey.prg +++ b/src/rtl/readkey.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ReadKey() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/readvar.prg b/src/rtl/readvar.prg index 137b157f02..320f3fee99 100644 --- a/src/rtl/readvar.prg +++ b/src/rtl/readvar.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ReadVar() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/replic.c b/src/rtl/replic.c index 01c8da287d..071483500f 100644 --- a/src/rtl/replic.c +++ b/src/rtl/replic.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Replicate() function * * 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 @@ -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. diff --git a/src/rtl/right.c b/src/rtl/right.c index f6946e714b..d35e7f9c33 100644 --- a/src/rtl/right.c +++ b/src/rtl/right.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Right() function * * Copyright 2012 Przemyslaw Czerpak * 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 @@ -19,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. diff --git a/src/rtl/round.c b/src/rtl/round.c index a238dbc49d..fc7fbf85c8 100644 --- a/src/rtl/round.c +++ b/src/rtl/round.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Round(), Int() functions * * Copyright 1999 David G. Holm - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Matthew Hamilton * Int() diff --git a/src/rtl/rtlshort.c b/src/rtl/rtlshort.c index 71b90207c8..a4e3930655 100644 --- a/src/rtl/rtlshort.c +++ b/src/rtl/rtlshort.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Short (10 chars long) version of some functions for Cl*pper compatibility * * Copyright 2014 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/run.c b/src/rtl/run.c index ef4331ee60..f2e8c659fb 100644 --- a/src/rtl/run.c +++ b/src/rtl/run.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __Run() function * * Copyright 1999 Eddie Runia - * 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. diff --git a/src/rtl/samples.c b/src/rtl/samples.c index fac7186c2f..a9776b2ce5 100644 --- a/src/rtl/samples.c +++ b/src/rtl/samples.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Compatibility functions from the SAMPLES directory of Clipper. * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/savebuff.prg b/src/rtl/savebuff.prg index 5f3efabcfe..33fb476167 100644 --- a/src/rtl/savebuff.prg +++ b/src/rtl/savebuff.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SaveScreen() buffer help functions * * Copyright 2012 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/saverest.c b/src/rtl/saverest.c index 132de7c164..facc31b911 100644 --- a/src/rtl/saverest.c +++ b/src/rtl/saverest.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SaveScreen(), RestScreen() functions * * 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 @@ -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. diff --git a/src/rtl/scroll.c b/src/rtl/scroll.c index a4eb4bd244..1a93a73bd2 100644 --- a/src/rtl/scroll.c +++ b/src/rtl/scroll.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Scroll() function * * Copyright 1999 David G. Holm - * 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. diff --git a/src/rtl/scrollbr.prg b/src/rtl/scrollbr.prg index 0d284ce0d1..80436f57a4 100644 --- a/src/rtl/scrollbr.prg +++ b/src/rtl/scrollbr.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ScrollBar class * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/scrrow.c b/src/rtl/scrrow.c index 7f2ca144c6..6512221c98 100644 --- a/src/rtl/scrrow.c +++ b/src/rtl/scrrow.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_ScrMaxRow(), hb_ScrMaxCol() functions * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/seconds.c b/src/rtl/seconds.c index 4ad2cc5e8f..c164128a6e 100644 --- a/src/rtl/seconds.c +++ b/src/rtl/seconds.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Seconds() function * * Copyright 2003 Przemyslaw Czerpak (hb_SecondsCPU()) * Copyright 1999 Jose Lalin - * 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 @@ -19,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. diff --git a/src/rtl/setcolor.c b/src/rtl/setcolor.c index ec2978f8c6..a157cd96fd 100644 --- a/src/rtl/setcolor.c +++ b/src/rtl/setcolor.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Color functions * * Copyright 1999 Paul Tucker - * 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. diff --git a/src/rtl/setcurs.c b/src/rtl/setcurs.c index aede654ea3..65a1e0ee76 100644 --- a/src/rtl/setcurs.c +++ b/src/rtl/setcurs.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SetCursor() function * * 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 @@ -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. diff --git a/src/rtl/setfunc.prg b/src/rtl/setfunc.prg index e2d6defcbd..acf4a2e94c 100644 --- a/src/rtl/setfunc.prg +++ b/src/rtl/setfunc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __SetFunction() function * * Copyright 1999 {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 @@ -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. diff --git a/src/rtl/setkey.c b/src/rtl/setkey.c index c9a0dd5f5a..b1c94a6e62 100644 --- a/src/rtl/setkey.c +++ b/src/rtl/setkey.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SetKey() and related functions * * Copyright 1999 April White - * 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. diff --git a/src/rtl/setpos.c b/src/rtl/setpos.c index 5f32e629f6..0fa104e869 100644 --- a/src/rtl/setpos.c +++ b/src/rtl/setpos.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SetPos(), Row(), Col() functions * * Copyright 1999 Bil Simser - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 David G. Holm * SetPos() diff --git a/src/rtl/setposbs.c b/src/rtl/setposbs.c index b39822e80d..4cccd3388c 100644 --- a/src/rtl/setposbs.c +++ b/src/rtl/setposbs.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SetPosBS() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/setta.prg b/src/rtl/setta.prg index 714b2637cd..e82a98e321 100644 --- a/src/rtl/setta.prg +++ b/src/rtl/setta.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SetTypeahead() undocumented function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/shadow.c b/src/rtl/shadow.c index 11d10eaf26..a526166bab 100644 --- a/src/rtl/shadow.c +++ b/src/rtl/shadow.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_Shadow(), hb_ClrArea() functions * * 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 @@ -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. diff --git a/src/rtl/shadowu.c b/src/rtl/shadowu.c index bc6e30d3bb..0ac1165b93 100644 --- a/src/rtl/shadowu.c +++ b/src/rtl/shadowu.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * DbgShadow() function * * 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 @@ -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. diff --git a/src/rtl/soundex.c b/src/rtl/soundex.c index abaccd88ed..a9a417ba06 100644 --- a/src/rtl/soundex.c +++ b/src/rtl/soundex.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * SoundEx() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/space.c b/src/rtl/space.c index 18b74faf08..9c607dcf38 100644 --- a/src/rtl/space.c +++ b/src/rtl/space.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Space() function * * 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 @@ -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. diff --git a/src/rtl/spfiles.c b/src/rtl/spfiles.c index f308955c73..c942d23ecd 100644 --- a/src/rtl/spfiles.c +++ b/src/rtl/spfiles.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * A search path shim for the FileSys API (C level) * * Copyright 2001 David G. Holm - * 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. diff --git a/src/rtl/str.c b/src/rtl/str.c index 4be8182c07..94d368e989 100644 --- a/src/rtl/str.c +++ b/src/rtl/str.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Str() function * * 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 @@ -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. diff --git a/src/rtl/strc.c b/src/rtl/strc.c index be3b274be8..13c3102e9f 100644 --- a/src/rtl/strc.c +++ b/src/rtl/strc.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * hb_StrDecodEscape() - decode string with \ escape sequences * hb_StrCDecode() - decode string using C compiler rules * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/rtl/strcase.c b/src/rtl/strcase.c index b0f69ffb79..473133a08c 100644 --- a/src/rtl/strcase.c +++ b/src/rtl/strcase.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Uppercase/lowercase string functions * * 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 @@ -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. diff --git a/src/rtl/strclear.c b/src/rtl/strclear.c index 1206f1e0f3..0b24b1db52 100644 --- a/src/rtl/strclear.c +++ b/src/rtl/strclear.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_StrClear() function * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/strmatch.c b/src/rtl/strmatch.c index 6c350e2dab..a2fb15fe07 100644 --- a/src/rtl/strmatch.c +++ b/src/rtl/strmatch.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * String matching functions * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/strrepl.c b/src/rtl/strrepl.c index fa52b91790..991cbf22ec 100644 --- a/src/rtl/strrepl.c +++ b/src/rtl/strrepl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_StrReplace() * * Copyright 2013 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/strtoexp.c b/src/rtl/strtoexp.c index f0b7b2f02f..21515f1feb 100644 --- a/src/rtl/strtoexp.c +++ b/src/rtl/strtoexp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_StrToExp() function - convert string to valid macrocompiler expression * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/strtran.c b/src/rtl/strtran.c index 657c0307eb..333dc2c772 100644 --- a/src/rtl/strtran.c +++ b/src/rtl/strtran.c @@ -1,5 +1,4 @@ /* - * Harbour Project source code: * StrTran() function * * Copyright 1999 Antonio Linares @@ -8,8 +7,6 @@ * rewritten to fix incompatibilities with Clipper and fatal performance * of original code * - * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -23,7 +20,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. diff --git a/src/rtl/strutf8.c b/src/rtl/strutf8.c index 3761cc6ebc..953b1759f7 100644 --- a/src/rtl/strutf8.c +++ b/src/rtl/strutf8.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_StrIsUTF8() function * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/strxor.c b/src/rtl/strxor.c index 5819ebfea5..6f7ecf6aa0 100644 --- a/src/rtl/strxor.c +++ b/src/rtl/strxor.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_StrXor() * * Copyright 2009 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 @@ -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. diff --git a/src/rtl/strzero.c b/src/rtl/strzero.c index 375758ec35..cfa8c2e0fe 100644 --- a/src/rtl/strzero.c +++ b/src/rtl/strzero.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * StrZero() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/stuff.c b/src/rtl/stuff.c index 786d8620ce..107e327ac1 100644 --- a/src/rtl/stuff.c +++ b/src/rtl/stuff.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Stuff() function * * Copyright 2012 Przemyslaw Czerpak * 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 @@ -19,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. diff --git a/src/rtl/substr.c b/src/rtl/substr.c index 14dc928b20..db526678de 100644 --- a/src/rtl/substr.c +++ b/src/rtl/substr.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * SubStr() function * * Copyright 2012 Przemyslaw Czerpak * 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 @@ -19,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. diff --git a/src/rtl/tbcolumn.prg b/src/rtl/tbcolumn.prg index 31561dd64f..243048d111 100644 --- a/src/rtl/tbcolumn.prg +++ b/src/rtl/tbcolumn.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * TBColumn Class * * Copyright 2007-2008 Viktor Szakats (vszakats.net/harbour) * 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 @@ -19,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. diff --git a/src/rtl/tbrowse.prg b/src/rtl/tbrowse.prg index 65e0d7b781..e830e6bffc 100644 --- a/src/rtl/tbrowse.prg +++ b/src/rtl/tbrowse.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * TBrowse Class * * Copyright 2008 Przemyslaw Czerpak * This implementation contains code and notes by: * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -20,7 +18,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. diff --git a/src/rtl/tbrowsys.prg b/src/rtl/tbrowsys.prg index b01598fb8c..3b3aa7a99e 100644 --- a/src/rtl/tbrowsys.prg +++ b/src/rtl/tbrowsys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * TBrowse() CA-Cl*pper 5.3 functions * * Copyright 2007 {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 @@ -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. diff --git a/src/rtl/tclass.prg b/src/rtl/tclass.prg index 3d6adad77e..5b949aca6c 100644 --- a/src/rtl/tclass.prg +++ b/src/rtl/tclass.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Base Class for internal handling of class creation * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2000 J. Lefebvre and RA. Cuylen * Multiple inheritance diff --git a/src/rtl/teditor.prg b/src/rtl/teditor.prg index 8858b3088b..03b0497a47 100644 --- a/src/rtl/teditor.prg +++ b/src/rtl/teditor.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: * Editor Class (base for MemoEdit(), debugger, etc.) * * Copyright 2000 Maurilio Longo * Copyright 2015 Przemyslaw Czerpak * rewritten whole internal code critical for basic functionality. - * 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 @@ -20,7 +18,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. diff --git a/src/rtl/text.prg b/src/rtl/text.prg index d8672a7065..7c01666654 100644 --- a/src/rtl/text.prg +++ b/src/rtl/text.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __TextSave()/__TextRestore() functions * * Copyright 1999 {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 @@ -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. diff --git a/src/rtl/tget.prg b/src/rtl/tget.prg index 3a745b6311..90df439a2a 100644 --- a/src/rtl/tget.prg +++ b/src/rtl/tget.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Get Class * * Copyright 2007-2008 Viktor Szakats (vszakats.net/harbour) * Copyright 1999 Ignacio Ortiz de Zuniga - * 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 @@ -19,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. diff --git a/src/rtl/tgethb.prg b/src/rtl/tgethb.prg index 65838ca395..0f9c3188f8 100644 --- a/src/rtl/tgethb.prg +++ b/src/rtl/tgethb.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Get Class (Harbour extended) * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/tgetint.prg b/src/rtl/tgetint.prg index 39b5f045fb..c1ab958d51 100644 --- a/src/rtl/tgetint.prg +++ b/src/rtl/tgetint.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Get Class helpers * * Copyright 2000 Ron Pinkas - * 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. diff --git a/src/rtl/tgetlist.prg b/src/rtl/tgetlist.prg index 37ead20898..ade6a7a4f0 100644 --- a/src/rtl/tgetlist.prg +++ b/src/rtl/tgetlist.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBGetList Class * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2001 Luiz Rafael Culik * Support for CA-Cl*pper 5.3 Getsystem diff --git a/src/rtl/tlabel.prg b/src/rtl/tlabel.prg index d8bbfbf921..892a56d922 100644 --- a/src/rtl/tlabel.prg +++ b/src/rtl/tlabel.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBLabelForm class and __LabelForm() * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/tmenuitm.prg b/src/rtl/tmenuitm.prg index 086bfb3b01..b90f353239 100644 --- a/src/rtl/tmenuitm.prg +++ b/src/rtl/tmenuitm.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * MenuItem class * * Copyright 2000 Jose Lalin - * 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. diff --git a/src/rtl/tmenusys.prg b/src/rtl/tmenusys.prg index 433501ef98..59a33d7f76 100644 --- a/src/rtl/tmenusys.prg +++ b/src/rtl/tmenusys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * TMENUSYS class * * Copyright 2002 Larry Sevilla - * 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. diff --git a/src/rtl/tobject.prg b/src/rtl/tobject.prg index d92ffd32eb..5f106a0c2e 100644 --- a/src/rtl/tobject.prg +++ b/src/rtl/tobject.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Base Object from which all object finally inherit * * Copyright 2000 J. Lefebvre and RA. Cuylen - * 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. diff --git a/src/rtl/tone.c b/src/rtl/tone.c index ed88628034..c515789f41 100644 --- a/src/rtl/tone.c +++ b/src/rtl/tone.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Tone() function * * Copyright 1999 Chen Kedem - * 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. diff --git a/src/rtl/tpersist.prg b/src/rtl/tpersist.prg index aea4bb1829..68ad4d3d51 100644 --- a/src/rtl/tpersist.prg +++ b/src/rtl/tpersist.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Class HBPersistent * * Copyright 2001 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 @@ -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. diff --git a/src/rtl/tpopup.prg b/src/rtl/tpopup.prg index e8de8d2ab1..3c5a541d6c 100644 --- a/src/rtl/tpopup.prg +++ b/src/rtl/tpopup.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Popup menu class * * Copyright 2000 Jose Lalin - * 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. diff --git a/src/rtl/tpopuphb.prg b/src/rtl/tpopuphb.prg index a2e026e0c0..2dc92f2f19 100644 --- a/src/rtl/tpopuphb.prg +++ b/src/rtl/tpopuphb.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * POPUP menu class (Harbour extended) * * Copyright 2011 Viktor Szakats (vszakats.net/harbour) * Copyright 2000 Jose Lalin - * 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 @@ -19,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. diff --git a/src/rtl/trace.c b/src/rtl/trace.c index 45b23da54f..54be5ed812 100644 --- a/src/rtl/trace.c +++ b/src/rtl/trace.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * The Clipper tracing API * * Copyright 2009 Viktor Szakats (vszakats.net/harbour) * Copyright 1999 Gonzalo A. Diethelm - * 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 @@ -19,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. diff --git a/src/rtl/transfrm.c b/src/rtl/transfrm.c index 30ea8ae55f..b15d882419 100644 --- a/src/rtl/transfrm.c +++ b/src/rtl/transfrm.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * Transform() function * * Copyright 2012 Przemyslaw Czerpak * Copyright 1999 Eddie Runia - * 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 @@ -19,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. @@ -49,7 +47,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Matthew Hamilton * String handling diff --git a/src/rtl/treport.prg b/src/rtl/treport.prg index cfb30ce3ed..fbf2240b4d 100644 --- a/src/rtl/treport.prg +++ b/src/rtl/treport.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBreportForm class and __ReportForm() * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/trim.c b/src/rtl/trim.c index 8d71b6877f..d6f9eae680 100644 --- a/src/rtl/trim.c +++ b/src/rtl/trim.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * *Trim() functions * * 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 @@ -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. diff --git a/src/rtl/tscalar.prg b/src/rtl/tscalar.prg index 0298c0e68e..84dcefbb71 100644 --- a/src/rtl/tscalar.prg +++ b/src/rtl/tscalar.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour implementation of Class(y) Scalar classes * * Copyright 2004 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 @@ -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. diff --git a/src/rtl/tscalara.c b/src/rtl/tscalara.c index 49e1af3d27..5657a8a903 100644 --- a/src/rtl/tscalara.c +++ b/src/rtl/tscalara.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Array scalar class function + * Array scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalarb.c b/src/rtl/tscalarb.c index d5e64d6c33..dd6ad0b312 100644 --- a/src/rtl/tscalarb.c +++ b/src/rtl/tscalarb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Block scalar class function + * Block scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalarc.c b/src/rtl/tscalarc.c index 93d9543d97..28b10078be 100644 --- a/src/rtl/tscalarc.c +++ b/src/rtl/tscalarc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Character scalar class function + * Character scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalard.c b/src/rtl/tscalard.c index a17108f4c0..6201264b94 100644 --- a/src/rtl/tscalard.c +++ b/src/rtl/tscalard.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Date scalar class function + * Date scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalarh.c b/src/rtl/tscalarh.c index a7568d0386..8cd075042f 100644 --- a/src/rtl/tscalarh.c +++ b/src/rtl/tscalarh.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Hash scalar class function + * Hash scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalarl.c b/src/rtl/tscalarl.c index 46ed7045d4..1e252e017a 100644 --- a/src/rtl/tscalarl.c +++ b/src/rtl/tscalarl.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Logical scalar class function + * Logical scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalarn.c b/src/rtl/tscalarn.c index 62c9cca7e6..275e8e76fe 100644 --- a/src/rtl/tscalarn.c +++ b/src/rtl/tscalarn.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Numeric scalar class function + * Numeric scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalarp.c b/src/rtl/tscalarp.c index 046e973a0c..c822a1cadd 100644 --- a/src/rtl/tscalarp.c +++ b/src/rtl/tscalarp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Pointer scalar class function + * Pointer scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalars.c b/src/rtl/tscalars.c index 4a14858ec7..144aae7639 100644 --- a/src/rtl/tscalars.c +++ b/src/rtl/tscalars.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Symbol scalar class function + * Symbol scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalart.c b/src/rtl/tscalart.c index b2982a9f87..992de6886b 100644 --- a/src/rtl/tscalart.c +++ b/src/rtl/tscalart.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Timestamp scalar class function + * Timestamp scalar class function * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tscalaru.c b/src/rtl/tscalaru.c index 8f8db4c9d6..d4d1ff3f0e 100644 --- a/src/rtl/tscalaru.c +++ b/src/rtl/tscalaru.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * NIL scalar class function + * NIL scalar class function * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/tsymbol.prg b/src/rtl/tsymbol.prg index 6ed784752b..1aff3afc82 100644 --- a/src/rtl/tsymbol.prg +++ b/src/rtl/tsymbol.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour implementation of Class(y) Class Symbol * * Copyright 2003 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 @@ -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. diff --git a/src/rtl/ttextlin.prg b/src/rtl/ttextlin.prg index 6ba6856fb7..df1f4cab0d 100644 --- a/src/rtl/ttextlin.prg +++ b/src/rtl/ttextlin.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * HBTextLine Class (used by HBEditor class) * * Copyright 2000 Maurilio Longo - * 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. diff --git a/src/rtl/ttopbar.prg b/src/rtl/ttopbar.prg index bb0f130103..de670dc2a9 100644 --- a/src/rtl/ttopbar.prg +++ b/src/rtl/ttopbar.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * TopBar menu class * * Copyright 2000 Jose Lalin - * 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. diff --git a/src/rtl/type.c b/src/rtl/type.c index ccbccb328c..d83918c701 100644 --- a/src/rtl/type.c +++ b/src/rtl/type.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Type() function * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/rtl/typefile.prg b/src/rtl/typefile.prg index b78fc60a1e..788360cb24 100644 --- a/src/rtl/typefile.prg +++ b/src/rtl/typefile.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __TypeFile() function * * Copyright 2000 Luiz Rafael Culik - * 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. diff --git a/src/rtl/val.c b/src/rtl/val.c index 558ba9d959..294f5ea57a 100644 --- a/src/rtl/val.c +++ b/src/rtl/val.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Val() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/valtoexp.prg b/src/rtl/valtoexp.prg index ee8412f30e..d704f917f5 100644 --- a/src/rtl/valtoexp.prg +++ b/src/rtl/valtoexp.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_ValToExp(), hb_CStr() * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/valtostr.c b/src/rtl/valtostr.c index dc5a60d4ab..3f648b7482 100644 --- a/src/rtl/valtostr.c +++ b/src/rtl/valtostr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_ValToStr() function * * Copyright 1999 David G. Holm - * 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. diff --git a/src/rtl/valtype.c b/src/rtl/valtype.c index b447366634..8d12853468 100644 --- a/src/rtl/valtype.c +++ b/src/rtl/valtype.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ValType() function * * 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 @@ -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. diff --git a/src/rtl/version.c b/src/rtl/version.c index 181d1635ee..d29b447ded 100644 --- a/src/rtl/version.c +++ b/src/rtl/version.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Version related functions * * Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/vfile.c b/src/rtl/vfile.c index 7052582a15..b668d6818f 100644 --- a/src/rtl/vfile.c +++ b/src/rtl/vfile.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * PRG level interface to Harbour FILE IO API * * Copyright 2014 Przemyslaw Czerpak - * 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. diff --git a/src/rtl/wait.prg b/src/rtl/wait.prg index 27f46a836d..6c877e969a 100644 --- a/src/rtl/wait.prg +++ b/src/rtl/wait.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __Wait() undocumented function * * Copyright 1999 Jose Lalin - * 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. diff --git a/src/rtl/word.c b/src/rtl/word.c index f0b129b4b3..ca81fb6c74 100644 --- a/src/rtl/word.c +++ b/src/rtl/word.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Word() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/xhelp.c b/src/rtl/xhelp.c index fdc9b433eb..561d527f4e 100644 --- a/src/rtl/xhelp.c +++ b/src/rtl/xhelp.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __XHelp() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/rtl/xsavescr.c b/src/rtl/xsavescr.c index 6b5584491e..c1907e87b6 100644 --- a/src/rtl/xsavescr.c +++ b/src/rtl/xsavescr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __XSaveScreen()/__XRestScreen() functions * * Copyright 1999 Paul Tucker - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * Rewritten in C diff --git a/src/vm/arrays.c b/src/vm/arrays.c index 22e3c8f7f5..2606deffa9 100644 --- a/src/vm/arrays.c +++ b/src/vm/arrays.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Array API (C level) * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * hb_arrayIsObject() diff --git a/src/vm/arrayshb.c b/src/vm/arrayshb.c index 6f467db8a0..aea3424123 100644 --- a/src/vm/arrayshb.c +++ b/src/vm/arrayshb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Array API (Harbour level) * * 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 @@ -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. diff --git a/src/vm/asort.c b/src/vm/asort.c index b2723feb42..4d75a0e6c0 100644 --- a/src/vm/asort.c +++ b/src/vm/asort.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: * ASort() function * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * Jose Lalin - * 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 @@ -19,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. diff --git a/src/vm/break.c b/src/vm/break.c index 61355150e6..6e50dba2a8 100644 --- a/src/vm/break.c +++ b/src/vm/break.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Break() function * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/vm/classes.c b/src/vm/classes.c index 2b4d99d135..51a157e4ae 100644 --- a/src/vm/classes.c +++ b/src/vm/classes.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Base-routines for OOPS system * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999 Eddie Runia * :CLASSSEL() diff --git a/src/vm/cmdarg.c b/src/vm/cmdarg.c index d53edb3612..edab950f3d 100644 --- a/src/vm/cmdarg.c +++ b/src/vm/cmdarg.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Command line and environment argument management * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/vm/codebloc.c b/src/vm/codebloc.c index e359fd0cbb..32912fd551 100644 --- a/src/vm/codebloc.c +++ b/src/vm/codebloc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Codeblock runtime support * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/vm/debug.c b/src/vm/debug.c index b1b4432c95..f420b9f375 100644 --- a/src/vm/debug.c +++ b/src/vm/debug.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Debugging functions for LOCAL, STATIC variables and the stack * * Copyright 1999 Eddie Runia - * 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. diff --git a/src/vm/dynlibhb.c b/src/vm/dynlibhb.c index 75cc4b5af7..c4cb22b317 100644 --- a/src/vm/dynlibhb.c +++ b/src/vm/dynlibhb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Dynamic link libraries management functions * * Copyright 2001 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 @@ -23,7 +21,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. diff --git a/src/vm/dynsym.c b/src/vm/dynsym.c index 30d0cf4604..e26ae23c92 100644 --- a/src/vm/dynsym.c +++ b/src/vm/dynsym.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Dynamic symbol table management * * 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 @@ -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. diff --git a/src/vm/estack.c b/src/vm/estack.c index 56f91a66a8..31a448c388 100644 --- a/src/vm/estack.c +++ b/src/vm/estack.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The eval stack management functions * * 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 @@ -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. diff --git a/src/vm/eval.c b/src/vm/eval.c index 06923e4830..3a8debb3dd 100644 --- a/src/vm/eval.c +++ b/src/vm/eval.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Eval API * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * hb_itemDo() ( based on HB_DO() by Ryszard Glab ) diff --git a/src/vm/evalhb.c b/src/vm/evalhb.c index ce138e1d61..30405e9a58 100644 --- a/src/vm/evalhb.c +++ b/src/vm/evalhb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Eval() function * * Copyright 1999-2001 Ryszard Glab - * 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. diff --git a/src/vm/extend.c b/src/vm/extend.c index 0fbfbd3720..586808ef64 100644 --- a/src/vm/extend.c +++ b/src/vm/extend.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Extend API * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2009 Viktor Szakats (vszakats.net/harbour) * hb_stor() diff --git a/src/vm/extrap.c b/src/vm/extrap.c index b539e127bc..03ed686f82 100644 --- a/src/vm/extrap.c +++ b/src/vm/extrap.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Exception handlers * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2008 Mindaugas Kavaliauskas (dbtopas at dbtopas.lt) * hb_winExceptionHandler() Windows exception info dump code. diff --git a/src/vm/fm.c b/src/vm/fm.c index a6597db1e9..40c0f94450 100644 --- a/src/vm/fm.c +++ b/src/vm/fm.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Fixed Memory API * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * hb_xquery() diff --git a/src/vm/garbage.c b/src/vm/garbage.c index f5ca49c945..c00ef6dd16 100644 --- a/src/vm/garbage.c +++ b/src/vm/garbage.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The garbage collector for Harbour * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/vm/harbinit.prg b/src/vm/harbinit.prg index ba9526ca4e..88b1c6fc79 100644 --- a/src/vm/harbinit.prg +++ b/src/vm/harbinit.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Main Harbour VM initialization function __HBVMInit() * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/vm/hashes.c b/src/vm/hashes.c index de0cc7be8e..86cc0e3027 100644 --- a/src/vm/hashes.c +++ b/src/vm/hashes.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * The Hash tables API (C level) + * The Hash tables API (C level) * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/vm/hashfunc.c b/src/vm/hashfunc.c index 9a05b155a3..94229ce65b 100644 --- a/src/vm/hashfunc.c +++ b/src/vm/hashfunc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * The Hash tables API (PRG level) + * The Hash tables API (PRG level) * * Copyright 2007 Przemyslaw Czerpak - * 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. diff --git a/src/vm/hvm.c b/src/vm/hvm.c index 006f1fb582..421595a0af 100644 --- a/src/vm/hvm.c +++ b/src/vm/hvm.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Virtual Machine * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * hb_vmPushLongConst() diff --git a/src/vm/hvmall.c b/src/vm/hvmall.c index 4984cb4ca9..f09abcfca9 100644 --- a/src/vm/hvmall.c +++ b/src/vm/hvmall.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * common file with all HVM functions for compilers which can improve + * common file with all HVM functions for compilers which can improve * speed automatically inlining functions * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/vm/initexit.c b/src/vm/initexit.c index 4bc130315c..7e2f9f10e5 100644 --- a/src/vm/initexit.c +++ b/src/vm/initexit.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * __Quit() function * * 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 @@ -23,7 +21,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. diff --git a/src/vm/initsymb.c b/src/vm/initsymb.c index 0c68ed2806..bf3c8f1e5e 100644 --- a/src/vm/initsymb.c +++ b/src/vm/initsymb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Forces initialization of runtime support symbols * * Copyright 1999 {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 @@ -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. diff --git a/src/vm/itemapi.c b/src/vm/itemapi.c index 0a32934333..6dda1a8799 100644 --- a/src/vm/itemapi.c +++ b/src/vm/itemapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Item API * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) * hb_itemPCount() diff --git a/src/vm/macro.c b/src/vm/macro.c index baaf1207d9..b18eef3902 100644 --- a/src/vm/macro.c +++ b/src/vm/macro.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Macro compiler main file * * Copyright 1999 Ryszard Glab - * 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. diff --git a/src/vm/main.c b/src/vm/main.c index 0277d3cce2..c4ed58283c 100644 --- a/src/vm/main.c +++ b/src/vm/main.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Main entry point selector file * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/vm/maindllh.c b/src/vm/maindllh.c index e6453ed036..99d0677386 100644 --- a/src/vm/maindllh.c +++ b/src/vm/maindllh.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows Harbour DLL entry point * * Copyright 2001 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 @@ -23,7 +21,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. diff --git a/src/vm/maindllp/dllext.c b/src/vm/maindllp/dllext.c index a3271c8d7d..36fbb01704 100644 --- a/src/vm/maindllp/dllext.c +++ b/src/vm/maindllp/dllext.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows pcode DLL entry point and VM/RTL routing functions * * Copyright 2001 Antonio Linares - * www - http://harbour-project.org * * Copyright 2010 Przemyslaw Czerpak * rewritten @@ -26,7 +24,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. diff --git a/src/vm/maindllp/dllpcode.c b/src/vm/maindllp/dllpcode.c index d7c5c14950..f7f2f890de 100644 --- a/src/vm/maindllp/dllpcode.c +++ b/src/vm/maindllp/dllpcode.c @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * Import library for PCODE DLLs + * Import library for PCODE DLLs * * Copyright 2010 Przemyslaw Czerpak * This code uses HB_DLL_NAME* macros defined by * Viktor Szakats (vszakats.net/harbour) - * 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 @@ -20,7 +18,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. diff --git a/src/vm/mainstd.c b/src/vm/mainstd.c index e49547dc1a..ec9728ac6b 100644 --- a/src/vm/mainstd.c +++ b/src/vm/mainstd.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Std applications entry point * * 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 @@ -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. diff --git a/src/vm/mainwin.c b/src/vm/mainwin.c index f2accffd26..cf1e9373da 100644 --- a/src/vm/mainwin.c +++ b/src/vm/mainwin.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Windows applications entry point * * 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 @@ -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. diff --git a/src/vm/memvars.c b/src/vm/memvars.c index fb90dd6ba9..5d777f8e0d 100644 --- a/src/vm/memvars.c +++ b/src/vm/memvars.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Memvar (PRIVATE/PUBLIC) runtime support * * Copyright 1999 Ryszard Glab - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * __mvSave() diff --git a/src/vm/memvclip.c b/src/vm/memvclip.c index 0b8c43b32e..08a0644136 100644 --- a/src/vm/memvclip.c +++ b/src/vm/memvclip.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * CA-Cl*pper compatibility memvar support * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/vm/pbyref.c b/src/vm/pbyref.c index 8a486f037c..b31e6f8855 100644 --- a/src/vm/pbyref.c +++ b/src/vm/pbyref.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * hb_PIsByRef() + * hb_PIsByRef() * * Copyright 2011 Przemyslaw Czerpak - * 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. diff --git a/src/vm/pcount.c b/src/vm/pcount.c index f4aaf0bff1..f1e8f66141 100644 --- a/src/vm/pcount.c +++ b/src/vm/pcount.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * PCount() function * * 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 @@ -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. diff --git a/src/vm/proc.c b/src/vm/proc.c index 13f8e59102..b210f0accb 100644 --- a/src/vm/proc.c +++ b/src/vm/proc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * ProcName(), ProcLine() and ProcFile() functions * * 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 @@ -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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) * ProcFile() diff --git a/src/vm/procaddr.c b/src/vm/procaddr.c index 5efa42ecc9..87ac844258 100644 --- a/src/vm/procaddr.c +++ b/src/vm/procaddr.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Function to export chosen addresses of public API function * * Copyright 2010 Przemyslaw Czerpak - * 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. diff --git a/src/vm/pvalue.c b/src/vm/pvalue.c index 8722d6af8c..3ed3da6de3 100644 --- a/src/vm/pvalue.c +++ b/src/vm/pvalue.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * hb_PValue() function * * Copyright 1999 Eddie Runia - * 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. diff --git a/src/vm/pvaluehb.c b/src/vm/pvaluehb.c index e58c01329a..1fd56c1762 100644 --- a/src/vm/pvaluehb.c +++ b/src/vm/pvaluehb.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * PValue() function * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/vm/runner.c b/src/vm/runner.c index 090b14f94e..8b207ddcea 100644 --- a/src/vm/runner.c +++ b/src/vm/runner.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour Portable Object (.hrb) file runner * * Copyright 1999 Eddie Runia - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2002 Alexander Kresin * hb_hrbLoad() diff --git a/src/vm/set.c b/src/vm/set.c index 636f1a5bd2..5a20867e7b 100644 --- a/src/vm/set.c +++ b/src/vm/set.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Set functions * * Copyright 1999-2003 David G. Holm - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2008-2009 Viktor Szakats (vszakats.net/harbour) * hb_osEncode() diff --git a/src/vm/short.c b/src/vm/short.c index 5760fbcf03..9e0f33aa89 100644 --- a/src/vm/short.c +++ b/src/vm/short.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Short (10 chars long) version of some functions for Cl*pper compatibility * * Copyright 2014 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/src/vm/strapi.c b/src/vm/strapi.c index bb6e4dc7ae..75cee10621 100644 --- a/src/vm/strapi.c +++ b/src/vm/strapi.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * string API functions + * string API functions * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/src/vm/task.c b/src/vm/task.c index 91ad3dee95..eea23e48b3 100644 --- a/src/vm/task.c +++ b/src/vm/task.c @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * platform independent task system. It's used when when OS does not + * platform independent task system. It's used when when OS does not * support threads * * Copyright 2009 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/src/vm/thread.c b/src/vm/thread.c index 2254843d96..af7ad59f94 100644 --- a/src/vm/thread.c +++ b/src/vm/thread.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * MT mode functions + * MT mode functions * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/src/vm/vm.c b/src/vm/vm.c index 4d23d2c9c2..6f29884c54 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * The Virtual Memory API * * Copyright 1999-2007 {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 @@ -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. diff --git a/tests/achoice2.prg b/tests/achoice2.prg index cec7ae79a5..167b0f223e 100644 --- a/tests/achoice2.prg +++ b/tests/achoice2.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * AChoice() test + * AChoice() test * * Copyright 2009 Vladislav Lavrecky - * www - http://harbour-project.org * */ diff --git a/tests/aliaslck.prg b/tests/aliaslck.prg index 9405548592..3fcdd2d448 100644 --- a/tests/aliaslck.prg +++ b/tests/aliaslck.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for file lock synchronization between + * demonstration/test code for file lock synchronization between * aliased work areas * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/big5_gen.prg b/tests/big5_gen.prg index a30d2a701d..ce3349bb16 100644 --- a/tests/big5_gen.prg +++ b/tests/big5_gen.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * code to generate C source with conversion tables between BIG5 and UCS16 + * code to generate C source with conversion tables between BIG5 and UCS16 * using data defined by Unicode, Inc. in BIG5.TXT * * Copyright 2011 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/clipper.ch b/tests/clipper.ch index 4ebd216edb..86563a8197 100644 --- a/tests/clipper.ch +++ b/tests/clipper.ch @@ -3,7 +3,6 @@ * other Clipper compatible languages * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/clsccast.prg b/tests/clsccast.prg index b8ebc6817e..30ce30a896 100644 --- a/tests/clsccast.prg +++ b/tests/clsccast.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for class variables casting and allocating + * demonstration/test code for class variables casting and allocating * in multiinherited classes * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/clsicast.prg b/tests/clsicast.prg index e61da55c40..2025efff82 100644 --- a/tests/clsicast.prg +++ b/tests/clsicast.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for instance variables casting and allocating + * demonstration/test code for instance variables casting and allocating * in multiinherited classes * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/clsnv.prg b/tests/clsnv.prg index 090602fb85..459aaa85bd 100644 --- a/tests/clsnv.prg +++ b/tests/clsnv.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for non virtual hidden messages + * demonstration/test code for non virtual hidden messages * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/clsscast.prg b/tests/clsscast.prg index a43df21c95..75052eba05 100644 --- a/tests/clsscast.prg +++ b/tests/clsscast.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for shared class variables casting and allocating + * demonstration/test code for shared class variables casting and allocating * in multiinherited classes * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/clsscope.prg b/tests/clsscope.prg index c6bd9b0c48..758679db99 100644 --- a/tests/clsscope.prg +++ b/tests/clsscope.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for class method scoping + * demonstration/test code for class method scoping * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/cpinfo.prg b/tests/cpinfo.prg index 126fd1dadb..8d22820104 100644 --- a/tests/cpinfo.prg +++ b/tests/cpinfo.prg @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * Simple program to generate information for Harbour CP module definition. + * Simple program to generate information for Harbour CP module definition. * Compile it with Clipper and link with given national sorting module * (usually ntx*.obj) and then execute to generate letters strings for * given national sorting module. Then use this string to define Harbour * CP module in src/codepage/ directory. * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/datetime.prg b/tests/datetime.prg index cdc3476665..ad61d12d21 100644 --- a/tests/datetime.prg +++ b/tests/datetime.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Carlos Bacco - * www - http://harbour-project.org * */ diff --git a/tests/debug.prg b/tests/debug.prg index 2af8529353..2eacd87a67 100644 --- a/tests/debug.prg +++ b/tests/debug.prg @@ -2,7 +2,6 @@ * Debug function tests * * Written by Eddie Runia - * www - http://harbour-project.org * * Placed in the public domain */ diff --git a/tests/destruct.prg b/tests/destruct.prg index a2300d42e4..7d4836aedf 100644 --- a/tests/destruct.prg +++ b/tests/destruct.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * example/test code for object destructors + * example/test code for object destructors * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/dyn.c b/tests/dyn.c index 71b4814ae9..c6f1779cd0 100644 --- a/tests/dyn.c +++ b/tests/dyn.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Dynamic library call test. + * Dynamic library call test. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/dyn.prg b/tests/dyn.prg index b57fc95bde..28ac2c494c 100644 --- a/tests/dyn.prg +++ b/tests/dyn.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Dynamic library call test. + * Dynamic library call test. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/dynwin.prg b/tests/dynwin.prg index 180422a62b..6e3bfd9c41 100644 --- a/tests/dynwin.prg +++ b/tests/dynwin.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Dynamic library call demonstration. (on Windows) + * Dynamic library call demonstration. (on Windows) * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/flink.prg b/tests/flink.prg index 3c94efab68..d55b46dfbf 100644 --- a/tests/flink.prg +++ b/tests/flink.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/foreach2.prg b/tests/foreach2.prg index 99e0e5f0ce..ce549b9e41 100644 --- a/tests/foreach2.prg +++ b/tests/foreach2.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration code for FOR EACH overloading + * demonstration code for FOR EACH overloading * * Copyright 2007 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/getblock.prg b/tests/getblock.prg index 4e5da26d85..3cb0ba5c54 100644 --- a/tests/getblock.prg +++ b/tests/getblock.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * test code for GET SetGet block for aliased macro variables + * test code for GET SetGet block for aliased macro variables * * Copyright 2015 Przemyslaw Czerpak - * www - http://harbour-project.org */ PROCEDURE Main() diff --git a/tests/gfx2.prg b/tests/gfx2.prg index 6265706075..2d00011dac 100644 --- a/tests/gfx2.prg +++ b/tests/gfx2.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for GFX operations + * demonstration/test code for GFX operations * * Copyright 2013 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/gtchars.prg b/tests/gtchars.prg index ccafb23b74..bb25c21acb 100644 --- a/tests/gtchars.prg +++ b/tests/gtchars.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for terminal character output and codepage + * demonstration/test code for terminal character output and codepage * translations * * Copyright 2007 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/gtcolors.prg b/tests/gtcolors.prg index 01c2fb4a7b..29202635ed 100644 --- a/tests/gtcolors.prg +++ b/tests/gtcolors.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for GT full screen color output + * demonstration/test code for GT full screen color output * * Copyright 2007 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/gtkeys.prg b/tests/gtkeys.prg index 8f3267773c..9a1ab2b44c 100644 --- a/tests/gtkeys.prg +++ b/tests/gtkeys.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for GT keyboard input + * demonstration/test code for GT keyboard input * * Copyright 2007 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/gtwin.prg b/tests/gtwin.prg index 320a985bc1..bd0eceb86f 100644 --- a/tests/gtwin.prg +++ b/tests/gtwin.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for using more then one console window. + * demonstration/test code for using more then one console window. * It needs GT driver which supports such functionality, i.e. * GTWVT in MS-Windows or GTXWC in XWindow. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/gtxfnt.prg b/tests/gtxfnt.prg index fb3f17e61c..cc44662315 100644 --- a/tests/gtxfnt.prg +++ b/tests/gtxfnt.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for changing font in X-Window GTs + * demonstration/test code for changing font in X-Window GTs * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/hbdoc.prg b/tests/hbdoc.prg index 3384c24271..77ba54491b 100644 --- a/tests/hbdoc.prg +++ b/tests/hbdoc.prg @@ -2,7 +2,6 @@ * HBDOC reader test * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/hbdocext.hb b/tests/hbdocext.hb index 980f029342..2f4dbf4775 100644 --- a/tests/hbdocext.hb +++ b/tests/hbdocext.hb @@ -2,7 +2,6 @@ * HBDOC extractor from source * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/hbinline.prg b/tests/hbinline.prg index b26c092709..9319fe3f76 100644 --- a/tests/hbinline.prg +++ b/tests/hbinline.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * new Hb_inLine {} test + * new Hb_inLine {} test * * Copyright 2006 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/hsx.prg b/tests/hsx.prg index 83850cc8cd..9ddb475d92 100644 --- a/tests/hsx.prg +++ b/tests/hsx.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * HiPer-SEEK indexing/search test + * HiPer-SEEK indexing/search test * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/inherit.prg b/tests/inherit.prg index 2622fcfd05..39c76e5db0 100644 --- a/tests/inherit.prg +++ b/tests/inherit.prg @@ -6,7 +6,6 @@ /* * Written by Eddie Runia - * www - http://harbour-project.org * * Placed in the public domain */ diff --git a/tests/inifiles.prg b/tests/inifiles.prg index 3118495451..9de8962579 100644 --- a/tests/inifiles.prg +++ b/tests/inifiles.prg @@ -2,7 +2,6 @@ * Harbour Project source code * * Copyright (C) 1999 Matthew Hamilton - * 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 @@ -17,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. diff --git a/tests/iotcp.prg b/tests/iotcp.prg index 410eec51b5..e18730d91f 100644 --- a/tests/iotcp.prg +++ b/tests/iotcp.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * Harbour FILE IO redirector: IOTCP + * Harbour FILE IO redirector: IOTCP * example of IOUSR usage * * Copyright 2014 Przemyslaw Czerpak - * 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 @@ -19,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. diff --git a/tests/langchk.hb b/tests/langchk.hb index 2bb91064e8..ce53b4bc93 100644 --- a/tests/langchk.hb +++ b/tests/langchk.hb @@ -2,7 +2,6 @@ * Check alignment dependent lang item(s) * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/libname.prg b/tests/libname.prg index 31d9fcb74c..c610b43e96 100644 --- a/tests/libname.prg +++ b/tests/libname.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/memmgr.prg b/tests/memmgr.prg index af447553fe..6c2f133005 100644 --- a/tests/memmgr.prg +++ b/tests/memmgr.prg @@ -1,6 +1,5 @@ /* - * Harbour Project source code: - * a small memory manager test code + * a small memory manager test code */ #include "simpleio.ch" diff --git a/tests/mt/mttest01.prg b/tests/mt/mttest01.prg index c2cad5d009..ca9e4aadf3 100644 --- a/tests/mt/mttest01.prg +++ b/tests/mt/mttest01.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for thread return complex values + * demonstration/test code for thread return complex values * and detached locals created by thread and used after thread * termination. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest02.prg b/tests/mt/mttest02.prg index 271e7c9924..080ca9edd7 100644 --- a/tests/mt/mttest02.prg +++ b/tests/mt/mttest02.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for using QUIT commands and ALWAYS statements + * demonstration/test code for using QUIT commands and ALWAYS statements * execution. Child thread uses QUIT before main one. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest03.prg b/tests/mt/mttest03.prg index ab8a6407eb..7107d8e99a 100644 --- a/tests/mt/mttest03.prg +++ b/tests/mt/mttest03.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for using QUIT commands and ALWAYS statements + * demonstration/test code for using QUIT commands and ALWAYS statements * execution. Main thread uses QUIT before child one. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest04.prg b/tests/mt/mttest04.prg index c7787fcafa..48ba059053 100644 --- a/tests/mt/mttest04.prg +++ b/tests/mt/mttest04.prg @@ -1,13 +1,11 @@ /* - * Harbour Project source code: - * demonstration/test code for modifying simple variable by different + * demonstration/test code for modifying simple variable by different * threads with and without protection and also complex variables * like array without protection. Because each thread will access * different item in this array then it should be safe and our HVM * should make necessary internal protections automatically. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest05.prg b/tests/mt/mttest05.prg index 5c5e633876..b7d868f51f 100644 --- a/tests/mt/mttest05.prg +++ b/tests/mt/mttest05.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for thread static variables + * demonstration/test code for thread static variables * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest06.prg b/tests/mt/mttest06.prg index b6975cefd3..d53df98eba 100644 --- a/tests/mt/mttest06.prg +++ b/tests/mt/mttest06.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for using memvars in threads + * demonstration/test code for using memvars in threads * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest07.prg b/tests/mt/mttest07.prg index 09dc3649ff..c85bf48de1 100644 --- a/tests/mt/mttest07.prg +++ b/tests/mt/mttest07.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for using mutexes to send/receive + * demonstration/test code for using mutexes to send/receive * messages between threads to synchronize divided jobs between * threads. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest08.prg b/tests/mt/mttest08.prg index f8091b3726..c058f40dec 100644 --- a/tests/mt/mttest08.prg +++ b/tests/mt/mttest08.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for using memvar variables sharing and + * demonstration/test code for using memvar variables sharing and * copping * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest09.prg b/tests/mt/mttest09.prg index c92ba2fbdd..a551ba93c0 100644 --- a/tests/mt/mttest09.prg +++ b/tests/mt/mttest09.prg @@ -1,11 +1,9 @@ /* - * Harbour Project source code: - * demonstration/test code for using the same work area in different + * demonstration/test code for using the same work area in different * threads. Please note that this program also works when compiled * without thread support. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest10.prg b/tests/mt/mttest10.prg index 1f81f4e8f6..c038ba2b48 100644 --- a/tests/mt/mttest10.prg +++ b/tests/mt/mttest10.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for using independent console window in + * demonstration/test code for using independent console window in * different thread. It needs GT driver which supports such functionality. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest11.prg b/tests/mt/mttest11.prg index e54358cc0c..2f2911395d 100644 --- a/tests/mt/mttest11.prg +++ b/tests/mt/mttest11.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * demonstration/test code for asynchronous screen updating without + * demonstration/test code for asynchronous screen updating without * breaking foreground screen operations. * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/mt/mttest12.prg b/tests/mt/mttest12.prg index 1cb0c21aa4..9497ad2b63 100644 --- a/tests/mt/mttest12.prg +++ b/tests/mt/mttest12.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for thread static variables + * demonstration/test code for thread static variables * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/op.prg b/tests/op.prg index 1cf8af22f9..6bcd9480c7 100644 --- a/tests/op.prg +++ b/tests/op.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Testing the operators-overloading feature * * Copyright 2000 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 @@ -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. diff --git a/tests/rddtest/adscl52.prg b/tests/rddtest/adscl52.prg index 578be699df..cc83b218c6 100644 --- a/tests/rddtest/adscl52.prg +++ b/tests/rddtest/adscl52.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/rddtest/adscl53.prg b/tests/rddtest/adscl53.prg index 40fd431112..b78f581091 100644 --- a/tests/rddtest/adscl53.prg +++ b/tests/rddtest/adscl53.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/rddtest/cdxcl52.prg b/tests/rddtest/cdxcl52.prg index 5c8f5e244a..7a04ce3565 100644 --- a/tests/rddtest/cdxcl52.prg +++ b/tests/rddtest/cdxcl52.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/rddtest/cdxcl53.prg b/tests/rddtest/cdxcl53.prg index 0d741025ca..e8eb96d2a2 100644 --- a/tests/rddtest/cdxcl53.prg +++ b/tests/rddtest/cdxcl53.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/rddtest/ntxcl52.prg b/tests/rddtest/ntxcl52.prg index 46fce41807..d7d0fd1586 100644 --- a/tests/rddtest/ntxcl52.prg +++ b/tests/rddtest/ntxcl52.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/rddtest/ntxcl53.prg b/tests/rddtest/ntxcl53.prg index 2adbdbb506..de1f45bed2 100644 --- a/tests/rddtest/ntxcl53.prg +++ b/tests/rddtest/ntxcl53.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/rddtest/rddmktst.prg b/tests/rddtest/rddmktst.prg index b1cddf82e4..4ca3df1f52 100644 --- a/tests/rddtest/rddmktst.prg +++ b/tests/rddtest/rddmktst.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/rddtest/rddtst.prg b/tests/rddtest/rddtst.prg index 25bc87b6f3..d657b933cd 100644 --- a/tests/rddtest/rddtst.prg +++ b/tests/rddtest/rddtst.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * RDD tests + * RDD tests * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/readhrb.prg b/tests/readhrb.prg index e0eaa2e593..95ac22c6fc 100644 --- a/tests/readhrb.prg +++ b/tests/readhrb.prg @@ -5,7 +5,6 @@ * * Eddie Runia * Vailton Renato (Updated to support current harbour implementation) - * www - http://harbour-project.org * * Placed in the public domain */ diff --git a/tests/rto_get.prg b/tests/rto_get.prg index 3e60fd362c..66df459d12 100644 --- a/tests/rto_get.prg +++ b/tests/rto_get.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for class Get * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/tests/rto_tb.prg b/tests/rto_tb.prg index ed54d4aa47..7e80c12a4b 100644 --- a/tests/rto_tb.prg +++ b/tests/rto_tb.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for classes TBrowse/TBColumn * * Copyright 1999-2007 Viktor Szakats (vszakats.net/harbour) - * 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. @@ -48,7 +46,6 @@ /* * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org * * Copyright 2007 Przemyslaw Czerpak * eInstVar() (from RTL) diff --git a/tests/setkeys.prg b/tests/setkeys.prg index eb1c84b255..bc8487eac8 100644 --- a/tests/setkeys.prg +++ b/tests/setkeys.prg @@ -4,7 +4,6 @@ * of set-keys (hot-keys). * * By: April White - * 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 @@ -19,7 +18,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. diff --git a/tests/sha1.prg b/tests/sha1.prg index fdfe144fc1..1987422ea2 100644 --- a/tests/sha1.prg +++ b/tests/sha1.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Rewritten from C: Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ PROCEDURE Main() diff --git a/tests/sha2.prg b/tests/sha2.prg index 27763a8962..f0b3fe6db5 100644 --- a/tests/sha2.prg +++ b/tests/sha2.prg @@ -1,8 +1,6 @@ /* - * Harbour Project source code: * * Rewritten from C: Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ PROCEDURE Main() diff --git a/tests/speedstr.prg b/tests/speedstr.prg index b79141dc31..b0b626261f 100644 --- a/tests/speedstr.prg +++ b/tests/speedstr.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * speed test program for string concatenation by += operator + * speed test program for string concatenation by += operator * * Copyright 2011 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/speedtst.prg b/tests/speedtst.prg index 7968a28d97..2bde412fa4 100644 --- a/tests/speedtst.prg +++ b/tests/speedtst.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * HVM speed test program + * HVM speed test program * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/stripdoc.hb b/tests/stripdoc.hb index 0d9a6b614c..03694af84a 100644 --- a/tests/stripdoc.hb +++ b/tests/stripdoc.hb @@ -2,7 +2,6 @@ * Strips HBDOC docs from source files. * * Copyright 2010 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/stripem.prg b/tests/stripem.prg index 0560794f2c..4a32571d99 100644 --- a/tests/stripem.prg +++ b/tests/stripem.prg @@ -13,7 +13,6 @@ /* * Written by Eddie Runia - * www - http://harbour-project.org * * Placed in the public domain */ diff --git a/tests/stripid.hb b/tests/stripid.hb index db044d7af1..c602b121b9 100644 --- a/tests/stripid.hb +++ b/tests/stripid.hb @@ -2,7 +2,6 @@ * Strips VCS id headers from source files * * Copyright 2013 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org * */ diff --git a/tests/tb1.prg b/tests/tb1.prg index 50b115686c..7f5dc3bc2a 100644 --- a/tests/tb1.prg +++ b/tests/tb1.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for TBrowse class + * demonstration/test code for TBrowse class * * Copyright 2009 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/transfrm.prg b/tests/transfrm.prg index b97ba3b0d9..fae08d2cfc 100644 --- a/tests/transfrm.prg +++ b/tests/transfrm.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * test code for Transform() function + * test code for Transform() function * * Copyright 2008 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/uc16_gen.prg b/tests/uc16_gen.prg index c71a3e30b6..4a5fe165eb 100644 --- a/tests/uc16_gen.prg +++ b/tests/uc16_gen.prg @@ -1,10 +1,8 @@ /* - * Harbour Project source code: - * code to generate C source with conversion tables between BIG5 and UCS16 + * code to generate C source with conversion tables between BIG5 and UCS16 * using data defined by Unicode, Inc. in BIG5.TXT * * Copyright 2011 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/tests/usrrdd/exarr.prg b/tests/usrrdd/exarr.prg index 66bad941c5..838db3ba53 100644 --- a/tests/usrrdd/exarr.prg +++ b/tests/usrrdd/exarr.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * ARRAY RDD example + * ARRAY RDD example * * Copyright 2009 Francesco Saverio Giudice - * 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. diff --git a/tests/wcecon.prg b/tests/wcecon.prg index ccf2b7d1a1..d33eb15ab9 100644 --- a/tests/wcecon.prg +++ b/tests/wcecon.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * demonstration/test code for WinCE console program + * demonstration/test code for WinCE console program * * Copyright 2007 Przemyslaw Czerpak - * www - http://harbour-project.org * */ diff --git a/utils/hbi18n/hbi18n.prg b/utils/hbi18n/hbi18n.prg index 46139f0c51..c73bc07c24 100644 --- a/utils/hbi18n/hbi18n.prg +++ b/utils/hbi18n/hbi18n.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: - * Harbour i18n .pot/.hbl file manger + * Harbour i18n .pot/.hbl file manger * * Copyright 2009 Przemyslaw Czerpak - * 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. diff --git a/utils/hbmk2/examples/plug_bis.hb b/utils/hbmk2/examples/plug_bis.hb index 390a7ce86f..762a9fcf29 100644 --- a/utils/hbmk2/examples/plug_bis.hb +++ b/utils/hbmk2/examples/plug_bis.hb @@ -2,7 +2,6 @@ * hbmk2 plugin script, implementing support for bison * * Copyright 2011-2013 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -17,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/utils/hbmk2/examples/plug_tpl.hb b/utils/hbmk2/examples/plug_tpl.hb index 2b4dbbceab..40e7d4067b 100644 --- a/utils/hbmk2/examples/plug_tpl.hb +++ b/utils/hbmk2/examples/plug_tpl.hb @@ -2,7 +2,6 @@ * hbmk2 plugin example * * Copyright 2010-2013 Viktor Szakats (vszakats.net/harbour) - * 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 @@ -17,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * */ diff --git a/utils/hbmk2/hbmk2.prg b/utils/hbmk2/hbmk2.prg index fc41d59bb3..cc25fa4922 100644 --- a/utils/hbmk2/hbmk2.prg +++ b/utils/hbmk2/hbmk2.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour Make (alias hbmk/hbmk2/hbrun) * * Copyright 1999-2013 Viktor Szakats (vszakats.net/harbour) - * 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 program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * their web site at https://www.gnu.org/). * * License extensions: * - This source code must be kept and distributed as part @@ -77,8 +75,8 @@ Man page HOWTO: http://www.schweikhardt.net/man_page_howto.html Groff manual: - http://www.gnu.org/software/groff/manual/html_node/index.html - http://www.gnu.org/software/groff/manual/groff.pdf + https://www.gnu.org/software/groff/manual/html_node/index.html + https://www.gnu.org/software/groff/manual/groff.pdf Troff manual: http://cm.bell-labs.com/sys/doc/troff.pdf */ @@ -14200,11 +14198,9 @@ FUNCTION hbshell_ext_get_list() STATIC FUNCTION __plugin_ext() #pragma __cstream | RETURN %s /* - * Harbour Project source code: * extension manager plugin * * Copyright 2012-2013 Viktor Szakats (vszakats.net/harbour) - * www - http://harbour-project.org */ FUNCTION __hbshell_plugin() @@ -16820,7 +16816,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit -their web site at http://www.gnu.org/). +their web site at https://www.gnu.org/). License extensions: - This source code must be kept and distributed as part diff --git a/utils/hbtest/hbtest.prg b/utils/hbtest/hbtest.prg index 98d9c0d5f8..9fb8b19985 100644 --- a/utils/hbtest/hbtest.prg +++ b/utils/hbtest/hbtest.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (main) * * Copyright 1999-2013 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_array.prg b/utils/hbtest/rt_array.prg index 9002401f80..4f59764b0d 100644 --- a/utils/hbtest/rt_array.prg +++ b/utils/hbtest/rt_array.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (array) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_class.prg b/utils/hbtest/rt_class.prg index 53042df821..3218367f75 100644 --- a/utils/hbtest/rt_class.prg +++ b/utils/hbtest/rt_class.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour class/OOP test * * Copyright 2006 Przemyslaw Czerpak - * 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. diff --git a/utils/hbtest/rt_date.prg b/utils/hbtest/rt_date.prg index 7eded4c56b..0e02d865e9 100644 --- a/utils/hbtest/rt_date.prg +++ b/utils/hbtest/rt_date.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (date) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_file.prg b/utils/hbtest/rt_file.prg index 2be4da2602..2e764eb2b6 100644 --- a/utils/hbtest/rt_file.prg +++ b/utils/hbtest/rt_file.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (file) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_hvm.prg b/utils/hbtest/rt_hvm.prg index c27ac38325..0abafb87a1 100644 --- a/utils/hbtest/rt_hvm.prg +++ b/utils/hbtest/rt_hvm.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (HVM) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_hvma.prg b/utils/hbtest/rt_hvma.prg index 286f6fa074..93fa33acb3 100644 --- a/utils/hbtest/rt_hvma.prg +++ b/utils/hbtest/rt_hvma.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (HVM) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_init.ch b/utils/hbtest/rt_init.ch index 21243d256f..abc74230a5 100644 --- a/utils/hbtest/rt_init.ch +++ b/utils/hbtest/rt_init.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (common code) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_main.ch b/utils/hbtest/rt_main.ch index 81c2b292e5..b121787056 100644 --- a/utils/hbtest/rt_main.ch +++ b/utils/hbtest/rt_main.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (header) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_main.h b/utils/hbtest/rt_main.h index d86560bcb2..790ed0fbc5 100644 --- a/utils/hbtest/rt_main.h +++ b/utils/hbtest/rt_main.h @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * C level header for regression test help functions. * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_math.prg b/utils/hbtest/rt_math.prg index e52e3615b2..385552d972 100644 --- a/utils/hbtest/rt_math.prg +++ b/utils/hbtest/rt_math.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (math) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_misc.prg b/utils/hbtest/rt_misc.prg index 639b51957b..740730244b 100644 --- a/utils/hbtest/rt_misc.prg +++ b/utils/hbtest/rt_misc.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (misc) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_miscc.c b/utils/hbtest/rt_miscc.c index a9622f4364..42258aea92 100644 --- a/utils/hbtest/rt_miscc.c +++ b/utils/hbtest/rt_miscc.c @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * C level helper functions for regression tests * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_mt.prg b/utils/hbtest/rt_mt.prg index 8ea39ccb51..f47aca6375 100644 --- a/utils/hbtest/rt_mt.prg +++ b/utils/hbtest/rt_mt.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Harbour MT simple test * * Copyright 2008 Przemyslaw Czerpak - * 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. diff --git a/utils/hbtest/rt_str.prg b/utils/hbtest/rt_str.prg index 437fd1840d..50994ed960 100644 --- a/utils/hbtest/rt_str.prg +++ b/utils/hbtest/rt_str.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (strings) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_stra.prg b/utils/hbtest/rt_stra.prg index 92789222dd..e58b39a21d 100644 --- a/utils/hbtest/rt_stra.prg +++ b/utils/hbtest/rt_stra.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (strings) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_trans.prg b/utils/hbtest/rt_trans.prg index 4e7fa89bed..b38b992978 100644 --- a/utils/hbtest/rt_trans.prg +++ b/utils/hbtest/rt_trans.prg @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (strings) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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. diff --git a/utils/hbtest/rt_vars.ch b/utils/hbtest/rt_vars.ch index 3b8e809548..2fcae74fb3 100644 --- a/utils/hbtest/rt_vars.ch +++ b/utils/hbtest/rt_vars.ch @@ -1,9 +1,7 @@ /* - * Harbour Project source code: * Regression tests for the runtime library (variable declarations) * * Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) - * 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.