Update copyright year.

This commit is contained in:
2020-12-31 23:08:23 +00:00
parent e106c7112c
commit 472a1d94d8
1107 changed files with 1108 additions and 1108 deletions

View File

@@ -27,7 +27,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2020 Natalia Portillo
// Copyright © 2011-2021 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-2020 Natalia Portillo";
public string Copyright => "© 2011-2021 Natalia Portillo";
[NotNull]
public string Website => "https://aaru.app";
[NotNull]