Add 2.0.2-2 entry:

Add/Fix license stuff.
This commit is contained in:
agibert 2002-03-01 09:48:04 +00:00
parent 189a24bcb7
commit 5b48497b78

View File

@ -1,13 +1,26 @@
# $RCSfile: ReleaseNotes.txt,v $ # $RCSfile: ReleaseNotes.txt,v $
# $Revision: 2.7 $ # $Revision: 2.8 $
# $Name: $ # $Name: $
# $Date: 2002/02/27 17:25:12 $ # $Date: 2002/03/01 09:48:04 $
# $Author: agibert $ # $Author: agibert $
--------------------------------------------------------------------------------
LibNode V 2.0.2-2 - A. Gibert - 01/03/02
--------------------------------------------------------------------------------
All: Add GNU-GPL.txt, GNU-LGPL.txt and GNU-FDL.txt license files,
All: Add license stuff in ReandMe.
LibNode: Add LGPL header in libnode.c, libnode.h and node.h,
LibNode: Replace GPL by LGPL in libnode.rc,
Demo0: Add GPL header in demo0.c,
NbBench: Add GPL header in ndbench.c.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
LibNode V 2.0.2-1 - A. Gibert - 27/02/02 LibNode V 2.0.2-1 - A. Gibert - 27/02/02
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
@ -17,7 +30,7 @@ All: Add no libver support in Makefiles,
LibNode: VisualStudio Project now generate Windows DLL and use libnode.rc resource file, LibNode: VisualStudio Project now generate Windows DLL and use libnode.rc resource file,
LibNode: Rename Index_Open_Nb into Index_Open_Count, LibNode: Rename Index_Open_Nb into Index_Open_Count,
LibNode: Fix bugs in ND_Node_Root_Alloc() on Index_Open_Count handling, LibNode: Fix bugs in ND_Node_Root_Alloc() on Index_Open_Count handling,
LibNode: Minor fix into ND_DataStruct_Check_I() and ND_Index_Check_I() functions. LibNode: Minor fix into ND_DataStruct_Check_I() and ND_Index_Check_I() functions,
NbBench: Implement Index_Close and Index_Info_Print functions. NbBench: Implement Index_Close and Index_Info_Print functions.