Update copyright year.

This commit is contained in:
2022-12-03 16:07:10 +00:00
parent 1f1615e83a
commit 805ebd4b42
1351 changed files with 1384 additions and 1384 deletions

View File

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