diff --git a/include/node.h b/include/node.h index 0f8a674..ec55cf0 100644 --- a/include/node.h +++ b/include/node.h @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: node.h,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 2.4 $ */ +/* $Revision: 2.5 $ */ /* $Name: $ */ -/* $Date: 2002/02/28 19:02:33 $ */ +/* $Date: 2002/02/28 21:53:47 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ @@ -11,7 +11,7 @@ /* This file is part of LibNode */ /* */ /* LibNode is free software; you can redistribute it and/or modify */ -/* it under the terms of the GNU Lesser General Public Licence as published by */ +/* it under the terms of the GNU Lesser General Public Licence as published by */ /* the Free Software Foundation; either version 2.1 of the License, or */ /* (at your option) any later version. */ /* */ @@ -20,7 +20,7 @@ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ /* GNU Lesser General Public License for more details. */ /* */ -/* You should have received a copy of the GNU LesserGeneral Public License */ +/* You should have received a copy of the GNU Lesser General Public License */ /* along with Foobar; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /*---------------------------------------------------------------------------------*/ diff --git a/lib/libnode.c b/lib/libnode.c index 16405d4..b552776 100644 --- a/lib/libnode.c +++ b/lib/libnode.c @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: libnode.c,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 2.4 $ */ +/* $Revision: 2.5 $ */ /* $Name: $ */ -/* $Date: 2002/02/28 19:02:32 $ */ +/* $Date: 2002/02/28 21:53:47 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ @@ -11,7 +11,7 @@ /* This file is part of LibNode */ /* */ /* LibNode is free software; you can redistribute it and/or modify */ -/* it under the terms of the GNU Lesser General Public Licence as published by */ +/* it under the terms of the GNU Lesser General Public Licence as published by */ /* the Free Software Foundation; either version 2.1 of the License, or */ /* (at your option) any later version. */ /* */ @@ -20,7 +20,7 @@ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ /* GNU Lesser General Public License for more details. */ /* */ -/* You should have received a copy of the GNU LesserGeneral Public License */ +/* You should have received a copy of the GNU Lesser General Public License */ /* along with Foobar; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /*---------------------------------------------------------------------------------*/ @@ -34,7 +34,7 @@ #include #ifdef _LIBVER -VER_INFO_EXPORT (libnode,"$Revision: 2.4 $", "$Name: $",__FILE__,"$Author: agibert $") +VER_INFO_EXPORT (libnode,"$Revision: 2.5 $", "$Name: $",__FILE__,"$Author: agibert $") #endif @@ -63,7 +63,7 @@ NDT_Status ND_Default_Manager( NDT_Root *Root_Ptr, NDT_Index_Id Index_Id, NDT Command_Name = "NDD_CMD_MANAGER_VERSION"; - *Version_Name_Ptr = "$Revision: 2.4 $ $Name: $ $Date: 2002/02/28 19:02:32 $ $Author: agibert $"; + *Version_Name_Ptr = "$Revision: 2.5 $ $Name: $ $Date: 2002/02/28 21:53:47 $ $Author: agibert $"; return( NDS_OK); } diff --git a/lib/libnode.h b/lib/libnode.h index 1d5342f..bab578d 100644 --- a/lib/libnode.h +++ b/lib/libnode.h @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: libnode.h,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 2.2 $ */ +/* $Revision: 2.3 $ */ /* $Name: $ */ -/* $Date: 2002/02/28 19:02:32 $ */ +/* $Date: 2002/02/28 21:53:47 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ @@ -11,7 +11,7 @@ /* This file is part of LibNode */ /* */ /* LibNode is free software; you can redistribute it and/or modify */ -/* it under the terms of the GNU Lesser General Public Licence as published by */ +/* it under the terms of the GNU Lesser General Public Licence as published by */ /* the Free Software Foundation; either version 2.1 of the License, or */ /* (at your option) any later version. */ /* */ @@ -20,7 +20,7 @@ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ /* GNU Lesser General Public License for more details. */ /* */ -/* You should have received a copy of the GNU LesserGeneral Public License */ +/* You should have received a copy of the GNU Lesser General Public License */ /* along with Foobar; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /*---------------------------------------------------------------------------------*/