diff --git a/Aaru.Server/Areas/Admin/Views/UsbVendors/Index.cshtml b/Aaru.Server/Areas/Admin/Views/UsbVendors/Index.cshtml
index e2eb32f9..cbe1100f 100644
--- a/Aaru.Server/Areas/Admin/Views/UsbVendors/Index.cshtml
+++ b/Aaru.Server/Areas/Admin/Views/UsbVendors/Index.cshtml
@@ -30,7 +30,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
diff --git a/Aaru.Server/Areas/Admin/Views/Usbs/Delete.cshtml b/Aaru.Server/Areas/Admin/Views/Usbs/Delete.cshtml
index d3245e9e..fee23b41 100644
--- a/Aaru.Server/Areas/Admin/Views/Usbs/Delete.cshtml
+++ b/Aaru.Server/Areas/Admin/Views/Usbs/Delete.cshtml
@@ -30,7 +30,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
diff --git a/Aaru.Server/Areas/Admin/Views/Usbs/Details.cshtml b/Aaru.Server/Areas/Admin/Views/Usbs/Details.cshtml
index 116c5c3c..3c602fdb 100644
--- a/Aaru.Server/Areas/Admin/Views/Usbs/Details.cshtml
+++ b/Aaru.Server/Areas/Admin/Views/Usbs/Details.cshtml
@@ -30,7 +30,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
diff --git a/Aaru.Server/Areas/Admin/Views/Usbs/Index.cshtml b/Aaru.Server/Areas/Admin/Views/Usbs/Index.cshtml
index 450822f2..f7091ed3 100644
--- a/Aaru.Server/Areas/Admin/Views/Usbs/Index.cshtml
+++ b/Aaru.Server/Areas/Admin/Views/Usbs/Index.cshtml
@@ -31,7 +31,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
USB devices
diff --git a/Aaru.Server/Areas/Admin/Views/Versions/Index.cshtml b/Aaru.Server/Areas/Admin/Views/Versions/Index.cshtml
index 8390c446..a45c7d18 100644
--- a/Aaru.Server/Areas/Admin/Views/Versions/Index.cshtml
+++ b/Aaru.Server/Areas/Admin/Views/Versions/Index.cshtml
@@ -31,7 +31,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
Aaru versions
diff --git a/Aaru.Server/Controllers/ReportController.cs b/Aaru.Server/Controllers/ReportController.cs
index 69963e27..da336f3b 100644
--- a/Aaru.Server/Controllers/ReportController.cs
+++ b/Aaru.Server/Controllers/ReportController.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Structs.Devices.SCSI;
diff --git a/Aaru.Server/Controllers/StatsController.cs b/Aaru.Server/Controllers/StatsController.cs
index 5f8f8bb6..c90b9f7f 100644
--- a/Aaru.Server/Controllers/StatsController.cs
+++ b/Aaru.Server/Controllers/StatsController.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Server/Controllers/UpdateController.cs b/Aaru.Server/Controllers/UpdateController.cs
index 10f4adf5..e1484eec 100644
--- a/Aaru.Server/Controllers/UpdateController.cs
+++ b/Aaru.Server/Controllers/UpdateController.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Server/Controllers/UploadReportController.cs b/Aaru.Server/Controllers/UploadReportController.cs
index 92e0b69c..ee407cd4 100644
--- a/Aaru.Server/Controllers/UploadReportController.cs
+++ b/Aaru.Server/Controllers/UploadReportController.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics;
diff --git a/Aaru.Server/Controllers/UploadStatsController.cs b/Aaru.Server/Controllers/UploadStatsController.cs
index 07974374..bf736f55 100644
--- a/Aaru.Server/Controllers/UploadStatsController.cs
+++ b/Aaru.Server/Controllers/UploadStatsController.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics;
diff --git a/Aaru.Server/Core/Ata.cs b/Aaru.Server/Core/Ata.cs
index 43b45dfd..5f863290 100644
--- a/Aaru.Server/Core/Ata.cs
+++ b/Aaru.Server/Core/Ata.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Structs.Devices.ATA;
diff --git a/Aaru.Server/Core/ScsiEvpd.cs b/Aaru.Server/Core/ScsiEvpd.cs
index dd0c9905..bea36329 100644
--- a/Aaru.Server/Core/ScsiEvpd.cs
+++ b/Aaru.Server/Core/ScsiEvpd.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Server/Core/ScsiInquiry.cs b/Aaru.Server/Core/ScsiInquiry.cs
index 444ab064..f2ea3aaa 100644
--- a/Aaru.Server/Core/ScsiInquiry.cs
+++ b/Aaru.Server/Core/ScsiInquiry.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Structs.Devices.SCSI;
diff --git a/Aaru.Server/Core/ScsiMmcFeatures.cs b/Aaru.Server/Core/ScsiMmcFeatures.cs
index 892c4998..b1546308 100644
--- a/Aaru.Server/Core/ScsiMmcFeatures.cs
+++ b/Aaru.Server/Core/ScsiMmcFeatures.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Server/Core/ScsiMmcMode.cs b/Aaru.Server/Core/ScsiMmcMode.cs
index 82da0a25..47a8ca1b 100644
--- a/Aaru.Server/Core/ScsiMmcMode.cs
+++ b/Aaru.Server/Core/ScsiMmcMode.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Structs.Devices.SCSI.Modes;
diff --git a/Aaru.Server/Core/ScsiModeSense.cs b/Aaru.Server/Core/ScsiModeSense.cs
index 19b4724c..1707a181 100644
--- a/Aaru.Server/Core/ScsiModeSense.cs
+++ b/Aaru.Server/Core/ScsiModeSense.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Server/Core/SscTestedMedia.cs b/Aaru.Server/Core/SscTestedMedia.cs
index bd49c943..26000c46 100644
--- a/Aaru.Server/Core/SscTestedMedia.cs
+++ b/Aaru.Server/Core/SscTestedMedia.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Server/Core/StatsConverter.cs b/Aaru.Server/Core/StatsConverter.cs
index 9ed587b9..0803cb00 100644
--- a/Aaru.Server/Core/StatsConverter.cs
+++ b/Aaru.Server/Core/StatsConverter.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Server/Core/TestedMedia.cs b/Aaru.Server/Core/TestedMedia.cs
index b67ec5c9..c0a07968 100644
--- a/Aaru.Server/Core/TestedMedia.cs
+++ b/Aaru.Server/Core/TestedMedia.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Core;
diff --git a/Aaru.Server/Models/BaseOperatingSystem.cs b/Aaru.Server/Models/BaseOperatingSystem.cs
index 1a688534..71726519 100644
--- a/Aaru.Server/Models/BaseOperatingSystem.cs
+++ b/Aaru.Server/Models/BaseOperatingSystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/CdOffset.cs b/Aaru.Server/Models/CdOffset.cs
index 1fffe2f2..58aadf57 100644
--- a/Aaru.Server/Models/CdOffset.cs
+++ b/Aaru.Server/Models/CdOffset.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Server/Models/Command.cs b/Aaru.Server/Models/Command.cs
index 9f1f561f..853c06aa 100644
--- a/Aaru.Server/Models/Command.cs
+++ b/Aaru.Server/Models/Command.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/Context.cs b/Aaru.Server/Models/Context.cs
index 9434138b..305f2003 100644
--- a/Aaru.Server/Models/Context.cs
+++ b/Aaru.Server/Models/Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.Data.Common;
diff --git a/Aaru.Server/Models/Device.cs b/Aaru.Server/Models/Device.cs
index 8bae62e8..f8da9c68 100644
--- a/Aaru.Server/Models/Device.cs
+++ b/Aaru.Server/Models/Device.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Server/Models/DeviceItem.cs b/Aaru.Server/Models/DeviceItem.cs
index b85a12e8..1feef800 100644
--- a/Aaru.Server/Models/DeviceItem.cs
+++ b/Aaru.Server/Models/DeviceItem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/DeviceStat.cs b/Aaru.Server/Models/DeviceStat.cs
index 35eccc15..06088545 100644
--- a/Aaru.Server/Models/DeviceStat.cs
+++ b/Aaru.Server/Models/DeviceStat.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/Filesystem.cs b/Aaru.Server/Models/Filesystem.cs
index 98b054b8..a684cf13 100644
--- a/Aaru.Server/Models/Filesystem.cs
+++ b/Aaru.Server/Models/Filesystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/Filter.cs b/Aaru.Server/Models/Filter.cs
index fa93e0be..bfd4db6d 100644
--- a/Aaru.Server/Models/Filter.cs
+++ b/Aaru.Server/Models/Filter.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/Media.cs b/Aaru.Server/Models/Media.cs
index da354317..7e90de9b 100644
--- a/Aaru.Server/Models/Media.cs
+++ b/Aaru.Server/Models/Media.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Server/Models/MediaFormat.cs b/Aaru.Server/Models/MediaFormat.cs
index e2d7c7ed..260afa76 100644
--- a/Aaru.Server/Models/MediaFormat.cs
+++ b/Aaru.Server/Models/MediaFormat.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/MediaItem.cs b/Aaru.Server/Models/MediaItem.cs
index 917ab645..e1898308 100644
--- a/Aaru.Server/Models/MediaItem.cs
+++ b/Aaru.Server/Models/MediaItem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/OperatingSystem.cs b/Aaru.Server/Models/OperatingSystem.cs
index efc6cec8..041efdd4 100644
--- a/Aaru.Server/Models/OperatingSystem.cs
+++ b/Aaru.Server/Models/OperatingSystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/Partition.cs b/Aaru.Server/Models/Partition.cs
index 9b1800a2..a9b8b427 100644
--- a/Aaru.Server/Models/Partition.cs
+++ b/Aaru.Server/Models/Partition.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/RemoteApplication.cs b/Aaru.Server/Models/RemoteApplication.cs
index 8f83cf95..3e63c465 100644
--- a/Aaru.Server/Models/RemoteApplication.cs
+++ b/Aaru.Server/Models/RemoteApplication.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/RemoteArchitecture.cs b/Aaru.Server/Models/RemoteArchitecture.cs
index f17ff142..7a28d9d1 100644
--- a/Aaru.Server/Models/RemoteArchitecture.cs
+++ b/Aaru.Server/Models/RemoteArchitecture.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/RemoteOperatingSystem.cs b/Aaru.Server/Models/RemoteOperatingSystem.cs
index 59a1fc3a..17b7565b 100644
--- a/Aaru.Server/Models/RemoteOperatingSystem.cs
+++ b/Aaru.Server/Models/RemoteOperatingSystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Models/UploadedReport.cs b/Aaru.Server/Models/UploadedReport.cs
index 36379188..ba221e68 100644
--- a/Aaru.Server/Models/UploadedReport.cs
+++ b/Aaru.Server/Models/UploadedReport.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Server/Models/UsbProduct.cs b/Aaru.Server/Models/UsbProduct.cs
index 85790f26..69231709 100644
--- a/Aaru.Server/Models/UsbProduct.cs
+++ b/Aaru.Server/Models/UsbProduct.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using Newtonsoft.Json;
diff --git a/Aaru.Server/Models/UsbVendor.cs b/Aaru.Server/Models/UsbVendor.cs
index 23ab663e..684ef1ed 100644
--- a/Aaru.Server/Models/UsbVendor.cs
+++ b/Aaru.Server/Models/UsbVendor.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Server/Models/Version.cs b/Aaru.Server/Models/Version.cs
index 96d5e0d5..552b1c4d 100644
--- a/Aaru.Server/Models/Version.cs
+++ b/Aaru.Server/Models/Version.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Server.Models;
diff --git a/Aaru.Server/Views/Report/View.cshtml b/Aaru.Server/Views/Report/View.cshtml
index 66b85920..3bd9840a 100644
--- a/Aaru.Server/Views/Report/View.cshtml
+++ b/Aaru.Server/Views/Report/View.cshtml
@@ -33,7 +33,7 @@
// License along with this library; if not, see
.
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
diff --git a/Aaru.Server/Views/Shared/_Layout.cshtml b/Aaru.Server/Views/Shared/_Layout.cshtml
index 38feaaed..b58c835b 100644
--- a/Aaru.Server/Views/Shared/_Layout.cshtml
+++ b/Aaru.Server/Views/Shared/_Layout.cshtml
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
@@ -55,7 +55,7 @@
@RenderBody()
@RenderSection("Scripts", false)
diff --git a/Aaru.Server/Views/Stats/Index.cshtml b/Aaru.Server/Views/Stats/Index.cshtml
index 8c7d4081..2ae1afb4 100644
--- a/Aaru.Server/Views/Stats/Index.cshtml
+++ b/Aaru.Server/Views/Stats/Index.cshtml
@@ -29,7 +29,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
- // Copyright © 2011-2021 Natalia Portillo
+ // Copyright © 2011-2024 Natalia Portillo
// ****************************************************************************/
}
@{
diff --git a/Aaru.Server/docs/README.md b/Aaru.Server/docs/README.md
index 4bba3c5a..7d008893 100644
--- a/Aaru.Server/docs/README.md
+++ b/Aaru.Server/docs/README.md
@@ -2,7 +2,7 @@ Aaru Data Preservation Suite v5.2.99.3380
Aaru
-Copyright © 2011-2021 Natalia Portillo
+Copyright © 2011-2024 Natalia Portillo
[](https://dev.azure.com/Aaru-dps/aaru/_build/latest?definitionId=7&branchName=master)
[](https://travis-ci.org/github/aaru-dps/Aaru)
diff --git a/LICENSE.MIT b/LICENSE.MIT
index 98dc1fdc..94f0a2c6 100644
--- a/LICENSE.MIT
+++ b/LICENSE.MIT
@@ -1,4 +1,4 @@
-Copyright (c) 2015-2016 Natalia Portillo
+Copyright (c) 2015-2024 Natalia Portillo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal