From ad9fa4b41918e64568ee458f6cff424d7d09206e Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 12 Apr 2001 19:12:56 +0000 Subject: [PATCH] See ChangeLog Entry 2001-04-12 15:15 UTC-0400 David G. Holm --- harbour/ChangeLog | 19 +++++++++++++ harbour/include/fileio.ch | 41 ++++++++++++++++++++--------- harbour/include/filesys.api | 41 ++++++++++++++++++++--------- harbour/include/hbapifs.h | 41 ++++++++++++++++++++--------- harbour/include/hbset.h | 41 ++++++++++++++++++++--------- harbour/include/hbver.h | 41 ++++++++++++++++++++--------- harbour/include/set.ch | 41 ++++++++++++++++++++--------- harbour/source/compiler/fixflex.c | 41 ++++++++++++++++++++--------- harbour/source/rtl/gtpca/kbdos2.gcc | 41 ++++++++++++++++++++--------- harbour/source/vm/borsym.asm | 41 ++++++++++++++++++++--------- harbour/source/vm/startup.asm | 41 ++++++++++++++++++++--------- harbour/source/vm/symbols.asm | 41 ++++++++++++++++++++--------- 12 files changed, 338 insertions(+), 132 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4972ed3b51..d14d1606d1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,22 @@ +2001-04-12 15:15 UTC-0400 David G. Holm + + * include/fileio.ch + * include/filesys.api + * include/hbapifs.h + * include/hbset.h + * include/hbver.h + * include/set.ch + * source/compiler/fixflex.c + * source/rtl/gtpca/kbdos2.gcc + * Replaced the old license with the new license in more files + where I was listed as the primary or only copyright holder. + + * source/vm/borsym.asm + * source/vm/startup.asm + * source/vm/symbols.asm + * Replaced the old license with the new license with permission + from Antonio Linares + 2001-04-12 15:00 UTC-0400 David G. Holm * source/compiler/genc.c diff --git a/harbour/include/fileio.ch b/harbour/include/fileio.ch index d8daaecbdc..f9a7a2455a 100644 --- a/harbour/include/fileio.ch +++ b/harbour/include/fileio.ch @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/include/filesys.api b/harbour/include/filesys.api index ef8325af3a..dd2d2da2fc 100644 --- a/harbour/include/filesys.api +++ b/harbour/include/filesys.api @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/include/hbapifs.h b/harbour/include/hbapifs.h index d858dd08ea..435bc1724b 100644 --- a/harbour/include/hbapifs.h +++ b/harbour/include/hbapifs.h @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/include/hbset.h b/harbour/include/hbset.h index 9adf2c01a4..f86220f995 100644 --- a/harbour/include/hbset.h +++ b/harbour/include/hbset.h @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index daa23dd73d..081a1be711 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/include/set.ch b/harbour/include/set.ch index 2e0cbd4e3f..9eacf3811a 100644 --- a/harbour/include/set.ch +++ b/harbour/include/set.ch @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/source/compiler/fixflex.c b/harbour/source/compiler/fixflex.c index 55a064c6b5..8f91d0d546 100644 --- a/harbour/source/compiler/fixflex.c +++ b/harbour/source/compiler/fixflex.c @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/source/rtl/gtpca/kbdos2.gcc b/harbour/source/rtl/gtpca/kbdos2.gcc index 0ce85dd7d3..2acd2405f7 100644 --- a/harbour/source/rtl/gtpca/kbdos2.gcc +++ b/harbour/source/rtl/gtpca/kbdos2.gcc @@ -11,15 +11,8 @@ * * This 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 of the License, or - * (at your option) any later version, with one exception: - * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +20,33 @@ * 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/). + * 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/). + * + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. + * + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. + * + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. + * + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. + * + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * */ diff --git a/harbour/source/vm/borsym.asm b/harbour/source/vm/borsym.asm index 9eb52c39f5..fe44cd39cb 100644 --- a/harbour/source/vm/borsym.asm +++ b/harbour/source/vm/borsym.asm @@ -9,15 +9,8 @@ ; ; This 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 of the License, or - ; (at your option) any later version, with one exception: - ; - ; The exception is that if you link the Harbour Runtime Library (HRL) - ; and/or the Harbour Virtual Machine (HVM) with other files to produce - ; an executable, this does not by itself cause the resulting executable - ; to be covered by the GNU General Public License. Your use of that - ; executable is in no way restricted on account of linking the HRL - ; and/or HVM code into it. + ; the Free Software Foundation; either version 2, or (at your option) + ; any later version. ; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,9 +18,33 @@ ; 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/). + ; 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/). + ; + ; As a special exception, the Harbour Project gives permission for + ; additional uses of the text contained in its release of Harbour. + ; + ; The exception is that, if you link the Harbour libraries with other + ; files to produce an executable, this does not by itself cause the + ; resulting executable to be covered by the GNU General Public License. + ; Your use of that executable is in no way restricted on account of + ; linking the Harbour library code into it. + ; + ; This exception does not however invalidate any other reasons why + ; the executable file might be covered by the GNU General Public License. + ; + ; This exception applies only to the code released by the Harbour + ; Project under the name Harbour. If you copy code from other + ; Harbour Project or Free Software Foundation releases into a copy of + ; Harbour, as the General Public License permits, the exception does + ; not apply to the code that you add in this way. To avoid misleading + ; anyone as to the status of such modified files, you must delete + ; this exception notice from them. + ; + ; If you write modifications of your own for Harbour, it is your choice + ; whether to permit this exception to apply to your modifications. + ; If you do not wish that, delete this exception notice. ; .386 diff --git a/harbour/source/vm/startup.asm b/harbour/source/vm/startup.asm index 97f436998e..65dcaa4544 100644 --- a/harbour/source/vm/startup.asm +++ b/harbour/source/vm/startup.asm @@ -9,15 +9,8 @@ ; ; This 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 of the License, or - ; (at your option) any later version, with one exception: - ; - ; The exception is that if you link the Harbour Runtime Library (HRL) - ; and/or the Harbour Virtual Machine (HVM) with other files to produce - ; an executable, this does not by itself cause the resulting executable - ; to be covered by the GNU General Public License. Your use of that - ; executable is in no way restricted on account of linking the HRL - ; and/or HVM code into it. + ; the Free Software Foundation; either version 2, or (at your option) + ; any later version. ; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,9 +18,33 @@ ; 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/). + ; 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/). + ; + ; As a special exception, the Harbour Project gives permission for + ; additional uses of the text contained in its release of Harbour. + ; + ; The exception is that, if you link the Harbour libraries with other + ; files to produce an executable, this does not by itself cause the + ; resulting executable to be covered by the GNU General Public License. + ; Your use of that executable is in no way restricted on account of + ; linking the Harbour library code into it. + ; + ; This exception does not however invalidate any other reasons why + ; the executable file might be covered by the GNU General Public License. + ; + ; This exception applies only to the code released by the Harbour + ; Project under the name Harbour. If you copy code from other + ; Harbour Project or Free Software Foundation releases into a copy of + ; Harbour, as the General Public License permits, the exception does + ; not apply to the code that you add in this way. To avoid misleading + ; anyone as to the status of such modified files, you must delete + ; this exception notice from them. + ; + ; If you write modifications of your own for Harbour, it is your choice + ; whether to permit this exception to apply to your modifications. + ; If you do not wish that, delete this exception notice. ; .386 diff --git a/harbour/source/vm/symbols.asm b/harbour/source/vm/symbols.asm index e4c3e368fc..f2d5f8eab8 100644 --- a/harbour/source/vm/symbols.asm +++ b/harbour/source/vm/symbols.asm @@ -9,15 +9,8 @@ ; ; This 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 of the License, or - ; (at your option) any later version, with one exception: - ; - ; The exception is that if you link the Harbour Runtime Library (HRL) - ; and/or the Harbour Virtual Machine (HVM) with other files to produce - ; an executable, this does not by itself cause the resulting executable - ; to be covered by the GNU General Public License. Your use of that - ; executable is in no way restricted on account of linking the HRL - ; and/or HVM code into it. + ; the Free Software Foundation; either version 2, or (at your option) + ; any later version. ; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,9 +18,33 @@ ; 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/). + ; 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/). + ; + ; As a special exception, the Harbour Project gives permission for + ; additional uses of the text contained in its release of Harbour. + ; + ; The exception is that, if you link the Harbour libraries with other + ; files to produce an executable, this does not by itself cause the + ; resulting executable to be covered by the GNU General Public License. + ; Your use of that executable is in no way restricted on account of + ; linking the Harbour library code into it. + ; + ; This exception does not however invalidate any other reasons why + ; the executable file might be covered by the GNU General Public License. + ; + ; This exception applies only to the code released by the Harbour + ; Project under the name Harbour. If you copy code from other + ; Harbour Project or Free Software Foundation releases into a copy of + ; Harbour, as the General Public License permits, the exception does + ; not apply to the code that you add in this way. To avoid misleading + ; anyone as to the status of such modified files, you must delete + ; this exception notice from them. + ; + ; If you write modifications of your own for Harbour, it is your choice + ; whether to permit this exception to apply to your modifications. + ; If you do not wish that, delete this exception notice. ; .386