Skip to content

Commit 68bd906

Browse files
author
uratec
committed
update copyright
1 parent b62582a commit 68bd906

File tree

75 files changed

+85
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+85
-78
lines changed

src/COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */

src/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.10:
2+
* modify digit rules.
3+
* add many words to dictionary.
4+
* fix some bugs.
5+
16
Version 1.09:
27
* change default charset from EUC-JP to UTF-8.
38
* add long vowels to dictionary instead of njd_set_long_vowel function.

src/README

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
===============================================================================
2-
The Japanese TTS System "Open JTalk" version 1.09
3-
release December 25, 2015
2+
The Japanese TTS System "Open JTalk" version 1.10
3+
release December 25, 2016
44

55

66
The Open JTalk is a Japanese TTS System. It has been being developed by HTS
@@ -24,7 +24,7 @@ the conditions in the following license:
2424
/* http://open-jtalk.sourceforge.net/ */
2525
/* ----------------------------------------------------------------- */
2626
/* */
27-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
27+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
2828
/* Department of Computer Science */
2929
/* */
3030
/* All rights reserved. */
@@ -100,6 +100,8 @@ Synthesis System. Current members are
100100
Keiichiro Oura http://www.sp.nitech.ac.jp/~uratec/
101101
(Design and Development, Main Maintainer)
102102
Kei Hashimoto http://www.sp.nitech.ac.jp/~bonanza/
103+
Kei Sawada http://www.sp.nitech.ac.jp/~swdkei/
104+
Takenori Yoshimura http://www.sp.nitech.ac.jp/~takenori/
103105
Shinji Takaki http://www.sp.nitech.ac.jp/~k-prr44/
104106
Heiga Zen
105107
Junichi Yamagishi http://homepages.inf.ed.ac.uk/jyamagis/

src/bin/open_jtalk.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */
@@ -211,8 +211,8 @@ static int Open_JTalk_synthesis(Open_JTalk * open_jtalk, const char *txt, FILE *
211211
static void usage()
212212
{
213213
fprintf(stderr, "The Japanese TTS System \"Open JTalk\"\n");
214-
fprintf(stderr, "Version 1.09 (http://open-jtalk.sourceforge.net/)\n");
215-
fprintf(stderr, "Copyright (C) 2008-2015 Nagoya Institute of Technology\n");
214+
fprintf(stderr, "Version 1.10 (http://open-jtalk.sourceforge.net/)\n");
215+
fprintf(stderr, "Copyright (C) 2008-2016 Nagoya Institute of Technology\n");
216216
fprintf(stderr, "All rights reserved.\n");
217217
fprintf(stderr, "\n");
218218
fprintf(stderr, "%s", HTS_COPYRIGHT);

src/jpcommon/jpcommon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */

src/jpcommon/jpcommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */

src/jpcommon/jpcommon_label.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */

src/jpcommon/jpcommon_node.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */

src/jpcommon/jpcommon_rule_ascii_for_euc_jp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */

src/jpcommon/jpcommon_rule_ascii_for_shift_jis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* http://open-jtalk.sourceforge.net/ */
55
/* ----------------------------------------------------------------- */
66
/* */
7-
/* Copyright (c) 2008-2015 Nagoya Institute of Technology */
7+
/* Copyright (c) 2008-2016 Nagoya Institute of Technology */
88
/* Department of Computer Science */
99
/* */
1010
/* All rights reserved. */

0 commit comments

Comments
 (0)