19990915-14:14 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-15 12:25:50 +00:00
parent fa1ba7e4f2
commit 27b7bbbb29
3 changed files with 37 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
19990915-14:14 GMT+1 Victor Szel <info@szelvesz.hu>
* doc/license.txt
+ Added a text file containing the license text.
* doc/hdr_tpl.txt
! Typo fixed (v1.8)
19990915-14:04 GMT+1 Victor Szel <info@szelvesz.hu>
* source/rtl/dir.c
include/directry.ch

View File

@@ -49,7 +49,7 @@ FILE HEADER TEMPLATE (OPTIONAL ADDITION FOR PARTIAL COPYRIGHTS)
* Copyright 1999 {name} <{e-mail address}>
* {function or subsystem name}
*
* See doc/licence.txt for licensing terms.
* See doc/license.txt for licensing terms.
*
*/
@@ -136,6 +136,7 @@ FUNCTION HEADER EXAMPLE
* History of this file
* ====================
*
* V 1.8 Victor Szel licence -> license
* V 1.7 Victor Szel History separated from the file header
* template. Slight changes in the format
* of the header. Removed "(proposal)"

29
harbour/doc/license.txt Normal file
View File

@@ -0,0 +1,29 @@
/*
* $Id$
*/
THE HARBOUR PROJECT LICENSE
===========================
This 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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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/).