Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 6bbb0f0

Browse files
committed
コピーライト編集
1 parent 9eace61 commit 6bbb0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TvTestRPC/TvTestRPC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CMyPlugin : public TVTest::CTVTestPlugin
2424
pInfo->Type = TVTest::PLUGIN_TYPE_NORMAL;
2525
pInfo->Flags = 0;
2626
pInfo->pszPluginName = L"TvTest RPC";
27-
pInfo->pszCopyright = L"(c) 2019 noriokun4649";
27+
pInfo->pszCopyright = L"(c) 2019-2020 noriokun4649";
2828
pInfo->pszDescription = L"DiscordRPCをTvTestで実現します。Discordで視聴中のチャンネルなどの情報が通知されます。";
2929
return true;
3030
}

0 commit comments

Comments
 (0)