From 4a564fedefa499dde762e24635a227fa96be90b0 Mon Sep 17 00:00:00 2001 From: UMEZAWA Takeshi Date: Mon, 29 Apr 2024 12:29:58 +0900 Subject: [PATCH] =?UTF-8?q?=E8=91=97=E4=BD=9C=E6=A8=A9=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=AE=E5=B9=B4=E3=81=AE=E9=83=A8=E5=88=86=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ja.md | 2 +- README.md | 2 +- readme.en.html | 2 +- readme.ja.html | 4 ++-- setup_win/setup_win.iss | 2 +- utv_core/Codec.cpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.ja.md b/README.ja.md index 498acc9..5d9e509 100644 --- a/README.ja.md +++ b/README.ja.md @@ -31,7 +31,7 @@ ## 著作権表示とライセンス -Copyright © 2008-2023 梅澤 威志 +Copyright © 2008-2024 梅澤 威志 **Ut Video Codec Suite** は [GNU 一般公衆利用許諾契約書 (GNU GPL) バージョン 2](gplv2.txt) ([日本語参考訳](gplv2.ja.utf8.txt)) またはそれ以降の下でライセンスされます。 詳細は [LICENSE](LICENSE) を参照してください。 diff --git a/README.md b/README.md index 504feda..61c06c4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The following interfaces are supported. ## Copyright Notice and License -Copyright © 2008-2023 UMEZAWA Takeshi +Copyright © 2008-2024 UMEZAWA Takeshi **Ut Video Codec Suite** is licensed under [GNU General Public License (GNU GPL) version 2](gplv2.txt) or later. See [LICENSE](LICENSE) for more information. diff --git a/readme.en.html b/readme.en.html index 24c8ced..4927ad7 100644 --- a/readme.en.html +++ b/readme.en.html @@ -11,7 +11,7 @@

Ut Video Codec Suite 23.1.0 readme (English)


-

Ut Video Codec Suite
Copyright © 2008-2023 UMEZAWA Takeshi

+

Ut Video Codec Suite
Copyright © 2008-2024 UMEZAWA Takeshi

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or diff --git a/readme.ja.html b/readme.ja.html index 4929786..793e660 100644 --- a/readme.ja.html +++ b/readme.ja.html @@ -12,7 +12,7 @@


p

-

Ut Video Codec Suite
Copyright © 2008-2023 UMEZAWA Takeshi

+

Ut Video Codec Suite
Copyright © 2008-2024 UMEZAWA Takeshi

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -25,7 +25,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

{

-

Ut Video Codec Suite
Copyright © 2008-2023 ~V Ўu

+

Ut Video Codec Suite
Copyright © 2008-2024 ~V Ўu

̃vO̓t[\tgEFAłB Ȃ͂At[\tgEFAcɂĔsꂽ GNU ʌOp_ (o[W2A]ɂĂ͂ȍ~̃o[Ŵǂꂩ) diff --git a/setup_win/setup_win.iss b/setup_win/setup_win.iss index a24d879..0429e82 100644 --- a/setup_win/setup_win.iss +++ b/setup_win/setup_win.iss @@ -7,7 +7,7 @@ AppName=Ut Video Codec Suite AppId=utvideo AppVersion="{#UTVIDEO_VERSION_MAJOR}.{#UTVIDEO_VERSION_MINOR}.{#UTVIDEO_VERSION_BUGFIX}" -AppCopyright=Copyright (c) 2008-2023 UMEZAWA Takeshi +AppCopyright=Copyright (c) 2008-2024 UMEZAWA Takeshi AppPublisher=UMEZAWA Takeshi AppPublisherURL=http://umezawa.dyndns.info/ UninstallDisplayName=Ut Video Codec Suite diff --git a/utv_core/Codec.cpp b/utv_core/Codec.cpp index a8afc12..567a5aa 100644 --- a/utv_core/Codec.cpp +++ b/utv_core/Codec.cpp @@ -34,7 +34,7 @@ INT_PTR CCodec::About(HWND hwnd) wsprintf(buf, "Ut Video Codec Suite, version %s\n" - "Copyright (C) 2008-2023 UMEZAWA Takeshi\n\n" + "Copyright (C) 2008-2024 UMEZAWA Takeshi\n\n" "Licensed under GNU General Public License version 2 or later.", UTVIDEO_VERSION_STR); MessageBox(hwnd, buf, "Ut Video Codec Suite", MB_OK);