Skip to content

Commit

Permalink
Updated copyright years (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 6, 2024
1 parent bd6afab commit 27ad2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PermaTop/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ private void SeeLicensesBtn_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show($"{Properties.Resources.Licenses}\n\n" +
"Fluent System Icons - MIT License - © 2020 Microsoft Corporation\n" +
"PeyrSharp - MIT License - © 2022-2023 Léo Corporation\n" +
"PermaTop - MIT License - © 2023 Léo Corporation", $"{Properties.Resources.PermaTop} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
"PeyrSharp - MIT License - © 2022-2024 Devyus\n" +
"PermaTop - MIT License - © 2023-2024 Léo Corporation", $"{Properties.Resources.PermaTop} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
}

Border ThemeSelectedBorder;
Expand Down
2 changes: 1 addition & 1 deletion PermaTop/PermaTop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Authors>Léo Corporation</Authors>
<Company>Léo Corporation</Company>
<Description>A simple utility to keep your windows in sight and in control.</Description>
<Copyright2023</Copyright>
<Copyright2024</Copyright>
<RepositoryUrl>https://github.com/Leo-Corporation/PermaTop</RepositoryUrl>
<PackageProjectUrl>https://github.com/Leo-Corporation/PermaTop</PackageProjectUrl>
</PropertyGroup>
Expand Down

0 comments on commit 27ad2b2

Please sign in to comment.