Update copyright year.

This commit is contained in:
2022-02-18 10:02:53 +00:00
parent eac577ec61
commit dd4451740c
1307 changed files with 1332 additions and 1332 deletions

View File

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