sumom****@users*****
sumom****@users*****
2013年 6月 21日 (金) 02:14:27 JST
Index: julius4/mkbinhmm/Makefile.in diff -u julius4/mkbinhmm/Makefile.in:1.8 julius4/mkbinhmm/Makefile.in:1.9 --- julius4/mkbinhmm/Makefile.in:1.8 Fri Jul 27 17:44:57 2012 +++ julius4/mkbinhmm/Makefile.in Fri Jun 21 02:14:27 2013 @@ -1,9 +1,9 @@ -# Copyright (c) 2003-2012 Kawahara Lab., Kyoto University +# Copyright (c) 2003-2013 Kawahara Lab., Kyoto University # Copyright (c) 2003-2005 Shikano Lab., Nara Institute of Science and Technology -# Copyright (c) 2005-2012 Julius project team, Nagoya Institute of Technology +# Copyright (c) 2005-2013 Julius project team, Nagoya Institute of Technology # All rights reserved # -# $Id: Makefile.in,v 1.8 2012/07/27 08:44:57 sumomo Exp $ +# $Id: Makefile.in,v 1.9 2013/06/20 17:14:27 sumomo Exp $ # SHELL=/bin/sh .SUFFIXES: Index: julius4/mkbinhmm/mkbinhmm.c diff -u julius4/mkbinhmm/mkbinhmm.c:1.6 julius4/mkbinhmm/mkbinhmm.c:1.7 --- julius4/mkbinhmm/mkbinhmm.c:1.6 Fri Jul 27 17:44:57 2012 +++ julius4/mkbinhmm/mkbinhmm.c Fri Jun 21 02:14:27 2013 @@ -1,13 +1,13 @@ /* - * Copyright (c) 2003-2012 Kawahara Lab., Kyoto University + * Copyright (c) 2003-2013 Kawahara Lab., Kyoto University * Copyright (c) 2003-2005 Shikano Lab., Nara Institute of Science and Technology - * Copyright (c) 2005-2012 Julius project team, Nagoya Institute of Technology + * Copyright (c) 2005-2013 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.6 2012/07/27 08:44:57 sumomo Exp $ */ +/* $Id: mkbinhmm.c,v 1.7 2013/06/20 17:14:27 sumomo Exp $ */ #include <sent/stddefs.h> #include <sent/htk_hmm.h> Index: julius4/mkbinhmm/mkbinhmmlist.c diff -u julius4/mkbinhmm/mkbinhmmlist.c:1.4 julius4/mkbinhmm/mkbinhmmlist.c:1.5 --- julius4/mkbinhmm/mkbinhmmlist.c:1.4 Fri Jul 27 17:44:57 2012 +++ julius4/mkbinhmm/mkbinhmmlist.c Fri Jun 21 02:14:27 2013 @@ -1,13 +1,13 @@ /* - * Copyright (c) 2003-2012 Kawahara Lab., Kyoto University + * Copyright (c) 2003-2013 Kawahara Lab., Kyoto University * Copyright (c) 2003-2005 Shikano Lab., Nara Institute of Science and Technology - * Copyright (c) 2005-2012 Julius project team, Nagoya Institute of Technology + * Copyright (c) 2005-2013 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.4 2012/07/27 08:44:57 sumomo Exp $ */ +/* $Id: mkbinhmmlist.c,v 1.5 2013/06/20 17:14:27 sumomo Exp $ */ #include <sent/stddefs.h> #include <sent/htk_hmm.h>