• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンcc0295458f82d3be57113f05e36e82c77172b53c (tree)
日時2014-08-15 07:34:08
作者TAMUKI Shoichi <tamuki@line...>
コミッターTAMUKI Shoichi

ログメッセージ

Update copyright year to 2014

Update copyright year to 2014 and replace the old e-mail address to
new one.

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

変更サマリ

差分

--- a/interface/ncurs_c.c
+++ b/interface/ncurs_c.c
@@ -1,6 +1,6 @@
11 /*
22 TiMidity++ -- MIDI to WAVE converter and player
3- Copyright (C) 1999-2004 Masanao Izumo <iz@onicos.co.jp>
3+ Copyright (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>
44 Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
55
66 This program is free software; you can redistribute it and/or modify
@@ -456,7 +456,7 @@ static void N_ctl_scrinit(void)
456456 waddch(dftwin, 'v');
457457 waddstr(dftwin, timidity_version);
458458 wmove(dftwin, VERSION_LINE,COLS-51);
459- waddstr(dftwin, "(C) 1995,1999-2004 Tuukka Toivonen, Masanao Izumo");
459+ waddstr(dftwin, "(C) 1995,1999-2014 Tuukka Toivonen, Masanao Izumo");
460460 wmove(dftwin, FILE_LINE,0);
461461 waddstr(dftwin, "File:");
462462 #ifdef MIDI_TITLE
--- a/interface/w32g_i.c
+++ b/interface/w32g_i.c
@@ -1,6 +1,6 @@
11 /*
22 TiMidity++ -- MIDI to WAVE converter and player
3- Copyright (C) 1999-2004 Masanao Izumo <iz@onicos.co.jp>
3+ Copyright (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>
44 Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
55
66 This program is free software; you can redistribute it and/or modify
@@ -3817,7 +3817,7 @@ static void VersionWnd(HWND hParentWnd)
38173817 "TiMidity Windows 95 port by Nicolas Witczak." NLS
38183818 "TiMidity Win32 GUI by Daisuke Aoki <dai@y7.net>." NLS
38193819 " Japanese menu, dialog, etc by Saito <timidity@flashmail.com>." NLS
3820-"TiMidity++ by Masanao Izumo <mo@goice.co.jp>." NLS
3820+"TiMidity++ by Masanao Izumo <iz@onicos.co.jp>." NLS
38213821 ,(strcmp(timidity_version, "current")) ? "version " : "", timidity_version);
38223822 MessageBox(hParentWnd, VersionText, "Version", MB_OK);
38233823 }
@@ -3827,12 +3827,12 @@ static void TiMidityWnd(HWND hParentWnd)
38273827 char TiMidityText[2024];
38283828 sprintf(TiMidityText,
38293829 " TiMidity++ %s%s -- MIDI to WAVE converter and player" NLS
3830-" Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>" NLS
3830+" Copyright (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>" NLS
38313831 " Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>" NLS
38323832 NLS
38333833 " Win32 version by Davide Moretti <dmoretti@iper.net>" NLS
38343834 " GUI by Daisuke Aoki <dai@y7.net>." NLS
3835-" Modified by Masanao Izumo <mo@goice.co.jp>." NLS
3835+" Modified by Masanao Izumo <iz@onicos.co.jp>." NLS
38363836 NLS
38373837 " This program is free software; you can redistribute it and/or modify" NLS
38383838 " it under the terms of the GNU General Public License as published by" NLS
--- a/interface/w32g_res.rc
+++ b/interface/w32g_res.rc
@@ -1599,7 +1599,7 @@ BEGIN
15991599 VALUE "FileDescription", "timw32g\0"
16001600 VALUE "FileVersion", "2, 14, 0, 0\0"
16011601 VALUE "InternalName", "timw32g\0"
1602- VALUE "LegalCopyright", "Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>\r\nCopyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>\0"
1602+ VALUE "LegalCopyright", "Copyright (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>\r\nCopyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>\0"
16031603 VALUE "LegalTrademarks", "\0"
16041604 VALUE "OriginalFilename", "timw32g.exe\0"
16051605 VALUE "PrivateBuild", "\0"
--- a/timidity/timidity.c
+++ b/timidity/timidity.c
@@ -1,6 +1,6 @@
11 /*
22 TiMidity++ -- MIDI to WAVE converter and player
3- Copyright (C) 1999-2008 Masanao Izumo <iz@onicos.co.jp>
3+ Copyright (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>
44 Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
55
66 This program is free software; you can redistribute it and/or modify
@@ -3628,7 +3628,7 @@ static int parse_opt_h(const char *arg)
36283628 #endif
36293629 {
36303630 static char *help_list[] = {
3631-"TiMidity++ %s (C) 1999-2004 Masanao Izumo <iz@onicos.co.jp>",
3631+"TiMidity++ %s (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>",
36323632 "The original version (C) 1995 Tuukka Toivonen <tt@cgs.fi>",
36333633 "TiMidity is free software and comes with ABSOLUTELY NO WARRANTY.",
36343634 "",
@@ -4804,7 +4804,7 @@ static inline int parse_opt_v(const char *arg)
48044804 timidity_version, NLS,
48054805 NLS,
48064806 #endif
4807- "Copyright (C) 1999-2004 Masanao Izumo <iz@onicos.co.jp>", NLS,
4807+ "Copyright (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>", NLS,
48084808 "Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>", NLS,
48094809 NLS,
48104810 #ifdef __W32__
@@ -5091,7 +5091,7 @@ static void interesting_message(void)
50915091 {
50925092 printf(
50935093 "TiMidity++ %s%s -- MIDI to WAVE converter and player" NLS
5094-"Copyright (C) 1999-2004 Masanao Izumo <iz@onicos.co.jp>" NLS
5094+"Copyright (C) 1999-2014 Masanao Izumo <iz@onicos.co.jp>" NLS
50955095 "Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>" NLS
50965096 NLS
50975097 #ifdef __W32__