diff --git a/demo/nddemo0.c b/demo/nddemo0.c index 291656a..55f8c11 100644 --- a/demo/nddemo0.c +++ b/demo/nddemo0.c @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ -/* $RCSfile: nddemo0.c,v $ */ +/* $RCSfile: nddemo0.c,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 2.5 $ */ -/* $Name: $ */ -/* $Date: 2003/07/16 00:13:20 $ */ +/* $Revision: 2.6 $ */ +/* $Name: $ */ +/* $Date: 2004/06/17 22:28:52 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ @@ -21,7 +21,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU General Public License */ -/* along with Foobar; if not, write to the Free Software */ +/* along with LibNode; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /*---------------------------------------------------------------------------------*/ @@ -94,7 +94,7 @@ NDT_Status Manager_Demo_DS( NDT_Root *Root_Ptr, NDT_Index_Id Index_Id, NDT_No Command_Name = "NDD_CMD_MANAGER_VERSION"; - *Version_Name_Ptr = "$Revision: 2.5 $ $Name: $ $Date: 2003/07/16 00:13:20 $ $Author: agibert $"; + *Version_Name_Ptr = "$Revision: 2.6 $ $Name: $ $Date: 2004/06/17 22:28:52 $ $Author: agibert $"; return( NDS_OK); } diff --git a/util/ndbench.c b/util/ndbench.c index 6fed664..fb664fc 100644 --- a/util/ndbench.c +++ b/util/ndbench.c @@ -1,10 +1,10 @@ /*---------------------------------------------------------------------------------*/ -/* $RCSfile: ndbench.c,v $ */ +/* $RCSfile: ndbench.c,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 2.5 $ */ -/* $Name: $ */ -/* $Date: 2003/01/17 08:11:11 $ */ -/* $Author: agibert $ */ +/* $Revision: 2.6 $ */ +/* $Name: $ */ +/* $Date: 2004/06/17 22:28:30 $ */ +/* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------------*/ @@ -21,7 +21,7 @@ /* GNU Lesser General Public License for more details. */ /* */ /* You should have received a copy of the GNU General Public License */ -/* along with Foobar; if not, write to the Free Software */ +/* along with LibNode; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /*---------------------------------------------------------------------------------*/ @@ -65,7 +65,7 @@ /*---------------------------------------------------------------------------------*/ #ifdef _LIBVER_SUPPORT - VER_INFO_EXPORT( ndbench, "$Revision: 2.5 $", "$Name: $", __FILE__, "$Author: agibert $") + VER_INFO_EXPORT( ndbench, "$Revision: 2.6 $", "$Name: $", __FILE__, "$Author: agibert $") # define USAGE "Usage : %s [ --help | --version [-v] | --batch_run ]\n" #else # define USAGE "Usage : %s [ --help | --batch_run ]\n" @@ -264,7 +264,7 @@ NDT_Status Module_Manager( NDT_Root *Root_Ptr, NDT_Index_Id Index_Id, NDT_Nod Command_Name = "NDD_CMD_MANAGER_VERSION"; - *Version_Name_Ptr = "$Revision: 2.5 $ $Name: $ $Date: 2003/01/17 08:11:11 $ $Author: agibert $"; + *Version_Name_Ptr = "$Revision: 2.6 $ $Name: $ $Date: 2004/06/17 22:28:30 $ $Author: agibert $"; return( NDS_OK); }