sumom****@users*****
sumom****@users*****
2011年 4月 29日 (金) 14:09:20 JST
Index: julius4/mkbinhmm/Makefile.in diff -u julius4/mkbinhmm/Makefile.in:1.6 julius4/mkbinhmm/Makefile.in:1.7 --- julius4/mkbinhmm/Makefile.in:1.6 Wed Feb 3 19:11:58 2010 +++ julius4/mkbinhmm/Makefile.in Fri Apr 29 14:09:20 2011 @@ -1,9 +1,9 @@ -# Copyright (c) 2003-2007 Kawahara Lab., Kyoto University +# Copyright (c) 2003-2011 Kawahara Lab., Kyoto University # Copyright (c) 2003-2005 Shikano Lab., Nara Institute of Science and Technology -# Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology +# Copyright (c) 2005-2011 Julius project team, Nagoya Institute of Technology # All rights reserved # -# $Id: Makefile.in,v 1.6 2010/02/03 10:11:58 sumomo Exp $ +# $Id: Makefile.in,v 1.7 2011/04/29 05:09:20 sumomo Exp $ # SHELL=/bin/sh .SUFFIXES: Index: julius4/mkbinhmm/mkbinhmm.c diff -u julius4/mkbinhmm/mkbinhmm.c:1.4 julius4/mkbinhmm/mkbinhmm.c:1.5 --- julius4/mkbinhmm/mkbinhmm.c:1.4 Tue Sep 30 12:58:18 2008 +++ julius4/mkbinhmm/mkbinhmm.c Fri Apr 29 14:09:20 2011 @@ -1,13 +1,13 @@ /* - * Copyright (c) 2003-2007 Kawahara Lab., Kyoto University + * Copyright (c) 2003-2011 Kawahara Lab., Kyoto University * Copyright (c) 2003-2005 Shikano Lab., Nara Institute of Science and Technology - * Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology + * Copyright (c) 2005-2011 Julius project team, Nagoya Institute of Technology * All rights reserved */ /* mkbinhmm --- read in ascii hmmdefs file and write in binary format */ -/* $Id: mkbinhmm.c,v 1.4 2008/09/30 03:58:18 sumomo Exp $ */ +/* $Id: mkbinhmm.c,v 1.5 2011/04/29 05:09:20 sumomo Exp $ */ #include <sent/stddefs.h> #include <sent/htk_hmm.h> Index: julius4/mkbinhmm/mkbinhmmlist.c diff -u julius4/mkbinhmm/mkbinhmmlist.c:1.2 julius4/mkbinhmm/mkbinhmmlist.c:1.3 --- julius4/mkbinhmm/mkbinhmmlist.c:1.2 Sun Feb 13 14:02:00 2011 +++ julius4/mkbinhmm/mkbinhmmlist.c Fri Apr 29 14:09:20 2011 @@ -1,13 +1,13 @@ /* - * Copyright (c) 2003-2007 Kawahara Lab., Kyoto University + * Copyright (c) 2003-2011 Kawahara Lab., Kyoto University * Copyright (c) 2003-2005 Shikano Lab., Nara Institute of Science and Technology - * Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology + * Copyright (c) 2005-2011 Julius project team, Nagoya Institute of Technology * All rights reserved */ /* mkbinhmmlist --- read in ascii hmmlist file and write in binary format */ -/* $Id: mkbinhmmlist.c,v 1.2 2011/02/13 05:02:00 sumomo Exp $ */ +/* $Id: mkbinhmmlist.c,v 1.3 2011/04/29 05:09:20 sumomo Exp $ */ #include <sent/stddefs.h> #include <sent/htk_hmm.h>