diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6d0957ca9a..11cecaf35a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2001-03-07 21:31 GMT-3 Horacio Roldan + * harbour/source/rdd/dbfcdx1.h + * harbour/source/rdd/dbfcdx2.h + + Added harbour license + 2001-03-07 16:15 UTC-0800 Ron Pinkas * contrib/dot/pp.prg * Corrcted typos oError -> oErr diff --git a/harbour/source/rdd/dbfcdx/dbfcdx1.h b/harbour/source/rdd/dbfcdx/dbfcdx1.h index 6016d61926..c3c3b427a3 100644 --- a/harbour/source/rdd/dbfcdx/dbfcdx1.h +++ b/harbour/source/rdd/dbfcdx/dbfcdx1.h @@ -1,3 +1,39 @@ +/* + * $Id$ + */ + +/* + * Harbour Project source code: + * DBFCDX RDD + * + * Copyright 1999 Bruno Cantero + * Copyright 2000 Horacio Roldán (portions) + * www - http://www.harbour-project.org + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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/). + * + */ + //#define LOCK_START 0x40000000L //#define LOCK_APPEND 0x7FFFFFFEL @@ -190,4 +226,4 @@ typedef struct LPKEYINFO LastKey; } SORTINFO; -typedef SORTINFO * LPSORTINFO; +typedef SORTINFO * LPSORTINFO; \ No newline at end of file diff --git a/harbour/source/rdd/dbfcdx/dbfcdx2.h b/harbour/source/rdd/dbfcdx/dbfcdx2.h index 63c369e693..744313c414 100644 --- a/harbour/source/rdd/dbfcdx/dbfcdx2.h +++ b/harbour/source/rdd/dbfcdx/dbfcdx2.h @@ -1,3 +1,39 @@ +/* + * $Id$ + */ + +/* + * Harbour Project source code: + * DBFCDX RDD + * + * Copyright 1999 Bruno Cantero + * Copyright 2000 Horacio Roldán (portions) + * www - http://www.harbour-project.org + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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/). + * + */ + static LPKEYINFO hb_cdxKeyNew( void ); static void hb_cdxKeyFree( LPKEYINFO pKey );