Skip to content

Commit

Permalink
Updated copyright years (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 14, 2024
1 parent 63a6519 commit 56f856f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ColorPicker/ColorPicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<Copyright2023</Copyright>
<Copyright2024</Copyright>
<Authors>Léo Corporation</Authors>
<Title>ColorPicker</Title>
<Description>Maximize your creativity.</Description>
Expand Down
4 changes: 2 additions & 2 deletions ColorPicker/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ private void SeeLicensesBtn_Click(object sender, RoutedEventArgs e)
"Fluent System Icons - MIT License - © 2020 Microsoft Corporation\n" +
"ColorHelper - MIT License - © 2020 Artyom Gritsuk\n" +
"globalmousekeyhook - MIT License - © 2010-2018 George Mamaladze\n" +
"PeyrSharp - MIT License - © 2022-2023 Léo Corporation\n" +
"ColorPicker - MIT License - © 2021-2023 Léo Corporation", $"{Properties.Resources.ColorPickerMax} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
"PeyrSharp - MIT License - © 2022-2024 Devyus\n" +
"ColorPicker - MIT License - © 2021-2024 Léo Corporation", $"{Properties.Resources.ColorPickerMax} - {Properties.Resources.Licenses}", MessageBoxButton.OK, MessageBoxImage.Information);
}

private void ApiApplyBtn_Click(object sender, RoutedEventArgs e)
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 @@ -10,7 +10,7 @@
<Version>1.0.0.2302</Version>
<Company>Léo Corporation</Company>
<Authors>Léo Corporation</Authors>
<Copyright2023</Copyright>
<Copyright2024</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 56f856f

Please sign in to comment.