Skip to content

Commit

Permalink
Update Author and Copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
retaker committed May 14, 2024
1 parent 53ec56d commit 3118554
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Re_TTSCat/Main.New.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public partial class Main : DMPlugin
public static bool IsEnabled = false;
public Main()
{
PluginAuth = "Elepover";
PluginCont = "[email protected]";
PluginAuth = "Retaker, Elepover";
PluginCont = "[email protected];[email protected]";
PluginDesc = "直接读出你收到的弹幕和礼物!";
PluginName = "Re: TTSCat";
PluginVer = Vars.CurrentVersion.ToString();
Expand Down
2 changes: 1 addition & 1 deletion Re_TTSCat/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Elepover")]
[assembly: AssemblyProduct("Re: TTSCat")]
[assembly: AssemblyCopyright("Copyright © 2017 - 2021 Elepover")]
[assembly: AssemblyCopyright("Copyright © 2017 - 2024 Retaker, Elepover")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Re_TTSCat/Windows/OptionsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
AppVeyor<LineBreak/>
Genteure - 弹幕姬官网<LineBreak/>
<LineBreak/><Run FontFamily="{StaticResource FontAwesome}">&#xF1F9;</Run> <Run FontWeight="Bold">版权信息</Run><LineBreak/>
Copyright (C) 2021 Elepover.
Copyright (C) 2024 Retaker, Elepover.
</TextBlock>
<TextBlock Style="{StaticResource IconCaptionStyle}" TextAlignment="Center" FontWeight="Regular" FontSize="12" HorizontalAlignment="Center" FontFamily="Consolas">
This program is free software: you can redistribute it and/or modify<LineBreak/>
Expand Down

0 comments on commit 3118554

Please sign in to comment.