Update copyright year.

This commit is contained in:
2024-12-19 10:45:18 +00:00
parent 57f3616e1f
commit 5863664dbf
1826 changed files with 1869 additions and 1869 deletions

View File

@@ -27,7 +27,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2024 Natalia Portillo
// Copyright © 2011-2025 Natalia Portillo
// ****************************************************************************/
using System;
@@ -105,7 +105,7 @@ public sealed class AboutViewModel : ViewModelBase
public string SuiteName => "Aaru Data Preservation Suite";
[NotNull]
public string Copyright => "© 2011-2024 Natalia Portillo";
public string Copyright => "© 2011-2025 Natalia Portillo";
[NotNull]
public string Website => "https://aaru.app";