Skip to content

Commit 309d087

Browse files
authored
Update copyright date from 2025 to 2026
1 parent 2039d90 commit 309d087

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dotnet_search_reference_assemblies = true
3030
# Organize usings
3131
dotnet_separate_import_directive_groups = false
3232
dotnet_sort_system_directives_first = false
33-
file_header_template = Copyright (C) 2025 Ryan Luu\n\nThis file is part of Aura Click.\n\nAura Click is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nAura Click is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with Aura Click. If not, see <https://www.gnu.org/licenses/>.
33+
file_header_template = Copyright (C) 2026 Ryan Luu\n\nThis file is part of Aura Click.\n\nAura Click is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nAura Click is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with Aura Click. If not, see <https://www.gnu.org/licenses/>.
3434

3535
# this. and Me. preferences
3636
dotnet_style_qualification_for_event = false

AuraClick/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Ryan Luu
1+
// Copyright (C) 2026 Ryan Luu
22
//
33
// This file is part of Aura Click.
44
//

AuraClick/AuraClick.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Nullable>enable</Nullable>
1515
<ImplicitUsings>enable</ImplicitUsings>
1616
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
17-
<Copyright>Copyright © 2025 Ryan Luu</Copyright>
17+
<Copyright>Copyright © 2026 Ryan Luu</Copyright>
1818
<ApplicationIcon>Assets\Icon.ico</ApplicationIcon>
1919
<AssemblyTitle>Aura Click</AssemblyTitle>
2020
</PropertyGroup>

AuraClick/Controls/IsEnabledTextBlock/IsEnabledTextBlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Ryan Luu
1+
// Copyright (C) 2026 Ryan Luu
22
//
33
// This file is part of Aura Click.
44
//

AuraClick/Helpers/AutoClicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Ryan Luu
1+
// Copyright (C) 2026 Ryan Luu
22
//
33
// This file is part of Aura Click.
44
//

AuraClick/Helpers/ResourceExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Ryan Luu
1+
// Copyright (C) 2026 Ryan Luu
22
//
33
// This file is part of Aura Click.
44
//

AuraClick/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Ryan Luu
1+
// Copyright (C) 2026 Ryan Luu
22
//
33
// This file is part of Aura Click.
44
//

AuraClick/Pages/MainPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Ryan Luu
1+
// Copyright (C) 2026 Ryan Luu
22
//
33
// This file is part of Aura Click.
44
//

AuraClick/Pages/SettingsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<!-- App version -->
8282
<controls:SettingsExpander
8383
x:Name="AppAboutSettingsExpander"
84-
Description="Copyright © 2025 Ryan Luu"
84+
Description="Copyright © 2026 Ryan Luu"
8585
HeaderIcon="{ui:BitmapIcon Source=ms-appx:///Assets/StoreLogo.png}">
8686
<TextBlock
8787
x:Name="AppVersionTextBlock"

AuraClick/Pages/SettingsPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Ryan Luu
1+
// Copyright (C) 2026 Ryan Luu
22
//
33
// This file is part of Aura Click.
44
//

0 commit comments

Comments
 (0)