[Julius-cvs 675] CVS update: julius4/gramtools/mkdfa/mkfa-1.44-flex

Back to archive index

sumom****@users***** sumom****@users*****
2011年 4月 29日 (金) 14:09:14 JST


Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in:1.3 julius4/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in:1.4
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in:1.3	Wed Feb  3 19:11:58 2010
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in	Fri Apr 29 14:09:13 2011
@@ -1,6 +1,6 @@
-# Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+# Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
 # Copyright (c) 2000-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
 
 ## Makefile for mkfa, DFA compiler
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.c
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.c:1.3 julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.c:1.4
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.c:1.3	Fri Jun 20 00:33:03 2008
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.c	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 #include "mkfa.h"
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.h
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.h:1.2 julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.h:1.3
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.h:1.2	Tue Dec 18 17:45:47 2007
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/dfa.h	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/lex.yy.c
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/lex.yy.c:1.3 julius4/gramtools/mkdfa/mkfa-1.44-flex/lex.yy.c:1.4
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/lex.yy.c:1.3	Fri Dec  5 15:45:36 2008
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/lex.yy.c	Fri Apr 29 14:09:13 2011
@@ -1,14 +1,14 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /cvsroot/julius/julius4/gramtools/mkdfa/mkfa-1.44-flex/lex.yy.c,v 1.3 2008/12/05 06:45:36 sumomo Exp $
+ * $Header: /cvsroot/julius/julius4/gramtools/mkdfa/mkfa-1.44-flex/lex.yy.c,v 1.4 2011/04/29 05:09:13 sumomo Exp $
  */
 
 #define FLEX_SCANNER
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/main.c
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/main.c:1.2 julius4/gramtools/mkdfa/mkfa-1.44-flex/main.c:1.3
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/main.c:1.2	Tue Dec 18 17:45:47 2007
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/main.c	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 #include "mkfa.h"
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/mkfa.h
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/mkfa.h:1.2 julius4/gramtools/mkdfa/mkfa-1.44-flex/mkfa.h:1.3
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/mkfa.h:1.2	Tue Dec 18 17:45:47 2007
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/mkfa.h	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 #include <stdio.h>
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.c
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.c:1.2 julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.c:1.3
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.c:1.2	Tue Dec 18 17:45:47 2007
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.c	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 #include "mkfa.h"
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.h
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.h:1.2 julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.h:1.3
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.h:1.2	Tue Dec 18 17:45:47 2007
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/nfa.h	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 void makeNFA( void );
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.c
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.c:1.3 julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.c:1.4
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.c:1.3	Fri Nov 14 02:20:05 2008
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.c	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 #include "mkfa.h"
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.h
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.h:1.2 julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.h:1.3
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.h:1.2	Tue Dec 18 17:45:47 2007
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/triplet.h	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 void makeTriplet( void );
Index: julius4/gramtools/mkdfa/mkfa-1.44-flex/voca.c
diff -u julius4/gramtools/mkdfa/mkfa-1.44-flex/voca.c:1.2 julius4/gramtools/mkdfa/mkfa-1.44-flex/voca.c:1.3
--- julius4/gramtools/mkdfa/mkfa-1.44-flex/voca.c:1.2	Tue Dec 18 17:45:47 2007
+++ julius4/gramtools/mkdfa/mkfa-1.44-flex/voca.c	Fri Apr 29 14:09:13 2011
@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
+ * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
  * Copyright (c) 2000-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
  */
 #include "mkfa.h"



Julius-cvs メーリングリストの案内
Back to archive index