Skip to content

Commit

Permalink
Updated copyright years (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Mar 2, 2024
1 parent 95c18f7 commit 0712862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gavilya/Gavilya.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Version>4.3.0.2312</Version>
<Authors>Léo Corporation</Authors>
<Description>Gavilya is a simple game launcher for Windows.</Description>
<Copyright2023</Copyright>
<Copyright2024</Copyright>
<PackageProjectUrl>gavilya.leocorporation.dev</PackageProjectUrl>
<PackageIcon>Gavilya.png</PackageIcon>
<RepositoryUrl>https://github.com/Leo-Corporation/Gavilya</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions Gavilya/ViewModels/Settings/AboutViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ private void Licenses(object? obj)
MessageBox.Show($"{Properties.Resources.Licenses}\n\n" +
"Fluent System Icons - MIT License - © 2020 Microsoft Corporation\n" +
"System.Drawing.Common - MIT License - © .NET Foundation and Contributors\n" +
"PeyrSharp - MIT License - © 2022-2023 Léo Corporation\n" +
"PeyrSharp - MIT License - © 2022-2024 Devyus\n" +
"RestSharp - Apache License 2.0 - © RestSharp\n" +
"Gavilya - MIT License - © 2020-2023 Léo Corporation", $"{Properties.Resources.MainWindowTitle} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
"Gavilya - MIT License - © 2020-2024 Léo Corporation", $"{Properties.Resources.MainWindowTitle} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
}

private void OpenRepo(object? obj)
Expand Down
2 changes: 1 addition & 1 deletion Xalyus Updater/Xalyus Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/Leo-Corporation/Gavilya</RepositoryUrl>
<PackageProjectUrl>https://leo-corporation.github.io/Gavilya-Web/</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<Copyright2023</Copyright>
<Copyright2024</Copyright>
<Company>Léo Corporation</Company>
</PropertyGroup>

Expand Down

0 comments on commit 0712862

Please sign in to comment.