sumom****@users*****
sumom****@users*****
2009年 2月 11日 (水) 16:31:30 JST
Index: julius4/libjulius/src/version.c.in diff -u julius4/libjulius/src/version.c.in:1.4 julius4/libjulius/src/version.c.in:1.5 --- julius4/libjulius/src/version.c.in:1.4 Sun Apr 27 22:06:08 2008 +++ julius4/libjulius/src/version.c.in Wed Feb 11 16:31:30 2009 @@ -14,7 +14,7 @@ * @author Akinobu Lee * @date Mon Sep 12 01:34:15 2005 * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * */ /* @@ -66,10 +66,10 @@ if (strm == NULL) return; fprintf(strm,"\n%s rev.%s (%s) built for %s\n\n", JULIUS_PRODUCTNAME, JULIUS_VERSION, JULIUS_SETUP, JULIUS_HOSTINFO); - fprintf(strm,"Copyright (c) 1991-2008 Kawahara Lab., Kyoto University\n"); + fprintf(strm,"Copyright (c) 1991-2009 Kawahara Lab., Kyoto University\n"); fprintf(strm,"Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan\n"); fprintf(strm,"Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology\n"); - fprintf(strm,"Copyright (c) 2005-2008 Julius project team, Nagoya Institute of Technology\n\n"); + fprintf(strm,"Copyright (c) 2005-2009 Julius project team, Nagoya Institute of Technology\n\n"); } /**