From 53a5f6f74fbfccdd7564500a065f20aa54d984a0 Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Sat, 18 Jan 2020 06:46:53 +0900 Subject: [PATCH] =?UTF-8?q?Copyright=20=E3=82=92=202020=20=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- sakura_core/EditInfo.cpp | 2 +- sakura_core/GrepInfo.cpp | 2 +- sakura_core/GrepInfo.h | 2 +- sakura_core/charset/icu4c/CharsetDetector.cpp | 2 +- sakura_core/charset/icu4c/CharsetDetector.h | 2 +- sakura_core/extmodule/CIcu4cI18n.cpp | 2 +- sakura_core/extmodule/CIcu4cI18n.h | 2 +- sakura_core/mem/CPoolResource.h | 2 +- sakura_core/recent/CRecentExcludeFile.cpp | 2 +- sakura_core/recent/CRecentExcludeFile.h | 2 +- sakura_core/recent/CRecentExcludeFolder.cpp | 2 +- sakura_core/recent/CRecentExcludeFolder.h | 2 +- sakura_core/sakura_rc.rc | 2 +- sakura_lang_en_US/sakura_lang_rc.rc | 4 ++-- tests/unittests/coverage.cpp | 2 +- tests/unittests/test-StdControl.cpp | 2 +- tests/unittests/test-ccommandline.cpp | 2 +- tests/unittests/test-cmemory.cpp | 2 +- tests/unittests/test-cnative.cpp | 2 +- tests/unittests/test-editinfo.cpp | 2 +- tests/unittests/test-grepinfo.cpp | 2 +- tests/unittests/test-is_mailaddress.cpp | 2 +- tests/unittests/test-mydevmode.cpp | 2 +- tests/unittests/test-parameterized.cpp | 2 +- tests/unittests/test-sample-disabled.cpp | 2 +- tests/unittests/test-ssearchoption.cpp | 2 +- .../ChmSourceConverter.Test/EncoderEscapingFallbackTest.cs | 2 +- .../ChmSourceConverter.Test/Properties/AssemblyInfo.cs | 2 +- .../ChmSourceConverter/EncoderEscapingFallback.cs | 2 +- tools/ChmSourceConverter/ChmSourceConverter/FileContents.cs | 2 +- tools/ChmSourceConverter/ChmSourceConverter/Program.cs | 2 +- .../ChmSourceConverter/Properties/AssemblyInfo.cs | 2 +- 33 files changed, 34 insertions(+), 34 deletions(-) diff --git a/LICENSE b/LICENSE index bf54409117..24715332ce 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ zlib License -Copyright (C) 2018-2019 Sakura Editor Organization +Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/EditInfo.cpp b/sakura_core/EditInfo.cpp index 8bb6a55805..f5e27fb4d1 100644 --- a/sakura_core/EditInfo.cpp +++ b/sakura_core/EditInfo.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/GrepInfo.cpp b/sakura_core/GrepInfo.cpp index d7205ba536..cfb2382aed 100644 --- a/sakura_core/GrepInfo.cpp +++ b/sakura_core/GrepInfo.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/GrepInfo.h b/sakura_core/GrepInfo.h index e0bb68cd81..dacda5eb49 100644 --- a/sakura_core/GrepInfo.h +++ b/sakura_core/GrepInfo.h @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/charset/icu4c/CharsetDetector.cpp b/sakura_core/charset/icu4c/CharsetDetector.cpp index 0979e4b91f..af5bfdad86 100644 --- a/sakura_core/charset/icu4c/CharsetDetector.cpp +++ b/sakura_core/charset/icu4c/CharsetDetector.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/charset/icu4c/CharsetDetector.h b/sakura_core/charset/icu4c/CharsetDetector.h index e43915a4d0..9dc50946ce 100644 --- a/sakura_core/charset/icu4c/CharsetDetector.h +++ b/sakura_core/charset/icu4c/CharsetDetector.h @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/extmodule/CIcu4cI18n.cpp b/sakura_core/extmodule/CIcu4cI18n.cpp index 8dd3add3ec..d4e0679d7c 100644 --- a/sakura_core/extmodule/CIcu4cI18n.cpp +++ b/sakura_core/extmodule/CIcu4cI18n.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/extmodule/CIcu4cI18n.h b/sakura_core/extmodule/CIcu4cI18n.h index c05f0d6486..a48d357a14 100644 --- a/sakura_core/extmodule/CIcu4cI18n.h +++ b/sakura_core/extmodule/CIcu4cI18n.h @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/mem/CPoolResource.h b/sakura_core/mem/CPoolResource.h index 83ad9b0873..fb1739e15d 100644 --- a/sakura_core/mem/CPoolResource.h +++ b/sakura_core/mem/CPoolResource.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/recent/CRecentExcludeFile.cpp b/sakura_core/recent/CRecentExcludeFile.cpp index a22c5a48f6..5b705b670f 100644 --- a/sakura_core/recent/CRecentExcludeFile.cpp +++ b/sakura_core/recent/CRecentExcludeFile.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/recent/CRecentExcludeFile.h b/sakura_core/recent/CRecentExcludeFile.h index e6e2c88b0f..f93ecd3d7d 100644 --- a/sakura_core/recent/CRecentExcludeFile.h +++ b/sakura_core/recent/CRecentExcludeFile.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/recent/CRecentExcludeFolder.cpp b/sakura_core/recent/CRecentExcludeFolder.cpp index 4e121c1aac..8da3e743a6 100644 --- a/sakura_core/recent/CRecentExcludeFolder.cpp +++ b/sakura_core/recent/CRecentExcludeFolder.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/recent/CRecentExcludeFolder.h b/sakura_core/recent/CRecentExcludeFolder.h index 5c36bc0c00..a33a548627 100644 --- a/sakura_core/recent/CRecentExcludeFolder.h +++ b/sakura_core/recent/CRecentExcludeFolder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/sakura_core/sakura_rc.rc b/sakura_core/sakura_rc.rc index 4e25b13a89..9a7f918267 100644 --- a/sakura_core/sakura_rc.rc +++ b/sakura_core/sakura_rc.rc @@ -32,7 +32,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT #endif //_WIN32 -#define S_COPYRIGHT "Copyright (C) 1998-2019 by Norio Nakatani & Collaborators" +#define S_COPYRIGHT "Copyright (C) 1998-2020 by Norio Nakatani & Collaborators" #define FL_VER PR_VER #define FL_VER_STR PR_VER_STR diff --git a/sakura_lang_en_US/sakura_lang_rc.rc b/sakura_lang_en_US/sakura_lang_rc.rc index fd94de9152..eb03cd2c92 100644 --- a/sakura_lang_en_US/sakura_lang_rc.rc +++ b/sakura_lang_en_US/sakura_lang_rc.rc @@ -34,8 +34,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT #endif //_WIN32 -#define S_COPYRIGHT "Copyright (C) 1998-2019 by Norio Nakatani & Collaborators" -#define S_COPYRIGHT_TRANSLATION "Copyright (C) 2011-2019 by Lucien & Collaborators" +#define S_COPYRIGHT "Copyright (C) 1998-2020 by Norio Nakatani & Collaborators" +#define S_COPYRIGHT_TRANSLATION "Copyright (C) 2011-2020 by Lucien & Collaborators" #define FL_VER PR_VER #define FL_VER_STR PR_VER_STR diff --git a/tests/unittests/coverage.cpp b/tests/unittests/coverage.cpp index d77a1b0747..35f6a9969c 100644 --- a/tests/unittests/coverage.cpp +++ b/tests/unittests/coverage.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-StdControl.cpp b/tests/unittests/test-StdControl.cpp index baafe5e536..1009d1bab3 100644 --- a/tests/unittests/test-StdControl.cpp +++ b/tests/unittests/test-StdControl.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-ccommandline.cpp b/tests/unittests/test-ccommandline.cpp index 8e169770bc..ce785ea994 100644 --- a/tests/unittests/test-ccommandline.cpp +++ b/tests/unittests/test-ccommandline.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-cmemory.cpp b/tests/unittests/test-cmemory.cpp index ec3a71a6e8..77141db9ca 100644 --- a/tests/unittests/test-cmemory.cpp +++ b/tests/unittests/test-cmemory.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-cnative.cpp b/tests/unittests/test-cnative.cpp index 47191c980a..b13664bf13 100644 --- a/tests/unittests/test-cnative.cpp +++ b/tests/unittests/test-cnative.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-editinfo.cpp b/tests/unittests/test-editinfo.cpp index 410f978a57..f0191a6aa9 100644 --- a/tests/unittests/test-editinfo.cpp +++ b/tests/unittests/test-editinfo.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-grepinfo.cpp b/tests/unittests/test-grepinfo.cpp index 02dc51552c..3a4bea37d7 100644 --- a/tests/unittests/test-grepinfo.cpp +++ b/tests/unittests/test-grepinfo.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-is_mailaddress.cpp b/tests/unittests/test-is_mailaddress.cpp index 04f93fd3f6..2503a8e44d 100644 --- a/tests/unittests/test-is_mailaddress.cpp +++ b/tests/unittests/test-is_mailaddress.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-mydevmode.cpp b/tests/unittests/test-mydevmode.cpp index ddbe656f9a..fb4994e866 100644 --- a/tests/unittests/test-mydevmode.cpp +++ b/tests/unittests/test-mydevmode.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-parameterized.cpp b/tests/unittests/test-parameterized.cpp index 7f2aa52396..4340c3e550 100644 --- a/tests/unittests/test-parameterized.cpp +++ b/tests/unittests/test-parameterized.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-sample-disabled.cpp b/tests/unittests/test-sample-disabled.cpp index 050fe57e70..3e6cc994fd 100644 --- a/tests/unittests/test-sample-disabled.cpp +++ b/tests/unittests/test-sample-disabled.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tests/unittests/test-ssearchoption.cpp b/tests/unittests/test-ssearchoption.cpp index 81a27e0d3d..99772ad6e5 100644 --- a/tests/unittests/test-ssearchoption.cpp +++ b/tests/unittests/test-ssearchoption.cpp @@ -1,6 +1,6 @@ /*! @file */ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tools/ChmSourceConverter/ChmSourceConverter.Test/EncoderEscapingFallbackTest.cs b/tools/ChmSourceConverter/ChmSourceConverter.Test/EncoderEscapingFallbackTest.cs index 2a4e392abc..2d61e07a63 100644 --- a/tools/ChmSourceConverter/ChmSourceConverter.Test/EncoderEscapingFallbackTest.cs +++ b/tools/ChmSourceConverter/ChmSourceConverter.Test/EncoderEscapingFallbackTest.cs @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tools/ChmSourceConverter/ChmSourceConverter.Test/Properties/AssemblyInfo.cs b/tools/ChmSourceConverter/ChmSourceConverter.Test/Properties/AssemblyInfo.cs index 5afc9cbeae..f8cf43a4ff 100644 --- a/tools/ChmSourceConverter/ChmSourceConverter.Test/Properties/AssemblyInfo.cs +++ b/tools/ChmSourceConverter/ChmSourceConverter.Test/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("UnitTestProject1")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCopyright("Copyright © 2019-2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/tools/ChmSourceConverter/ChmSourceConverter/EncoderEscapingFallback.cs b/tools/ChmSourceConverter/ChmSourceConverter/EncoderEscapingFallback.cs index 52e47f95fd..db24a0740b 100644 --- a/tools/ChmSourceConverter/ChmSourceConverter/EncoderEscapingFallback.cs +++ b/tools/ChmSourceConverter/ChmSourceConverter/EncoderEscapingFallback.cs @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tools/ChmSourceConverter/ChmSourceConverter/FileContents.cs b/tools/ChmSourceConverter/ChmSourceConverter/FileContents.cs index ce73103852..cd26d708e1 100644 --- a/tools/ChmSourceConverter/ChmSourceConverter/FileContents.cs +++ b/tools/ChmSourceConverter/ChmSourceConverter/FileContents.cs @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tools/ChmSourceConverter/ChmSourceConverter/Program.cs b/tools/ChmSourceConverter/ChmSourceConverter/Program.cs index 25d492ee80..9c7cd972d9 100644 --- a/tools/ChmSourceConverter/ChmSourceConverter/Program.cs +++ b/tools/ChmSourceConverter/ChmSourceConverter/Program.cs @@ -1,5 +1,5 @@ /* - Copyright (C) 2018-2019 Sakura Editor Organization + Copyright (C) 2018-2020 Sakura Editor Organization This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/tools/ChmSourceConverter/ChmSourceConverter/Properties/AssemblyInfo.cs b/tools/ChmSourceConverter/ChmSourceConverter/Properties/AssemblyInfo.cs index 85e6059610..1e4388eb7e 100644 --- a/tools/ChmSourceConverter/ChmSourceConverter/Properties/AssemblyInfo.cs +++ b/tools/ChmSourceConverter/ChmSourceConverter/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ChmSourceConverter")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCopyright("Copyright © 2019-2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]