diff --git a/Aaru.Archives/Aaru.Archives.csproj b/Aaru.Archives/Aaru.Archives.csproj
index acfc63f59..dc1fe8e06 100644
--- a/Aaru.Archives/Aaru.Archives.csproj
+++ b/Aaru.Archives/Aaru.Archives.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Archives
$(Version)
diff --git a/Aaru.Archives/Register.cs b/Aaru.Archives/Register.cs
index f6123d008..a219f8141 100644
--- a/Aaru.Archives/Register.cs
+++ b/Aaru.Archives/Register.cs
@@ -34,8 +34,8 @@
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Checksums b/Aaru.Checksums
index 76f21d10a..36af5bd9c 160000
--- a/Aaru.Checksums
+++ b/Aaru.Checksums
@@ -1 +1 @@
-Subproject commit 76f21d10a56aa5416fc84b3157f9777207d25acd
+Subproject commit 36af5bd9c3c60e9b15e5b5f820b54f7dc0a8d293
diff --git a/Aaru.CommonTypes b/Aaru.CommonTypes
index f548cf43a..1123cae27 160000
--- a/Aaru.CommonTypes
+++ b/Aaru.CommonTypes
@@ -1 +1 @@
-Subproject commit f548cf43a2d44ca5ff563220c030dc2bf0b0c030
+Subproject commit 1123cae272e60e3b330c1edea89dce86d09e2322
diff --git a/Aaru.Compression/ADC.cs b/Aaru.Compression/ADC.cs
index 63e794c55..c85f07486 100644
--- a/Aaru.Compression/ADC.cs
+++ b/Aaru.Compression/ADC.cs
@@ -32,7 +32,7 @@
// THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2016-2022 Natalia Portillo
+// Copyright © 2016-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Compression/Aaru.Compression.csproj b/Aaru.Compression/Aaru.Compression.csproj
index 6f369411c..77d68b8cd 100644
--- a/Aaru.Compression/Aaru.Compression.csproj
+++ b/Aaru.Compression/Aaru.Compression.csproj
@@ -12,7 +12,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru Data Preservation Suite
$(Version)
diff --git a/Aaru.Compression/AppleRle.cs b/Aaru.Compression/AppleRle.cs
index 099261b44..e0f553e57 100644
--- a/Aaru.Compression/AppleRle.cs
+++ b/Aaru.Compression/AppleRle.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// Copyright © 2018-2019 David Ryskalczyk
// ****************************************************************************/
diff --git a/Aaru.Compression/BZip2.cs b/Aaru.Compression/BZip2.cs
index fd21fe65a..3dcc72591 100644
--- a/Aaru.Compression/BZip2.cs
+++ b/Aaru.Compression/BZip2.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Compression/FLAC.cs b/Aaru.Compression/FLAC.cs
index 341f9cb9b..c15f3a71f 100644
--- a/Aaru.Compression/FLAC.cs
+++ b/Aaru.Compression/FLAC.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Compression/LZFSE.cs b/Aaru.Compression/LZFSE.cs
index dba650534..165acd9f6 100644
--- a/Aaru.Compression/LZFSE.cs
+++ b/Aaru.Compression/LZFSE.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Compression/LZIP.cs b/Aaru.Compression/LZIP.cs
index cd8b8c65c..b5137e445 100644
--- a/Aaru.Compression/LZIP.cs
+++ b/Aaru.Compression/LZIP.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Compression/LZMA.cs b/Aaru.Compression/LZMA.cs
index 54fc04a53..c11ade22a 100644
--- a/Aaru.Compression/LZMA.cs
+++ b/Aaru.Compression/LZMA.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Compression/Native.cs b/Aaru.Compression/Native.cs
index 48ce95699..0fdf59761 100644
--- a/Aaru.Compression/Native.cs
+++ b/Aaru.Compression/Native.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Compression/NonClosableStream.cs b/Aaru.Compression/NonClosableStream.cs
index 7a1a19809..1fd6e5b92 100644
--- a/Aaru.Compression/NonClosableStream.cs
+++ b/Aaru.Compression/NonClosableStream.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Compression/TeleDiskLzh.cs b/Aaru.Compression/TeleDiskLzh.cs
index 14e86e9aa..52f966d14 100644
--- a/Aaru.Compression/TeleDiskLzh.cs
+++ b/Aaru.Compression/TeleDiskLzh.cs
@@ -35,7 +35,7 @@
// POSSIBILITY OF SUCH DAMAGE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// Copyright © 2017 Miodrag Milanovic
// Copyright © 1988 Haruhiko OKUMURA
// Copyright © 1988 Haruyasu YOSHIZAKI
diff --git a/Aaru.Compression/ZSTD.cs b/Aaru.Compression/ZSTD.cs
index e3b2af6e4..e2e21569b 100644
--- a/Aaru.Compression/ZSTD.cs
+++ b/Aaru.Compression/ZSTD.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Console b/Aaru.Console
index 6e74af649..bf91032e0 160000
--- a/Aaru.Console
+++ b/Aaru.Console
@@ -1 +1 @@
-Subproject commit 6e74af649d2c695d3f2bac363e3d6ccc6e939764
+Subproject commit bf91032e03b2b8ea4c0b70e99a7c67846939dd39
diff --git a/Aaru.Core/Aaru.Core.csproj b/Aaru.Core/Aaru.Core.csproj
index 2e10d2487..bb4fbd602 100644
--- a/Aaru.Core/Aaru.Core.csproj
+++ b/Aaru.Core/Aaru.Core.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Core
$(Version)
diff --git a/Aaru.Core/Checksum.cs b/Aaru.Core/Checksum.cs
index fdadf3677..bd8ab477a 100644
--- a/Aaru.Core/Checksum.cs
+++ b/Aaru.Core/Checksum.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/DataFile.cs b/Aaru.Core/DataFile.cs
index 834a22a1a..b368c39c4 100644
--- a/Aaru.Core/DataFile.cs
+++ b/Aaru.Core/DataFile.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Core/Devices/Dumping/ATA.cs b/Aaru.Core/Devices/Dumping/ATA.cs
index 3e1c729c6..8fc85abb3 100644
--- a/Aaru.Core/Devices/Dumping/ATA.cs
+++ b/Aaru.Core/Devices/Dumping/ATA.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/CdiReady.cs b/Aaru.Core/Devices/Dumping/CompactDisc/CdiReady.cs
index 970251e8f..ba162a273 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/CdiReady.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/CdiReady.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Data.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Data.cs
index b5bf57800..910f0d4ae 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Data.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Data.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs
index 045f4fdfe..c629b55cf 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Error.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Error.cs
index 7be1b079c..e5fab1532 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Error.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Error.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/LeadOuts.cs b/Aaru.Core/Devices/Dumping/CompactDisc/LeadOuts.cs
index 02537cd70..eafc13e76 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/LeadOuts.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/LeadOuts.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Offset.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Offset.cs
index b36bc4c12..387dfa8bc 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Offset.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Offset.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Plextor.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Plextor.cs
index 4b3b86758..8060fae13 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Plextor.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Plextor.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Pregap.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Pregap.cs
index e40a0feb4..37531a491 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Pregap.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Pregap.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Recordable.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Recordable.cs
index b5c23437e..a9580ace4 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Recordable.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Recordable.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Subchannel.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Subchannel.cs
index 613a4cba9..11aca2ecf 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Subchannel.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Subchannel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Tags.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Tags.cs
index 122e83c0c..14d2f3f81 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Tags.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Tags.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Tracks.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Tracks.cs
index 39c298ac3..523f6999d 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Tracks.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Tracks.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Trim.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Trim.cs
index be301747b..deaa4e738 100644
--- a/Aaru.Core/Devices/Dumping/CompactDisc/Trim.cs
+++ b/Aaru.Core/Devices/Dumping/CompactDisc/Trim.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/Dump.cs b/Aaru.Core/Devices/Dumping/Dump.cs
index a204907aa..72d8a81ef 100644
--- a/Aaru.Core/Devices/Dumping/Dump.cs
+++ b/Aaru.Core/Devices/Dumping/Dump.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/LinearMemory/Retrode.cs b/Aaru.Core/Devices/Dumping/LinearMemory/Retrode.cs
index 9abd47d13..a5fcf0426 100644
--- a/Aaru.Core/Devices/Dumping/LinearMemory/Retrode.cs
+++ b/Aaru.Core/Devices/Dumping/LinearMemory/Retrode.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/MMC.cs b/Aaru.Core/Devices/Dumping/MMC.cs
index ab8a08637..c6152b9da 100644
--- a/Aaru.Core/Devices/Dumping/MMC.cs
+++ b/Aaru.Core/Devices/Dumping/MMC.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/Metadata.cs b/Aaru.Core/Devices/Dumping/Metadata.cs
index 0357f9dfd..5f9de9856 100644
--- a/Aaru.Core/Devices/Dumping/Metadata.cs
+++ b/Aaru.Core/Devices/Dumping/Metadata.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/MiniDisc.cs b/Aaru.Core/Devices/Dumping/MiniDisc.cs
index 51a5d5123..7c0a0853e 100644
--- a/Aaru.Core/Devices/Dumping/MiniDisc.cs
+++ b/Aaru.Core/Devices/Dumping/MiniDisc.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/NVMe.cs b/Aaru.Core/Devices/Dumping/NVMe.cs
index f691e29b2..2c90950ad 100644
--- a/Aaru.Core/Devices/Dumping/NVMe.cs
+++ b/Aaru.Core/Devices/Dumping/NVMe.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Core/Devices/Dumping/PlayStationPortable/MemoryStick.cs b/Aaru.Core/Devices/Dumping/PlayStationPortable/MemoryStick.cs
index 09ae51b68..c2a9dcd6d 100644
--- a/Aaru.Core/Devices/Dumping/PlayStationPortable/MemoryStick.cs
+++ b/Aaru.Core/Devices/Dumping/PlayStationPortable/MemoryStick.cs
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/PlayStationPortable/PlayStationPortable.cs b/Aaru.Core/Devices/Dumping/PlayStationPortable/PlayStationPortable.cs
index d2eb4cdf5..af4a66d2d 100644
--- a/Aaru.Core/Devices/Dumping/PlayStationPortable/PlayStationPortable.cs
+++ b/Aaru.Core/Devices/Dumping/PlayStationPortable/PlayStationPortable.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/PlayStationPortable/UMD.cs b/Aaru.Core/Devices/Dumping/PlayStationPortable/UMD.cs
index 06b48d810..1dc281b5d 100644
--- a/Aaru.Core/Devices/Dumping/PlayStationPortable/UMD.cs
+++ b/Aaru.Core/Devices/Dumping/PlayStationPortable/UMD.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/ResumeSupport.cs b/Aaru.Core/Devices/Dumping/ResumeSupport.cs
index 0703edfc3..1a1d98317 100644
--- a/Aaru.Core/Devices/Dumping/ResumeSupport.cs
+++ b/Aaru.Core/Devices/Dumping/ResumeSupport.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/SCSI.cs b/Aaru.Core/Devices/Dumping/SCSI.cs
index 608ddebdb..9cb017fd5 100644
--- a/Aaru.Core/Devices/Dumping/SCSI.cs
+++ b/Aaru.Core/Devices/Dumping/SCSI.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/SSC.cs b/Aaru.Core/Devices/Dumping/SSC.cs
index cddeb60b9..3491ab793 100644
--- a/Aaru.Core/Devices/Dumping/SSC.cs
+++ b/Aaru.Core/Devices/Dumping/SSC.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/Sbc/Data.cs b/Aaru.Core/Devices/Dumping/Sbc/Data.cs
index 59997d000..9a4f474f8 100644
--- a/Aaru.Core/Devices/Dumping/Sbc/Data.cs
+++ b/Aaru.Core/Devices/Dumping/Sbc/Data.cs
@@ -21,8 +21,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/Sbc/Dump.cs b/Aaru.Core/Devices/Dumping/Sbc/Dump.cs
index 1ffabd763..b67d5ef0b 100644
--- a/Aaru.Core/Devices/Dumping/Sbc/Dump.cs
+++ b/Aaru.Core/Devices/Dumping/Sbc/Dump.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Dumping/Sbc/Error.cs b/Aaru.Core/Devices/Dumping/Sbc/Error.cs
index 1e371e1a2..38e6523b2 100644
--- a/Aaru.Core/Devices/Dumping/Sbc/Error.cs
+++ b/Aaru.Core/Devices/Dumping/Sbc/Error.cs
@@ -21,8 +21,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System.Linq;
diff --git a/Aaru.Core/Devices/Dumping/Sbc/Trim.cs b/Aaru.Core/Devices/Dumping/Sbc/Trim.cs
index 46c85e5c4..0d4a1a4b2 100644
--- a/Aaru.Core/Devices/Dumping/Sbc/Trim.cs
+++ b/Aaru.Core/Devices/Dumping/Sbc/Trim.cs
@@ -21,7 +21,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/SecureDigital.cs b/Aaru.Core/Devices/Dumping/SecureDigital.cs
index 1eaee9730..331a43ab0 100644
--- a/Aaru.Core/Devices/Dumping/SecureDigital.cs
+++ b/Aaru.Core/Devices/Dumping/SecureDigital.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Dumping/XGD.cs b/Aaru.Core/Devices/Dumping/XGD.cs
index 541e45288..f14ab5fbe 100644
--- a/Aaru.Core/Devices/Dumping/XGD.cs
+++ b/Aaru.Core/Devices/Dumping/XGD.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Devices/Info/DeviceInfo.cs b/Aaru.Core/Devices/Info/DeviceInfo.cs
index 8e7d46be7..1c07effe7 100644
--- a/Aaru.Core/Devices/Info/DeviceInfo.cs
+++ b/Aaru.Core/Devices/Info/DeviceInfo.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2021-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2021-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Info/Plextor.cs b/Aaru.Core/Devices/Info/Plextor.cs
index f8da7d5ee..c5722f914 100644
--- a/Aaru.Core/Devices/Info/Plextor.cs
+++ b/Aaru.Core/Devices/Info/Plextor.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Core.Devices.Info;
diff --git a/Aaru.Core/Devices/Info/Properties.cs b/Aaru.Core/Devices/Info/Properties.cs
index 0f9271780..159d22976 100644
--- a/Aaru.Core/Devices/Info/Properties.cs
+++ b/Aaru.Core/Devices/Info/Properties.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Core/Devices/Reader.cs b/Aaru.Core/Devices/Reader.cs
index 05904c65d..ea1d8307c 100644
--- a/Aaru.Core/Devices/Reader.cs
+++ b/Aaru.Core/Devices/Reader.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/ReaderATA.cs b/Aaru.Core/Devices/ReaderATA.cs
index 91dec761e..641d77fbc 100644
--- a/Aaru.Core/Devices/ReaderATA.cs
+++ b/Aaru.Core/Devices/ReaderATA.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/ReaderSCSI.cs b/Aaru.Core/Devices/ReaderSCSI.cs
index 616912664..47c65e12b 100644
--- a/Aaru.Core/Devices/ReaderSCSI.cs
+++ b/Aaru.Core/Devices/ReaderSCSI.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Report/ATA.cs b/Aaru.Core/Devices/Report/ATA.cs
index f1c256637..036b4be2a 100644
--- a/Aaru.Core/Devices/Report/ATA.cs
+++ b/Aaru.Core/Devices/Report/ATA.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Report/DeviceReport.cs b/Aaru.Core/Devices/Report/DeviceReport.cs
index 05342629a..afd0f53da 100644
--- a/Aaru.Core/Devices/Report/DeviceReport.cs
+++ b/Aaru.Core/Devices/Report/DeviceReport.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Devices;
diff --git a/Aaru.Core/Devices/Report/FireWire.cs b/Aaru.Core/Devices/Report/FireWire.cs
index f0fc8550e..5cd76dcb7 100644
--- a/Aaru.Core/Devices/Report/FireWire.cs
+++ b/Aaru.Core/Devices/Report/FireWire.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Core/Devices/Report/GdRomSwapTrick.cs b/Aaru.Core/Devices/Report/GdRomSwapTrick.cs
index 806e7892a..95e26b73e 100644
--- a/Aaru.Core/Devices/Report/GdRomSwapTrick.cs
+++ b/Aaru.Core/Devices/Report/GdRomSwapTrick.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InlineOutVariableDeclaration
diff --git a/Aaru.Core/Devices/Report/MMC.cs b/Aaru.Core/Devices/Report/MMC.cs
index 495f0f95d..e09f8b708 100644
--- a/Aaru.Core/Devices/Report/MMC.cs
+++ b/Aaru.Core/Devices/Report/MMC.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Report/PCMCIA.cs b/Aaru.Core/Devices/Report/PCMCIA.cs
index 1ee78ef15..ec13d6f81 100644
--- a/Aaru.Core/Devices/Report/PCMCIA.cs
+++ b/Aaru.Core/Devices/Report/PCMCIA.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Core/Devices/Report/SSC.cs b/Aaru.Core/Devices/Report/SSC.cs
index 96e3f88f1..e65b969f5 100644
--- a/Aaru.Core/Devices/Report/SSC.cs
+++ b/Aaru.Core/Devices/Report/SSC.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Report/Scsi.cs b/Aaru.Core/Devices/Report/Scsi.cs
index c900e4bfc..556c4733e 100644
--- a/Aaru.Core/Devices/Report/Scsi.cs
+++ b/Aaru.Core/Devices/Report/Scsi.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Report/SecureDigital.cs b/Aaru.Core/Devices/Report/SecureDigital.cs
index dcb97358a..434c42d3f 100644
--- a/Aaru.Core/Devices/Report/SecureDigital.cs
+++ b/Aaru.Core/Devices/Report/SecureDigital.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Report/USB.cs b/Aaru.Core/Devices/Report/USB.cs
index 899cbff81..dd82f7dad 100644
--- a/Aaru.Core/Devices/Report/USB.cs
+++ b/Aaru.Core/Devices/Report/USB.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Metadata;
diff --git a/Aaru.Core/Devices/Scanning/ATA.cs b/Aaru.Core/Devices/Scanning/ATA.cs
index b461ec571..1dc35f8b9 100644
--- a/Aaru.Core/Devices/Scanning/ATA.cs
+++ b/Aaru.Core/Devices/Scanning/ATA.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Scanning/MediaScan.cs b/Aaru.Core/Devices/Scanning/MediaScan.cs
index fdf364e29..039ec22e0 100644
--- a/Aaru.Core/Devices/Scanning/MediaScan.cs
+++ b/Aaru.Core/Devices/Scanning/MediaScan.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Scanning/NVMe.cs b/Aaru.Core/Devices/Scanning/NVMe.cs
index a2e0b07a7..8869650b5 100644
--- a/Aaru.Core/Devices/Scanning/NVMe.cs
+++ b/Aaru.Core/Devices/Scanning/NVMe.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Core.Devices.Scanning;
diff --git a/Aaru.Core/Devices/Scanning/SCSI.cs b/Aaru.Core/Devices/Scanning/SCSI.cs
index 3fe91a886..451870385 100644
--- a/Aaru.Core/Devices/Scanning/SCSI.cs
+++ b/Aaru.Core/Devices/Scanning/SCSI.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Devices/Scanning/ScanResults.cs b/Aaru.Core/Devices/Scanning/ScanResults.cs
index 4093c8671..17511cd9e 100644
--- a/Aaru.Core/Devices/Scanning/ScanResults.cs
+++ b/Aaru.Core/Devices/Scanning/ScanResults.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Core/Devices/Scanning/SecureDigital.cs b/Aaru.Core/Devices/Scanning/SecureDigital.cs
index 9d28a517c..a50a18107 100644
--- a/Aaru.Core/Devices/Scanning/SecureDigital.cs
+++ b/Aaru.Core/Devices/Scanning/SecureDigital.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Entropy.cs b/Aaru.Core/Entropy.cs
index d5a92a0ed..96a084e35 100644
--- a/Aaru.Core/Entropy.cs
+++ b/Aaru.Core/Entropy.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Error.cs b/Aaru.Core/Error.cs
index 7ecfe802a..664e75bfb 100644
--- a/Aaru.Core/Error.cs
+++ b/Aaru.Core/Error.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Interop;
diff --git a/Aaru.Core/Filesystems.cs b/Aaru.Core/Filesystems.cs
index 6287fa171..6f1266c5e 100644
--- a/Aaru.Core/Filesystems.cs
+++ b/Aaru.Core/Filesystems.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Core/GetPluginBase.cs b/Aaru.Core/GetPluginBase.cs
index 391ddc82d..9fd203a91 100644
--- a/Aaru.Core/GetPluginBase.cs
+++ b/Aaru.Core/GetPluginBase.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Checksums;
diff --git a/Aaru.Core/ImageFormat.cs b/Aaru.Core/ImageFormat.cs
index 7b18033f0..a21833fca 100644
--- a/Aaru.Core/ImageFormat.cs
+++ b/Aaru.Core/ImageFormat.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/ImageInfo.cs b/Aaru.Core/ImageInfo.cs
index 5dd31514a..51c626ed5 100644
--- a/Aaru.Core/ImageInfo.cs
+++ b/Aaru.Core/ImageInfo.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Logging/DumpLog.cs b/Aaru.Core/Logging/DumpLog.cs
index f866ffa09..846de5d69 100644
--- a/Aaru.Core/Logging/DumpLog.cs
+++ b/Aaru.Core/Logging/DumpLog.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Logging/ErrorLog.cs b/Aaru.Core/Logging/ErrorLog.cs
index f80735ad2..00e54de21 100644
--- a/Aaru.Core/Logging/ErrorLog.cs
+++ b/Aaru.Core/Logging/ErrorLog.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Logging/IBGLog.cs b/Aaru.Core/Logging/IBGLog.cs
index 4212cece3..9907b9d9c 100644
--- a/Aaru.Core/Logging/IBGLog.cs
+++ b/Aaru.Core/Logging/IBGLog.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Logging/MHDDLog.cs b/Aaru.Core/Logging/MHDDLog.cs
index 6487c89ff..afc0f4423 100644
--- a/Aaru.Core/Logging/MHDDLog.cs
+++ b/Aaru.Core/Logging/MHDDLog.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Logging/SubchannelLog.cs b/Aaru.Core/Logging/SubchannelLog.cs
index 5cc9ee064..a0fcb16c0 100644
--- a/Aaru.Core/Logging/SubchannelLog.cs
+++ b/Aaru.Core/Logging/SubchannelLog.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Media/CompactDisc.cs b/Aaru.Core/Media/CompactDisc.cs
index ed468eeb7..b5c90276b 100644
--- a/Aaru.Core/Media/CompactDisc.cs
+++ b/Aaru.Core/Media/CompactDisc.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Media/Detection/MMC.cs b/Aaru.Core/Media/Detection/MMC.cs
index d24a1b278..984b051a7 100644
--- a/Aaru.Core/Media/Detection/MMC.cs
+++ b/Aaru.Core/Media/Detection/MMC.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable JoinDeclarationAndInitializer
diff --git a/Aaru.Core/Media/Info/CompactDisc.cs b/Aaru.Core/Media/Info/CompactDisc.cs
index ffe212a1e..ac37f5458 100644
--- a/Aaru.Core/Media/Info/CompactDisc.cs
+++ b/Aaru.Core/Media/Info/CompactDisc.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Media/Info/ScsiInfo.cs b/Aaru.Core/Media/Info/ScsiInfo.cs
index 8d17af529..44825b8af 100644
--- a/Aaru.Core/Media/Info/ScsiInfo.cs
+++ b/Aaru.Core/Media/Info/ScsiInfo.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Media/Info/XgdInfo.cs b/Aaru.Core/Media/Info/XgdInfo.cs
index 097b5e1fb..b5b40d61d 100644
--- a/Aaru.Core/Media/Info/XgdInfo.cs
+++ b/Aaru.Core/Media/Info/XgdInfo.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Core.Media.Info;
diff --git a/Aaru.Core/Options.cs b/Aaru.Core/Options.cs
index eb66b1e6e..a81171d7d 100644
--- a/Aaru.Core/Options.cs
+++ b/Aaru.Core/Options.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Core/Partitions.cs b/Aaru.Core/Partitions.cs
index 299011e5b..42b49dcfe 100644
--- a/Aaru.Core/Partitions.cs
+++ b/Aaru.Core/Partitions.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Core/PrintScsiModePages.cs b/Aaru.Core/PrintScsiModePages.cs
index beda6dd23..fc2a53e1d 100644
--- a/Aaru.Core/PrintScsiModePages.cs
+++ b/Aaru.Core/PrintScsiModePages.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Structs.Devices.SCSI;
diff --git a/Aaru.Core/Remote.cs b/Aaru.Core/Remote.cs
index 3194dea92..5e662e037 100644
--- a/Aaru.Core/Remote.cs
+++ b/Aaru.Core/Remote.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Sidecar/AudioMedia.cs b/Aaru.Core/Sidecar/AudioMedia.cs
index e80e15acf..4e0374bb8 100644
--- a/Aaru.Core/Sidecar/AudioMedia.cs
+++ b/Aaru.Core/Sidecar/AudioMedia.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Sidecar/BlockMedia.cs b/Aaru.Core/Sidecar/BlockMedia.cs
index b1e11e451..49d7dbaaf 100644
--- a/Aaru.Core/Sidecar/BlockMedia.cs
+++ b/Aaru.Core/Sidecar/BlockMedia.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Sidecar/BlockTape.cs b/Aaru.Core/Sidecar/BlockTape.cs
index 0254245ac..afb31b48d 100644
--- a/Aaru.Core/Sidecar/BlockTape.cs
+++ b/Aaru.Core/Sidecar/BlockTape.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Core/Sidecar/Events.cs b/Aaru.Core/Sidecar/Events.cs
index 766dc4a86..2383b783b 100644
--- a/Aaru.Core/Sidecar/Events.cs
+++ b/Aaru.Core/Sidecar/Events.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Core/Sidecar/Files.cs b/Aaru.Core/Sidecar/Files.cs
index 902baca74..63d97ea23 100644
--- a/Aaru.Core/Sidecar/Files.cs
+++ b/Aaru.Core/Sidecar/Files.cs
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Sidecar/Helpers.cs b/Aaru.Core/Sidecar/Helpers.cs
index 8060390e8..0759019b1 100644
--- a/Aaru.Core/Sidecar/Helpers.cs
+++ b/Aaru.Core/Sidecar/Helpers.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Core;
diff --git a/Aaru.Core/Sidecar/LinearMedia.cs b/Aaru.Core/Sidecar/LinearMedia.cs
index 1b6c57d2c..9fd217563 100644
--- a/Aaru.Core/Sidecar/LinearMedia.cs
+++ b/Aaru.Core/Sidecar/LinearMedia.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Sidecar/OpticalDisc.cs b/Aaru.Core/Sidecar/OpticalDisc.cs
index f0c7cf118..f33a589b3 100644
--- a/Aaru.Core/Sidecar/OpticalDisc.cs
+++ b/Aaru.Core/Sidecar/OpticalDisc.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Sidecar/Sidecar.cs b/Aaru.Core/Sidecar/Sidecar.cs
index af48eb120..986357a89 100644
--- a/Aaru.Core/Sidecar/Sidecar.cs
+++ b/Aaru.Core/Sidecar/Sidecar.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Core/Statistics.cs b/Aaru.Core/Statistics.cs
index 1094ab0ea..46c42b7ca 100644
--- a/Aaru.Core/Statistics.cs
+++ b/Aaru.Core/Statistics.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Database/Aaru.Database.csproj b/Aaru.Database/Aaru.Database.csproj
index 2f00d29d4..154bf8aad 100644
--- a/Aaru.Database/Aaru.Database.csproj
+++ b/Aaru.Database/Aaru.Database.csproj
@@ -10,7 +10,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Database
$(Version)
diff --git a/Aaru.Database/Context.cs b/Aaru.Database/Context.cs
index 0a7221e94..e14194ccc 100644
--- a/Aaru.Database/Context.cs
+++ b/Aaru.Database/Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Database.Models;
diff --git a/Aaru.Database/ContextFactory.cs b/Aaru.Database/ContextFactory.cs
index ec39e035e..af505794d 100644
--- a/Aaru.Database/ContextFactory.cs
+++ b/Aaru.Database/ContextFactory.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Microsoft.EntityFrameworkCore.Design;
diff --git a/Aaru.Database/Models/BaseModel.cs b/Aaru.Database/Models/BaseModel.cs
index 4aaf1388b..c27f83fa7 100644
--- a/Aaru.Database/Models/BaseModel.cs
+++ b/Aaru.Database/Models/BaseModel.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel.DataAnnotations;
diff --git a/Aaru.Database/Models/BaseOperatingSystem.cs b/Aaru.Database/Models/BaseOperatingSystem.cs
index 307403f74..cfa23c2e9 100644
--- a/Aaru.Database/Models/BaseOperatingSystem.cs
+++ b/Aaru.Database/Models/BaseOperatingSystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/CdOffset.cs b/Aaru.Database/Models/CdOffset.cs
index 266f1b99c..4e13f0ca6 100644
--- a/Aaru.Database/Models/CdOffset.cs
+++ b/Aaru.Database/Models/CdOffset.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Database/Models/Command.cs b/Aaru.Database/Models/Command.cs
index d280bfc12..74660f701 100644
--- a/Aaru.Database/Models/Command.cs
+++ b/Aaru.Database/Models/Command.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/Device.cs b/Aaru.Database/Models/Device.cs
index 605b1fa05..0507f2cfc 100644
--- a/Aaru.Database/Models/Device.cs
+++ b/Aaru.Database/Models/Device.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Database/Models/DeviceStat.cs b/Aaru.Database/Models/DeviceStat.cs
index 3ec61b6cb..98fd59353 100644
--- a/Aaru.Database/Models/DeviceStat.cs
+++ b/Aaru.Database/Models/DeviceStat.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/Filesystem.cs b/Aaru.Database/Models/Filesystem.cs
index 516c52330..3ad18ebf8 100644
--- a/Aaru.Database/Models/Filesystem.cs
+++ b/Aaru.Database/Models/Filesystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/Filter.cs b/Aaru.Database/Models/Filter.cs
index 082f44285..a8232ddf5 100644
--- a/Aaru.Database/Models/Filter.cs
+++ b/Aaru.Database/Models/Filter.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/Media.cs b/Aaru.Database/Models/Media.cs
index 9bf096d47..4ff942a95 100644
--- a/Aaru.Database/Models/Media.cs
+++ b/Aaru.Database/Models/Media.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/MediaFormat.cs b/Aaru.Database/Models/MediaFormat.cs
index 804344375..3411ea291 100644
--- a/Aaru.Database/Models/MediaFormat.cs
+++ b/Aaru.Database/Models/MediaFormat.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/NameCountModel.cs b/Aaru.Database/Models/NameCountModel.cs
index 6d0d0c90b..4e79d63e8 100644
--- a/Aaru.Database/Models/NameCountModel.cs
+++ b/Aaru.Database/Models/NameCountModel.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/OperatingSystem.cs b/Aaru.Database/Models/OperatingSystem.cs
index a15980f4e..93b895f8f 100644
--- a/Aaru.Database/Models/OperatingSystem.cs
+++ b/Aaru.Database/Models/OperatingSystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/Partition.cs b/Aaru.Database/Models/Partition.cs
index 15919a6ef..b1c5392e8 100644
--- a/Aaru.Database/Models/Partition.cs
+++ b/Aaru.Database/Models/Partition.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/RemoteApplication.cs b/Aaru.Database/Models/RemoteApplication.cs
index a42bc609b..0403a502b 100644
--- a/Aaru.Database/Models/RemoteApplication.cs
+++ b/Aaru.Database/Models/RemoteApplication.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/RemoteArchitecture.cs b/Aaru.Database/Models/RemoteArchitecture.cs
index 6aa2556a5..65032792f 100644
--- a/Aaru.Database/Models/RemoteArchitecture.cs
+++ b/Aaru.Database/Models/RemoteArchitecture.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/RemoteOperatingSystem.cs b/Aaru.Database/Models/RemoteOperatingSystem.cs
index 56a8be39b..15c93c59c 100644
--- a/Aaru.Database/Models/RemoteOperatingSystem.cs
+++ b/Aaru.Database/Models/RemoteOperatingSystem.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Database/Models/Report.cs b/Aaru.Database/Models/Report.cs
index 6c4fb5486..9ed5496ae 100644
--- a/Aaru.Database/Models/Report.cs
+++ b/Aaru.Database/Models/Report.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Database/Models/UsbProduct.cs b/Aaru.Database/Models/UsbProduct.cs
index 9b05b8fa1..d767a6af1 100644
--- a/Aaru.Database/Models/UsbProduct.cs
+++ b/Aaru.Database/Models/UsbProduct.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Database/Models/UsbVendor.cs b/Aaru.Database/Models/UsbVendor.cs
index 253826ee1..9efe4f608 100644
--- a/Aaru.Database/Models/UsbVendor.cs
+++ b/Aaru.Database/Models/UsbVendor.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Database/Models/Version.cs b/Aaru.Database/Models/Version.cs
index 09f070fca..77021af4a 100644
--- a/Aaru.Database/Models/Version.cs
+++ b/Aaru.Database/Models/Version.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Database.Models;
diff --git a/Aaru.Decoders b/Aaru.Decoders
index d70fd34e2..3c8898a6e 160000
--- a/Aaru.Decoders
+++ b/Aaru.Decoders
@@ -1 +1 @@
-Subproject commit d70fd34e2b4b9c7d04eac9e552a30017987ac2e0
+Subproject commit 3c8898a6ec8439c6df6e688bab7ecb1e7a352adc
diff --git a/Aaru.Decryption b/Aaru.Decryption
index 71291ba07..e6d0ef1af 160000
--- a/Aaru.Decryption
+++ b/Aaru.Decryption
@@ -1 +1 @@
-Subproject commit 71291ba070aca5b66480f0150c0a57ac786edb90
+Subproject commit e6d0ef1af9b6992f70a02fdc539487335e291323
diff --git a/Aaru.Devices/Aaru.Devices.csproj b/Aaru.Devices/Aaru.Devices.csproj
index 8100eba50..56e12ef51 100644
--- a/Aaru.Devices/Aaru.Devices.csproj
+++ b/Aaru.Devices/Aaru.Devices.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Devices
$(Version)
diff --git a/Aaru.Devices/Device/AtaCommands/Ata28.cs b/Aaru.Devices/Device/AtaCommands/Ata28.cs
index adc833e53..145f7f899 100644
--- a/Aaru.Devices/Device/AtaCommands/Ata28.cs
+++ b/Aaru.Devices/Device/AtaCommands/Ata28.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/AtaCommands/Ata48.cs b/Aaru.Devices/Device/AtaCommands/Ata48.cs
index a8721a7df..f68951278 100644
--- a/Aaru.Devices/Device/AtaCommands/Ata48.cs
+++ b/Aaru.Devices/Device/AtaCommands/Ata48.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/AtaCommands/AtaCHS.cs b/Aaru.Devices/Device/AtaCommands/AtaCHS.cs
index dae98d2f4..91dc26c04 100644
--- a/Aaru.Devices/Device/AtaCommands/AtaCHS.cs
+++ b/Aaru.Devices/Device/AtaCommands/AtaCHS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/AtaCommands/Atapi.cs b/Aaru.Devices/Device/AtaCommands/Atapi.cs
index b2bc7cff4..62d615952 100644
--- a/Aaru.Devices/Device/AtaCommands/Atapi.cs
+++ b/Aaru.Devices/Device/AtaCommands/Atapi.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/AtaCommands/Cfa.cs b/Aaru.Devices/Device/AtaCommands/Cfa.cs
index e4119bfe6..763295f67 100644
--- a/Aaru.Devices/Device/AtaCommands/Cfa.cs
+++ b/Aaru.Devices/Device/AtaCommands/Cfa.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/AtaCommands/MCPT.cs b/Aaru.Devices/Device/AtaCommands/MCPT.cs
index ab9165727..7d2a5289f 100644
--- a/Aaru.Devices/Device/AtaCommands/MCPT.cs
+++ b/Aaru.Devices/Device/AtaCommands/MCPT.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/AtaCommands/Smart.cs b/Aaru.Devices/Device/AtaCommands/Smart.cs
index 1f0a4988a..f121076f7 100644
--- a/Aaru.Devices/Device/AtaCommands/Smart.cs
+++ b/Aaru.Devices/Device/AtaCommands/Smart.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/Commands.cs b/Aaru.Devices/Device/Commands.cs
index 2ade8286a..68dc53fec 100644
--- a/Aaru.Devices/Device/Commands.cs
+++ b/Aaru.Devices/Device/Commands.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Devices/Device/Constructor.cs b/Aaru.Devices/Device/Constructor.cs
index 3006e4d38..e7ede81e2 100644
--- a/Aaru.Devices/Device/Constructor.cs
+++ b/Aaru.Devices/Device/Constructor.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/Destructor.cs b/Aaru.Devices/Device/Destructor.cs
index c2dd9be04..6881824ae 100644
--- a/Aaru.Devices/Device/Destructor.cs
+++ b/Aaru.Devices/Device/Destructor.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Devices;
diff --git a/Aaru.Devices/Device/List.cs b/Aaru.Devices/Device/List.cs
index 8fea3918d..46b454c62 100644
--- a/Aaru.Devices/Device/List.cs
+++ b/Aaru.Devices/Device/List.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/MmcCommands/MMC.cs b/Aaru.Devices/Device/MmcCommands/MMC.cs
index 564c17eda..7d7f3c13e 100644
--- a/Aaru.Devices/Device/MmcCommands/MMC.cs
+++ b/Aaru.Devices/Device/MmcCommands/MMC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/MmcCommands/SecureDigital.cs b/Aaru.Devices/Device/MmcCommands/SecureDigital.cs
index 9945516e5..01ec1c8f1 100644
--- a/Aaru.Devices/Device/MmcCommands/SecureDigital.cs
+++ b/Aaru.Devices/Device/MmcCommands/SecureDigital.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/Adaptec.cs b/Aaru.Devices/Device/ScsiCommands/Adaptec.cs
index 5d2b0dfb2..a60feb85d 100644
--- a/Aaru.Devices/Device/ScsiCommands/Adaptec.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Adaptec.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/ArchiveCorp.cs b/Aaru.Devices/Device/ScsiCommands/ArchiveCorp.cs
index 7e1cf1e8f..c6a1e091b 100644
--- a/Aaru.Devices/Device/ScsiCommands/ArchiveCorp.cs
+++ b/Aaru.Devices/Device/ScsiCommands/ArchiveCorp.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/Certance.cs b/Aaru.Devices/Device/ScsiCommands/Certance.cs
index a38932446..d974f729b 100644
--- a/Aaru.Devices/Device/ScsiCommands/Certance.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Certance.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/Fujitsu.cs b/Aaru.Devices/Device/ScsiCommands/Fujitsu.cs
index 805133953..e11b89cd0 100644
--- a/Aaru.Devices/Device/ScsiCommands/Fujitsu.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Fujitsu.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/HL-DT-ST.cs b/Aaru.Devices/Device/ScsiCommands/HL-DT-ST.cs
index e105f736a..047f5af6f 100644
--- a/Aaru.Devices/Device/ScsiCommands/HL-DT-ST.cs
+++ b/Aaru.Devices/Device/ScsiCommands/HL-DT-ST.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/HP.cs b/Aaru.Devices/Device/ScsiCommands/HP.cs
index b1a94267b..9bdf6804e 100644
--- a/Aaru.Devices/Device/ScsiCommands/HP.cs
+++ b/Aaru.Devices/Device/ScsiCommands/HP.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/Kreon.cs b/Aaru.Devices/Device/ScsiCommands/Kreon.cs
index 2c2bb1af3..57ebe8e40 100644
--- a/Aaru.Devices/Device/ScsiCommands/Kreon.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Kreon.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/MMC.cs b/Aaru.Devices/Device/ScsiCommands/MMC.cs
index 2eac8f1f5..d5a282bdb 100644
--- a/Aaru.Devices/Device/ScsiCommands/MMC.cs
+++ b/Aaru.Devices/Device/ScsiCommands/MMC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/MediaTek.cs b/Aaru.Devices/Device/ScsiCommands/MediaTek.cs
index 9e874d6cb..fb989736d 100644
--- a/Aaru.Devices/Device/ScsiCommands/MediaTek.cs
+++ b/Aaru.Devices/Device/ScsiCommands/MediaTek.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/MiniDisc.cs b/Aaru.Devices/Device/ScsiCommands/MiniDisc.cs
index 1171634a1..8efca519f 100644
--- a/Aaru.Devices/Device/ScsiCommands/MiniDisc.cs
+++ b/Aaru.Devices/Device/ScsiCommands/MiniDisc.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Devices/Device/ScsiCommands/NEC.cs b/Aaru.Devices/Device/ScsiCommands/NEC.cs
index e3711b8b6..99bdb76ae 100644
--- a/Aaru.Devices/Device/ScsiCommands/NEC.cs
+++ b/Aaru.Devices/Device/ScsiCommands/NEC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/Optical.cs b/Aaru.Devices/Device/ScsiCommands/Optical.cs
index 61cee9aea..de2e0b147 100644
--- a/Aaru.Devices/Device/ScsiCommands/Optical.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Optical.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/Pioneer.cs b/Aaru.Devices/Device/ScsiCommands/Pioneer.cs
index 018ae527e..bd785b1a4 100644
--- a/Aaru.Devices/Device/ScsiCommands/Pioneer.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Pioneer.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/Plasmon.cs b/Aaru.Devices/Device/ScsiCommands/Plasmon.cs
index 31dc88c3e..e923a9df8 100644
--- a/Aaru.Devices/Device/ScsiCommands/Plasmon.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Plasmon.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/Plextor.cs b/Aaru.Devices/Device/ScsiCommands/Plextor.cs
index b6f2f5481..a40332449 100644
--- a/Aaru.Devices/Device/ScsiCommands/Plextor.cs
+++ b/Aaru.Devices/Device/ScsiCommands/Plextor.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/SBC.cs b/Aaru.Devices/Device/ScsiCommands/SBC.cs
index 198a5eaad..409cf5e8a 100644
--- a/Aaru.Devices/Device/ScsiCommands/SBC.cs
+++ b/Aaru.Devices/Device/ScsiCommands/SBC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/SMC.cs b/Aaru.Devices/Device/ScsiCommands/SMC.cs
index 0764de96f..24d57bac3 100644
--- a/Aaru.Devices/Device/ScsiCommands/SMC.cs
+++ b/Aaru.Devices/Device/ScsiCommands/SMC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Devices/Device/ScsiCommands/SPC.cs b/Aaru.Devices/Device/ScsiCommands/SPC.cs
index 5bbd067d1..205f887dd 100644
--- a/Aaru.Devices/Device/ScsiCommands/SPC.cs
+++ b/Aaru.Devices/Device/ScsiCommands/SPC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/SSC.cs b/Aaru.Devices/Device/ScsiCommands/SSC.cs
index 2fded3209..2856c1c22 100644
--- a/Aaru.Devices/Device/ScsiCommands/SSC.cs
+++ b/Aaru.Devices/Device/ScsiCommands/SSC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/ScsiCommands/SyQuest.cs b/Aaru.Devices/Device/ScsiCommands/SyQuest.cs
index fbec066f9..22577795e 100644
--- a/Aaru.Devices/Device/ScsiCommands/SyQuest.cs
+++ b/Aaru.Devices/Device/ScsiCommands/SyQuest.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Device/Variables.cs b/Aaru.Devices/Device/Variables.cs
index 80e1122eb..2c6f6b0f5 100644
--- a/Aaru.Devices/Device/Variables.cs
+++ b/Aaru.Devices/Device/Variables.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Devices/Enums.cs b/Aaru.Devices/Enums.cs
index 10c5ccebe..d139d446e 100644
--- a/Aaru.Devices/Enums.cs
+++ b/Aaru.Devices/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Linux/Command.cs b/Aaru.Devices/Linux/Command.cs
index d325c3069..d0d5edd8e 100644
--- a/Aaru.Devices/Linux/Command.cs
+++ b/Aaru.Devices/Linux/Command.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Linux/Device.cs b/Aaru.Devices/Linux/Device.cs
index d0abeff5a..0d6d6ef7b 100644
--- a/Aaru.Devices/Linux/Device.cs
+++ b/Aaru.Devices/Linux/Device.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Linux/Enums.cs b/Aaru.Devices/Linux/Enums.cs
index 762481f5a..574350bab 100644
--- a/Aaru.Devices/Linux/Enums.cs
+++ b/Aaru.Devices/Linux/Enums.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Linux/Extern.cs b/Aaru.Devices/Linux/Extern.cs
index 68df55ac6..0abc0be3d 100644
--- a/Aaru.Devices/Linux/Extern.cs
+++ b/Aaru.Devices/Linux/Extern.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Devices/Linux/ListDevices.cs b/Aaru.Devices/Linux/ListDevices.cs
index f2186a4b3..4b1ad0aa7 100644
--- a/Aaru.Devices/Linux/ListDevices.cs
+++ b/Aaru.Devices/Linux/ListDevices.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Linux/Structs.cs b/Aaru.Devices/Linux/Structs.cs
index bc250691d..603f94ad7 100644
--- a/Aaru.Devices/Linux/Structs.cs
+++ b/Aaru.Devices/Linux/Structs.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Devices/Remote/Command.cs b/Aaru.Devices/Remote/Command.cs
index 50bb401c6..9286a9b46 100644
--- a/Aaru.Devices/Remote/Command.cs
+++ b/Aaru.Devices/Remote/Command.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Remote/Consts.cs b/Aaru.Devices/Remote/Consts.cs
index a1f43bac4..00fc73ac1 100644
--- a/Aaru.Devices/Remote/Consts.cs
+++ b/Aaru.Devices/Remote/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Devices.Remote;
diff --git a/Aaru.Devices/Remote/Device.cs b/Aaru.Devices/Remote/Device.cs
index e82347184..2f51640f9 100644
--- a/Aaru.Devices/Remote/Device.cs
+++ b/Aaru.Devices/Remote/Device.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Remote/Enums.cs b/Aaru.Devices/Remote/Enums.cs
index 26442ce56..ac25434ff 100644
--- a/Aaru.Devices/Remote/Enums.cs
+++ b/Aaru.Devices/Remote/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Devices.Remote;
diff --git a/Aaru.Devices/Remote/Remote.cs b/Aaru.Devices/Remote/Remote.cs
index 845df7d89..6bd1ee098 100644
--- a/Aaru.Devices/Remote/Remote.cs
+++ b/Aaru.Devices/Remote/Remote.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable MemberCanBeInternal
diff --git a/Aaru.Devices/Remote/Structs.cs b/Aaru.Devices/Remote/Structs.cs
index 96cba23a1..b2b4e2e3a 100644
--- a/Aaru.Devices/Remote/Structs.cs
+++ b/Aaru.Devices/Remote/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable MemberCanBeInternal
diff --git a/Aaru.Devices/Windows/Command.cs b/Aaru.Devices/Windows/Command.cs
index 8888d926d..bbc963a8f 100644
--- a/Aaru.Devices/Windows/Command.cs
+++ b/Aaru.Devices/Windows/Command.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Windows/Device.cs b/Aaru.Devices/Windows/Device.cs
index 09df9500f..fb5f3d1c7 100644
--- a/Aaru.Devices/Windows/Device.cs
+++ b/Aaru.Devices/Windows/Device.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Windows/Enums.cs b/Aaru.Devices/Windows/Enums.cs
index be6a03513..00e5f4634 100644
--- a/Aaru.Devices/Windows/Enums.cs
+++ b/Aaru.Devices/Windows/Enums.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Global
diff --git a/Aaru.Devices/Windows/Extern.cs b/Aaru.Devices/Windows/Extern.cs
index 53e770cd3..72988b40d 100644
--- a/Aaru.Devices/Windows/Extern.cs
+++ b/Aaru.Devices/Windows/Extern.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Windows/ListDevices.cs b/Aaru.Devices/Windows/ListDevices.cs
index 8d52f863f..42271fe2e 100644
--- a/Aaru.Devices/Windows/ListDevices.cs
+++ b/Aaru.Devices/Windows/ListDevices.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Windows/Structs.cs b/Aaru.Devices/Windows/Structs.cs
index 9d9834b65..0f5d91067 100644
--- a/Aaru.Devices/Windows/Structs.cs
+++ b/Aaru.Devices/Windows/Structs.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Devices/Windows/Usb.cs b/Aaru.Devices/Windows/Usb.cs
index cf1fdccf9..2fd076c73 100644
--- a/Aaru.Devices/Windows/Usb.cs
+++ b/Aaru.Devices/Windows/Usb.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// Copyright © 2007 Fort Hood TX, herethen, Public Domain
// ****************************************************************************/
diff --git a/Aaru.Devices/Windows/UsbFunctions.cs b/Aaru.Devices/Windows/UsbFunctions.cs
index 589a1f0f9..9adbf66af 100644
--- a/Aaru.Devices/Windows/UsbFunctions.cs
+++ b/Aaru.Devices/Windows/UsbFunctions.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// Copyright © 2007 Fort Hood TX, herethen, Public Domain
// ****************************************************************************/
diff --git a/Aaru.Dto b/Aaru.Dto
index 5aeef84a2..3e80d99e2 160000
--- a/Aaru.Dto
+++ b/Aaru.Dto
@@ -1 +1 @@
-Subproject commit 5aeef84a296f302f9225ca38cc7b6fbffaf94af8
+Subproject commit 3e80d99e27b605f8e47a2d3bf3261712f9e72362
diff --git a/Aaru.Filesystems/AODOS.cs b/Aaru.Filesystems/AODOS.cs
index bf3542efb..c13a7e347 100644
--- a/Aaru.Filesystems/AODOS.cs
+++ b/Aaru.Filesystems/AODOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/APFS.cs b/Aaru.Filesystems/APFS.cs
index c1c041dda..9116a9769 100644
--- a/Aaru.Filesystems/APFS.cs
+++ b/Aaru.Filesystems/APFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Aaru.Filesystems.csproj b/Aaru.Filesystems/Aaru.Filesystems.csproj
index 0e598b3af..ae7bf7dfa 100644
--- a/Aaru.Filesystems/Aaru.Filesystems.csproj
+++ b/Aaru.Filesystems/Aaru.Filesystems.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Filesystems
$(Version)
diff --git a/Aaru.Filesystems/Acorn.cs b/Aaru.Filesystems/Acorn.cs
index 9de849f43..7bf69c2b0 100644
--- a/Aaru.Filesystems/Acorn.cs
+++ b/Aaru.Filesystems/Acorn.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AmigaDOS.cs b/Aaru.Filesystems/AmigaDOS.cs
index 9a6c577d3..fa91e076a 100644
--- a/Aaru.Filesystems/AmigaDOS.cs
+++ b/Aaru.Filesystems/AmigaDOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleCommon/Consts.cs b/Aaru.Filesystems/AppleCommon/Consts.cs
index 5a2c787f6..32e5b1307 100644
--- a/Aaru.Filesystems/AppleCommon/Consts.cs
+++ b/Aaru.Filesystems/AppleCommon/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Filesystems;
diff --git a/Aaru.Filesystems/AppleCommon/Enums.cs b/Aaru.Filesystems/AppleCommon/Enums.cs
index 0116b549c..5f51f2583 100644
--- a/Aaru.Filesystems/AppleCommon/Enums.cs
+++ b/Aaru.Filesystems/AppleCommon/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Filesystems/AppleCommon/Info.cs b/Aaru.Filesystems/AppleCommon/Info.cs
index c150315d9..1d2bca6fb 100644
--- a/Aaru.Filesystems/AppleCommon/Info.cs
+++ b/Aaru.Filesystems/AppleCommon/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Text;
diff --git a/Aaru.Filesystems/AppleCommon/Structs.cs b/Aaru.Filesystems/AppleCommon/Structs.cs
index f1de35296..719f11a58 100644
--- a/Aaru.Filesystems/AppleCommon/Structs.cs
+++ b/Aaru.Filesystems/AppleCommon/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Filesystems/AppleDOS/AppleDOS.cs b/Aaru.Filesystems/AppleDOS/AppleDOS.cs
index 71cede07b..6cbb6e6b1 100644
--- a/Aaru.Filesystems/AppleDOS/AppleDOS.cs
+++ b/Aaru.Filesystems/AppleDOS/AppleDOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleDOS/Dir.cs b/Aaru.Filesystems/AppleDOS/Dir.cs
index c68bc2b6e..b0f1bee82 100644
--- a/Aaru.Filesystems/AppleDOS/Dir.cs
+++ b/Aaru.Filesystems/AppleDOS/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleDOS/File.cs b/Aaru.Filesystems/AppleDOS/File.cs
index 2ff1464b4..0b9add2bd 100644
--- a/Aaru.Filesystems/AppleDOS/File.cs
+++ b/Aaru.Filesystems/AppleDOS/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleDOS/Info.cs b/Aaru.Filesystems/AppleDOS/Info.cs
index cf1857e19..45079c4c8 100644
--- a/Aaru.Filesystems/AppleDOS/Info.cs
+++ b/Aaru.Filesystems/AppleDOS/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Text;
diff --git a/Aaru.Filesystems/AppleDOS/Structs.cs b/Aaru.Filesystems/AppleDOS/Structs.cs
index 0b6863146..fc351eac0 100644
--- a/Aaru.Filesystems/AppleDOS/Structs.cs
+++ b/Aaru.Filesystems/AppleDOS/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Filesystems/AppleDOS/Super.cs b/Aaru.Filesystems/AppleDOS/Super.cs
index 06e6cbee7..d889ff368 100644
--- a/Aaru.Filesystems/AppleDOS/Super.cs
+++ b/Aaru.Filesystems/AppleDOS/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Filesystems/AppleDOS/Xattr.cs b/Aaru.Filesystems/AppleDOS/Xattr.cs
index 80ef43d89..0dab78b69 100644
--- a/Aaru.Filesystems/AppleDOS/Xattr.cs
+++ b/Aaru.Filesystems/AppleDOS/Xattr.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleHFS/AppleHFS.cs b/Aaru.Filesystems/AppleHFS/AppleHFS.cs
index dc4e1b8f3..987c36402 100644
--- a/Aaru.Filesystems/AppleHFS/AppleHFS.cs
+++ b/Aaru.Filesystems/AppleHFS/AppleHFS.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleHFS/Consts.cs b/Aaru.Filesystems/AppleHFS/Consts.cs
index 2ce1f3b09..5e450b58a 100644
--- a/Aaru.Filesystems/AppleHFS/Consts.cs
+++ b/Aaru.Filesystems/AppleHFS/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Filesystems/AppleHFS/Enums.cs b/Aaru.Filesystems/AppleHFS/Enums.cs
index fca41fc07..dc568976d 100644
--- a/Aaru.Filesystems/AppleHFS/Enums.cs
+++ b/Aaru.Filesystems/AppleHFS/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Filesystems/AppleHFS/Info.cs b/Aaru.Filesystems/AppleHFS/Info.cs
index 05793d160..3debda809 100644
--- a/Aaru.Filesystems/AppleHFS/Info.cs
+++ b/Aaru.Filesystems/AppleHFS/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleHFS/Structs.cs b/Aaru.Filesystems/AppleHFS/Structs.cs
index a890318a8..c2e854aae 100644
--- a/Aaru.Filesystems/AppleHFS/Structs.cs
+++ b/Aaru.Filesystems/AppleHFS/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedType.Local
diff --git a/Aaru.Filesystems/AppleHFSPlus.cs b/Aaru.Filesystems/AppleHFSPlus.cs
index 63007379c..968593c83 100644
--- a/Aaru.Filesystems/AppleHFSPlus.cs
+++ b/Aaru.Filesystems/AppleHFSPlus.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleMFS/AppleMFS.cs b/Aaru.Filesystems/AppleMFS/AppleMFS.cs
index 492c2c112..5d1b581e0 100644
--- a/Aaru.Filesystems/AppleMFS/AppleMFS.cs
+++ b/Aaru.Filesystems/AppleMFS/AppleMFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleMFS/Consts.cs b/Aaru.Filesystems/AppleMFS/Consts.cs
index 32984068f..e3c19ddfc 100644
--- a/Aaru.Filesystems/AppleMFS/Consts.cs
+++ b/Aaru.Filesystems/AppleMFS/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filesystems/AppleMFS/Dir.cs b/Aaru.Filesystems/AppleMFS/Dir.cs
index 9c99e2bd1..a2b18aee3 100644
--- a/Aaru.Filesystems/AppleMFS/Dir.cs
+++ b/Aaru.Filesystems/AppleMFS/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleMFS/File.cs b/Aaru.Filesystems/AppleMFS/File.cs
index 906ec2bd5..85e526b52 100644
--- a/Aaru.Filesystems/AppleMFS/File.cs
+++ b/Aaru.Filesystems/AppleMFS/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleMFS/Info.cs b/Aaru.Filesystems/AppleMFS/Info.cs
index 2f9c9914b..dd64f55a7 100644
--- a/Aaru.Filesystems/AppleMFS/Info.cs
+++ b/Aaru.Filesystems/AppleMFS/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleMFS/Structs.cs b/Aaru.Filesystems/AppleMFS/Structs.cs
index 45c142792..32411f586 100644
--- a/Aaru.Filesystems/AppleMFS/Structs.cs
+++ b/Aaru.Filesystems/AppleMFS/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleMFS/Super.cs b/Aaru.Filesystems/AppleMFS/Super.cs
index 346d15805..9853422e9 100644
--- a/Aaru.Filesystems/AppleMFS/Super.cs
+++ b/Aaru.Filesystems/AppleMFS/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AppleMFS/Xattr.cs b/Aaru.Filesystems/AppleMFS/Xattr.cs
index 40b04c3b9..ce2d34f78 100644
--- a/Aaru.Filesystems/AppleMFS/Xattr.cs
+++ b/Aaru.Filesystems/AppleMFS/Xattr.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/AtheOS.cs b/Aaru.Filesystems/AtheOS.cs
index 25e821a18..18510ef9b 100644
--- a/Aaru.Filesystems/AtheOS.cs
+++ b/Aaru.Filesystems/AtheOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Authors.cs b/Aaru.Filesystems/Authors.cs
index 713c4ba04..32137ecde 100644
--- a/Aaru.Filesystems/Authors.cs
+++ b/Aaru.Filesystems/Authors.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filesystems/BFS.cs b/Aaru.Filesystems/BFS.cs
index dabf79c59..f268c0002 100644
--- a/Aaru.Filesystems/BFS.cs
+++ b/Aaru.Filesystems/BFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/BTRFS.cs b/Aaru.Filesystems/BTRFS.cs
index 0befa17a5..9485809eb 100644
--- a/Aaru.Filesystems/BTRFS.cs
+++ b/Aaru.Filesystems/BTRFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CBM.cs b/Aaru.Filesystems/CBM.cs
index fb1f84285..c331a4598 100644
--- a/Aaru.Filesystems/CBM.cs
+++ b/Aaru.Filesystems/CBM.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CPM/CPM.cs b/Aaru.Filesystems/CPM/CPM.cs
index 809ce4388..5b2de3a36 100644
--- a/Aaru.Filesystems/CPM/CPM.cs
+++ b/Aaru.Filesystems/CPM/CPM.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CPM/Consts.cs b/Aaru.Filesystems/CPM/Consts.cs
index 1f34f46b7..6b2babb9a 100644
--- a/Aaru.Filesystems/CPM/Consts.cs
+++ b/Aaru.Filesystems/CPM/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Filesystems/CPM/Definitions.cs b/Aaru.Filesystems/CPM/Definitions.cs
index d2b56a3e5..f65643b45 100644
--- a/Aaru.Filesystems/CPM/Definitions.cs
+++ b/Aaru.Filesystems/CPM/Definitions.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CPM/Dir.cs b/Aaru.Filesystems/CPM/Dir.cs
index 42e633d95..a0e23359d 100644
--- a/Aaru.Filesystems/CPM/Dir.cs
+++ b/Aaru.Filesystems/CPM/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CPM/File.cs b/Aaru.Filesystems/CPM/File.cs
index ebdfa3991..f67c8f417 100644
--- a/Aaru.Filesystems/CPM/File.cs
+++ b/Aaru.Filesystems/CPM/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CPM/Info.cs b/Aaru.Filesystems/CPM/Info.cs
index 41849d0c8..5babda335 100644
--- a/Aaru.Filesystems/CPM/Info.cs
+++ b/Aaru.Filesystems/CPM/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CPM/Structs.cs b/Aaru.Filesystems/CPM/Structs.cs
index 360df3389..894dd612b 100644
--- a/Aaru.Filesystems/CPM/Structs.cs
+++ b/Aaru.Filesystems/CPM/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Filesystems/CPM/Super.cs b/Aaru.Filesystems/CPM/Super.cs
index dc74438dc..859c03949 100644
--- a/Aaru.Filesystems/CPM/Super.cs
+++ b/Aaru.Filesystems/CPM/Super.cs
@@ -29,7 +29,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/CPM/Xattr.cs b/Aaru.Filesystems/CPM/Xattr.cs
index 2ee64a82f..7fb157bf1 100644
--- a/Aaru.Filesystems/CPM/Xattr.cs
+++ b/Aaru.Filesystems/CPM/Xattr.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Cram.cs b/Aaru.Filesystems/Cram.cs
index 1aefaf761..8da437986 100644
--- a/Aaru.Filesystems/Cram.cs
+++ b/Aaru.Filesystems/Cram.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Local
diff --git a/Aaru.Filesystems/ECMA67.cs b/Aaru.Filesystems/ECMA67.cs
index 65c56fa6b..7a74bea90 100644
--- a/Aaru.Filesystems/ECMA67.cs
+++ b/Aaru.Filesystems/ECMA67.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/EFS.cs b/Aaru.Filesystems/EFS.cs
index 8883cbb67..b2caa0e4b 100644
--- a/Aaru.Filesystems/EFS.cs
+++ b/Aaru.Filesystems/EFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/F2FS.cs b/Aaru.Filesystems/F2FS.cs
index 9131b6347..e476fc1ae 100644
--- a/Aaru.Filesystems/F2FS.cs
+++ b/Aaru.Filesystems/F2FS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FAT/BPB.cs b/Aaru.Filesystems/FAT/BPB.cs
index 32d4f99fb..21957eb76 100644
--- a/Aaru.Filesystems/FAT/BPB.cs
+++ b/Aaru.Filesystems/FAT/BPB.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FAT/Consts.cs b/Aaru.Filesystems/FAT/Consts.cs
index 09de66205..abb81fea9 100644
--- a/Aaru.Filesystems/FAT/Consts.cs
+++ b/Aaru.Filesystems/FAT/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Local
diff --git a/Aaru.Filesystems/FAT/Dir.cs b/Aaru.Filesystems/FAT/Dir.cs
index aed204cd5..cecc1ba67 100644
--- a/Aaru.Filesystems/FAT/Dir.cs
+++ b/Aaru.Filesystems/FAT/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FAT/FAT.cs b/Aaru.Filesystems/FAT/FAT.cs
index e2e7909eb..39a0aa12d 100644
--- a/Aaru.Filesystems/FAT/FAT.cs
+++ b/Aaru.Filesystems/FAT/FAT.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FAT/File.cs b/Aaru.Filesystems/FAT/File.cs
index 355ded6ff..3f0ada16b 100644
--- a/Aaru.Filesystems/FAT/File.cs
+++ b/Aaru.Filesystems/FAT/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FAT/Info.cs b/Aaru.Filesystems/FAT/Info.cs
index a7777f04c..1b76e11fd 100644
--- a/Aaru.Filesystems/FAT/Info.cs
+++ b/Aaru.Filesystems/FAT/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FAT/Structs.cs b/Aaru.Filesystems/FAT/Structs.cs
index 0154f7712..6c0465e2c 100644
--- a/Aaru.Filesystems/FAT/Structs.cs
+++ b/Aaru.Filesystems/FAT/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Filesystems/FAT/Super.cs b/Aaru.Filesystems/FAT/Super.cs
index f1b835cda..1a750446e 100644
--- a/Aaru.Filesystems/FAT/Super.cs
+++ b/Aaru.Filesystems/FAT/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FAT/Xattr.cs b/Aaru.Filesystems/FAT/Xattr.cs
index f45b18565..48e5c348a 100644
--- a/Aaru.Filesystems/FAT/Xattr.cs
+++ b/Aaru.Filesystems/FAT/Xattr.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FATX/Consts.cs b/Aaru.Filesystems/FATX/Consts.cs
index 702450838..24a1c3228 100644
--- a/Aaru.Filesystems/FATX/Consts.cs
+++ b/Aaru.Filesystems/FATX/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Local
diff --git a/Aaru.Filesystems/FATX/Dir.cs b/Aaru.Filesystems/FATX/Dir.cs
index c21d6e410..0436adb1d 100644
--- a/Aaru.Filesystems/FATX/Dir.cs
+++ b/Aaru.Filesystems/FATX/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FATX/FATX.cs b/Aaru.Filesystems/FATX/FATX.cs
index 7511c16bc..e86cb790c 100644
--- a/Aaru.Filesystems/FATX/FATX.cs
+++ b/Aaru.Filesystems/FATX/FATX.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FATX/File.cs b/Aaru.Filesystems/FATX/File.cs
index ed4c04063..842a5fad6 100644
--- a/Aaru.Filesystems/FATX/File.cs
+++ b/Aaru.Filesystems/FATX/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FATX/Info.cs b/Aaru.Filesystems/FATX/Info.cs
index c70e49be9..5ab9f4dc4 100644
--- a/Aaru.Filesystems/FATX/Info.cs
+++ b/Aaru.Filesystems/FATX/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Text;
diff --git a/Aaru.Filesystems/FATX/Structs.cs b/Aaru.Filesystems/FATX/Structs.cs
index 4a2c72ef6..5fbfb35e3 100644
--- a/Aaru.Filesystems/FATX/Structs.cs
+++ b/Aaru.Filesystems/FATX/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Filesystems/FATX/Super.cs b/Aaru.Filesystems/FATX/Super.cs
index e8d3b8b61..f277f0c98 100644
--- a/Aaru.Filesystems/FATX/Super.cs
+++ b/Aaru.Filesystems/FATX/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/FFS.cs b/Aaru.Filesystems/FFS.cs
index e62565295..3aae04e90 100644
--- a/Aaru.Filesystems/FFS.cs
+++ b/Aaru.Filesystems/FFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Fossil.cs b/Aaru.Filesystems/Fossil.cs
index 6a2c4a1d3..6408ba504 100644
--- a/Aaru.Filesystems/Fossil.cs
+++ b/Aaru.Filesystems/Fossil.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/HAMMER.cs b/Aaru.Filesystems/HAMMER.cs
index 04a6d6e58..4605563ca 100644
--- a/Aaru.Filesystems/HAMMER.cs
+++ b/Aaru.Filesystems/HAMMER.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/HPFS.cs b/Aaru.Filesystems/HPFS.cs
index 8947536b2..d2ea3dc5f 100644
--- a/Aaru.Filesystems/HPFS.cs
+++ b/Aaru.Filesystems/HPFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/HPOFS/Consts.cs b/Aaru.Filesystems/HPOFS/Consts.cs
index b34d0dab4..301c3781b 100644
--- a/Aaru.Filesystems/HPOFS/Consts.cs
+++ b/Aaru.Filesystems/HPOFS/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Filesystems;
diff --git a/Aaru.Filesystems/HPOFS/HPOFS.cs b/Aaru.Filesystems/HPOFS/HPOFS.cs
index 607ed1e36..5a21ae140 100644
--- a/Aaru.Filesystems/HPOFS/HPOFS.cs
+++ b/Aaru.Filesystems/HPOFS/HPOFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/HPOFS/Info.cs b/Aaru.Filesystems/HPOFS/Info.cs
index e435f034f..164a553fc 100644
--- a/Aaru.Filesystems/HPOFS/Info.cs
+++ b/Aaru.Filesystems/HPOFS/Info.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Linq;
diff --git a/Aaru.Filesystems/HPOFS/Structs.cs b/Aaru.Filesystems/HPOFS/Structs.cs
index 57219eb21..df9ffb02e 100644
--- a/Aaru.Filesystems/HPOFS/Structs.cs
+++ b/Aaru.Filesystems/HPOFS/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filesystems/ISO9660/Consts/AAIP.cs b/Aaru.Filesystems/ISO9660/Consts/AAIP.cs
index d6a2e0fcd..d83d581d1 100644
--- a/Aaru.Filesystems/ISO9660/Consts/AAIP.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/AAIP.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/Amiga.cs b/Aaru.Filesystems/ISO9660/Consts/Amiga.cs
index 4ae3d33d9..486b3ee41 100644
--- a/Aaru.Filesystems/ISO9660/Consts/Amiga.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/Amiga.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/Apple.cs b/Aaru.Filesystems/ISO9660/Consts/Apple.cs
index 58f299bc2..266ae3de5 100644
--- a/Aaru.Filesystems/ISO9660/Consts/Apple.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/Apple.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/CDi.cs b/Aaru.Filesystems/ISO9660/Consts/CDi.cs
index 7c955e23f..a11c03d38 100644
--- a/Aaru.Filesystems/ISO9660/Consts/CDi.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/CDi.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/ElTorito.cs b/Aaru.Filesystems/ISO9660/Consts/ElTorito.cs
index 968233b20..db895f3bd 100644
--- a/Aaru.Filesystems/ISO9660/Consts/ElTorito.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/ElTorito.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/HighSierra.cs b/Aaru.Filesystems/ISO9660/Consts/HighSierra.cs
index 22e52b2df..15d33eb58 100644
--- a/Aaru.Filesystems/ISO9660/Consts/HighSierra.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/HighSierra.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/ISO.cs b/Aaru.Filesystems/ISO9660/Consts/ISO.cs
index 8111a2931..18a38b6a9 100644
--- a/Aaru.Filesystems/ISO9660/Consts/ISO.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/ISO.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/Internal.cs b/Aaru.Filesystems/ISO9660/Consts/Internal.cs
index e21c8f352..fc6edd170 100644
--- a/Aaru.Filesystems/ISO9660/Consts/Internal.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/Internal.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/RRIP.cs b/Aaru.Filesystems/ISO9660/Consts/RRIP.cs
index f137bdd52..798a7ed86 100644
--- a/Aaru.Filesystems/ISO9660/Consts/RRIP.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/RRIP.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/SUSP.cs b/Aaru.Filesystems/ISO9660/Consts/SUSP.cs
index 8ae5aa866..319afd9f2 100644
--- a/Aaru.Filesystems/ISO9660/Consts/SUSP.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/SUSP.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/XA.cs b/Aaru.Filesystems/ISO9660/Consts/XA.cs
index de8c271c1..2ad745c1c 100644
--- a/Aaru.Filesystems/ISO9660/Consts/XA.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/XA.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Consts/Ziso.cs b/Aaru.Filesystems/ISO9660/Consts/Ziso.cs
index 02699857a..01bc84d6d 100644
--- a/Aaru.Filesystems/ISO9660/Consts/Ziso.cs
+++ b/Aaru.Filesystems/ISO9660/Consts/Ziso.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Date.cs b/Aaru.Filesystems/ISO9660/Date.cs
index 7e942d164..cbbbc27aa 100644
--- a/Aaru.Filesystems/ISO9660/Date.cs
+++ b/Aaru.Filesystems/ISO9660/Date.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Dir.cs b/Aaru.Filesystems/ISO9660/Dir.cs
index 65c9a66c7..5a15735b1 100644
--- a/Aaru.Filesystems/ISO9660/Dir.cs
+++ b/Aaru.Filesystems/ISO9660/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/File.cs b/Aaru.Filesystems/ISO9660/File.cs
index 6fbbde98d..0991a0a98 100644
--- a/Aaru.Filesystems/ISO9660/File.cs
+++ b/Aaru.Filesystems/ISO9660/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/ISO9660.cs b/Aaru.Filesystems/ISO9660/ISO9660.cs
index 80af9a4c8..1b38ddf17 100644
--- a/Aaru.Filesystems/ISO9660/ISO9660.cs
+++ b/Aaru.Filesystems/ISO9660/ISO9660.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Info.cs b/Aaru.Filesystems/ISO9660/Info.cs
index 4a2ccd4af..d3ecfbf6a 100644
--- a/Aaru.Filesystems/ISO9660/Info.cs
+++ b/Aaru.Filesystems/ISO9660/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Mode2.cs b/Aaru.Filesystems/ISO9660/Mode2.cs
index 5307282d9..182c0cbd2 100644
--- a/Aaru.Filesystems/ISO9660/Mode2.cs
+++ b/Aaru.Filesystems/ISO9660/Mode2.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/PathTable.cs b/Aaru.Filesystems/ISO9660/PathTable.cs
index cec55f415..4de13e47d 100644
--- a/Aaru.Filesystems/ISO9660/PathTable.cs
+++ b/Aaru.Filesystems/ISO9660/PathTable.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/Amiga.cs b/Aaru.Filesystems/ISO9660/Structs/Amiga.cs
index dd79add7c..ea72e208e 100644
--- a/Aaru.Filesystems/ISO9660/Structs/Amiga.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/Amiga.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/Apple.cs b/Aaru.Filesystems/ISO9660/Structs/Apple.cs
index b41b345e0..040ac5498 100644
--- a/Aaru.Filesystems/ISO9660/Structs/Apple.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/Apple.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/CDi.cs b/Aaru.Filesystems/ISO9660/Structs/CDi.cs
index 041286f1f..4613cdd8e 100644
--- a/Aaru.Filesystems/ISO9660/Structs/CDi.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/CDi.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/ElTorito.cs b/Aaru.Filesystems/ISO9660/Structs/ElTorito.cs
index dcff144aa..2b0b9891a 100644
--- a/Aaru.Filesystems/ISO9660/Structs/ElTorito.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/ElTorito.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/HighSierra.cs b/Aaru.Filesystems/ISO9660/Structs/HighSierra.cs
index 453d89d8d..f440c9129 100644
--- a/Aaru.Filesystems/ISO9660/Structs/HighSierra.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/HighSierra.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/ISO.cs b/Aaru.Filesystems/ISO9660/Structs/ISO.cs
index ff2952bf2..44f13d00a 100644
--- a/Aaru.Filesystems/ISO9660/Structs/ISO.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/ISO.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/Internal.cs b/Aaru.Filesystems/ISO9660/Structs/Internal.cs
index b7a6c01b0..553a1161c 100644
--- a/Aaru.Filesystems/ISO9660/Structs/Internal.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/Internal.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/Joliet.cs b/Aaru.Filesystems/ISO9660/Structs/Joliet.cs
index 1113bdf75..dfe0091bf 100644
--- a/Aaru.Filesystems/ISO9660/Structs/Joliet.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/Joliet.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/RRIP.cs b/Aaru.Filesystems/ISO9660/Structs/RRIP.cs
index 3f8d82fa0..62758ba1f 100644
--- a/Aaru.Filesystems/ISO9660/Structs/RRIP.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/RRIP.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/SUSP.cs b/Aaru.Filesystems/ISO9660/Structs/SUSP.cs
index 0fa183bf4..3ec5eab33 100644
--- a/Aaru.Filesystems/ISO9660/Structs/SUSP.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/SUSP.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/XA.cs b/Aaru.Filesystems/ISO9660/Structs/XA.cs
index 836484708..c2d71fc6b 100644
--- a/Aaru.Filesystems/ISO9660/Structs/XA.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/XA.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Structs/Ziso.cs b/Aaru.Filesystems/ISO9660/Structs/Ziso.cs
index 116f38394..f85ba5838 100644
--- a/Aaru.Filesystems/ISO9660/Structs/Ziso.cs
+++ b/Aaru.Filesystems/ISO9660/Structs/Ziso.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Super.cs b/Aaru.Filesystems/ISO9660/Super.cs
index 1e096d2ef..8565a4803 100644
--- a/Aaru.Filesystems/ISO9660/Super.cs
+++ b/Aaru.Filesystems/ISO9660/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/ISO9660/Xattr.cs b/Aaru.Filesystems/ISO9660/Xattr.cs
index 7821a1cb9..e4042954f 100644
--- a/Aaru.Filesystems/ISO9660/Xattr.cs
+++ b/Aaru.Filesystems/ISO9660/Xattr.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// In the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24
// ****************************************************************************/
diff --git a/Aaru.Filesystems/JFS.cs b/Aaru.Filesystems/JFS.cs
index a3e8b5792..d50e7aff6 100644
--- a/Aaru.Filesystems/JFS.cs
+++ b/Aaru.Filesystems/JFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Local
diff --git a/Aaru.Filesystems/LIF.cs b/Aaru.Filesystems/LIF.cs
index 3d048f5dc..656ba0676 100644
--- a/Aaru.Filesystems/LIF.cs
+++ b/Aaru.Filesystems/LIF.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/LisaFS/Consts.cs b/Aaru.Filesystems/LisaFS/Consts.cs
index d2765f6bd..c46d61985 100644
--- a/Aaru.Filesystems/LisaFS/Consts.cs
+++ b/Aaru.Filesystems/LisaFS/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filesystems/LisaFS/Dir.cs b/Aaru.Filesystems/LisaFS/Dir.cs
index 0bcff2b4d..2b20b3a5a 100644
--- a/Aaru.Filesystems/LisaFS/Dir.cs
+++ b/Aaru.Filesystems/LisaFS/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/LisaFS/Extent.cs b/Aaru.Filesystems/LisaFS/Extent.cs
index bc7ef90d1..b9764f469 100644
--- a/Aaru.Filesystems/LisaFS/Extent.cs
+++ b/Aaru.Filesystems/LisaFS/Extent.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/LisaFS/File.cs b/Aaru.Filesystems/LisaFS/File.cs
index 8b62cdef8..dc7e9b2c7 100644
--- a/Aaru.Filesystems/LisaFS/File.cs
+++ b/Aaru.Filesystems/LisaFS/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/LisaFS/Info.cs b/Aaru.Filesystems/LisaFS/Info.cs
index dcd1b0fed..b37eee345 100644
--- a/Aaru.Filesystems/LisaFS/Info.cs
+++ b/Aaru.Filesystems/LisaFS/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/LisaFS/LisaFS.cs b/Aaru.Filesystems/LisaFS/LisaFS.cs
index 1bb73171a..4d4ef24d9 100644
--- a/Aaru.Filesystems/LisaFS/LisaFS.cs
+++ b/Aaru.Filesystems/LisaFS/LisaFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/LisaFS/Structs.cs b/Aaru.Filesystems/LisaFS/Structs.cs
index 706331400..e24085930 100644
--- a/Aaru.Filesystems/LisaFS/Structs.cs
+++ b/Aaru.Filesystems/LisaFS/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Filesystems/LisaFS/Super.cs b/Aaru.Filesystems/LisaFS/Super.cs
index fdd7cd0e9..9072c9df0 100644
--- a/Aaru.Filesystems/LisaFS/Super.cs
+++ b/Aaru.Filesystems/LisaFS/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/LisaFS/Xattr.cs b/Aaru.Filesystems/LisaFS/Xattr.cs
index fd46350e6..7e44844af 100644
--- a/Aaru.Filesystems/LisaFS/Xattr.cs
+++ b/Aaru.Filesystems/LisaFS/Xattr.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Locus.cs b/Aaru.Filesystems/Locus.cs
index 7bcff45ce..41d7ca941 100644
--- a/Aaru.Filesystems/Locus.cs
+++ b/Aaru.Filesystems/Locus.cs
@@ -27,7 +27,7 @@
// License aint with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// Commit count
diff --git a/Aaru.Filesystems/MicroDOS.cs b/Aaru.Filesystems/MicroDOS.cs
index 949898ba4..8c3325328 100644
--- a/Aaru.Filesystems/MicroDOS.cs
+++ b/Aaru.Filesystems/MicroDOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedType.Local
diff --git a/Aaru.Filesystems/MinixFS.cs b/Aaru.Filesystems/MinixFS.cs
index 96c8820b2..05c7ffed4 100644
--- a/Aaru.Filesystems/MinixFS.cs
+++ b/Aaru.Filesystems/MinixFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/NILFS2.cs b/Aaru.Filesystems/NILFS2.cs
index a3c46ad6d..4ba0280e5 100644
--- a/Aaru.Filesystems/NILFS2.cs
+++ b/Aaru.Filesystems/NILFS2.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Local
diff --git a/Aaru.Filesystems/NTFS.cs b/Aaru.Filesystems/NTFS.cs
index 5bb910778..c579a2be6 100644
--- a/Aaru.Filesystems/NTFS.cs
+++ b/Aaru.Filesystems/NTFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Nintendo.cs b/Aaru.Filesystems/Nintendo.cs
index 26cbfb1cc..304e5dbfd 100644
--- a/Aaru.Filesystems/Nintendo.cs
+++ b/Aaru.Filesystems/Nintendo.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/ODS.cs b/Aaru.Filesystems/ODS.cs
index 8320cbcaa..ab1d0f384 100644
--- a/Aaru.Filesystems/ODS.cs
+++ b/Aaru.Filesystems/ODS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Opera/Consts.cs b/Aaru.Filesystems/Opera/Consts.cs
index d5de0c737..b17d92778 100644
--- a/Aaru.Filesystems/Opera/Consts.cs
+++ b/Aaru.Filesystems/Opera/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filesystems/Opera/Dir.cs b/Aaru.Filesystems/Opera/Dir.cs
index 241e56b95..ea1b2ef56 100644
--- a/Aaru.Filesystems/Opera/Dir.cs
+++ b/Aaru.Filesystems/Opera/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Opera/File.cs b/Aaru.Filesystems/Opera/File.cs
index 580f0dee3..4a7676dd8 100644
--- a/Aaru.Filesystems/Opera/File.cs
+++ b/Aaru.Filesystems/Opera/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Opera/Info.cs b/Aaru.Filesystems/Opera/Info.cs
index 11f73219f..a77234513 100644
--- a/Aaru.Filesystems/Opera/Info.cs
+++ b/Aaru.Filesystems/Opera/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Opera/Opera.cs b/Aaru.Filesystems/Opera/Opera.cs
index 807720e9e..235287b31 100644
--- a/Aaru.Filesystems/Opera/Opera.cs
+++ b/Aaru.Filesystems/Opera/Opera.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Opera/Structs.cs b/Aaru.Filesystems/Opera/Structs.cs
index 183d01363..77ca80648 100644
--- a/Aaru.Filesystems/Opera/Structs.cs
+++ b/Aaru.Filesystems/Opera/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Filesystems/Opera/Super.cs b/Aaru.Filesystems/Opera/Super.cs
index 17c74fc6b..bccec6daa 100644
--- a/Aaru.Filesystems/Opera/Super.cs
+++ b/Aaru.Filesystems/Opera/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Filesystems/PCEngine.cs b/Aaru.Filesystems/PCEngine.cs
index b95cdcdf3..f521b43d7 100644
--- a/Aaru.Filesystems/PCEngine.cs
+++ b/Aaru.Filesystems/PCEngine.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/PCFX.cs b/Aaru.Filesystems/PCFX.cs
index 972446cc5..832f903f9 100644
--- a/Aaru.Filesystems/PCFX.cs
+++ b/Aaru.Filesystems/PCFX.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/PFS.cs b/Aaru.Filesystems/PFS.cs
index e70cfa7f7..17184d424 100644
--- a/Aaru.Filesystems/PFS.cs
+++ b/Aaru.Filesystems/PFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedType.Local
diff --git a/Aaru.Filesystems/ProDOS.cs b/Aaru.Filesystems/ProDOS.cs
index e706ab8a0..5dd5cded2 100644
--- a/Aaru.Filesystems/ProDOS.cs
+++ b/Aaru.Filesystems/ProDOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Filesystems/QNX4.cs b/Aaru.Filesystems/QNX4.cs
index 13ac34650..447d4eb24 100644
--- a/Aaru.Filesystems/QNX4.cs
+++ b/Aaru.Filesystems/QNX4.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/QNX6.cs b/Aaru.Filesystems/QNX6.cs
index 85cbb667e..2fb68a758 100644
--- a/Aaru.Filesystems/QNX6.cs
+++ b/Aaru.Filesystems/QNX6.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/RBF.cs b/Aaru.Filesystems/RBF.cs
index ce25e8a6f..970066270 100644
--- a/Aaru.Filesystems/RBF.cs
+++ b/Aaru.Filesystems/RBF.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/RT11.cs b/Aaru.Filesystems/RT11.cs
index dad96dbe0..32a687448 100644
--- a/Aaru.Filesystems/RT11.cs
+++ b/Aaru.Filesystems/RT11.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/ReFS.cs b/Aaru.Filesystems/ReFS.cs
index c5c4893dd..4245efc95 100644
--- a/Aaru.Filesystems/ReFS.cs
+++ b/Aaru.Filesystems/ReFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Register.cs b/Aaru.Filesystems/Register.cs
index 84392b872..1fe79e9f5 100644
--- a/Aaru.Filesystems/Register.cs
+++ b/Aaru.Filesystems/Register.cs
@@ -33,7 +33,7 @@
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Reiser.cs b/Aaru.Filesystems/Reiser.cs
index 5a0da9334..5060707cf 100644
--- a/Aaru.Filesystems/Reiser.cs
+++ b/Aaru.Filesystems/Reiser.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Reiser4.cs b/Aaru.Filesystems/Reiser4.cs
index fa600c1a3..587fa772d 100644
--- a/Aaru.Filesystems/Reiser4.cs
+++ b/Aaru.Filesystems/Reiser4.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/SFS.cs b/Aaru.Filesystems/SFS.cs
index b1130e1b0..71c6eb116 100644
--- a/Aaru.Filesystems/SFS.cs
+++ b/Aaru.Filesystems/SFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/SolarFS.cs b/Aaru.Filesystems/SolarFS.cs
index 05aa4d6aa..56b5d84db 100644
--- a/Aaru.Filesystems/SolarFS.cs
+++ b/Aaru.Filesystems/SolarFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Squash.cs b/Aaru.Filesystems/Squash.cs
index d61b062f7..e86354313 100644
--- a/Aaru.Filesystems/Squash.cs
+++ b/Aaru.Filesystems/Squash.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Symbian.cs b/Aaru.Filesystems/Symbian.cs
index 02e2d377a..cb86335d5 100644
--- a/Aaru.Filesystems/Symbian.cs
+++ b/Aaru.Filesystems/Symbian.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// Information from http://www.thoukydides.webspace.virginmedia.com/software/psifs/sis.html
diff --git a/Aaru.Filesystems/SysV.cs b/Aaru.Filesystems/SysV.cs
index 2913cebbd..0ad3182ed 100644
--- a/Aaru.Filesystems/SysV.cs
+++ b/Aaru.Filesystems/SysV.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Filesystems/UCSDPascal/Consts.cs b/Aaru.Filesystems/UCSDPascal/Consts.cs
index 3de7490c2..f54c82afe 100644
--- a/Aaru.Filesystems/UCSDPascal/Consts.cs
+++ b/Aaru.Filesystems/UCSDPascal/Consts.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filesystems/UCSDPascal/Dir.cs b/Aaru.Filesystems/UCSDPascal/Dir.cs
index 7ab468411..230860300 100644
--- a/Aaru.Filesystems/UCSDPascal/Dir.cs
+++ b/Aaru.Filesystems/UCSDPascal/Dir.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/UCSDPascal/File.cs b/Aaru.Filesystems/UCSDPascal/File.cs
index 31fb062c0..08daaed8d 100644
--- a/Aaru.Filesystems/UCSDPascal/File.cs
+++ b/Aaru.Filesystems/UCSDPascal/File.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/UCSDPascal/Info.cs b/Aaru.Filesystems/UCSDPascal/Info.cs
index 918665d0a..8fbbaba42 100644
--- a/Aaru.Filesystems/UCSDPascal/Info.cs
+++ b/Aaru.Filesystems/UCSDPascal/Info.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/UCSDPascal/Structs.cs b/Aaru.Filesystems/UCSDPascal/Structs.cs
index 2aec998ee..b4c7523c5 100644
--- a/Aaru.Filesystems/UCSDPascal/Structs.cs
+++ b/Aaru.Filesystems/UCSDPascal/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filesystems/UCSDPascal/Super.cs b/Aaru.Filesystems/UCSDPascal/Super.cs
index 3275aea54..9c813bf3e 100644
--- a/Aaru.Filesystems/UCSDPascal/Super.cs
+++ b/Aaru.Filesystems/UCSDPascal/Super.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/UCSDPascal/UCSDPascal.cs b/Aaru.Filesystems/UCSDPascal/UCSDPascal.cs
index a9881d59e..87585dbb2 100644
--- a/Aaru.Filesystems/UCSDPascal/UCSDPascal.cs
+++ b/Aaru.Filesystems/UCSDPascal/UCSDPascal.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/UDF.cs b/Aaru.Filesystems/UDF.cs
index 896d63c74..ee72d6726 100644
--- a/Aaru.Filesystems/UDF.cs
+++ b/Aaru.Filesystems/UDF.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/UNICOS.cs b/Aaru.Filesystems/UNICOS.cs
index b85dd24f1..cbf215c72 100644
--- a/Aaru.Filesystems/UNICOS.cs
+++ b/Aaru.Filesystems/UNICOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// UNICOS is ILP64 so let's think everything is 64-bit
diff --git a/Aaru.Filesystems/UNIXBFS.cs b/Aaru.Filesystems/UNIXBFS.cs
index 3cd6fb24c..4a014f48d 100644
--- a/Aaru.Filesystems/UNIXBFS.cs
+++ b/Aaru.Filesystems/UNIXBFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/VMfs.cs b/Aaru.Filesystems/VMfs.cs
index 99a0a645f..6efec7c94 100644
--- a/Aaru.Filesystems/VMfs.cs
+++ b/Aaru.Filesystems/VMfs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/VxFS.cs b/Aaru.Filesystems/VxFS.cs
index bd8bf9af3..13d48d0be 100644
--- a/Aaru.Filesystems/VxFS.cs
+++ b/Aaru.Filesystems/VxFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/XFS.cs b/Aaru.Filesystems/XFS.cs
index 5d6fdcadb..22b29e571 100644
--- a/Aaru.Filesystems/XFS.cs
+++ b/Aaru.Filesystems/XFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/Xia.cs b/Aaru.Filesystems/Xia.cs
index 9b1a3d2bb..5cb9eeba8 100644
--- a/Aaru.Filesystems/Xia.cs
+++ b/Aaru.Filesystems/Xia.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/ZFS.cs b/Aaru.Filesystems/ZFS.cs
index 21c0341a9..1f6905af9 100644
--- a/Aaru.Filesystems/ZFS.cs
+++ b/Aaru.Filesystems/ZFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/dump.cs b/Aaru.Filesystems/dump.cs
index 2fd0e3a00..e7b16c570 100644
--- a/Aaru.Filesystems/dump.cs
+++ b/Aaru.Filesystems/dump.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/exFAT.cs b/Aaru.Filesystems/exFAT.cs
index 93271bf5c..5d42146b2 100644
--- a/Aaru.Filesystems/exFAT.cs
+++ b/Aaru.Filesystems/exFAT.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/ext2FS.cs b/Aaru.Filesystems/ext2FS.cs
index 175174c2e..ebecab41f 100644
--- a/Aaru.Filesystems/ext2FS.cs
+++ b/Aaru.Filesystems/ext2FS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filesystems/extFS.cs b/Aaru.Filesystems/extFS.cs
index 65d972029..0315579cf 100644
--- a/Aaru.Filesystems/extFS.cs
+++ b/Aaru.Filesystems/extFS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/Aaru.Filters.csproj b/Aaru.Filters/Aaru.Filters.csproj
index 4fcc0662a..78beb4d70 100644
--- a/Aaru.Filters/Aaru.Filters.csproj
+++ b/Aaru.Filters/Aaru.Filters.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Filters
$(Version)
diff --git a/Aaru.Filters/AppleDouble.cs b/Aaru.Filters/AppleDouble.cs
index 05814f622..1e9da49b4 100644
--- a/Aaru.Filters/AppleDouble.cs
+++ b/Aaru.Filters/AppleDouble.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/AppleSingle.cs b/Aaru.Filters/AppleSingle.cs
index f5f6f28f4..e12ca2d68 100644
--- a/Aaru.Filters/AppleSingle.cs
+++ b/Aaru.Filters/AppleSingle.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/Authors.cs b/Aaru.Filters/Authors.cs
index e3d1f38a6..fa0ba4fb2 100644
--- a/Aaru.Filters/Authors.cs
+++ b/Aaru.Filters/Authors.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Filters/BZip2.cs b/Aaru.Filters/BZip2.cs
index 18cf33471..a796dc963 100644
--- a/Aaru.Filters/BZip2.cs
+++ b/Aaru.Filters/BZip2.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/ForcedSeekStream.cs b/Aaru.Filters/ForcedSeekStream.cs
index 4be2106a3..964a91181 100644
--- a/Aaru.Filters/ForcedSeekStream.cs
+++ b/Aaru.Filters/ForcedSeekStream.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/GZip.cs b/Aaru.Filters/GZip.cs
index a65cff1aa..f7dc4bc09 100644
--- a/Aaru.Filters/GZip.cs
+++ b/Aaru.Filters/GZip.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/LZip.cs b/Aaru.Filters/LZip.cs
index 82ef01bb4..d59411d8b 100644
--- a/Aaru.Filters/LZip.cs
+++ b/Aaru.Filters/LZip.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/MacBinary.cs b/Aaru.Filters/MacBinary.cs
index 696249970..3cad224e7 100644
--- a/Aaru.Filters/MacBinary.cs
+++ b/Aaru.Filters/MacBinary.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/OffsetStream.cs b/Aaru.Filters/OffsetStream.cs
index c346902ab..93dccf2f8 100644
--- a/Aaru.Filters/OffsetStream.cs
+++ b/Aaru.Filters/OffsetStream.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/PCExchange.cs b/Aaru.Filters/PCExchange.cs
index 6ad6a1d5c..2c0d089ce 100644
--- a/Aaru.Filters/PCExchange.cs
+++ b/Aaru.Filters/PCExchange.cs
@@ -28,7 +28,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/Register.cs b/Aaru.Filters/Register.cs
index a66a53981..44fa7a43c 100644
--- a/Aaru.Filters/Register.cs
+++ b/Aaru.Filters/Register.cs
@@ -33,7 +33,7 @@
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/XZ.cs b/Aaru.Filters/XZ.cs
index 2669c7b2a..824f864e6 100644
--- a/Aaru.Filters/XZ.cs
+++ b/Aaru.Filters/XZ.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Filters/ZZZNoFilter.cs b/Aaru.Filters/ZZZNoFilter.cs
index 83fb212f3..638cd294d 100644
--- a/Aaru.Filters/ZZZNoFilter.cs
+++ b/Aaru.Filters/ZZZNoFilter.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/Aaru.Gui.csproj b/Aaru.Gui/Aaru.Gui.csproj
index 3962f4eb7..c7aa69c8c 100644
--- a/Aaru.Gui/Aaru.Gui.csproj
+++ b/Aaru.Gui/Aaru.Gui.csproj
@@ -6,7 +6,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru Data Preservation Suite
$(Version)
diff --git a/Aaru.Gui/App.xaml b/Aaru.Gui/App.xaml
index 3051f633a..0c1cdcc4e 100644
--- a/Aaru.Gui/App.xaml
+++ b/Aaru.Gui/App.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Local
diff --git a/Aaru.Gui/ConsoleHandler.cs b/Aaru.Gui/ConsoleHandler.cs
index 832b6e5b4..f71516dd9 100644
--- a/Aaru.Gui/ConsoleHandler.cs
+++ b/Aaru.Gui/ConsoleHandler.cs
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/Controls/BlockMap.cs b/Aaru.Gui/Controls/BlockMap.cs
index 6f306f681..340c81b91 100644
--- a/Aaru.Gui/Controls/BlockMap.cs
+++ b/Aaru.Gui/Controls/BlockMap.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/Main.cs b/Aaru.Gui/Main.cs
index f490441e1..b0a41caeb 100644
--- a/Aaru.Gui/Main.cs
+++ b/Aaru.Gui/Main.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Text;
diff --git a/Aaru.Gui/Models/AssemblyModel.cs b/Aaru.Gui/Models/AssemblyModel.cs
index 952c74fa5..a2ec09c24 100644
--- a/Aaru.Gui/Models/AssemblyModel.cs
+++ b/Aaru.Gui/Models/AssemblyModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/ChecksumModel.cs b/Aaru.Gui/Models/ChecksumModel.cs
index 92e193fb4..547ea8465 100644
--- a/Aaru.Gui/Models/ChecksumModel.cs
+++ b/Aaru.Gui/Models/ChecksumModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/DeviceModel.cs b/Aaru.Gui/Models/DeviceModel.cs
index 5fb59f811..7f7e4cc25 100644
--- a/Aaru.Gui/Models/DeviceModel.cs
+++ b/Aaru.Gui/Models/DeviceModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/DeviceStatsModel.cs b/Aaru.Gui/Models/DeviceStatsModel.cs
index 72ef9d828..1e874ddea 100644
--- a/Aaru.Gui/Models/DeviceStatsModel.cs
+++ b/Aaru.Gui/Models/DeviceStatsModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/DevicesRootModel.cs b/Aaru.Gui/Models/DevicesRootModel.cs
index 165faba61..9f92b701c 100644
--- a/Aaru.Gui/Models/DevicesRootModel.cs
+++ b/Aaru.Gui/Models/DevicesRootModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/DumpHardwareModel.cs b/Aaru.Gui/Models/DumpHardwareModel.cs
index e987c413b..a63f4ddda 100644
--- a/Aaru.Gui/Models/DumpHardwareModel.cs
+++ b/Aaru.Gui/Models/DumpHardwareModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/EncodingModel.cs b/Aaru.Gui/Models/EncodingModel.cs
index 03ab626e8..f1412d08a 100644
--- a/Aaru.Gui/Models/EncodingModel.cs
+++ b/Aaru.Gui/Models/EncodingModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/FileModel.cs b/Aaru.Gui/Models/FileModel.cs
index a7ee20a07..803a32238 100644
--- a/Aaru.Gui/Models/FileModel.cs
+++ b/Aaru.Gui/Models/FileModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/Models/FileSystemModel.cs b/Aaru.Gui/Models/FileSystemModel.cs
index f3e636ee7..ce2b43466 100644
--- a/Aaru.Gui/Models/FileSystemModel.cs
+++ b/Aaru.Gui/Models/FileSystemModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/ImageModel.cs b/Aaru.Gui/Models/ImageModel.cs
index 86732d980..1cc60b6ce 100644
--- a/Aaru.Gui/Models/ImageModel.cs
+++ b/Aaru.Gui/Models/ImageModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/ImagePluginModel.cs b/Aaru.Gui/Models/ImagePluginModel.cs
index 200528554..a46c50d9d 100644
--- a/Aaru.Gui/Models/ImagePluginModel.cs
+++ b/Aaru.Gui/Models/ImagePluginModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Interfaces;
diff --git a/Aaru.Gui/Models/ImagesRootModel.cs b/Aaru.Gui/Models/ImagesRootModel.cs
index bcddbd33e..4448672b0 100644
--- a/Aaru.Gui/Models/ImagesRootModel.cs
+++ b/Aaru.Gui/Models/ImagesRootModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/IsrcModel.cs b/Aaru.Gui/Models/IsrcModel.cs
index 60ac1029c..2dd7b983c 100644
--- a/Aaru.Gui/Models/IsrcModel.cs
+++ b/Aaru.Gui/Models/IsrcModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/LbaModel.cs b/Aaru.Gui/Models/LbaModel.cs
index e7a449cc7..a7936a711 100644
--- a/Aaru.Gui/Models/LbaModel.cs
+++ b/Aaru.Gui/Models/LbaModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/MediaModel.cs b/Aaru.Gui/Models/MediaModel.cs
index c2fea59f1..1ce01f243 100644
--- a/Aaru.Gui/Models/MediaModel.cs
+++ b/Aaru.Gui/Models/MediaModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Gui.ViewModels.Panels;
diff --git a/Aaru.Gui/Models/MediaStatsModel.cs b/Aaru.Gui/Models/MediaStatsModel.cs
index 9fdaf2ba8..f3b8cd8ee 100644
--- a/Aaru.Gui/Models/MediaStatsModel.cs
+++ b/Aaru.Gui/Models/MediaStatsModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/MediaTagModel.cs b/Aaru.Gui/Models/MediaTagModel.cs
index 6edc6ca5a..9c8d0d8a5 100644
--- a/Aaru.Gui/Models/MediaTagModel.cs
+++ b/Aaru.Gui/Models/MediaTagModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Gui/Models/NameCountModel.cs b/Aaru.Gui/Models/NameCountModel.cs
index 36691091e..cf8aa54b7 100644
--- a/Aaru.Gui/Models/NameCountModel.cs
+++ b/Aaru.Gui/Models/NameCountModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/PartitionModel.cs b/Aaru.Gui/Models/PartitionModel.cs
index 492809801..cb0cf564f 100644
--- a/Aaru.Gui/Models/PartitionModel.cs
+++ b/Aaru.Gui/Models/PartitionModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/PartitionSchemeModel.cs b/Aaru.Gui/Models/PartitionSchemeModel.cs
index 67a395471..20cf4dc1e 100644
--- a/Aaru.Gui/Models/PartitionSchemeModel.cs
+++ b/Aaru.Gui/Models/PartitionSchemeModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/PcmciaCisModel.cs b/Aaru.Gui/Models/PcmciaCisModel.cs
index 020b93bf4..1c123e4ec 100644
--- a/Aaru.Gui/Models/PcmciaCisModel.cs
+++ b/Aaru.Gui/Models/PcmciaCisModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/PluginModel.cs b/Aaru.Gui/Models/PluginModel.cs
index 8bcd2183e..0fe32fe6d 100644
--- a/Aaru.Gui/Models/PluginModel.cs
+++ b/Aaru.Gui/Models/PluginModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/Models/RootModel.cs b/Aaru.Gui/Models/RootModel.cs
index 32516ac3e..48b9628a9 100644
--- a/Aaru.Gui/Models/RootModel.cs
+++ b/Aaru.Gui/Models/RootModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/ScsiPageModel.cs b/Aaru.Gui/Models/ScsiPageModel.cs
index 5193eb256..402a632a3 100644
--- a/Aaru.Gui/Models/ScsiPageModel.cs
+++ b/Aaru.Gui/Models/ScsiPageModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/Models/SubdirectoryModel.cs b/Aaru.Gui/Models/SubdirectoryModel.cs
index 2a086c656..61ada2881 100644
--- a/Aaru.Gui/Models/SubdirectoryModel.cs
+++ b/Aaru.Gui/Models/SubdirectoryModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/Models/TrackEntropyModel.cs b/Aaru.Gui/Models/TrackEntropyModel.cs
index 4a0872f30..5e1a6e497 100644
--- a/Aaru.Gui/Models/TrackEntropyModel.cs
+++ b/Aaru.Gui/Models/TrackEntropyModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models;
diff --git a/Aaru.Gui/ResourceHandler.cs b/Aaru.Gui/ResourceHandler.cs
index 0b91b8990..ae8001c18 100644
--- a/Aaru.Gui/ResourceHandler.cs
+++ b/Aaru.Gui/ResourceHandler.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Gui/ViewLocator.cs b/Aaru.Gui/ViewLocator.cs
index 6ffddae9d..3518a6cca 100644
--- a/Aaru.Gui/ViewLocator.cs
+++ b/Aaru.Gui/ViewLocator.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs
index 9caebcaf6..14ba80528 100644
--- a/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs
+++ b/Aaru.Gui/ViewModels/Dialogs/AboutViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// 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]
diff --git a/Aaru.Gui/ViewModels/Dialogs/ConsoleViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/ConsoleViewModel.cs
index a9635cdc4..e9df73cf8 100644
--- a/Aaru.Gui/ViewModels/Dialogs/ConsoleViewModel.cs
+++ b/Aaru.Gui/ViewModels/Dialogs/ConsoleViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Dialogs/EncodingsViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/EncodingsViewModel.cs
index 44cc40c66..2540be1c8 100644
--- a/Aaru.Gui/ViewModels/Dialogs/EncodingsViewModel.cs
+++ b/Aaru.Gui/ViewModels/Dialogs/EncodingsViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Dialogs/LicenseViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/LicenseViewModel.cs
index 5594fbb6c..621a2bcee 100644
--- a/Aaru.Gui/ViewModels/Dialogs/LicenseViewModel.cs
+++ b/Aaru.Gui/ViewModels/Dialogs/LicenseViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Gui/ViewModels/Dialogs/PluginsViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/PluginsViewModel.cs
index fe12904e6..7785a2eac 100644
--- a/Aaru.Gui/ViewModels/Dialogs/PluginsViewModel.cs
+++ b/Aaru.Gui/ViewModels/Dialogs/PluginsViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/ViewModels/Dialogs/SettingsViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/SettingsViewModel.cs
index 9afadd2af..94c9b6123 100644
--- a/Aaru.Gui/ViewModels/Dialogs/SettingsViewModel.cs
+++ b/Aaru.Gui/ViewModels/Dialogs/SettingsViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Reactive;
diff --git a/Aaru.Gui/ViewModels/Dialogs/StatisticsViewModel.cs b/Aaru.Gui/ViewModels/Dialogs/StatisticsViewModel.cs
index 1b3a85e7c..d0a0ee369 100644
--- a/Aaru.Gui/ViewModels/Dialogs/StatisticsViewModel.cs
+++ b/Aaru.Gui/ViewModels/Dialogs/StatisticsViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/ViewModels/Panels/DeviceInfoViewModel.cs b/Aaru.Gui/ViewModels/Panels/DeviceInfoViewModel.cs
index 069a326c5..9bd29df99 100644
--- a/Aaru.Gui/ViewModels/Panels/DeviceInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Panels/DeviceInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Panels/FileSystemViewModel.cs b/Aaru.Gui/ViewModels/Panels/FileSystemViewModel.cs
index eb6dd3e02..e2080e9d4 100644
--- a/Aaru.Gui/ViewModels/Panels/FileSystemViewModel.cs
+++ b/Aaru.Gui/ViewModels/Panels/FileSystemViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Localization;
diff --git a/Aaru.Gui/ViewModels/Panels/ImageInfoViewModel.cs b/Aaru.Gui/ViewModels/Panels/ImageInfoViewModel.cs
index 853ff887f..984c8d207 100644
--- a/Aaru.Gui/ViewModels/Panels/ImageInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Panels/ImageInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Panels/MediaInfoViewModel.cs b/Aaru.Gui/ViewModels/Panels/MediaInfoViewModel.cs
index 6907befb2..4d8537b13 100644
--- a/Aaru.Gui/ViewModels/Panels/MediaInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Panels/MediaInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Panels/PartitionViewModel.cs b/Aaru.Gui/ViewModels/Panels/PartitionViewModel.cs
index ff5fcecab..bb330df30 100644
--- a/Aaru.Gui/ViewModels/Panels/PartitionViewModel.cs
+++ b/Aaru.Gui/ViewModels/Panels/PartitionViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Gui/ViewModels/Panels/SubdirectoryViewModel.cs b/Aaru.Gui/ViewModels/Panels/SubdirectoryViewModel.cs
index 8804b2106..48ff82890 100644
--- a/Aaru.Gui/ViewModels/Panels/SubdirectoryViewModel.cs
+++ b/Aaru.Gui/ViewModels/Panels/SubdirectoryViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Tabs/AtaInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/AtaInfoViewModel.cs
index c6d2068d5..cfcb1e7b0 100644
--- a/Aaru.Gui/ViewModels/Tabs/AtaInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/AtaInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Tabs/BlurayInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/BlurayInfoViewModel.cs
index 54e265144..ef8bd7340 100644
--- a/Aaru.Gui/ViewModels/Tabs/BlurayInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/BlurayInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Tabs/CompactDiscInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/CompactDiscInfoViewModel.cs
index 06861dd19..09b7be1e0 100644
--- a/Aaru.Gui/ViewModels/Tabs/CompactDiscInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/CompactDiscInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Tabs/DvdInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/DvdInfoViewModel.cs
index e09d07c4f..ebaebb7ad 100644
--- a/Aaru.Gui/ViewModels/Tabs/DvdInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/DvdInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Tabs/DvdWritableInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/DvdWritableInfoViewModel.cs
index a9d3be7b7..ba5519c59 100644
--- a/Aaru.Gui/ViewModels/Tabs/DvdWritableInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/DvdWritableInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Tabs/PcmciaInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/PcmciaInfoViewModel.cs
index 27a8f5518..276f6f598 100644
--- a/Aaru.Gui/ViewModels/Tabs/PcmciaInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/PcmciaInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Tabs/ScsiInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/ScsiInfoViewModel.cs
index 27eaeff10..e1fb08c38 100644
--- a/Aaru.Gui/ViewModels/Tabs/ScsiInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/ScsiInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/Tabs/SdMmcInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/SdMmcInfoViewModel.cs
index 99c7ea5fd..344ff11ac 100644
--- a/Aaru.Gui/ViewModels/Tabs/SdMmcInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/SdMmcInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Gui/ViewModels/Tabs/XboxInfoViewModel.cs b/Aaru.Gui/ViewModels/Tabs/XboxInfoViewModel.cs
index 2985cb477..821b82dc5 100644
--- a/Aaru.Gui/ViewModels/Tabs/XboxInfoViewModel.cs
+++ b/Aaru.Gui/ViewModels/Tabs/XboxInfoViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Gui/ViewModels/ViewModelBase.cs b/Aaru.Gui/ViewModels/ViewModelBase.cs
index e54d944f8..9b7a41a63 100644
--- a/Aaru.Gui/ViewModels/ViewModelBase.cs
+++ b/Aaru.Gui/ViewModels/ViewModelBase.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using ReactiveUI;
diff --git a/Aaru.Gui/ViewModels/Windows/DecodeMediaTagsViewModel.cs b/Aaru.Gui/ViewModels/Windows/DecodeMediaTagsViewModel.cs
index 53b7aa84b..d0ca97b8e 100644
--- a/Aaru.Gui/ViewModels/Windows/DecodeMediaTagsViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/DecodeMediaTagsViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
diff --git a/Aaru.Gui/ViewModels/Windows/ImageChecksumViewModel.cs b/Aaru.Gui/ViewModels/Windows/ImageChecksumViewModel.cs
index 426a03bb7..7c9bdfed8 100644
--- a/Aaru.Gui/ViewModels/Windows/ImageChecksumViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/ImageChecksumViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/ImageConvertViewModel.cs b/Aaru.Gui/ViewModels/Windows/ImageConvertViewModel.cs
index 35c2346d3..0017792c6 100644
--- a/Aaru.Gui/ViewModels/Windows/ImageConvertViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/ImageConvertViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/ImageEntropyViewModel.cs b/Aaru.Gui/ViewModels/Windows/ImageEntropyViewModel.cs
index df76a7910..72b65146d 100644
--- a/Aaru.Gui/ViewModels/Windows/ImageEntropyViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/ImageEntropyViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/ImageSidecarViewModel.cs b/Aaru.Gui/ViewModels/Windows/ImageSidecarViewModel.cs
index ccb1e4498..c8a7f39c9 100644
--- a/Aaru.Gui/ViewModels/Windows/ImageSidecarViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/ImageSidecarViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/ImageVerifyViewModel.cs b/Aaru.Gui/ViewModels/Windows/ImageVerifyViewModel.cs
index cd879e278..74fa89b4c 100644
--- a/Aaru.Gui/ViewModels/Windows/ImageVerifyViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/ImageVerifyViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/MainWindowViewModel.cs b/Aaru.Gui/ViewModels/Windows/MainWindowViewModel.cs
index 9202b2135..c5935856a 100644
--- a/Aaru.Gui/ViewModels/Windows/MainWindowViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/MainWindowViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/MediaDumpViewModel.cs b/Aaru.Gui/ViewModels/Windows/MediaDumpViewModel.cs
index 3f6bd2a4e..e9fb74875 100644
--- a/Aaru.Gui/ViewModels/Windows/MediaDumpViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/MediaDumpViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/MediaScanViewModel.cs b/Aaru.Gui/ViewModels/Windows/MediaScanViewModel.cs
index fdf3b40c3..a153117fb 100644
--- a/Aaru.Gui/ViewModels/Windows/MediaScanViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/MediaScanViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.ObjectModel;
@@ -421,9 +421,9 @@ public sealed class MediaScanViewModel : ViewModelBase
// TODO: Show results
/*
-
+
if(results.SeekTotal != 0 || results.SeekMin != double.MaxValue || results.SeekMax != double.MinValue)
-
+
string.Format("Testing {0} seeks, longest seek took {1:F3} ms, fastest one took {2:F3} ms. ({3:F3} ms average)",
results.SeekTimes, results.SeekMax, results.SeekMin, results.SeekTotal / 1000);
*/
diff --git a/Aaru.Gui/ViewModels/Windows/SplashWindowViewModel.cs b/Aaru.Gui/ViewModels/Windows/SplashWindowViewModel.cs
index 275e09502..c6565530e 100644
--- a/Aaru.Gui/ViewModels/Windows/SplashWindowViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/SplashWindowViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/ViewModels/Windows/ViewSectorViewModel.cs b/Aaru.Gui/ViewModels/Windows/ViewSectorViewModel.cs
index 7a57870c4..4ab1163f8 100644
--- a/Aaru.Gui/ViewModels/Windows/ViewSectorViewModel.cs
+++ b/Aaru.Gui/ViewModels/Windows/ViewSectorViewModel.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Gui/Views/Dialogs/About.xaml b/Aaru.Gui/Views/Dialogs/About.xaml
index ec79fef72..074ceb83a 100644
--- a/Aaru.Gui/Views/Dialogs/About.xaml
+++ b/Aaru.Gui/Views/Dialogs/About.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Dialogs/Console.xaml b/Aaru.Gui/Views/Dialogs/Console.xaml
index e2229a6a7..446607ed2 100644
--- a/Aaru.Gui/Views/Dialogs/Console.xaml
+++ b/Aaru.Gui/Views/Dialogs/Console.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Gui/Views/Dialogs/Encodings.xaml b/Aaru.Gui/Views/Dialogs/Encodings.xaml
index 9ecfd0d12..81e71632e 100644
--- a/Aaru.Gui/Views/Dialogs/Encodings.xaml
+++ b/Aaru.Gui/Views/Dialogs/Encodings.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Dialogs/LicenseDialog.xaml b/Aaru.Gui/Views/Dialogs/LicenseDialog.xaml
index 046854dc2..cbe3bb6b1 100644
--- a/Aaru.Gui/Views/Dialogs/LicenseDialog.xaml
+++ b/Aaru.Gui/Views/Dialogs/LicenseDialog.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Dialogs/PluginsDialog.xaml b/Aaru.Gui/Views/Dialogs/PluginsDialog.xaml
index 85515d883..1640740bb 100644
--- a/Aaru.Gui/Views/Dialogs/PluginsDialog.xaml
+++ b/Aaru.Gui/Views/Dialogs/PluginsDialog.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Dialogs/SettingsDialog.xaml b/Aaru.Gui/Views/Dialogs/SettingsDialog.xaml
index 68ef263b7..686cc4ace 100644
--- a/Aaru.Gui/Views/Dialogs/SettingsDialog.xaml
+++ b/Aaru.Gui/Views/Dialogs/SettingsDialog.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml b/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml
index 762565600..bfb96a119 100644
--- a/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml
+++ b/Aaru.Gui/Views/Dialogs/StatisticsDialog.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Panels/DeviceInfo.xaml b/Aaru.Gui/Views/Panels/DeviceInfo.xaml
index b13afc6dd..7f2358ad2 100644
--- a/Aaru.Gui/Views/Panels/DeviceInfo.xaml
+++ b/Aaru.Gui/Views/Panels/DeviceInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Panels/FileSystem.xaml b/Aaru.Gui/Views/Panels/FileSystem.xaml
index 9320ea97e..99096ee3d 100644
--- a/Aaru.Gui/Views/Panels/FileSystem.xaml
+++ b/Aaru.Gui/Views/Panels/FileSystem.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Panels/ImageInfo.xaml b/Aaru.Gui/Views/Panels/ImageInfo.xaml
index b4afa2e2f..e992b47c5 100644
--- a/Aaru.Gui/Views/Panels/ImageInfo.xaml
+++ b/Aaru.Gui/Views/Panels/ImageInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Panels/MediaInfo.xaml b/Aaru.Gui/Views/Panels/MediaInfo.xaml
index 859c9f8a8..746e18fa8 100644
--- a/Aaru.Gui/Views/Panels/MediaInfo.xaml
+++ b/Aaru.Gui/Views/Panels/MediaInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Panels/Partition.xaml b/Aaru.Gui/Views/Panels/Partition.xaml
index 98d1f3bd0..d9daa3cb6 100644
--- a/Aaru.Gui/Views/Panels/Partition.xaml
+++ b/Aaru.Gui/Views/Panels/Partition.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Panels/Subdirectory.xaml b/Aaru.Gui/Views/Panels/Subdirectory.xaml
index 3468046e9..c44ef6d22 100644
--- a/Aaru.Gui/Views/Panels/Subdirectory.xaml
+++ b/Aaru.Gui/Views/Panels/Subdirectory.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/AtaInfo.xaml b/Aaru.Gui/Views/Tabs/AtaInfo.xaml
index 6257327cb..91895a769 100644
--- a/Aaru.Gui/Views/Tabs/AtaInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/AtaInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/BlurayInfo.xaml b/Aaru.Gui/Views/Tabs/BlurayInfo.xaml
index 56bc5a10d..da899c9b4 100644
--- a/Aaru.Gui/Views/Tabs/BlurayInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/BlurayInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/CompactDiscInfo.xaml b/Aaru.Gui/Views/Tabs/CompactDiscInfo.xaml
index 5a3db7da1..b9128133c 100644
--- a/Aaru.Gui/Views/Tabs/CompactDiscInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/CompactDiscInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/DvdInfo.xaml b/Aaru.Gui/Views/Tabs/DvdInfo.xaml
index 0d16a1037..4922bf0da 100644
--- a/Aaru.Gui/Views/Tabs/DvdInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/DvdInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/DvdWritableInfo.xaml b/Aaru.Gui/Views/Tabs/DvdWritableInfo.xaml
index 0a6044992..16f73f2dc 100644
--- a/Aaru.Gui/Views/Tabs/DvdWritableInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/DvdWritableInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/PcmciaInfo.xaml b/Aaru.Gui/Views/Tabs/PcmciaInfo.xaml
index c2d40aca8..448e1b34a 100644
--- a/Aaru.Gui/Views/Tabs/PcmciaInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/PcmciaInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/ScsiInfo.xaml b/Aaru.Gui/Views/Tabs/ScsiInfo.xaml
index 5d558beed..77a86a6f1 100644
--- a/Aaru.Gui/Views/Tabs/ScsiInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/ScsiInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/SdMmcInfo.xaml b/Aaru.Gui/Views/Tabs/SdMmcInfo.xaml
index acb72cb37..84d140408 100644
--- a/Aaru.Gui/Views/Tabs/SdMmcInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/SdMmcInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Tabs/XboxInfo.xaml b/Aaru.Gui/Views/Tabs/XboxInfo.xaml
index 948cc1cd3..b81814653 100644
--- a/Aaru.Gui/Views/Tabs/XboxInfo.xaml
+++ b/Aaru.Gui/Views/Tabs/XboxInfo.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia.Controls;
diff --git a/Aaru.Gui/Views/Windows/DecodeMediaTags.xaml b/Aaru.Gui/Views/Windows/DecodeMediaTags.xaml
index def729ded..d03f1b553 100644
--- a/Aaru.Gui/Views/Windows/DecodeMediaTags.xaml
+++ b/Aaru.Gui/Views/Windows/DecodeMediaTags.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Windows/ImageChecksum.xaml b/Aaru.Gui/Views/Windows/ImageChecksum.xaml
index 9fb1e519d..4e9d36100 100644
--- a/Aaru.Gui/Views/Windows/ImageChecksum.xaml
+++ b/Aaru.Gui/Views/Windows/ImageChecksum.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Gui/Views/Windows/ImageConvert.xaml b/Aaru.Gui/Views/Windows/ImageConvert.xaml
index 7d9771a0e..6fa03fd65 100644
--- a/Aaru.Gui/Views/Windows/ImageConvert.xaml
+++ b/Aaru.Gui/Views/Windows/ImageConvert.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Gui/Views/Windows/ImageEntropy.xaml b/Aaru.Gui/Views/Windows/ImageEntropy.xaml
index aa2809269..028191006 100644
--- a/Aaru.Gui/Views/Windows/ImageEntropy.xaml
+++ b/Aaru.Gui/Views/Windows/ImageEntropy.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Gui/Views/Windows/ImageSidecar.xaml b/Aaru.Gui/Views/Windows/ImageSidecar.xaml
index d44969470..20b9d26fb 100644
--- a/Aaru.Gui/Views/Windows/ImageSidecar.xaml
+++ b/Aaru.Gui/Views/Windows/ImageSidecar.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Gui/Views/Windows/ImageVerify.xaml b/Aaru.Gui/Views/Windows/ImageVerify.xaml
index db3d9ef45..04b5df086 100644
--- a/Aaru.Gui/Views/Windows/ImageVerify.xaml
+++ b/Aaru.Gui/Views/Windows/ImageVerify.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Gui/Views/Windows/MainWindow.xaml b/Aaru.Gui/Views/Windows/MainWindow.xaml
index 0be050ead..b6386b8c0 100644
--- a/Aaru.Gui/Views/Windows/MainWindow.xaml
+++ b/Aaru.Gui/Views/Windows/MainWindow.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/Views/Windows/MediaDump.xaml b/Aaru.Gui/Views/Windows/MediaDump.xaml
index 4cfb5273e..f5841ef18 100644
--- a/Aaru.Gui/Views/Windows/MediaDump.xaml
+++ b/Aaru.Gui/Views/Windows/MediaDump.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Gui/Views/Windows/MediaScan.xaml b/Aaru.Gui/Views/Windows/MediaScan.xaml
index 0d8ca0d5e..a5ffe8346 100644
--- a/Aaru.Gui/Views/Windows/MediaScan.xaml
+++ b/Aaru.Gui/Views/Windows/MediaScan.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.ComponentModel;
diff --git a/Aaru.Gui/Views/Windows/SplashWindow.xaml b/Aaru.Gui/Views/Windows/SplashWindow.xaml
index d66e70361..a3d0b5bcf 100644
--- a/Aaru.Gui/Views/Windows/SplashWindow.xaml
+++ b/Aaru.Gui/Views/Windows/SplashWindow.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Gui/Views/Windows/ViewSector.xaml b/Aaru.Gui/Views/Windows/ViewSector.xaml
index 45c270bb4..0360db084 100644
--- a/Aaru.Gui/Views/Windows/ViewSector.xaml
+++ b/Aaru.Gui/Views/Windows/ViewSector.xaml
@@ -28,7 +28,7 @@
// along with this program. If not, see .
//
// ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
-// Copyright © 2011‐2020 Natalia Portillo
+// Copyright © 2011‐2023 Natalia Portillo
// ****************************************************************************/
-->
.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Avalonia;
diff --git a/Aaru.Helpers b/Aaru.Helpers
index 25b15c9c3..c9e8b4dd0 160000
--- a/Aaru.Helpers
+++ b/Aaru.Helpers
@@ -1 +1 @@
-Subproject commit 25b15c9c3368026554fe4ccfd00f9e629c81de90
+Subproject commit c9e8b4dd0fddd6a1c222e583090efdfbf6c178dc
diff --git a/Aaru.Images/Aaru.Images.csproj b/Aaru.Images/Aaru.Images.csproj
index ba660d425..a72988952 100644
--- a/Aaru.Images/Aaru.Images.csproj
+++ b/Aaru.Images/Aaru.Images.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.DiscImages
$(Version)
diff --git a/Aaru.Images/AaruFormat/AaruFormat.cs b/Aaru.Images/AaruFormat/AaruFormat.cs
index 872caccb8..c5b4ec697 100644
--- a/Aaru.Images/AaruFormat/AaruFormat.cs
+++ b/Aaru.Images/AaruFormat/AaruFormat.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
/*
diff --git a/Aaru.Images/AaruFormat/CdEcc.cs b/Aaru.Images/AaruFormat/CdEcc.cs
index bc060b5d0..02f9b96c5 100644
--- a/Aaru.Images/AaruFormat/CdEcc.cs
+++ b/Aaru.Images/AaruFormat/CdEcc.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ECC algorithm from ECM(c) 2002-2011 Neill Corlett
// ****************************************************************************/
diff --git a/Aaru.Images/AaruFormat/ClauniaSubchannelTransform.cs b/Aaru.Images/AaruFormat/ClauniaSubchannelTransform.cs
index e36614275..8294e5a87 100644
--- a/Aaru.Images/AaruFormat/ClauniaSubchannelTransform.cs
+++ b/Aaru.Images/AaruFormat/ClauniaSubchannelTransform.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AaruFormat/Constants.cs b/Aaru.Images/AaruFormat/Constants.cs
index 5ce540ace..8344cb7b3 100644
--- a/Aaru.Images/AaruFormat/Constants.cs
+++ b/Aaru.Images/AaruFormat/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/AaruFormat/Enums.cs b/Aaru.Images/AaruFormat/Enums.cs
index f334e3fbd..1664c17c0 100644
--- a/Aaru.Images/AaruFormat/Enums.cs
+++ b/Aaru.Images/AaruFormat/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable UnusedMember.Local
diff --git a/Aaru.Images/AaruFormat/Helpers.cs b/Aaru.Images/AaruFormat/Helpers.cs
index 24b51be43..c96c47c47 100644
--- a/Aaru.Images/AaruFormat/Helpers.cs
+++ b/Aaru.Images/AaruFormat/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AaruFormat/Identify.cs b/Aaru.Images/AaruFormat/Identify.cs
index e8db5f923..f63270bfe 100644
--- a/Aaru.Images/AaruFormat/Identify.cs
+++ b/Aaru.Images/AaruFormat/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/AaruFormat/Properties.cs b/Aaru.Images/AaruFormat/Properties.cs
index 276cb860e..60b7a6595 100644
--- a/Aaru.Images/AaruFormat/Properties.cs
+++ b/Aaru.Images/AaruFormat/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AaruFormat/Read.cs b/Aaru.Images/AaruFormat/Read.cs
index cd5485aa7..4d00c5bc7 100644
--- a/Aaru.Images/AaruFormat/Read.cs
+++ b/Aaru.Images/AaruFormat/Read.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AaruFormat/Structs.cs b/Aaru.Images/AaruFormat/Structs.cs
index 5717acd46..0d580fbf9 100644
--- a/Aaru.Images/AaruFormat/Structs.cs
+++ b/Aaru.Images/AaruFormat/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/AaruFormat/Tape.cs b/Aaru.Images/AaruFormat/Tape.cs
index 37bd618fc..776a62398 100644
--- a/Aaru.Images/AaruFormat/Tape.cs
+++ b/Aaru.Images/AaruFormat/Tape.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/AaruFormat/Verify.cs b/Aaru.Images/AaruFormat/Verify.cs
index d3773216a..cf25fdc92 100644
--- a/Aaru.Images/AaruFormat/Verify.cs
+++ b/Aaru.Images/AaruFormat/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AaruFormat/Write.cs b/Aaru.Images/AaruFormat/Write.cs
index 24dd8d769..a97bb7473 100644
--- a/Aaru.Images/AaruFormat/Write.cs
+++ b/Aaru.Images/AaruFormat/Write.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Alcohol120/Alcohol120.cs b/Aaru.Images/Alcohol120/Alcohol120.cs
index d495979de..6096c1957 100644
--- a/Aaru.Images/Alcohol120/Alcohol120.cs
+++ b/Aaru.Images/Alcohol120/Alcohol120.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Alcohol120/Constants.cs b/Aaru.Images/Alcohol120/Constants.cs
index 9c09b0ce7..799a17ba6 100644
--- a/Aaru.Images/Alcohol120/Constants.cs
+++ b/Aaru.Images/Alcohol120/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Alcohol120/Enums.cs b/Aaru.Images/Alcohol120/Enums.cs
index aaf4cb8d0..cb771888f 100644
--- a/Aaru.Images/Alcohol120/Enums.cs
+++ b/Aaru.Images/Alcohol120/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/Alcohol120/Helpers.cs b/Aaru.Images/Alcohol120/Helpers.cs
index a5482d66f..0b2b03d93 100644
--- a/Aaru.Images/Alcohol120/Helpers.cs
+++ b/Aaru.Images/Alcohol120/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Images/Alcohol120/Identify.cs b/Aaru.Images/Alcohol120/Identify.cs
index 7ddbc5b60..63bd56267 100644
--- a/Aaru.Images/Alcohol120/Identify.cs
+++ b/Aaru.Images/Alcohol120/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Alcohol120/Properties.cs b/Aaru.Images/Alcohol120/Properties.cs
index dea504bd1..447b7dfb0 100644
--- a/Aaru.Images/Alcohol120/Properties.cs
+++ b/Aaru.Images/Alcohol120/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Alcohol120/Read.cs b/Aaru.Images/Alcohol120/Read.cs
index 822a48340..df3d32d6b 100644
--- a/Aaru.Images/Alcohol120/Read.cs
+++ b/Aaru.Images/Alcohol120/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Alcohol120/Structs.cs b/Aaru.Images/Alcohol120/Structs.cs
index bf860e680..8fa438061 100644
--- a/Aaru.Images/Alcohol120/Structs.cs
+++ b/Aaru.Images/Alcohol120/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/Alcohol120/Verify.cs b/Aaru.Images/Alcohol120/Verify.cs
index 972941b6f..9a10c128a 100644
--- a/Aaru.Images/Alcohol120/Verify.cs
+++ b/Aaru.Images/Alcohol120/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Alcohol120/Write.cs b/Aaru.Images/Alcohol120/Write.cs
index 9e63ca896..7ff32b691 100644
--- a/Aaru.Images/Alcohol120/Write.cs
+++ b/Aaru.Images/Alcohol120/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Anex86/Anex86.cs b/Aaru.Images/Anex86/Anex86.cs
index a8a3608a5..b979fafa0 100644
--- a/Aaru.Images/Anex86/Anex86.cs
+++ b/Aaru.Images/Anex86/Anex86.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Anex86/Identify.cs b/Aaru.Images/Anex86/Identify.cs
index cafa0bd65..90477cc6e 100644
--- a/Aaru.Images/Anex86/Identify.cs
+++ b/Aaru.Images/Anex86/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Anex86/Properties.cs b/Aaru.Images/Anex86/Properties.cs
index 555c26eff..7a87f6eb7 100644
--- a/Aaru.Images/Anex86/Properties.cs
+++ b/Aaru.Images/Anex86/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Anex86/Read.cs b/Aaru.Images/Anex86/Read.cs
index 5260809ac..50bef3a49 100644
--- a/Aaru.Images/Anex86/Read.cs
+++ b/Aaru.Images/Anex86/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Anex86/Structs.cs b/Aaru.Images/Anex86/Structs.cs
index 3bc086a89..43200baa9 100644
--- a/Aaru.Images/Anex86/Structs.cs
+++ b/Aaru.Images/Anex86/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/Anex86/Unsupported.cs b/Aaru.Images/Anex86/Unsupported.cs
index f00d2cd9d..10dae652a 100644
--- a/Aaru.Images/Anex86/Unsupported.cs
+++ b/Aaru.Images/Anex86/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Anex86/Write.cs b/Aaru.Images/Anex86/Write.cs
index 67d0d5eda..d593bb96d 100644
--- a/Aaru.Images/Anex86/Write.cs
+++ b/Aaru.Images/Anex86/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Apple2MG/Apple2MG.cs b/Aaru.Images/Apple2MG/Apple2MG.cs
index c1f8052f4..e1283de62 100644
--- a/Aaru.Images/Apple2MG/Apple2MG.cs
+++ b/Aaru.Images/Apple2MG/Apple2MG.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Apple2MG/Constants.cs b/Aaru.Images/Apple2MG/Constants.cs
index 7fc5ee17d..57e4e8a77 100644
--- a/Aaru.Images/Apple2MG/Constants.cs
+++ b/Aaru.Images/Apple2MG/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/Apple2MG/Enums.cs b/Aaru.Images/Apple2MG/Enums.cs
index 205c49241..70ec2a093 100644
--- a/Aaru.Images/Apple2MG/Enums.cs
+++ b/Aaru.Images/Apple2MG/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Apple2MG/Helpers.cs b/Aaru.Images/Apple2MG/Helpers.cs
index 3474dd944..fbefff880 100644
--- a/Aaru.Images/Apple2MG/Helpers.cs
+++ b/Aaru.Images/Apple2MG/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Images/Apple2MG/Identify.cs b/Aaru.Images/Apple2MG/Identify.cs
index 1ef56b6ba..0abeaba21 100644
--- a/Aaru.Images/Apple2MG/Identify.cs
+++ b/Aaru.Images/Apple2MG/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Apple2MG/Properties.cs b/Aaru.Images/Apple2MG/Properties.cs
index 07bfea236..e94a745d8 100644
--- a/Aaru.Images/Apple2MG/Properties.cs
+++ b/Aaru.Images/Apple2MG/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Apple2MG/Read.cs b/Aaru.Images/Apple2MG/Read.cs
index 5af0171d5..ee43e6b06 100644
--- a/Aaru.Images/Apple2MG/Read.cs
+++ b/Aaru.Images/Apple2MG/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Apple2MG/Structs.cs b/Aaru.Images/Apple2MG/Structs.cs
index 94f0f9832..b5d0dbe33 100644
--- a/Aaru.Images/Apple2MG/Structs.cs
+++ b/Aaru.Images/Apple2MG/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/Apple2MG/Unsupported.cs b/Aaru.Images/Apple2MG/Unsupported.cs
index 1d060a6e7..b3478e974 100644
--- a/Aaru.Images/Apple2MG/Unsupported.cs
+++ b/Aaru.Images/Apple2MG/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Apple2MG/Write.cs b/Aaru.Images/Apple2MG/Write.cs
index 9e6ff89a0..708fc2a06 100644
--- a/Aaru.Images/Apple2MG/Write.cs
+++ b/Aaru.Images/Apple2MG/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/AppleDOS/AppleDOS.cs b/Aaru.Images/AppleDOS/AppleDOS.cs
index 876c69c92..1b5910a49 100644
--- a/Aaru.Images/AppleDOS/AppleDOS.cs
+++ b/Aaru.Images/AppleDOS/AppleDOS.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/AppleDOS/Constants.cs b/Aaru.Images/AppleDOS/Constants.cs
index fc84a55b2..c2ef26654 100644
--- a/Aaru.Images/AppleDOS/Constants.cs
+++ b/Aaru.Images/AppleDOS/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/AppleDOS/Identify.cs b/Aaru.Images/AppleDOS/Identify.cs
index 7e7863924..6880b296e 100644
--- a/Aaru.Images/AppleDOS/Identify.cs
+++ b/Aaru.Images/AppleDOS/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/AppleDOS/Properties.cs b/Aaru.Images/AppleDOS/Properties.cs
index 4a648ec24..ddc957f01 100644
--- a/Aaru.Images/AppleDOS/Properties.cs
+++ b/Aaru.Images/AppleDOS/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AppleDOS/Read.cs b/Aaru.Images/AppleDOS/Read.cs
index ab5efdf91..b52bc8223 100644
--- a/Aaru.Images/AppleDOS/Read.cs
+++ b/Aaru.Images/AppleDOS/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AppleDOS/Unsupported.cs b/Aaru.Images/AppleDOS/Unsupported.cs
index 88a7550b0..6a8b470e9 100644
--- a/Aaru.Images/AppleDOS/Unsupported.cs
+++ b/Aaru.Images/AppleDOS/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/AppleDOS/Write.cs b/Aaru.Images/AppleDOS/Write.cs
index da5fe32e3..33aecf505 100644
--- a/Aaru.Images/AppleDOS/Write.cs
+++ b/Aaru.Images/AppleDOS/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AppleNIB/AppleNIB.cs b/Aaru.Images/AppleNIB/AppleNIB.cs
index 17f2ed20e..72af9648a 100644
--- a/Aaru.Images/AppleNIB/AppleNIB.cs
+++ b/Aaru.Images/AppleNIB/AppleNIB.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/AppleNIB/Constants.cs b/Aaru.Images/AppleNIB/Constants.cs
index 69b0a9c9b..b26cf09b9 100644
--- a/Aaru.Images/AppleNIB/Constants.cs
+++ b/Aaru.Images/AppleNIB/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/AppleNIB/Identify.cs b/Aaru.Images/AppleNIB/Identify.cs
index 203c3b820..e7a357492 100644
--- a/Aaru.Images/AppleNIB/Identify.cs
+++ b/Aaru.Images/AppleNIB/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/AppleNIB/Properties.cs b/Aaru.Images/AppleNIB/Properties.cs
index 29bc76acf..51a14a95a 100644
--- a/Aaru.Images/AppleNIB/Properties.cs
+++ b/Aaru.Images/AppleNIB/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/AppleNIB/Read.cs b/Aaru.Images/AppleNIB/Read.cs
index 414c4adba..7e8143014 100644
--- a/Aaru.Images/AppleNIB/Read.cs
+++ b/Aaru.Images/AppleNIB/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/AppleNIB/Unsupported.cs b/Aaru.Images/AppleNIB/Unsupported.cs
index 2c9bf1f1b..c098526c2 100644
--- a/Aaru.Images/AppleNIB/Unsupported.cs
+++ b/Aaru.Images/AppleNIB/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Apridisk/Apridisk.cs b/Aaru.Images/Apridisk/Apridisk.cs
index 7581759b8..0579c6274 100644
--- a/Aaru.Images/Apridisk/Apridisk.cs
+++ b/Aaru.Images/Apridisk/Apridisk.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Apridisk/Compression.cs b/Aaru.Images/Apridisk/Compression.cs
index cedf254a0..9d43ab33c 100644
--- a/Aaru.Images/Apridisk/Compression.cs
+++ b/Aaru.Images/Apridisk/Compression.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Apridisk/Constants.cs b/Aaru.Images/Apridisk/Constants.cs
index e2d0f742a..cfaca7ee9 100644
--- a/Aaru.Images/Apridisk/Constants.cs
+++ b/Aaru.Images/Apridisk/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Apridisk/Enums.cs b/Aaru.Images/Apridisk/Enums.cs
index 8a7cf8844..9c257c6db 100644
--- a/Aaru.Images/Apridisk/Enums.cs
+++ b/Aaru.Images/Apridisk/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Apridisk/Helpers.cs b/Aaru.Images/Apridisk/Helpers.cs
index f010e9cd6..f2cbf3802 100644
--- a/Aaru.Images/Apridisk/Helpers.cs
+++ b/Aaru.Images/Apridisk/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Apridisk/Identify.cs b/Aaru.Images/Apridisk/Identify.cs
index a9d07561e..7f3bc8242 100644
--- a/Aaru.Images/Apridisk/Identify.cs
+++ b/Aaru.Images/Apridisk/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Apridisk/Properties.cs b/Aaru.Images/Apridisk/Properties.cs
index f57801ef5..95780f3fe 100644
--- a/Aaru.Images/Apridisk/Properties.cs
+++ b/Aaru.Images/Apridisk/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Apridisk/Read.cs b/Aaru.Images/Apridisk/Read.cs
index 941150185..ba31ae0f9 100644
--- a/Aaru.Images/Apridisk/Read.cs
+++ b/Aaru.Images/Apridisk/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Apridisk/Structs.cs b/Aaru.Images/Apridisk/Structs.cs
index 08f5e5ad6..1c40bb055 100644
--- a/Aaru.Images/Apridisk/Structs.cs
+++ b/Aaru.Images/Apridisk/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/Apridisk/Unsupported.cs b/Aaru.Images/Apridisk/Unsupported.cs
index 4779382cd..4d1d1c52f 100644
--- a/Aaru.Images/Apridisk/Unsupported.cs
+++ b/Aaru.Images/Apridisk/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Apridisk/Write.cs b/Aaru.Images/Apridisk/Write.cs
index 00db668af..6dc8f83f8 100644
--- a/Aaru.Images/Apridisk/Write.cs
+++ b/Aaru.Images/Apridisk/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Authors.cs b/Aaru.Images/Authors.cs
index 9e1045522..30c623d4a 100644
--- a/Aaru.Images/Authors.cs
+++ b/Aaru.Images/Authors.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/BLU/BLU.cs b/Aaru.Images/BLU/BLU.cs
index b35c7153b..52c0869c0 100644
--- a/Aaru.Images/BLU/BLU.cs
+++ b/Aaru.Images/BLU/BLU.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/BLU/Constants.cs b/Aaru.Images/BLU/Constants.cs
index 9c36f2309..701ce5e0c 100644
--- a/Aaru.Images/BLU/Constants.cs
+++ b/Aaru.Images/BLU/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/BLU/Identify.cs b/Aaru.Images/BLU/Identify.cs
index 7a20700b8..013c4db5d 100644
--- a/Aaru.Images/BLU/Identify.cs
+++ b/Aaru.Images/BLU/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BLU/Properties.cs b/Aaru.Images/BLU/Properties.cs
index 4d04da6af..0568ada39 100644
--- a/Aaru.Images/BLU/Properties.cs
+++ b/Aaru.Images/BLU/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BLU/Read.cs b/Aaru.Images/BLU/Read.cs
index aae561dc4..dd9e93b8f 100644
--- a/Aaru.Images/BLU/Read.cs
+++ b/Aaru.Images/BLU/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BLU/Unsupported.cs b/Aaru.Images/BLU/Unsupported.cs
index 87d04c366..28cb71e66 100644
--- a/Aaru.Images/BLU/Unsupported.cs
+++ b/Aaru.Images/BLU/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/BLU/Verify.cs b/Aaru.Images/BLU/Verify.cs
index bc4928c97..521268d75 100644
--- a/Aaru.Images/BLU/Verify.cs
+++ b/Aaru.Images/BLU/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/BLU/Write.cs b/Aaru.Images/BLU/Write.cs
index 09decf38b..12f377cc6 100644
--- a/Aaru.Images/BLU/Write.cs
+++ b/Aaru.Images/BLU/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BlindWrite4/BlindWrite4.cs b/Aaru.Images/BlindWrite4/BlindWrite4.cs
index 3c8ff1fb8..bdcc532ae 100644
--- a/Aaru.Images/BlindWrite4/BlindWrite4.cs
+++ b/Aaru.Images/BlindWrite4/BlindWrite4.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/BlindWrite4/Constants.cs b/Aaru.Images/BlindWrite4/Constants.cs
index 86a4f6b29..a4a1d9ac1 100644
--- a/Aaru.Images/BlindWrite4/Constants.cs
+++ b/Aaru.Images/BlindWrite4/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/BlindWrite4/Enums.cs b/Aaru.Images/BlindWrite4/Enums.cs
index bd9bde985..20bfb5083 100644
--- a/Aaru.Images/BlindWrite4/Enums.cs
+++ b/Aaru.Images/BlindWrite4/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/BlindWrite4/Identify.cs b/Aaru.Images/BlindWrite4/Identify.cs
index 2d89492f1..964861126 100644
--- a/Aaru.Images/BlindWrite4/Identify.cs
+++ b/Aaru.Images/BlindWrite4/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/BlindWrite4/Properties.cs b/Aaru.Images/BlindWrite4/Properties.cs
index 37f8cfa30..5d1c3a65e 100644
--- a/Aaru.Images/BlindWrite4/Properties.cs
+++ b/Aaru.Images/BlindWrite4/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BlindWrite4/Read.cs b/Aaru.Images/BlindWrite4/Read.cs
index 8d7896dfc..27a367972 100644
--- a/Aaru.Images/BlindWrite4/Read.cs
+++ b/Aaru.Images/BlindWrite4/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BlindWrite4/Structs.cs b/Aaru.Images/BlindWrite4/Structs.cs
index 36eb60b12..c62afeb06 100644
--- a/Aaru.Images/BlindWrite4/Structs.cs
+++ b/Aaru.Images/BlindWrite4/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/BlindWrite4/Verify.cs b/Aaru.Images/BlindWrite4/Verify.cs
index c6af330f5..03bd73160 100644
--- a/Aaru.Images/BlindWrite4/Verify.cs
+++ b/Aaru.Images/BlindWrite4/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BlindWrite5/BlindWrite5.cs b/Aaru.Images/BlindWrite5/BlindWrite5.cs
index 4ea43dcd0..dbe78bd68 100644
--- a/Aaru.Images/BlindWrite5/BlindWrite5.cs
+++ b/Aaru.Images/BlindWrite5/BlindWrite5.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/BlindWrite5/Constants.cs b/Aaru.Images/BlindWrite5/Constants.cs
index 01a38fe69..d5df3ecd2 100644
--- a/Aaru.Images/BlindWrite5/Constants.cs
+++ b/Aaru.Images/BlindWrite5/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/BlindWrite5/Enums.cs b/Aaru.Images/BlindWrite5/Enums.cs
index c76d954bb..eb2fbb4b3 100644
--- a/Aaru.Images/BlindWrite5/Enums.cs
+++ b/Aaru.Images/BlindWrite5/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/BlindWrite5/Helpers.cs b/Aaru.Images/BlindWrite5/Helpers.cs
index 9344224f2..be08fbec4 100644
--- a/Aaru.Images/BlindWrite5/Helpers.cs
+++ b/Aaru.Images/BlindWrite5/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Images/BlindWrite5/Identify.cs b/Aaru.Images/BlindWrite5/Identify.cs
index 960ef9099..c98b62034 100644
--- a/Aaru.Images/BlindWrite5/Identify.cs
+++ b/Aaru.Images/BlindWrite5/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/BlindWrite5/Properties.cs b/Aaru.Images/BlindWrite5/Properties.cs
index b931bc900..56de6a71b 100644
--- a/Aaru.Images/BlindWrite5/Properties.cs
+++ b/Aaru.Images/BlindWrite5/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BlindWrite5/Read.cs b/Aaru.Images/BlindWrite5/Read.cs
index 4010e7404..4d12b2bc8 100644
--- a/Aaru.Images/BlindWrite5/Read.cs
+++ b/Aaru.Images/BlindWrite5/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/BlindWrite5/Structs.cs b/Aaru.Images/BlindWrite5/Structs.cs
index b8a3c4100..0590f6766 100644
--- a/Aaru.Images/BlindWrite5/Structs.cs
+++ b/Aaru.Images/BlindWrite5/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/BlindWrite5/Verify.cs b/Aaru.Images/BlindWrite5/Verify.cs
index 9afb4fd86..f17145949 100644
--- a/Aaru.Images/BlindWrite5/Verify.cs
+++ b/Aaru.Images/BlindWrite5/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/ByteAddressable/Nintendo64.cs b/Aaru.Images/ByteAddressable/Nintendo64.cs
index 65bf1d29b..ef6ffa58a 100644
--- a/Aaru.Images/ByteAddressable/Nintendo64.cs
+++ b/Aaru.Images/ByteAddressable/Nintendo64.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/ByteAddressable/SegaMegaDrive.cs b/Aaru.Images/ByteAddressable/SegaMegaDrive.cs
index ea327a016..0843dedb5 100644
--- a/Aaru.Images/ByteAddressable/SegaMegaDrive.cs
+++ b/Aaru.Images/ByteAddressable/SegaMegaDrive.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRDAO/CDRDAO.cs b/Aaru.Images/CDRDAO/CDRDAO.cs
index bdfb9aa8f..4b9a7699a 100644
--- a/Aaru.Images/CDRDAO/CDRDAO.cs
+++ b/Aaru.Images/CDRDAO/CDRDAO.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CDRDAO/Constants.cs b/Aaru.Images/CDRDAO/Constants.cs
index 3ae22d5e9..94c3ee56c 100644
--- a/Aaru.Images/CDRDAO/Constants.cs
+++ b/Aaru.Images/CDRDAO/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/CDRDAO/Helpers.cs b/Aaru.Images/CDRDAO/Helpers.cs
index bac44b467..0edcd57dc 100644
--- a/Aaru.Images/CDRDAO/Helpers.cs
+++ b/Aaru.Images/CDRDAO/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/CDRDAO/Identify.cs b/Aaru.Images/CDRDAO/Identify.cs
index 6bbdf6524..06b734a1c 100644
--- a/Aaru.Images/CDRDAO/Identify.cs
+++ b/Aaru.Images/CDRDAO/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRDAO/Properties.cs b/Aaru.Images/CDRDAO/Properties.cs
index 8a0c8649d..f9767d37c 100644
--- a/Aaru.Images/CDRDAO/Properties.cs
+++ b/Aaru.Images/CDRDAO/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRDAO/Read.cs b/Aaru.Images/CDRDAO/Read.cs
index fde545164..5b7528efc 100644
--- a/Aaru.Images/CDRDAO/Read.cs
+++ b/Aaru.Images/CDRDAO/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRDAO/Structs.cs b/Aaru.Images/CDRDAO/Structs.cs
index eeb1cf59c..102275980 100644
--- a/Aaru.Images/CDRDAO/Structs.cs
+++ b/Aaru.Images/CDRDAO/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CDRDAO/Verify.cs b/Aaru.Images/CDRDAO/Verify.cs
index a55e43af3..f6d49241e 100644
--- a/Aaru.Images/CDRDAO/Verify.cs
+++ b/Aaru.Images/CDRDAO/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRDAO/Write.cs b/Aaru.Images/CDRDAO/Write.cs
index 873085e2c..e1a861ec0 100644
--- a/Aaru.Images/CDRDAO/Write.cs
+++ b/Aaru.Images/CDRDAO/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRWin/CDRWin.cs b/Aaru.Images/CDRWin/CDRWin.cs
index 3be693cea..0eaab003d 100644
--- a/Aaru.Images/CDRWin/CDRWin.cs
+++ b/Aaru.Images/CDRWin/CDRWin.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CDRWin/Constants.cs b/Aaru.Images/CDRWin/Constants.cs
index cdc84d32b..7bd5ddd60 100644
--- a/Aaru.Images/CDRWin/Constants.cs
+++ b/Aaru.Images/CDRWin/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/CDRWin/Helpers.cs b/Aaru.Images/CDRWin/Helpers.cs
index cdd071552..dec96756d 100644
--- a/Aaru.Images/CDRWin/Helpers.cs
+++ b/Aaru.Images/CDRWin/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Images/CDRWin/Identify.cs b/Aaru.Images/CDRWin/Identify.cs
index e607b0a3d..e1d206e3c 100644
--- a/Aaru.Images/CDRWin/Identify.cs
+++ b/Aaru.Images/CDRWin/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRWin/Properties.cs b/Aaru.Images/CDRWin/Properties.cs
index 244d4b86d..4986d5740 100644
--- a/Aaru.Images/CDRWin/Properties.cs
+++ b/Aaru.Images/CDRWin/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRWin/Read.cs b/Aaru.Images/CDRWin/Read.cs
index 02f55ed51..92b9680ff 100644
--- a/Aaru.Images/CDRWin/Read.cs
+++ b/Aaru.Images/CDRWin/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRWin/Structs.cs b/Aaru.Images/CDRWin/Structs.cs
index aff61e7e3..48816ad32 100644
--- a/Aaru.Images/CDRWin/Structs.cs
+++ b/Aaru.Images/CDRWin/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Images/CDRWin/Verify.cs b/Aaru.Images/CDRWin/Verify.cs
index 5c3cd3661..febf34798 100644
--- a/Aaru.Images/CDRWin/Verify.cs
+++ b/Aaru.Images/CDRWin/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CDRWin/Write.cs b/Aaru.Images/CDRWin/Write.cs
index 1be4e9d46..e3c0a87f5 100644
--- a/Aaru.Images/CDRWin/Write.cs
+++ b/Aaru.Images/CDRWin/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CHD/CHD.cs b/Aaru.Images/CHD/CHD.cs
index 936ffcfd7..d31cfa830 100644
--- a/Aaru.Images/CHD/CHD.cs
+++ b/Aaru.Images/CHD/CHD.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CHD/Constants.cs b/Aaru.Images/CHD/Constants.cs
index ecc9acd6e..b3eb58ef6 100644
--- a/Aaru.Images/CHD/Constants.cs
+++ b/Aaru.Images/CHD/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/CHD/Enums.cs b/Aaru.Images/CHD/Enums.cs
index f6c0d0824..4829d88cb 100644
--- a/Aaru.Images/CHD/Enums.cs
+++ b/Aaru.Images/CHD/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/CHD/Helpers.cs b/Aaru.Images/CHD/Helpers.cs
index 46e583a36..0e77642b8 100644
--- a/Aaru.Images/CHD/Helpers.cs
+++ b/Aaru.Images/CHD/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CHD/Identify.cs b/Aaru.Images/CHD/Identify.cs
index 6a6d77ac8..63338b712 100644
--- a/Aaru.Images/CHD/Identify.cs
+++ b/Aaru.Images/CHD/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/CHD/Properties.cs b/Aaru.Images/CHD/Properties.cs
index c5cf93b2f..0a7e94387 100644
--- a/Aaru.Images/CHD/Properties.cs
+++ b/Aaru.Images/CHD/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CHD/Read.cs b/Aaru.Images/CHD/Read.cs
index d4910249b..99e6255f0 100644
--- a/Aaru.Images/CHD/Read.cs
+++ b/Aaru.Images/CHD/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CHD/Structs.cs b/Aaru.Images/CHD/Structs.cs
index e5f1550c4..78fc733f0 100644
--- a/Aaru.Images/CHD/Structs.cs
+++ b/Aaru.Images/CHD/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/CHD/Verify.cs b/Aaru.Images/CHD/Verify.cs
index ec0ed0594..bd392be59 100644
--- a/Aaru.Images/CHD/Verify.cs
+++ b/Aaru.Images/CHD/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CPCDSK/CPCDSK.cs b/Aaru.Images/CPCDSK/CPCDSK.cs
index 79c00d55b..4da0eb716 100644
--- a/Aaru.Images/CPCDSK/CPCDSK.cs
+++ b/Aaru.Images/CPCDSK/CPCDSK.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CPCDSK/Constants.cs b/Aaru.Images/CPCDSK/Constants.cs
index 92e0265fe..b5aa00943 100644
--- a/Aaru.Images/CPCDSK/Constants.cs
+++ b/Aaru.Images/CPCDSK/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/CPCDSK/Helpers.cs b/Aaru.Images/CPCDSK/Helpers.cs
index 2afb2facb..f7dc6b4ea 100644
--- a/Aaru.Images/CPCDSK/Helpers.cs
+++ b/Aaru.Images/CPCDSK/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Decoders.Floppy;
diff --git a/Aaru.Images/CPCDSK/Identify.cs b/Aaru.Images/CPCDSK/Identify.cs
index c21aef244..6dc75f3ca 100644
--- a/Aaru.Images/CPCDSK/Identify.cs
+++ b/Aaru.Images/CPCDSK/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CPCDSK/Properties.cs b/Aaru.Images/CPCDSK/Properties.cs
index dfb93c17d..e3155062b 100644
--- a/Aaru.Images/CPCDSK/Properties.cs
+++ b/Aaru.Images/CPCDSK/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CPCDSK/Read.cs b/Aaru.Images/CPCDSK/Read.cs
index ad27c14bd..2ec120bf0 100644
--- a/Aaru.Images/CPCDSK/Read.cs
+++ b/Aaru.Images/CPCDSK/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CPCDSK/Structs.cs b/Aaru.Images/CPCDSK/Structs.cs
index 26805f514..98cecf443 100644
--- a/Aaru.Images/CPCDSK/Structs.cs
+++ b/Aaru.Images/CPCDSK/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/CPCDSK/Unsupported.cs b/Aaru.Images/CPCDSK/Unsupported.cs
index 747981855..f00fbc94f 100644
--- a/Aaru.Images/CPCDSK/Unsupported.cs
+++ b/Aaru.Images/CPCDSK/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/CisCopy/CisCopy.cs b/Aaru.Images/CisCopy/CisCopy.cs
index 2c7154390..11e3ba537 100644
--- a/Aaru.Images/CisCopy/CisCopy.cs
+++ b/Aaru.Images/CisCopy/CisCopy.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CisCopy/Enums.cs b/Aaru.Images/CisCopy/Enums.cs
index deadcdfc4..2e0680e33 100644
--- a/Aaru.Images/CisCopy/Enums.cs
+++ b/Aaru.Images/CisCopy/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/CisCopy/Identify.cs b/Aaru.Images/CisCopy/Identify.cs
index 9abf011d3..1a8f206d9 100644
--- a/Aaru.Images/CisCopy/Identify.cs
+++ b/Aaru.Images/CisCopy/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/CisCopy/Properties.cs b/Aaru.Images/CisCopy/Properties.cs
index 9f92e8027..dd7d3ba63 100644
--- a/Aaru.Images/CisCopy/Properties.cs
+++ b/Aaru.Images/CisCopy/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CisCopy/Read.cs b/Aaru.Images/CisCopy/Read.cs
index 297694045..c359ebf61 100644
--- a/Aaru.Images/CisCopy/Read.cs
+++ b/Aaru.Images/CisCopy/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CisCopy/Unsupported.cs b/Aaru.Images/CisCopy/Unsupported.cs
index 4fd2c6ddf..6876caa21 100644
--- a/Aaru.Images/CisCopy/Unsupported.cs
+++ b/Aaru.Images/CisCopy/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/CisCopy/Write.cs b/Aaru.Images/CisCopy/Write.cs
index 8da5e0bbf..dc787bade 100644
--- a/Aaru.Images/CisCopy/Write.cs
+++ b/Aaru.Images/CisCopy/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CloneCD/CloneCD.cs b/Aaru.Images/CloneCD/CloneCD.cs
index 3d499b4f8..3f5024f59 100644
--- a/Aaru.Images/CloneCD/CloneCD.cs
+++ b/Aaru.Images/CloneCD/CloneCD.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CloneCD/Constants.cs b/Aaru.Images/CloneCD/Constants.cs
index 43615e2fa..1910fd4f2 100644
--- a/Aaru.Images/CloneCD/Constants.cs
+++ b/Aaru.Images/CloneCD/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/CloneCD/Helpers.cs b/Aaru.Images/CloneCD/Helpers.cs
index 61b7c24cf..376c8b4da 100644
--- a/Aaru.Images/CloneCD/Helpers.cs
+++ b/Aaru.Images/CloneCD/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/CloneCD/Identify.cs b/Aaru.Images/CloneCD/Identify.cs
index 6399e46df..2bddf2021 100644
--- a/Aaru.Images/CloneCD/Identify.cs
+++ b/Aaru.Images/CloneCD/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CloneCD/Properties.cs b/Aaru.Images/CloneCD/Properties.cs
index ec97d8679..838729e54 100644
--- a/Aaru.Images/CloneCD/Properties.cs
+++ b/Aaru.Images/CloneCD/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CloneCD/Read.cs b/Aaru.Images/CloneCD/Read.cs
index ea02fb5ea..b6c69e545 100644
--- a/Aaru.Images/CloneCD/Read.cs
+++ b/Aaru.Images/CloneCD/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CloneCD/Verify.cs b/Aaru.Images/CloneCD/Verify.cs
index b50ef9440..f2bf118ef 100644
--- a/Aaru.Images/CloneCD/Verify.cs
+++ b/Aaru.Images/CloneCD/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CloneCD/Write.cs b/Aaru.Images/CloneCD/Write.cs
index 16101317f..ae0f088c1 100644
--- a/Aaru.Images/CloneCD/Write.cs
+++ b/Aaru.Images/CloneCD/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CopyQM/Constants.cs b/Aaru.Images/CopyQM/Constants.cs
index 60597ace0..c38ef5c0c 100644
--- a/Aaru.Images/CopyQM/Constants.cs
+++ b/Aaru.Images/CopyQM/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/CopyQM/CopyQM.cs b/Aaru.Images/CopyQM/CopyQM.cs
index f8d38d2c5..a8dc29644 100644
--- a/Aaru.Images/CopyQM/CopyQM.cs
+++ b/Aaru.Images/CopyQM/CopyQM.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CopyQM/Identify.cs b/Aaru.Images/CopyQM/Identify.cs
index d6f88bbaf..30e0a42ed 100644
--- a/Aaru.Images/CopyQM/Identify.cs
+++ b/Aaru.Images/CopyQM/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CopyQM/Properties.cs b/Aaru.Images/CopyQM/Properties.cs
index 1fb80ae2d..20ab9e488 100644
--- a/Aaru.Images/CopyQM/Properties.cs
+++ b/Aaru.Images/CopyQM/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CopyQM/Read.cs b/Aaru.Images/CopyQM/Read.cs
index 7b5e8131b..4e3472942 100644
--- a/Aaru.Images/CopyQM/Read.cs
+++ b/Aaru.Images/CopyQM/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CopyQM/Structs.cs b/Aaru.Images/CopyQM/Structs.cs
index 00f098525..11e1237be 100644
--- a/Aaru.Images/CopyQM/Structs.cs
+++ b/Aaru.Images/CopyQM/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/CopyQM/Unsupported.cs b/Aaru.Images/CopyQM/Unsupported.cs
index b62c7f41b..5e7548d43 100644
--- a/Aaru.Images/CopyQM/Unsupported.cs
+++ b/Aaru.Images/CopyQM/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/CopyTape/Constants.cs b/Aaru.Images/CopyTape/Constants.cs
index cfcfed2e2..73432e0d9 100644
--- a/Aaru.Images/CopyTape/Constants.cs
+++ b/Aaru.Images/CopyTape/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/CopyTape/Identify.cs b/Aaru.Images/CopyTape/Identify.cs
index 638047443..15caaeb1a 100644
--- a/Aaru.Images/CopyTape/Identify.cs
+++ b/Aaru.Images/CopyTape/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/CopyTape/Properties.cs b/Aaru.Images/CopyTape/Properties.cs
index eae8d0f72..31a7b2e67 100644
--- a/Aaru.Images/CopyTape/Properties.cs
+++ b/Aaru.Images/CopyTape/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/CopyTape/Read.cs b/Aaru.Images/CopyTape/Read.cs
index dfbaf0f2e..cb83f37ce 100644
--- a/Aaru.Images/CopyTape/Read.cs
+++ b/Aaru.Images/CopyTape/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/CopyTape/Unsupported.cs b/Aaru.Images/CopyTape/Unsupported.cs
index 80376452d..168d3e617 100644
--- a/Aaru.Images/CopyTape/Unsupported.cs
+++ b/Aaru.Images/CopyTape/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/CopyTape/Write.cs b/Aaru.Images/CopyTape/Write.cs
index 494c99e0b..b92e67705 100644
--- a/Aaru.Images/CopyTape/Write.cs
+++ b/Aaru.Images/CopyTape/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/D88/Constants.cs b/Aaru.Images/D88/Constants.cs
index 694e79745..e9beaa518 100644
--- a/Aaru.Images/D88/Constants.cs
+++ b/Aaru.Images/D88/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/D88/D88.cs b/Aaru.Images/D88/D88.cs
index 693e77725..a67c5954f 100644
--- a/Aaru.Images/D88/D88.cs
+++ b/Aaru.Images/D88/D88.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/D88/Enums.cs b/Aaru.Images/D88/Enums.cs
index 25e295181..8954932a7 100644
--- a/Aaru.Images/D88/Enums.cs
+++ b/Aaru.Images/D88/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/D88/Identify.cs b/Aaru.Images/D88/Identify.cs
index 27f698e9e..2bfe2f4a9 100644
--- a/Aaru.Images/D88/Identify.cs
+++ b/Aaru.Images/D88/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/D88/Properties.cs b/Aaru.Images/D88/Properties.cs
index b26ad2707..47a7aa2f8 100644
--- a/Aaru.Images/D88/Properties.cs
+++ b/Aaru.Images/D88/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/D88/Read.cs b/Aaru.Images/D88/Read.cs
index 020126b79..a0e6589e2 100644
--- a/Aaru.Images/D88/Read.cs
+++ b/Aaru.Images/D88/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/D88/Structs.cs b/Aaru.Images/D88/Structs.cs
index bc57fd8a7..22b6839ee 100644
--- a/Aaru.Images/D88/Structs.cs
+++ b/Aaru.Images/D88/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/D88/Unsupported.cs b/Aaru.Images/D88/Unsupported.cs
index f5e852bde..230ef6a82 100644
--- a/Aaru.Images/D88/Unsupported.cs
+++ b/Aaru.Images/D88/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/DART/Constants.cs b/Aaru.Images/DART/Constants.cs
index c2a1e640f..d752615ea 100644
--- a/Aaru.Images/DART/Constants.cs
+++ b/Aaru.Images/DART/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/DART/DART.cs b/Aaru.Images/DART/DART.cs
index 515d30fa2..563f08f44 100644
--- a/Aaru.Images/DART/DART.cs
+++ b/Aaru.Images/DART/DART.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/DART/Identify.cs b/Aaru.Images/DART/Identify.cs
index 17ea35760..0011a00b2 100644
--- a/Aaru.Images/DART/Identify.cs
+++ b/Aaru.Images/DART/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DART/Properties.cs b/Aaru.Images/DART/Properties.cs
index ce0e3d880..152b2daa4 100644
--- a/Aaru.Images/DART/Properties.cs
+++ b/Aaru.Images/DART/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DART/Read.cs b/Aaru.Images/DART/Read.cs
index e8794b230..33176db53 100644
--- a/Aaru.Images/DART/Read.cs
+++ b/Aaru.Images/DART/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DART/Structs.cs b/Aaru.Images/DART/Structs.cs
index 11ff87456..9f73c7281 100644
--- a/Aaru.Images/DART/Structs.cs
+++ b/Aaru.Images/DART/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/DART/Unsupported.cs b/Aaru.Images/DART/Unsupported.cs
index 05461cf2d..eb375b79e 100644
--- a/Aaru.Images/DART/Unsupported.cs
+++ b/Aaru.Images/DART/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/DIM/Constants.cs b/Aaru.Images/DIM/Constants.cs
index f70b1500e..b73750bbe 100644
--- a/Aaru.Images/DIM/Constants.cs
+++ b/Aaru.Images/DIM/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/DIM/DIM.cs b/Aaru.Images/DIM/DIM.cs
index 1beb612cb..d0c2b1688 100644
--- a/Aaru.Images/DIM/DIM.cs
+++ b/Aaru.Images/DIM/DIM.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/DIM/Enums.cs b/Aaru.Images/DIM/Enums.cs
index 430ce8db5..4ef38ac9e 100644
--- a/Aaru.Images/DIM/Enums.cs
+++ b/Aaru.Images/DIM/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/DIM/Identify.cs b/Aaru.Images/DIM/Identify.cs
index 05818f178..f05b961c1 100644
--- a/Aaru.Images/DIM/Identify.cs
+++ b/Aaru.Images/DIM/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DIM/Properties.cs b/Aaru.Images/DIM/Properties.cs
index 326c9693c..64475ad1b 100644
--- a/Aaru.Images/DIM/Properties.cs
+++ b/Aaru.Images/DIM/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DIM/Read.cs b/Aaru.Images/DIM/Read.cs
index 6bcbfabbc..beea7a4b3 100644
--- a/Aaru.Images/DIM/Read.cs
+++ b/Aaru.Images/DIM/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DIM/Unsupported.cs b/Aaru.Images/DIM/Unsupported.cs
index 6d9654020..8ea304562 100644
--- a/Aaru.Images/DIM/Unsupported.cs
+++ b/Aaru.Images/DIM/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/DiscFerret/Constants.cs b/Aaru.Images/DiscFerret/Constants.cs
index 58858d9e0..01514e633 100644
--- a/Aaru.Images/DiscFerret/Constants.cs
+++ b/Aaru.Images/DiscFerret/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/DiscFerret/DiscFerret.cs b/Aaru.Images/DiscFerret/DiscFerret.cs
index 70d0ac5bb..559c35aea 100644
--- a/Aaru.Images/DiscFerret/DiscFerret.cs
+++ b/Aaru.Images/DiscFerret/DiscFerret.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/DiscFerret/Identify.cs b/Aaru.Images/DiscFerret/Identify.cs
index f913db721..e6de9f1ab 100644
--- a/Aaru.Images/DiscFerret/Identify.cs
+++ b/Aaru.Images/DiscFerret/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiscFerret/Properties.cs b/Aaru.Images/DiscFerret/Properties.cs
index a7652c1df..a5650493b 100644
--- a/Aaru.Images/DiscFerret/Properties.cs
+++ b/Aaru.Images/DiscFerret/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiscFerret/Read.cs b/Aaru.Images/DiscFerret/Read.cs
index 5be256f10..e06849bcc 100644
--- a/Aaru.Images/DiscFerret/Read.cs
+++ b/Aaru.Images/DiscFerret/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiscFerret/Structs.cs b/Aaru.Images/DiscFerret/Structs.cs
index ab322b4fd..baf833cb1 100644
--- a/Aaru.Images/DiscFerret/Structs.cs
+++ b/Aaru.Images/DiscFerret/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/DiscFerret/Verify.cs b/Aaru.Images/DiscFerret/Verify.cs
index a86a6a46b..6b50d70d3 100644
--- a/Aaru.Images/DiscFerret/Verify.cs
+++ b/Aaru.Images/DiscFerret/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiscJuggler/DiscJuggler.cs b/Aaru.Images/DiscJuggler/DiscJuggler.cs
index 0919096e5..dfe050854 100644
--- a/Aaru.Images/DiscJuggler/DiscJuggler.cs
+++ b/Aaru.Images/DiscJuggler/DiscJuggler.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/DiscJuggler/Helpers.cs b/Aaru.Images/DiscJuggler/Helpers.cs
index 8dc0cf6ae..faf36689d 100644
--- a/Aaru.Images/DiscJuggler/Helpers.cs
+++ b/Aaru.Images/DiscJuggler/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Images/DiscJuggler/Identify.cs b/Aaru.Images/DiscJuggler/Identify.cs
index adc3ccf81..70e7d2555 100644
--- a/Aaru.Images/DiscJuggler/Identify.cs
+++ b/Aaru.Images/DiscJuggler/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiscJuggler/Properties.cs b/Aaru.Images/DiscJuggler/Properties.cs
index 412e35538..459211d13 100644
--- a/Aaru.Images/DiscJuggler/Properties.cs
+++ b/Aaru.Images/DiscJuggler/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiscJuggler/Read.cs b/Aaru.Images/DiscJuggler/Read.cs
index af9f4e01d..0bcc8d316 100644
--- a/Aaru.Images/DiscJuggler/Read.cs
+++ b/Aaru.Images/DiscJuggler/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiscJuggler/Verify.cs b/Aaru.Images/DiscJuggler/Verify.cs
index 3f841268f..e19e8ac7d 100644
--- a/Aaru.Images/DiscJuggler/Verify.cs
+++ b/Aaru.Images/DiscJuggler/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiskCopy42/Constants.cs b/Aaru.Images/DiskCopy42/Constants.cs
index 287a196de..a801905a8 100644
--- a/Aaru.Images/DiskCopy42/Constants.cs
+++ b/Aaru.Images/DiskCopy42/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable InconsistentNaming
diff --git a/Aaru.Images/DiskCopy42/DiskCopy42.cs b/Aaru.Images/DiskCopy42/DiskCopy42.cs
index a2585e8fe..84b405e4f 100644
--- a/Aaru.Images/DiskCopy42/DiskCopy42.cs
+++ b/Aaru.Images/DiskCopy42/DiskCopy42.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/DiskCopy42/Helpers.cs b/Aaru.Images/DiskCopy42/Helpers.cs
index 11f9a300f..0058e2ce5 100644
--- a/Aaru.Images/DiskCopy42/Helpers.cs
+++ b/Aaru.Images/DiskCopy42/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/DiskCopy42/Identify.cs b/Aaru.Images/DiskCopy42/Identify.cs
index f671e32ad..142781719 100644
--- a/Aaru.Images/DiskCopy42/Identify.cs
+++ b/Aaru.Images/DiskCopy42/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiskCopy42/Properties.cs b/Aaru.Images/DiskCopy42/Properties.cs
index a9c589d35..8b11fb0cf 100644
--- a/Aaru.Images/DiskCopy42/Properties.cs
+++ b/Aaru.Images/DiskCopy42/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiskCopy42/Read.cs b/Aaru.Images/DiskCopy42/Read.cs
index 3fdc8c6e3..d9e1c99e8 100644
--- a/Aaru.Images/DiskCopy42/Read.cs
+++ b/Aaru.Images/DiskCopy42/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiskCopy42/Structs.cs b/Aaru.Images/DiskCopy42/Structs.cs
index 178929ba6..f0bffde25 100644
--- a/Aaru.Images/DiskCopy42/Structs.cs
+++ b/Aaru.Images/DiskCopy42/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/DiskCopy42/Unsupported.cs b/Aaru.Images/DiskCopy42/Unsupported.cs
index ba3364547..751de8ef7 100644
--- a/Aaru.Images/DiskCopy42/Unsupported.cs
+++ b/Aaru.Images/DiskCopy42/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/DiskCopy42/Verify.cs b/Aaru.Images/DiskCopy42/Verify.cs
index 93de9cb5e..1f9bc17ea 100644
--- a/Aaru.Images/DiskCopy42/Verify.cs
+++ b/Aaru.Images/DiskCopy42/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DiskCopy42/Write.cs b/Aaru.Images/DiskCopy42/Write.cs
index 6a5c4cb76..73ed730c5 100644
--- a/Aaru.Images/DiskCopy42/Write.cs
+++ b/Aaru.Images/DiskCopy42/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/DiskDupe/Constants.cs b/Aaru.Images/DiskDupe/Constants.cs
index 45e88015e..ea44b3185 100644
--- a/Aaru.Images/DiskDupe/Constants.cs
+++ b/Aaru.Images/DiskDupe/Constants.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/DiskDupe/DiskDupe.cs b/Aaru.Images/DiskDupe/DiskDupe.cs
index 9f977fadf..6521584d2 100644
--- a/Aaru.Images/DiskDupe/DiskDupe.cs
+++ b/Aaru.Images/DiskDupe/DiskDupe.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
/* Some information on the file format from Michal Necasek (www.os2museum.com):
diff --git a/Aaru.Images/DiskDupe/Helpers.cs b/Aaru.Images/DiskDupe/Helpers.cs
index 8792665e1..19173dfda 100644
--- a/Aaru.Images/DiskDupe/Helpers.cs
+++ b/Aaru.Images/DiskDupe/Helpers.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DiskDupe/Identify.cs b/Aaru.Images/DiskDupe/Identify.cs
index 46417f5cf..682a1da2a 100644
--- a/Aaru.Images/DiskDupe/Identify.cs
+++ b/Aaru.Images/DiskDupe/Identify.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DiskDupe/Properties.cs b/Aaru.Images/DiskDupe/Properties.cs
index 16f0ef8a8..ac844e095 100644
--- a/Aaru.Images/DiskDupe/Properties.cs
+++ b/Aaru.Images/DiskDupe/Properties.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiskDupe/Read.cs b/Aaru.Images/DiskDupe/Read.cs
index e41921cd7..31ff437ed 100644
--- a/Aaru.Images/DiskDupe/Read.cs
+++ b/Aaru.Images/DiskDupe/Read.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DiskDupe/Structs.cs b/Aaru.Images/DiskDupe/Structs.cs
index 156e35067..349da985c 100644
--- a/Aaru.Images/DiskDupe/Structs.cs
+++ b/Aaru.Images/DiskDupe/Structs.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/DiskDupe/Unsupported.cs b/Aaru.Images/DiskDupe/Unsupported.cs
index e90462587..ede41f53a 100644
--- a/Aaru.Images/DiskDupe/Unsupported.cs
+++ b/Aaru.Images/DiskDupe/Unsupported.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/DriDiskCopy/Constants.cs b/Aaru.Images/DriDiskCopy/Constants.cs
index 0287aa193..b7399f133 100644
--- a/Aaru.Images/DriDiskCopy/Constants.cs
+++ b/Aaru.Images/DriDiskCopy/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/DriDiskCopy/DriDiskCopy.cs b/Aaru.Images/DriDiskCopy/DriDiskCopy.cs
index d3f4be529..e52fb599d 100644
--- a/Aaru.Images/DriDiskCopy/DriDiskCopy.cs
+++ b/Aaru.Images/DriDiskCopy/DriDiskCopy.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/DriDiskCopy/Enums.cs b/Aaru.Images/DriDiskCopy/Enums.cs
index 43435d4aa..27a27c3f3 100644
--- a/Aaru.Images/DriDiskCopy/Enums.cs
+++ b/Aaru.Images/DriDiskCopy/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/DriDiskCopy/Identify.cs b/Aaru.Images/DriDiskCopy/Identify.cs
index 3c4532e63..8668f68ae 100644
--- a/Aaru.Images/DriDiskCopy/Identify.cs
+++ b/Aaru.Images/DriDiskCopy/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DriDiskCopy/Properties.cs b/Aaru.Images/DriDiskCopy/Properties.cs
index 2ff3a92af..d43fb2806 100644
--- a/Aaru.Images/DriDiskCopy/Properties.cs
+++ b/Aaru.Images/DriDiskCopy/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/DriDiskCopy/Read.cs b/Aaru.Images/DriDiskCopy/Read.cs
index 0a2dc57a6..c0a1f2509 100644
--- a/Aaru.Images/DriDiskCopy/Read.cs
+++ b/Aaru.Images/DriDiskCopy/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/DriDiskCopy/Structs.cs b/Aaru.Images/DriDiskCopy/Structs.cs
index 57f8517f4..ac2aa05b9 100644
--- a/Aaru.Images/DriDiskCopy/Structs.cs
+++ b/Aaru.Images/DriDiskCopy/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/DriDiskCopy/Unsupported.cs b/Aaru.Images/DriDiskCopy/Unsupported.cs
index ec878ffe8..447aad72f 100644
--- a/Aaru.Images/DriDiskCopy/Unsupported.cs
+++ b/Aaru.Images/DriDiskCopy/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/DriDiskCopy/Write.cs b/Aaru.Images/DriDiskCopy/Write.cs
index a9d70f506..3a9e43943 100644
--- a/Aaru.Images/DriDiskCopy/Write.cs
+++ b/Aaru.Images/DriDiskCopy/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/GDI/Constants.cs b/Aaru.Images/GDI/Constants.cs
index 1e49fec4b..3f0568e7a 100644
--- a/Aaru.Images/GDI/Constants.cs
+++ b/Aaru.Images/GDI/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/GDI/GDI.cs b/Aaru.Images/GDI/GDI.cs
index eff52d410..143c6c0b2 100644
--- a/Aaru.Images/GDI/GDI.cs
+++ b/Aaru.Images/GDI/GDI.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/GDI/Identify.cs b/Aaru.Images/GDI/Identify.cs
index 55bcc3bfd..284a4536a 100644
--- a/Aaru.Images/GDI/Identify.cs
+++ b/Aaru.Images/GDI/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/GDI/Properties.cs b/Aaru.Images/GDI/Properties.cs
index ea7046711..74e77cae1 100644
--- a/Aaru.Images/GDI/Properties.cs
+++ b/Aaru.Images/GDI/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/GDI/Read.cs b/Aaru.Images/GDI/Read.cs
index f58ef89b7..a274891a9 100644
--- a/Aaru.Images/GDI/Read.cs
+++ b/Aaru.Images/GDI/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/GDI/Structs.cs b/Aaru.Images/GDI/Structs.cs
index 0a8e5bf39..09e821f7f 100644
--- a/Aaru.Images/GDI/Structs.cs
+++ b/Aaru.Images/GDI/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/GDI/Unsupported.cs b/Aaru.Images/GDI/Unsupported.cs
index 9d9319635..9d8139c30 100644
--- a/Aaru.Images/GDI/Unsupported.cs
+++ b/Aaru.Images/GDI/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/GDI/Verify.cs b/Aaru.Images/GDI/Verify.cs
index 5ca1c8500..c185f0243 100644
--- a/Aaru.Images/GDI/Verify.cs
+++ b/Aaru.Images/GDI/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/HDCopy/HDCopy.cs b/Aaru.Images/HDCopy/HDCopy.cs
index d8afcf065..80245b2d0 100644
--- a/Aaru.Images/HDCopy/HDCopy.cs
+++ b/Aaru.Images/HDCopy/HDCopy.cs
@@ -28,7 +28,7 @@
//
// ----------------------------------------------------------------------------
// Copyright © 2017 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
/* Some information on the file format from Michal Necasek (www.os2museum.com):
diff --git a/Aaru.Images/HDCopy/Helpers.cs b/Aaru.Images/HDCopy/Helpers.cs
index 84fe70ecb..15a2679f3 100644
--- a/Aaru.Images/HDCopy/Helpers.cs
+++ b/Aaru.Images/HDCopy/Helpers.cs
@@ -28,7 +28,7 @@
//
// ----------------------------------------------------------------------------
// Copyright © 2017 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/HDCopy/Identify.cs b/Aaru.Images/HDCopy/Identify.cs
index f280de120..e018b7ad6 100644
--- a/Aaru.Images/HDCopy/Identify.cs
+++ b/Aaru.Images/HDCopy/Identify.cs
@@ -28,7 +28,7 @@
//
// ----------------------------------------------------------------------------
// Copyright © 2017 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/HDCopy/Properties.cs b/Aaru.Images/HDCopy/Properties.cs
index f4efc9e80..a0bd0fbe8 100644
--- a/Aaru.Images/HDCopy/Properties.cs
+++ b/Aaru.Images/HDCopy/Properties.cs
@@ -28,7 +28,7 @@
//
// ----------------------------------------------------------------------------
// Copyright © 2017 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/HDCopy/Read.cs b/Aaru.Images/HDCopy/Read.cs
index 9f65a9c2c..ec673f04f 100644
--- a/Aaru.Images/HDCopy/Read.cs
+++ b/Aaru.Images/HDCopy/Read.cs
@@ -28,7 +28,7 @@
//
// ----------------------------------------------------------------------------
// Copyright © 2017 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/HDCopy/Structs.cs b/Aaru.Images/HDCopy/Structs.cs
index f784108ee..80c08f791 100644
--- a/Aaru.Images/HDCopy/Structs.cs
+++ b/Aaru.Images/HDCopy/Structs.cs
@@ -28,7 +28,7 @@
//
// ----------------------------------------------------------------------------
// Copyright © 2017 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/HDCopy/Unsupported.cs b/Aaru.Images/HDCopy/Unsupported.cs
index 9ef0e4424..afb421af7 100644
--- a/Aaru.Images/HDCopy/Unsupported.cs
+++ b/Aaru.Images/HDCopy/Unsupported.cs
@@ -28,7 +28,7 @@
//
// ----------------------------------------------------------------------------
// Copyright © 2017 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/IMD/Constants.cs b/Aaru.Images/IMD/Constants.cs
index 4d0056986..bc78a768d 100644
--- a/Aaru.Images/IMD/Constants.cs
+++ b/Aaru.Images/IMD/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/IMD/Enums.cs b/Aaru.Images/IMD/Enums.cs
index 57e47aa3b..02047f79a 100644
--- a/Aaru.Images/IMD/Enums.cs
+++ b/Aaru.Images/IMD/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/IMD/IMD.cs b/Aaru.Images/IMD/IMD.cs
index 1b4f98e24..07a5b9b81 100644
--- a/Aaru.Images/IMD/IMD.cs
+++ b/Aaru.Images/IMD/IMD.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/IMD/Identify.cs b/Aaru.Images/IMD/Identify.cs
index ee74eaa11..57d35a6a4 100644
--- a/Aaru.Images/IMD/Identify.cs
+++ b/Aaru.Images/IMD/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/IMD/Properties.cs b/Aaru.Images/IMD/Properties.cs
index 4f778af99..e8c67ade0 100644
--- a/Aaru.Images/IMD/Properties.cs
+++ b/Aaru.Images/IMD/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/IMD/Read.cs b/Aaru.Images/IMD/Read.cs
index ac3fdfb73..1425c721a 100644
--- a/Aaru.Images/IMD/Read.cs
+++ b/Aaru.Images/IMD/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/IMD/Unsupported.cs b/Aaru.Images/IMD/Unsupported.cs
index 3b2e1e436..d89cbd54c 100644
--- a/Aaru.Images/IMD/Unsupported.cs
+++ b/Aaru.Images/IMD/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/KryoFlux/Constants.cs b/Aaru.Images/KryoFlux/Constants.cs
index e0fbbee95..bfb521161 100644
--- a/Aaru.Images/KryoFlux/Constants.cs
+++ b/Aaru.Images/KryoFlux/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/KryoFlux/Enums.cs b/Aaru.Images/KryoFlux/Enums.cs
index f2cfdb893..3e6f57c9c 100644
--- a/Aaru.Images/KryoFlux/Enums.cs
+++ b/Aaru.Images/KryoFlux/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/KryoFlux/Identify.cs b/Aaru.Images/KryoFlux/Identify.cs
index 0e83176c5..21091db96 100644
--- a/Aaru.Images/KryoFlux/Identify.cs
+++ b/Aaru.Images/KryoFlux/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/KryoFlux/KryoFlux.cs b/Aaru.Images/KryoFlux/KryoFlux.cs
index 258d1480e..79914104c 100644
--- a/Aaru.Images/KryoFlux/KryoFlux.cs
+++ b/Aaru.Images/KryoFlux/KryoFlux.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/KryoFlux/Properties.cs b/Aaru.Images/KryoFlux/Properties.cs
index 90d90fa88..43196d29d 100644
--- a/Aaru.Images/KryoFlux/Properties.cs
+++ b/Aaru.Images/KryoFlux/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/KryoFlux/Read.cs b/Aaru.Images/KryoFlux/Read.cs
index fe2ddc3aa..4a50c9259 100644
--- a/Aaru.Images/KryoFlux/Read.cs
+++ b/Aaru.Images/KryoFlux/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/KryoFlux/Structs.cs b/Aaru.Images/KryoFlux/Structs.cs
index 43c014bcf..04d323a69 100644
--- a/Aaru.Images/KryoFlux/Structs.cs
+++ b/Aaru.Images/KryoFlux/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/KryoFlux/Verify.cs b/Aaru.Images/KryoFlux/Verify.cs
index fa9c08d23..1a5bdb46d 100644
--- a/Aaru.Images/KryoFlux/Verify.cs
+++ b/Aaru.Images/KryoFlux/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/MaxiDisk/Enums.cs b/Aaru.Images/MaxiDisk/Enums.cs
index 7d75d6569..58c83d69e 100644
--- a/Aaru.Images/MaxiDisk/Enums.cs
+++ b/Aaru.Images/MaxiDisk/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/MaxiDisk/Identify.cs b/Aaru.Images/MaxiDisk/Identify.cs
index 3b02898f5..394f4a9e4 100644
--- a/Aaru.Images/MaxiDisk/Identify.cs
+++ b/Aaru.Images/MaxiDisk/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/MaxiDisk/MaxiDisk.cs b/Aaru.Images/MaxiDisk/MaxiDisk.cs
index 67041e751..05f849397 100644
--- a/Aaru.Images/MaxiDisk/MaxiDisk.cs
+++ b/Aaru.Images/MaxiDisk/MaxiDisk.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/MaxiDisk/Properties.cs b/Aaru.Images/MaxiDisk/Properties.cs
index 512453cc5..e0c4267e0 100644
--- a/Aaru.Images/MaxiDisk/Properties.cs
+++ b/Aaru.Images/MaxiDisk/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/MaxiDisk/Read.cs b/Aaru.Images/MaxiDisk/Read.cs
index 1a1b8cfba..0f406576f 100644
--- a/Aaru.Images/MaxiDisk/Read.cs
+++ b/Aaru.Images/MaxiDisk/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/MaxiDisk/Structs.cs b/Aaru.Images/MaxiDisk/Structs.cs
index f8d40a4f6..00da1de11 100644
--- a/Aaru.Images/MaxiDisk/Structs.cs
+++ b/Aaru.Images/MaxiDisk/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/MaxiDisk/Unsupported.cs b/Aaru.Images/MaxiDisk/Unsupported.cs
index 497c0e06c..0cc5327d7 100644
--- a/Aaru.Images/MaxiDisk/Unsupported.cs
+++ b/Aaru.Images/MaxiDisk/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/MaxiDisk/Write.cs b/Aaru.Images/MaxiDisk/Write.cs
index b5fe7f3a9..eddd8a650 100644
--- a/Aaru.Images/MaxiDisk/Write.cs
+++ b/Aaru.Images/MaxiDisk/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/NDIF/Constants.cs b/Aaru.Images/NDIF/Constants.cs
index 85f3a1fb8..a5bd01e50 100644
--- a/Aaru.Images/NDIF/Constants.cs
+++ b/Aaru.Images/NDIF/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/NDIF/Identify.cs b/Aaru.Images/NDIF/Identify.cs
index e40f529b1..aaa8fb9ce 100644
--- a/Aaru.Images/NDIF/Identify.cs
+++ b/Aaru.Images/NDIF/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/NDIF/NDIF.cs b/Aaru.Images/NDIF/NDIF.cs
index 734575ebc..c7119c7fc 100644
--- a/Aaru.Images/NDIF/NDIF.cs
+++ b/Aaru.Images/NDIF/NDIF.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/NDIF/Properties.cs b/Aaru.Images/NDIF/Properties.cs
index b9e09fe8d..23cc3c82d 100644
--- a/Aaru.Images/NDIF/Properties.cs
+++ b/Aaru.Images/NDIF/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/NDIF/Read.cs b/Aaru.Images/NDIF/Read.cs
index 7d924f8d0..065ac1bcd 100644
--- a/Aaru.Images/NDIF/Read.cs
+++ b/Aaru.Images/NDIF/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/NDIF/Structs.cs b/Aaru.Images/NDIF/Structs.cs
index ed0ba53f9..9b22f4ec6 100644
--- a/Aaru.Images/NDIF/Structs.cs
+++ b/Aaru.Images/NDIF/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/NDIF/Unsupported.cs b/Aaru.Images/NDIF/Unsupported.cs
index 8ad9f711d..29aeda6e2 100644
--- a/Aaru.Images/NDIF/Unsupported.cs
+++ b/Aaru.Images/NDIF/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/NHDr0/Constants.cs b/Aaru.Images/NHDr0/Constants.cs
index 796073442..f230af63f 100644
--- a/Aaru.Images/NHDr0/Constants.cs
+++ b/Aaru.Images/NHDr0/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/NHDr0/Identify.cs b/Aaru.Images/NHDr0/Identify.cs
index db31751b2..4281e3a3f 100644
--- a/Aaru.Images/NHDr0/Identify.cs
+++ b/Aaru.Images/NHDr0/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/NHDr0/NHDr0.cs b/Aaru.Images/NHDr0/NHDr0.cs
index 48fd7510c..f01d03723 100644
--- a/Aaru.Images/NHDr0/NHDr0.cs
+++ b/Aaru.Images/NHDr0/NHDr0.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/NHDr0/Properties.cs b/Aaru.Images/NHDr0/Properties.cs
index 642843665..cc9627276 100644
--- a/Aaru.Images/NHDr0/Properties.cs
+++ b/Aaru.Images/NHDr0/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/NHDr0/Read.cs b/Aaru.Images/NHDr0/Read.cs
index 9b919189a..7b807533e 100644
--- a/Aaru.Images/NHDr0/Read.cs
+++ b/Aaru.Images/NHDr0/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/NHDr0/Structs.cs b/Aaru.Images/NHDr0/Structs.cs
index db61fe078..1f8b527a1 100644
--- a/Aaru.Images/NHDr0/Structs.cs
+++ b/Aaru.Images/NHDr0/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/NHDr0/Unsupported.cs b/Aaru.Images/NHDr0/Unsupported.cs
index 0b3b5fc14..04aaff82a 100644
--- a/Aaru.Images/NHDr0/Unsupported.cs
+++ b/Aaru.Images/NHDr0/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/NHDr0/Write.cs b/Aaru.Images/NHDr0/Write.cs
index 11da0d960..620b7fa39 100644
--- a/Aaru.Images/NHDr0/Write.cs
+++ b/Aaru.Images/NHDr0/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Nero/Constants.cs b/Aaru.Images/Nero/Constants.cs
index 504ff1d30..dbff4a773 100644
--- a/Aaru.Images/Nero/Constants.cs
+++ b/Aaru.Images/Nero/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Nero/Enums.cs b/Aaru.Images/Nero/Enums.cs
index f47ba0982..3125b1712 100644
--- a/Aaru.Images/Nero/Enums.cs
+++ b/Aaru.Images/Nero/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Nero/Helpers.cs b/Aaru.Images/Nero/Helpers.cs
index bc36c02b5..aa4f420ba 100644
--- a/Aaru.Images/Nero/Helpers.cs
+++ b/Aaru.Images/Nero/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Nero/Identify.cs b/Aaru.Images/Nero/Identify.cs
index 2c6bfa8fd..26c3051f9 100644
--- a/Aaru.Images/Nero/Identify.cs
+++ b/Aaru.Images/Nero/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Nero/Nero.cs b/Aaru.Images/Nero/Nero.cs
index 286b10bd2..81f7a083e 100644
--- a/Aaru.Images/Nero/Nero.cs
+++ b/Aaru.Images/Nero/Nero.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Nero/Properties.cs b/Aaru.Images/Nero/Properties.cs
index 821b63b86..6c22671fe 100644
--- a/Aaru.Images/Nero/Properties.cs
+++ b/Aaru.Images/Nero/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Nero/Read.cs b/Aaru.Images/Nero/Read.cs
index 8df2d5d1e..85a1f57ee 100644
--- a/Aaru.Images/Nero/Read.cs
+++ b/Aaru.Images/Nero/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Nero/Structs.cs b/Aaru.Images/Nero/Structs.cs
index 3b33aaf28..fa3b64cbf 100644
--- a/Aaru.Images/Nero/Structs.cs
+++ b/Aaru.Images/Nero/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Images/Nero/Verify.cs b/Aaru.Images/Nero/Verify.cs
index 31fd5d7c8..484231a76 100644
--- a/Aaru.Images/Nero/Verify.cs
+++ b/Aaru.Images/Nero/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Parallels/Constants.cs b/Aaru.Images/Parallels/Constants.cs
index 1c81b5b8c..d993f0650 100644
--- a/Aaru.Images/Parallels/Constants.cs
+++ b/Aaru.Images/Parallels/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/Parallels/Identify.cs b/Aaru.Images/Parallels/Identify.cs
index c82ae7284..311474716 100644
--- a/Aaru.Images/Parallels/Identify.cs
+++ b/Aaru.Images/Parallels/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Parallels/Parallels.cs b/Aaru.Images/Parallels/Parallels.cs
index 896cbe745..90608dad8 100644
--- a/Aaru.Images/Parallels/Parallels.cs
+++ b/Aaru.Images/Parallels/Parallels.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Images/Parallels/Properties.cs b/Aaru.Images/Parallels/Properties.cs
index b0a2fb557..8aeeaa3e0 100644
--- a/Aaru.Images/Parallels/Properties.cs
+++ b/Aaru.Images/Parallels/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Parallels/Read.cs b/Aaru.Images/Parallels/Read.cs
index 4e4a7c954..34b7067bc 100644
--- a/Aaru.Images/Parallels/Read.cs
+++ b/Aaru.Images/Parallels/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Parallels/Structs.cs b/Aaru.Images/Parallels/Structs.cs
index f43b45b51..31850585e 100644
--- a/Aaru.Images/Parallels/Structs.cs
+++ b/Aaru.Images/Parallels/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/Parallels/Unsupported.cs b/Aaru.Images/Parallels/Unsupported.cs
index 49e05a183..599870ce0 100644
--- a/Aaru.Images/Parallels/Unsupported.cs
+++ b/Aaru.Images/Parallels/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Parallels/Write.cs b/Aaru.Images/Parallels/Write.cs
index 06aeddbf4..eac10b3bc 100644
--- a/Aaru.Images/Parallels/Write.cs
+++ b/Aaru.Images/Parallels/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/PartClone/Constants.cs b/Aaru.Images/PartClone/Constants.cs
index e806ecb43..9cb63e6af 100644
--- a/Aaru.Images/PartClone/Constants.cs
+++ b/Aaru.Images/PartClone/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/PartClone/Helpers.cs b/Aaru.Images/PartClone/Helpers.cs
index f9b07982d..761970a64 100644
--- a/Aaru.Images/PartClone/Helpers.cs
+++ b/Aaru.Images/PartClone/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/PartClone/Identify.cs b/Aaru.Images/PartClone/Identify.cs
index 97f456ea0..dd0bf9e61 100644
--- a/Aaru.Images/PartClone/Identify.cs
+++ b/Aaru.Images/PartClone/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/PartClone/PartClone.cs b/Aaru.Images/PartClone/PartClone.cs
index 9c99909d3..5631973e6 100644
--- a/Aaru.Images/PartClone/PartClone.cs
+++ b/Aaru.Images/PartClone/PartClone.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/PartClone/Properties.cs b/Aaru.Images/PartClone/Properties.cs
index a7fd75267..ef2147783 100644
--- a/Aaru.Images/PartClone/Properties.cs
+++ b/Aaru.Images/PartClone/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/PartClone/Read.cs b/Aaru.Images/PartClone/Read.cs
index ce407ba9d..adecf92be 100644
--- a/Aaru.Images/PartClone/Read.cs
+++ b/Aaru.Images/PartClone/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/PartClone/Structs.cs b/Aaru.Images/PartClone/Structs.cs
index 362b03f68..3874f6ebc 100644
--- a/Aaru.Images/PartClone/Structs.cs
+++ b/Aaru.Images/PartClone/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/PartClone/Unsupported.cs b/Aaru.Images/PartClone/Unsupported.cs
index d6ee9f889..2d3b5305b 100644
--- a/Aaru.Images/PartClone/Unsupported.cs
+++ b/Aaru.Images/PartClone/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/PartClone/Verify.cs b/Aaru.Images/PartClone/Verify.cs
index a5859ad14..2afba076f 100644
--- a/Aaru.Images/PartClone/Verify.cs
+++ b/Aaru.Images/PartClone/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Partimage/Constants.cs b/Aaru.Images/Partimage/Constants.cs
index 51b2f5215..86301767f 100644
--- a/Aaru.Images/Partimage/Constants.cs
+++ b/Aaru.Images/Partimage/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/Partimage/Enums.cs b/Aaru.Images/Partimage/Enums.cs
index f5d0abe9e..434999bf1 100644
--- a/Aaru.Images/Partimage/Enums.cs
+++ b/Aaru.Images/Partimage/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/Partimage/Helpers.cs b/Aaru.Images/Partimage/Helpers.cs
index 4633a16d9..0f15502c6 100644
--- a/Aaru.Images/Partimage/Helpers.cs
+++ b/Aaru.Images/Partimage/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Partimage/Identify.cs b/Aaru.Images/Partimage/Identify.cs
index 026f0f965..db13ddd15 100644
--- a/Aaru.Images/Partimage/Identify.cs
+++ b/Aaru.Images/Partimage/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Partimage/Partimage.cs b/Aaru.Images/Partimage/Partimage.cs
index e8a08229d..64d353435 100644
--- a/Aaru.Images/Partimage/Partimage.cs
+++ b/Aaru.Images/Partimage/Partimage.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Partimage/Properties.cs b/Aaru.Images/Partimage/Properties.cs
index 7dc756147..500216279 100644
--- a/Aaru.Images/Partimage/Properties.cs
+++ b/Aaru.Images/Partimage/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Partimage/Read.cs b/Aaru.Images/Partimage/Read.cs
index 3cf176a65..4a302c4ac 100644
--- a/Aaru.Images/Partimage/Read.cs
+++ b/Aaru.Images/Partimage/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Partimage/Structs.cs b/Aaru.Images/Partimage/Structs.cs
index 114bd9821..2822a34ff 100644
--- a/Aaru.Images/Partimage/Structs.cs
+++ b/Aaru.Images/Partimage/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/Partimage/Unsupported.cs b/Aaru.Images/Partimage/Unsupported.cs
index 21a74544b..c2cb9dc2a 100644
--- a/Aaru.Images/Partimage/Unsupported.cs
+++ b/Aaru.Images/Partimage/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Partimage/Verify.cs b/Aaru.Images/Partimage/Verify.cs
index d0ecfd925..2deeb8f0f 100644
--- a/Aaru.Images/Partimage/Verify.cs
+++ b/Aaru.Images/Partimage/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/QCOW/Constants.cs b/Aaru.Images/QCOW/Constants.cs
index 9dd2652ff..be9047c28 100644
--- a/Aaru.Images/QCOW/Constants.cs
+++ b/Aaru.Images/QCOW/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/QCOW/Identify.cs b/Aaru.Images/QCOW/Identify.cs
index ba6be207b..7b06640f5 100644
--- a/Aaru.Images/QCOW/Identify.cs
+++ b/Aaru.Images/QCOW/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/QCOW/Properties.cs b/Aaru.Images/QCOW/Properties.cs
index cf9bfd261..c0be0ea60 100644
--- a/Aaru.Images/QCOW/Properties.cs
+++ b/Aaru.Images/QCOW/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QCOW/QCOW.cs b/Aaru.Images/QCOW/QCOW.cs
index a6235605d..7b1d77f4c 100644
--- a/Aaru.Images/QCOW/QCOW.cs
+++ b/Aaru.Images/QCOW/QCOW.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/QCOW/Read.cs b/Aaru.Images/QCOW/Read.cs
index da23e6086..a8318339b 100644
--- a/Aaru.Images/QCOW/Read.cs
+++ b/Aaru.Images/QCOW/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QCOW/Structs.cs b/Aaru.Images/QCOW/Structs.cs
index d2bee2a0a..e15f4551a 100644
--- a/Aaru.Images/QCOW/Structs.cs
+++ b/Aaru.Images/QCOW/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/QCOW/Unsupported.cs b/Aaru.Images/QCOW/Unsupported.cs
index c2453723c..1fc31a361 100644
--- a/Aaru.Images/QCOW/Unsupported.cs
+++ b/Aaru.Images/QCOW/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/QCOW/Write.cs b/Aaru.Images/QCOW/Write.cs
index d26c650bd..1e8d9a58f 100644
--- a/Aaru.Images/QCOW/Write.cs
+++ b/Aaru.Images/QCOW/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QCOW2/Constants.cs b/Aaru.Images/QCOW2/Constants.cs
index 89fac536f..8e6b87169 100644
--- a/Aaru.Images/QCOW2/Constants.cs
+++ b/Aaru.Images/QCOW2/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/QCOW2/Identify.cs b/Aaru.Images/QCOW2/Identify.cs
index a81b0595f..de3600d66 100644
--- a/Aaru.Images/QCOW2/Identify.cs
+++ b/Aaru.Images/QCOW2/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/QCOW2/Properties.cs b/Aaru.Images/QCOW2/Properties.cs
index 1897d88d0..24a455a0d 100644
--- a/Aaru.Images/QCOW2/Properties.cs
+++ b/Aaru.Images/QCOW2/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QCOW2/QCOW2.cs b/Aaru.Images/QCOW2/QCOW2.cs
index 6ec0c69a0..5672343a2 100644
--- a/Aaru.Images/QCOW2/QCOW2.cs
+++ b/Aaru.Images/QCOW2/QCOW2.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/QCOW2/Read.cs b/Aaru.Images/QCOW2/Read.cs
index 571de898f..ccedf0cca 100644
--- a/Aaru.Images/QCOW2/Read.cs
+++ b/Aaru.Images/QCOW2/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QCOW2/Structs.cs b/Aaru.Images/QCOW2/Structs.cs
index 4980d1551..d26a7b8ba 100644
--- a/Aaru.Images/QCOW2/Structs.cs
+++ b/Aaru.Images/QCOW2/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/QCOW2/Unsupported.cs b/Aaru.Images/QCOW2/Unsupported.cs
index 23b9a588d..bd4bd0847 100644
--- a/Aaru.Images/QCOW2/Unsupported.cs
+++ b/Aaru.Images/QCOW2/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/QCOW2/Write.cs b/Aaru.Images/QCOW2/Write.cs
index 5c0745bdc..34fddcf3f 100644
--- a/Aaru.Images/QCOW2/Write.cs
+++ b/Aaru.Images/QCOW2/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QED/Constants.cs b/Aaru.Images/QED/Constants.cs
index 6881a384b..d6f49e8f7 100644
--- a/Aaru.Images/QED/Constants.cs
+++ b/Aaru.Images/QED/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/QED/Helpers.cs b/Aaru.Images/QED/Helpers.cs
index 220eb4b05..22a34202a 100644
--- a/Aaru.Images/QED/Helpers.cs
+++ b/Aaru.Images/QED/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/QED/Identify.cs b/Aaru.Images/QED/Identify.cs
index e3eb1c4f8..0bc2705eb 100644
--- a/Aaru.Images/QED/Identify.cs
+++ b/Aaru.Images/QED/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/QED/Properties.cs b/Aaru.Images/QED/Properties.cs
index 11fdadc74..e400da13e 100644
--- a/Aaru.Images/QED/Properties.cs
+++ b/Aaru.Images/QED/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QED/QED.cs b/Aaru.Images/QED/QED.cs
index 4c32d824d..986885c64 100644
--- a/Aaru.Images/QED/QED.cs
+++ b/Aaru.Images/QED/QED.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/QED/Read.cs b/Aaru.Images/QED/Read.cs
index 21b2b86fd..9704d486a 100644
--- a/Aaru.Images/QED/Read.cs
+++ b/Aaru.Images/QED/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/QED/Structs.cs b/Aaru.Images/QED/Structs.cs
index 0d40a9b6e..83b0a842c 100644
--- a/Aaru.Images/QED/Structs.cs
+++ b/Aaru.Images/QED/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/QED/Unsupported.cs b/Aaru.Images/QED/Unsupported.cs
index 2cbce8ce6..e74649c9a 100644
--- a/Aaru.Images/QED/Unsupported.cs
+++ b/Aaru.Images/QED/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/QED/Write.cs b/Aaru.Images/QED/Write.cs
index b77037308..a22fbab68 100644
--- a/Aaru.Images/QED/Write.cs
+++ b/Aaru.Images/QED/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/RayDIM/Constants.cs b/Aaru.Images/RayDIM/Constants.cs
index 78c85a880..6841b65ef 100644
--- a/Aaru.Images/RayDIM/Constants.cs
+++ b/Aaru.Images/RayDIM/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/RayDIM/Enums.cs b/Aaru.Images/RayDIM/Enums.cs
index 85f00f34f..ee10579d4 100644
--- a/Aaru.Images/RayDIM/Enums.cs
+++ b/Aaru.Images/RayDIM/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/RayDIM/Identify.cs b/Aaru.Images/RayDIM/Identify.cs
index 794b85009..a3a3a3973 100644
--- a/Aaru.Images/RayDIM/Identify.cs
+++ b/Aaru.Images/RayDIM/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/RayDIM/Properties.cs b/Aaru.Images/RayDIM/Properties.cs
index de79bba6a..6a6ecca83 100644
--- a/Aaru.Images/RayDIM/Properties.cs
+++ b/Aaru.Images/RayDIM/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/RayDIM/RayDIM.cs b/Aaru.Images/RayDIM/RayDIM.cs
index 998887394..957c57699 100644
--- a/Aaru.Images/RayDIM/RayDIM.cs
+++ b/Aaru.Images/RayDIM/RayDIM.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/RayDIM/Read.cs b/Aaru.Images/RayDIM/Read.cs
index 12bb72d14..fc54ee9b1 100644
--- a/Aaru.Images/RayDIM/Read.cs
+++ b/Aaru.Images/RayDIM/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/RayDIM/Structs.cs b/Aaru.Images/RayDIM/Structs.cs
index 5c8f20ca1..52a035aa2 100644
--- a/Aaru.Images/RayDIM/Structs.cs
+++ b/Aaru.Images/RayDIM/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/RayDIM/Unsupported.cs b/Aaru.Images/RayDIM/Unsupported.cs
index 514143911..5aad56cc6 100644
--- a/Aaru.Images/RayDIM/Unsupported.cs
+++ b/Aaru.Images/RayDIM/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/RayDIM/Write.cs b/Aaru.Images/RayDIM/Write.cs
index 6e85dd01c..22424f80f 100644
--- a/Aaru.Images/RayDIM/Write.cs
+++ b/Aaru.Images/RayDIM/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Register.cs b/Aaru.Images/Register.cs
index 948238989..f66e3e8ca 100644
--- a/Aaru.Images/Register.cs
+++ b/Aaru.Images/Register.cs
@@ -33,7 +33,7 @@
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/RsIde/Constants.cs b/Aaru.Images/RsIde/Constants.cs
index 1b73fe419..1b7e3a5e5 100644
--- a/Aaru.Images/RsIde/Constants.cs
+++ b/Aaru.Images/RsIde/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/RsIde/Enums.cs b/Aaru.Images/RsIde/Enums.cs
index 4484d9e4e..f6a1ddcd6 100644
--- a/Aaru.Images/RsIde/Enums.cs
+++ b/Aaru.Images/RsIde/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/RsIde/Helpers.cs b/Aaru.Images/RsIde/Helpers.cs
index 686eafb82..7a49f8875 100644
--- a/Aaru.Images/RsIde/Helpers.cs
+++ b/Aaru.Images/RsIde/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/RsIde/Identify.cs b/Aaru.Images/RsIde/Identify.cs
index 18922a5c2..6d2d1005d 100644
--- a/Aaru.Images/RsIde/Identify.cs
+++ b/Aaru.Images/RsIde/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/RsIde/Properties.cs b/Aaru.Images/RsIde/Properties.cs
index 2d1ccb73b..52090490c 100644
--- a/Aaru.Images/RsIde/Properties.cs
+++ b/Aaru.Images/RsIde/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/RsIde/Read.cs b/Aaru.Images/RsIde/Read.cs
index 1bd64c5ec..b9f33ad1a 100644
--- a/Aaru.Images/RsIde/Read.cs
+++ b/Aaru.Images/RsIde/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/RsIde/RsIde.cs b/Aaru.Images/RsIde/RsIde.cs
index 489770a7e..307a08b6f 100644
--- a/Aaru.Images/RsIde/RsIde.cs
+++ b/Aaru.Images/RsIde/RsIde.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/RsIde/Structs.cs b/Aaru.Images/RsIde/Structs.cs
index 256dfc1a2..5ce38c81e 100644
--- a/Aaru.Images/RsIde/Structs.cs
+++ b/Aaru.Images/RsIde/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/RsIde/Unsupported.cs b/Aaru.Images/RsIde/Unsupported.cs
index 55a8fb7b5..133ef340d 100644
--- a/Aaru.Images/RsIde/Unsupported.cs
+++ b/Aaru.Images/RsIde/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/RsIde/Write.cs b/Aaru.Images/RsIde/Write.cs
index ece233cbe..e0c00e9da 100644
--- a/Aaru.Images/RsIde/Write.cs
+++ b/Aaru.Images/RsIde/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/SaveDskF/Constants.cs b/Aaru.Images/SaveDskF/Constants.cs
index b8eb8e12d..05f8f9b9b 100644
--- a/Aaru.Images/SaveDskF/Constants.cs
+++ b/Aaru.Images/SaveDskF/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/SaveDskF/Identify.cs b/Aaru.Images/SaveDskF/Identify.cs
index e94909575..7503c1fe8 100644
--- a/Aaru.Images/SaveDskF/Identify.cs
+++ b/Aaru.Images/SaveDskF/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/SaveDskF/Properties.cs b/Aaru.Images/SaveDskF/Properties.cs
index cfd79dd70..4570b4425 100644
--- a/Aaru.Images/SaveDskF/Properties.cs
+++ b/Aaru.Images/SaveDskF/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/SaveDskF/Read.cs b/Aaru.Images/SaveDskF/Read.cs
index 6758549e1..5f670b33f 100644
--- a/Aaru.Images/SaveDskF/Read.cs
+++ b/Aaru.Images/SaveDskF/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/SaveDskF/SaveDskF.cs b/Aaru.Images/SaveDskF/SaveDskF.cs
index 74023ab93..8cb3baff9 100644
--- a/Aaru.Images/SaveDskF/SaveDskF.cs
+++ b/Aaru.Images/SaveDskF/SaveDskF.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/SaveDskF/Structs.cs b/Aaru.Images/SaveDskF/Structs.cs
index 782a9de87..7e439ec87 100644
--- a/Aaru.Images/SaveDskF/Structs.cs
+++ b/Aaru.Images/SaveDskF/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/SaveDskF/Unsupported.cs b/Aaru.Images/SaveDskF/Unsupported.cs
index ff13756d8..8628ccd0d 100644
--- a/Aaru.Images/SaveDskF/Unsupported.cs
+++ b/Aaru.Images/SaveDskF/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/SaveDskF/Verify.cs b/Aaru.Images/SaveDskF/Verify.cs
index 86031af50..a3a20533a 100644
--- a/Aaru.Images/SaveDskF/Verify.cs
+++ b/Aaru.Images/SaveDskF/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/SaveDskF/Write.cs b/Aaru.Images/SaveDskF/Write.cs
index 8196d8202..08b620645 100644
--- a/Aaru.Images/SaveDskF/Write.cs
+++ b/Aaru.Images/SaveDskF/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/SuperCardPro/Constants.cs b/Aaru.Images/SuperCardPro/Constants.cs
index a7b1fe933..57c223e09 100644
--- a/Aaru.Images/SuperCardPro/Constants.cs
+++ b/Aaru.Images/SuperCardPro/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/SuperCardPro/Enums.cs b/Aaru.Images/SuperCardPro/Enums.cs
index 7aa1b12c2..24be535c1 100644
--- a/Aaru.Images/SuperCardPro/Enums.cs
+++ b/Aaru.Images/SuperCardPro/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/SuperCardPro/Helpers.cs b/Aaru.Images/SuperCardPro/Helpers.cs
index bebdaf795..9586467bf 100644
--- a/Aaru.Images/SuperCardPro/Helpers.cs
+++ b/Aaru.Images/SuperCardPro/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/SuperCardPro/Identify.cs b/Aaru.Images/SuperCardPro/Identify.cs
index 1ad2919ec..6c138ceee 100644
--- a/Aaru.Images/SuperCardPro/Identify.cs
+++ b/Aaru.Images/SuperCardPro/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/SuperCardPro/Properties.cs b/Aaru.Images/SuperCardPro/Properties.cs
index 1648003a2..12f64d152 100644
--- a/Aaru.Images/SuperCardPro/Properties.cs
+++ b/Aaru.Images/SuperCardPro/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/SuperCardPro/Read.cs b/Aaru.Images/SuperCardPro/Read.cs
index d700ce451..9e953e889 100644
--- a/Aaru.Images/SuperCardPro/Read.cs
+++ b/Aaru.Images/SuperCardPro/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/SuperCardPro/Structs.cs b/Aaru.Images/SuperCardPro/Structs.cs
index ec17e337d..91e04b8b0 100644
--- a/Aaru.Images/SuperCardPro/Structs.cs
+++ b/Aaru.Images/SuperCardPro/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/SuperCardPro/SuperCardPro.cs b/Aaru.Images/SuperCardPro/SuperCardPro.cs
index 991ebcf6f..db5c48699 100644
--- a/Aaru.Images/SuperCardPro/SuperCardPro.cs
+++ b/Aaru.Images/SuperCardPro/SuperCardPro.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/SuperCardPro/Verify.cs b/Aaru.Images/SuperCardPro/Verify.cs
index aa167e445..490ceb98b 100644
--- a/Aaru.Images/SuperCardPro/Verify.cs
+++ b/Aaru.Images/SuperCardPro/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/T98/Identify.cs b/Aaru.Images/T98/Identify.cs
index d0582c378..e029a9220 100644
--- a/Aaru.Images/T98/Identify.cs
+++ b/Aaru.Images/T98/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/T98/Properties.cs b/Aaru.Images/T98/Properties.cs
index a928adc16..f66b5c15f 100644
--- a/Aaru.Images/T98/Properties.cs
+++ b/Aaru.Images/T98/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/T98/Read.cs b/Aaru.Images/T98/Read.cs
index 44cc90dc0..0d2af8017 100644
--- a/Aaru.Images/T98/Read.cs
+++ b/Aaru.Images/T98/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/T98/T98.cs b/Aaru.Images/T98/T98.cs
index f6e5819dc..ce833637c 100644
--- a/Aaru.Images/T98/T98.cs
+++ b/Aaru.Images/T98/T98.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/T98/Unsupported.cs b/Aaru.Images/T98/Unsupported.cs
index 25e40f6e9..0529893fa 100644
--- a/Aaru.Images/T98/Unsupported.cs
+++ b/Aaru.Images/T98/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/T98/Write.cs b/Aaru.Images/T98/Write.cs
index 60a44c99d..3c65a13a9 100644
--- a/Aaru.Images/T98/Write.cs
+++ b/Aaru.Images/T98/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/TeleDisk/Constants.cs b/Aaru.Images/TeleDisk/Constants.cs
index 656d4a6dc..1c91020dd 100644
--- a/Aaru.Images/TeleDisk/Constants.cs
+++ b/Aaru.Images/TeleDisk/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/TeleDisk/Helpers.cs b/Aaru.Images/TeleDisk/Helpers.cs
index a3c9dca9a..a1905e382 100644
--- a/Aaru.Images/TeleDisk/Helpers.cs
+++ b/Aaru.Images/TeleDisk/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/TeleDisk/Identify.cs b/Aaru.Images/TeleDisk/Identify.cs
index 3b0cf19bb..53557ad22 100644
--- a/Aaru.Images/TeleDisk/Identify.cs
+++ b/Aaru.Images/TeleDisk/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/TeleDisk/Properties.cs b/Aaru.Images/TeleDisk/Properties.cs
index 442329521..90d3521e2 100644
--- a/Aaru.Images/TeleDisk/Properties.cs
+++ b/Aaru.Images/TeleDisk/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/TeleDisk/Read.cs b/Aaru.Images/TeleDisk/Read.cs
index fbfcd7c6a..772fe2990 100644
--- a/Aaru.Images/TeleDisk/Read.cs
+++ b/Aaru.Images/TeleDisk/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/TeleDisk/Structs.cs b/Aaru.Images/TeleDisk/Structs.cs
index 2e01e0278..5634b1e2c 100644
--- a/Aaru.Images/TeleDisk/Structs.cs
+++ b/Aaru.Images/TeleDisk/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/TeleDisk/TeleDisk.cs b/Aaru.Images/TeleDisk/TeleDisk.cs
index 4c9a9be24..5905a74c7 100644
--- a/Aaru.Images/TeleDisk/TeleDisk.cs
+++ b/Aaru.Images/TeleDisk/TeleDisk.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/TeleDisk/Unsupported.cs b/Aaru.Images/TeleDisk/Unsupported.cs
index 2745c8ef1..070dc8aa6 100644
--- a/Aaru.Images/TeleDisk/Unsupported.cs
+++ b/Aaru.Images/TeleDisk/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/TeleDisk/Verify.cs b/Aaru.Images/TeleDisk/Verify.cs
index f7a3a051f..6cc8f734b 100644
--- a/Aaru.Images/TeleDisk/Verify.cs
+++ b/Aaru.Images/TeleDisk/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/UDIF/Constants.cs b/Aaru.Images/UDIF/Constants.cs
index 2d03faa6a..34d4ab2e3 100644
--- a/Aaru.Images/UDIF/Constants.cs
+++ b/Aaru.Images/UDIF/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/UDIF/Identify.cs b/Aaru.Images/UDIF/Identify.cs
index 32fea65ef..ac885af51 100644
--- a/Aaru.Images/UDIF/Identify.cs
+++ b/Aaru.Images/UDIF/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/UDIF/Properties.cs b/Aaru.Images/UDIF/Properties.cs
index 124fcdce0..78b70953a 100644
--- a/Aaru.Images/UDIF/Properties.cs
+++ b/Aaru.Images/UDIF/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/UDIF/Read.cs b/Aaru.Images/UDIF/Read.cs
index ff4bc20f3..687f0150d 100644
--- a/Aaru.Images/UDIF/Read.cs
+++ b/Aaru.Images/UDIF/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/UDIF/Structs.cs b/Aaru.Images/UDIF/Structs.cs
index dec322e66..981a19cd5 100644
--- a/Aaru.Images/UDIF/Structs.cs
+++ b/Aaru.Images/UDIF/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/UDIF/UDIF.cs b/Aaru.Images/UDIF/UDIF.cs
index 9954648e8..13a60a6f3 100644
--- a/Aaru.Images/UDIF/UDIF.cs
+++ b/Aaru.Images/UDIF/UDIF.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/UDIF/Unsupported.cs b/Aaru.Images/UDIF/Unsupported.cs
index e43aaaaa8..367ff8dec 100644
--- a/Aaru.Images/UDIF/Unsupported.cs
+++ b/Aaru.Images/UDIF/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/UDIF/Write.cs b/Aaru.Images/UDIF/Write.cs
index 6694ca57d..1c3e03527 100644
--- a/Aaru.Images/UDIF/Write.cs
+++ b/Aaru.Images/UDIF/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/UkvFdi/Constants.cs b/Aaru.Images/UkvFdi/Constants.cs
index f80160ffa..0b4583796 100644
--- a/Aaru.Images/UkvFdi/Constants.cs
+++ b/Aaru.Images/UkvFdi/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/UkvFdi/Enums.cs b/Aaru.Images/UkvFdi/Enums.cs
index a021603b6..525be8e07 100644
--- a/Aaru.Images/UkvFdi/Enums.cs
+++ b/Aaru.Images/UkvFdi/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/UkvFdi/Helpers.cs b/Aaru.Images/UkvFdi/Helpers.cs
index 0bbb84cf3..695ca933f 100644
--- a/Aaru.Images/UkvFdi/Helpers.cs
+++ b/Aaru.Images/UkvFdi/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/UkvFdi/Identify.cs b/Aaru.Images/UkvFdi/Identify.cs
index aa973a096..03d79df4f 100644
--- a/Aaru.Images/UkvFdi/Identify.cs
+++ b/Aaru.Images/UkvFdi/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/UkvFdi/Properties.cs b/Aaru.Images/UkvFdi/Properties.cs
index 014bf3ec7..3807a5345 100644
--- a/Aaru.Images/UkvFdi/Properties.cs
+++ b/Aaru.Images/UkvFdi/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/UkvFdi/Read.cs b/Aaru.Images/UkvFdi/Read.cs
index e4010489d..f9c46ddfa 100644
--- a/Aaru.Images/UkvFdi/Read.cs
+++ b/Aaru.Images/UkvFdi/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/UkvFdi/Structs.cs b/Aaru.Images/UkvFdi/Structs.cs
index 8a8f836d0..aa8593a58 100644
--- a/Aaru.Images/UkvFdi/Structs.cs
+++ b/Aaru.Images/UkvFdi/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/UkvFdi/UkvFdi.cs b/Aaru.Images/UkvFdi/UkvFdi.cs
index 90471181e..f0a07016a 100644
--- a/Aaru.Images/UkvFdi/UkvFdi.cs
+++ b/Aaru.Images/UkvFdi/UkvFdi.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/UkvFdi/Unsupported.cs b/Aaru.Images/UkvFdi/Unsupported.cs
index c546e9f12..24ffffc83 100644
--- a/Aaru.Images/UkvFdi/Unsupported.cs
+++ b/Aaru.Images/UkvFdi/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/VDI/Constants.cs b/Aaru.Images/VDI/Constants.cs
index 83d3132f2..8b2153c9f 100644
--- a/Aaru.Images/VDI/Constants.cs
+++ b/Aaru.Images/VDI/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/VDI/Enums.cs b/Aaru.Images/VDI/Enums.cs
index 559a3ca48..83783c3ab 100644
--- a/Aaru.Images/VDI/Enums.cs
+++ b/Aaru.Images/VDI/Enums.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/VDI/Identify.cs b/Aaru.Images/VDI/Identify.cs
index 2fd14fa55..175fe143d 100644
--- a/Aaru.Images/VDI/Identify.cs
+++ b/Aaru.Images/VDI/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/VDI/Properties.cs b/Aaru.Images/VDI/Properties.cs
index 4b5bdbcb3..f65a8a934 100644
--- a/Aaru.Images/VDI/Properties.cs
+++ b/Aaru.Images/VDI/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VDI/Read.cs b/Aaru.Images/VDI/Read.cs
index 81a62be26..bacc65e9d 100644
--- a/Aaru.Images/VDI/Read.cs
+++ b/Aaru.Images/VDI/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VDI/Structs.cs b/Aaru.Images/VDI/Structs.cs
index 2483ad73b..f3666ee7c 100644
--- a/Aaru.Images/VDI/Structs.cs
+++ b/Aaru.Images/VDI/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VDI/Unsupported.cs b/Aaru.Images/VDI/Unsupported.cs
index cc2171416..c5e6ee2f9 100644
--- a/Aaru.Images/VDI/Unsupported.cs
+++ b/Aaru.Images/VDI/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/VDI/VDI.cs b/Aaru.Images/VDI/VDI.cs
index 0cc4b4e9d..034be3aa7 100644
--- a/Aaru.Images/VDI/VDI.cs
+++ b/Aaru.Images/VDI/VDI.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/VDI/Write.cs b/Aaru.Images/VDI/Write.cs
index 596c12559..3e9325922 100644
--- a/Aaru.Images/VDI/Write.cs
+++ b/Aaru.Images/VDI/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHD/Constants.cs b/Aaru.Images/VHD/Constants.cs
index 1d4984ebf..1af62745f 100644
--- a/Aaru.Images/VHD/Constants.cs
+++ b/Aaru.Images/VHD/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/VHD/Helpers.cs b/Aaru.Images/VHD/Helpers.cs
index 70a64a6e2..b0c87b9e2 100644
--- a/Aaru.Images/VHD/Helpers.cs
+++ b/Aaru.Images/VHD/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/VHD/Identify.cs b/Aaru.Images/VHD/Identify.cs
index 9f0ece0cb..374a62456 100644
--- a/Aaru.Images/VHD/Identify.cs
+++ b/Aaru.Images/VHD/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/VHD/Properties.cs b/Aaru.Images/VHD/Properties.cs
index 5a127f3bd..a1e13a2be 100644
--- a/Aaru.Images/VHD/Properties.cs
+++ b/Aaru.Images/VHD/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHD/Read.cs b/Aaru.Images/VHD/Read.cs
index ec8bdc49d..d2732315d 100644
--- a/Aaru.Images/VHD/Read.cs
+++ b/Aaru.Images/VHD/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHD/Structs.cs b/Aaru.Images/VHD/Structs.cs
index 7c004a863..765450c84 100644
--- a/Aaru.Images/VHD/Structs.cs
+++ b/Aaru.Images/VHD/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHD/Unsupported.cs b/Aaru.Images/VHD/Unsupported.cs
index 5f8ebc477..281d3b25a 100644
--- a/Aaru.Images/VHD/Unsupported.cs
+++ b/Aaru.Images/VHD/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/VHD/VHD.cs b/Aaru.Images/VHD/VHD.cs
index c27d33b2b..3739e6d18 100644
--- a/Aaru.Images/VHD/VHD.cs
+++ b/Aaru.Images/VHD/VHD.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHD/Write.cs b/Aaru.Images/VHD/Write.cs
index 2fe4835f8..1bb735359 100644
--- a/Aaru.Images/VHD/Write.cs
+++ b/Aaru.Images/VHD/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHDX/Constants.cs b/Aaru.Images/VHDX/Constants.cs
index f0e496f07..3a829776e 100644
--- a/Aaru.Images/VHDX/Constants.cs
+++ b/Aaru.Images/VHDX/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------c
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHDX/Helpers.cs b/Aaru.Images/VHDX/Helpers.cs
index 14aa276e6..e669d65ab 100644
--- a/Aaru.Images/VHDX/Helpers.cs
+++ b/Aaru.Images/VHDX/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/VHDX/Identify.cs b/Aaru.Images/VHDX/Identify.cs
index a9f0d013c..7310c3d92 100644
--- a/Aaru.Images/VHDX/Identify.cs
+++ b/Aaru.Images/VHDX/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/VHDX/Properties.cs b/Aaru.Images/VHDX/Properties.cs
index bed51198d..d44b41715 100644
--- a/Aaru.Images/VHDX/Properties.cs
+++ b/Aaru.Images/VHDX/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHDX/Read.cs b/Aaru.Images/VHDX/Read.cs
index bc2d0d201..ac3140b53 100644
--- a/Aaru.Images/VHDX/Read.cs
+++ b/Aaru.Images/VHDX/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHDX/Structs.cs b/Aaru.Images/VHDX/Structs.cs
index 9abc16d1e..b8ed63e7c 100644
--- a/Aaru.Images/VHDX/Structs.cs
+++ b/Aaru.Images/VHDX/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VHDX/Unsupported.cs b/Aaru.Images/VHDX/Unsupported.cs
index 3b6dcf86a..817147e35 100644
--- a/Aaru.Images/VHDX/Unsupported.cs
+++ b/Aaru.Images/VHDX/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/VHDX/VHDX.cs b/Aaru.Images/VHDX/VHDX.cs
index c31fdd847..52135a4e9 100644
--- a/Aaru.Images/VHDX/VHDX.cs
+++ b/Aaru.Images/VHDX/VHDX.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Images/VMware/Constants.cs b/Aaru.Images/VMware/Constants.cs
index 0418550d7..d82584925 100644
--- a/Aaru.Images/VMware/Constants.cs
+++ b/Aaru.Images/VMware/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Images/VMware/Identify.cs b/Aaru.Images/VMware/Identify.cs
index df90052f7..5fb6d691e 100644
--- a/Aaru.Images/VMware/Identify.cs
+++ b/Aaru.Images/VMware/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/VMware/Properties.cs b/Aaru.Images/VMware/Properties.cs
index e58b7c7be..8c4fd4c20 100644
--- a/Aaru.Images/VMware/Properties.cs
+++ b/Aaru.Images/VMware/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VMware/Read.cs b/Aaru.Images/VMware/Read.cs
index 611fcbda5..ef720e722 100644
--- a/Aaru.Images/VMware/Read.cs
+++ b/Aaru.Images/VMware/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/VMware/Structs.cs b/Aaru.Images/VMware/Structs.cs
index c43149355..4740328f0 100644
--- a/Aaru.Images/VMware/Structs.cs
+++ b/Aaru.Images/VMware/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/VMware/Unsupported.cs b/Aaru.Images/VMware/Unsupported.cs
index 88159b0ba..1d963e270 100644
--- a/Aaru.Images/VMware/Unsupported.cs
+++ b/Aaru.Images/VMware/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/VMware/VMware.cs b/Aaru.Images/VMware/VMware.cs
index 571801ab9..d7daa9ec8 100644
--- a/Aaru.Images/VMware/VMware.cs
+++ b/Aaru.Images/VMware/VMware.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/VMware/Write.cs b/Aaru.Images/VMware/Write.cs
index 9b52db68a..ee3619d07 100644
--- a/Aaru.Images/VMware/Write.cs
+++ b/Aaru.Images/VMware/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Virtual98/Constants.cs b/Aaru.Images/Virtual98/Constants.cs
index f8daaa978..858a05cca 100644
--- a/Aaru.Images/Virtual98/Constants.cs
+++ b/Aaru.Images/Virtual98/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.DiscImages;
diff --git a/Aaru.Images/Virtual98/Identify.cs b/Aaru.Images/Virtual98/Identify.cs
index 65b360401..9858c9802 100644
--- a/Aaru.Images/Virtual98/Identify.cs
+++ b/Aaru.Images/Virtual98/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Virtual98/Properties.cs b/Aaru.Images/Virtual98/Properties.cs
index 50149b372..f1d91cace 100644
--- a/Aaru.Images/Virtual98/Properties.cs
+++ b/Aaru.Images/Virtual98/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/Virtual98/Read.cs b/Aaru.Images/Virtual98/Read.cs
index 1f5a4ebb8..affd84c1c 100644
--- a/Aaru.Images/Virtual98/Read.cs
+++ b/Aaru.Images/Virtual98/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/Virtual98/Structs.cs b/Aaru.Images/Virtual98/Structs.cs
index ceee545b4..60cf78dba 100644
--- a/Aaru.Images/Virtual98/Structs.cs
+++ b/Aaru.Images/Virtual98/Structs.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/Virtual98/Unsupported.cs b/Aaru.Images/Virtual98/Unsupported.cs
index 31c0bcb1f..602f7de65 100644
--- a/Aaru.Images/Virtual98/Unsupported.cs
+++ b/Aaru.Images/Virtual98/Unsupported.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/Virtual98/Virtual98.cs b/Aaru.Images/Virtual98/Virtual98.cs
index 8991d43f3..6df9d6bc0 100644
--- a/Aaru.Images/Virtual98/Virtual98.cs
+++ b/Aaru.Images/Virtual98/Virtual98.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/Virtual98/Write.cs b/Aaru.Images/Virtual98/Write.cs
index f9f5c70e8..a6e07cd0c 100644
--- a/Aaru.Images/Virtual98/Write.cs
+++ b/Aaru.Images/Virtual98/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/WCDiskImage/Identify.cs b/Aaru.Images/WCDiskImage/Identify.cs
index ccadb5173..85069aa45 100644
--- a/Aaru.Images/WCDiskImage/Identify.cs
+++ b/Aaru.Images/WCDiskImage/Identify.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2018-2019 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2018-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/WCDiskImage/Properties.cs b/Aaru.Images/WCDiskImage/Properties.cs
index e70783024..af4cb8e7e 100644
--- a/Aaru.Images/WCDiskImage/Properties.cs
+++ b/Aaru.Images/WCDiskImage/Properties.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2018-2019 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2018-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/WCDiskImage/Read.cs b/Aaru.Images/WCDiskImage/Read.cs
index 2bc1d5abc..50c4bed10 100644
--- a/Aaru.Images/WCDiskImage/Read.cs
+++ b/Aaru.Images/WCDiskImage/Read.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2018-2019 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2018-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/WCDiskImage/Structs.cs b/Aaru.Images/WCDiskImage/Structs.cs
index 2cea45b4b..56acb2064 100644
--- a/Aaru.Images/WCDiskImage/Structs.cs
+++ b/Aaru.Images/WCDiskImage/Structs.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2018-2019 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2018-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Runtime.InteropServices;
diff --git a/Aaru.Images/WCDiskImage/Unsupported.cs b/Aaru.Images/WCDiskImage/Unsupported.cs
index c41efee51..63c07da61 100644
--- a/Aaru.Images/WCDiskImage/Unsupported.cs
+++ b/Aaru.Images/WCDiskImage/Unsupported.cs
@@ -26,8 +26,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2018-2019 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2018-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/WCDiskImage/WCDiskImage.cs b/Aaru.Images/WCDiskImage/WCDiskImage.cs
index a0cdcbedd..49e348083 100644
--- a/Aaru.Images/WCDiskImage/WCDiskImage.cs
+++ b/Aaru.Images/WCDiskImage/WCDiskImage.cs
@@ -27,8 +27,8 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2018-2019 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2018-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/ZZZRawImage/Constants.cs b/Aaru.Images/ZZZRawImage/Constants.cs
index b8cc93319..4ef971788 100644
--- a/Aaru.Images/ZZZRawImage/Constants.cs
+++ b/Aaru.Images/ZZZRawImage/Constants.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
diff --git a/Aaru.Images/ZZZRawImage/Helpers.cs b/Aaru.Images/ZZZRawImage/Helpers.cs
index a539d5191..2576ed56f 100644
--- a/Aaru.Images/ZZZRawImage/Helpers.cs
+++ b/Aaru.Images/ZZZRawImage/Helpers.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes;
diff --git a/Aaru.Images/ZZZRawImage/Identify.cs b/Aaru.Images/ZZZRawImage/Identify.cs
index 025270584..66365dcc0 100644
--- a/Aaru.Images/ZZZRawImage/Identify.cs
+++ b/Aaru.Images/ZZZRawImage/Identify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Images/ZZZRawImage/Properties.cs b/Aaru.Images/ZZZRawImage/Properties.cs
index fdfa4df6b..40b4c6c17 100644
--- a/Aaru.Images/ZZZRawImage/Properties.cs
+++ b/Aaru.Images/ZZZRawImage/Properties.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/ZZZRawImage/Read.cs b/Aaru.Images/ZZZRawImage/Read.cs
index 9c5a185bc..d94148ebd 100644
--- a/Aaru.Images/ZZZRawImage/Read.cs
+++ b/Aaru.Images/ZZZRawImage/Read.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/ZZZRawImage/Verify.cs b/Aaru.Images/ZZZRawImage/Verify.cs
index 2956ba86f..74a77cc48 100644
--- a/Aaru.Images/ZZZRawImage/Verify.cs
+++ b/Aaru.Images/ZZZRawImage/Verify.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Images/ZZZRawImage/Write.cs b/Aaru.Images/ZZZRawImage/Write.cs
index 25ca69bc0..dd1b2398c 100644
--- a/Aaru.Images/ZZZRawImage/Write.cs
+++ b/Aaru.Images/ZZZRawImage/Write.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Images/ZZZRawImage/ZZZRawImage.cs b/Aaru.Images/ZZZRawImage/ZZZRawImage.cs
index 4f89f0240..9d5bb597f 100644
--- a/Aaru.Images/ZZZRawImage/ZZZRawImage.cs
+++ b/Aaru.Images/ZZZRawImage/ZZZRawImage.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru.Localization/Aaru.Localization.csproj b/Aaru.Localization/Aaru.Localization.csproj
index 4947e4864..982438412 100644
--- a/Aaru.Localization/Aaru.Localization.csproj
+++ b/Aaru.Localization/Aaru.Localization.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Localization
$(Version)
diff --git a/Aaru.Partitions/Aaru.Partitions.csproj b/Aaru.Partitions/Aaru.Partitions.csproj
index 0c8b5cf8a..cb1087e15 100644
--- a/Aaru.Partitions/Aaru.Partitions.csproj
+++ b/Aaru.Partitions/Aaru.Partitions.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Partitions
$(Version)
diff --git a/Aaru.Partitions/Acorn.cs b/Aaru.Partitions/Acorn.cs
index 1d4c789db..a6d8d5b12 100644
--- a/Aaru.Partitions/Acorn.cs
+++ b/Aaru.Partitions/Acorn.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/AppleMap.cs b/Aaru.Partitions/AppleMap.cs
index 83365a777..1cba9e1e3 100644
--- a/Aaru.Partitions/AppleMap.cs
+++ b/Aaru.Partitions/AppleMap.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/Apricot.cs b/Aaru.Partitions/Apricot.cs
index 29087c49a..a334e94eb 100644
--- a/Aaru.Partitions/Apricot.cs
+++ b/Aaru.Partitions/Apricot.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/Atari.cs b/Aaru.Partitions/Atari.cs
index 6b4df7c77..c0cabecd2 100644
--- a/Aaru.Partitions/Atari.cs
+++ b/Aaru.Partitions/Atari.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/Authors.cs b/Aaru.Partitions/Authors.cs
index 7e58bf985..6ebd135e0 100644
--- a/Aaru.Partitions/Authors.cs
+++ b/Aaru.Partitions/Authors.cs
@@ -23,7 +23,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Partitions;
diff --git a/Aaru.Partitions/BSD.cs b/Aaru.Partitions/BSD.cs
index 997a8150d..e7122fb21 100644
--- a/Aaru.Partitions/BSD.cs
+++ b/Aaru.Partitions/BSD.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/DEC.cs b/Aaru.Partitions/DEC.cs
index 34c921abc..35c79bfde 100644
--- a/Aaru.Partitions/DEC.cs
+++ b/Aaru.Partitions/DEC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/DragonFlyBSD.cs b/Aaru.Partitions/DragonFlyBSD.cs
index 92d067a40..6e1a26016 100644
--- a/Aaru.Partitions/DragonFlyBSD.cs
+++ b/Aaru.Partitions/DragonFlyBSD.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/GPT.cs b/Aaru.Partitions/GPT.cs
index e91bfd5d0..c966ca494 100644
--- a/Aaru.Partitions/GPT.cs
+++ b/Aaru.Partitions/GPT.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/Human68k.cs b/Aaru.Partitions/Human68k.cs
index ebb625210..032b33bf2 100644
--- a/Aaru.Partitions/Human68k.cs
+++ b/Aaru.Partitions/Human68k.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/MBR.cs b/Aaru.Partitions/MBR.cs
index 94d3f4e03..ff0a8c943 100644
--- a/Aaru.Partitions/MBR.cs
+++ b/Aaru.Partitions/MBR.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/NeXT.cs b/Aaru.Partitions/NeXT.cs
index 3e22e9a39..f1248629f 100644
--- a/Aaru.Partitions/NeXT.cs
+++ b/Aaru.Partitions/NeXT.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// Information learnt from XNU source and testing against real disks
diff --git a/Aaru.Partitions/PC98.cs b/Aaru.Partitions/PC98.cs
index 06c681967..53bd7310f 100644
--- a/Aaru.Partitions/PC98.cs
+++ b/Aaru.Partitions/PC98.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/Plan9.cs b/Aaru.Partitions/Plan9.cs
index a830a369f..4651ba07b 100644
--- a/Aaru.Partitions/Plan9.cs
+++ b/Aaru.Partitions/Plan9.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/RDB.cs b/Aaru.Partitions/RDB.cs
index bcec95029..5c2eaad03 100644
--- a/Aaru.Partitions/RDB.cs
+++ b/Aaru.Partitions/RDB.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable NotAccessedField.Local
diff --git a/Aaru.Partitions/Register.cs b/Aaru.Partitions/Register.cs
index 9cf1afee9..dedc96e6c 100644
--- a/Aaru.Partitions/Register.cs
+++ b/Aaru.Partitions/Register.cs
@@ -33,7 +33,7 @@
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/RioKarma.cs b/Aaru.Partitions/RioKarma.cs
index 91e89f221..fa49b4113 100644
--- a/Aaru.Partitions/RioKarma.cs
+++ b/Aaru.Partitions/RioKarma.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/SGI.cs b/Aaru.Partitions/SGI.cs
index 9a220730a..e14810408 100644
--- a/Aaru.Partitions/SGI.cs
+++ b/Aaru.Partitions/SGI.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/Sun.cs b/Aaru.Partitions/Sun.cs
index 6a89fefb2..785833345 100644
--- a/Aaru.Partitions/Sun.cs
+++ b/Aaru.Partitions/Sun.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/UNIX.cs b/Aaru.Partitions/UNIX.cs
index 5de4f8d7e..d6fe13976 100644
--- a/Aaru.Partitions/UNIX.cs
+++ b/Aaru.Partitions/UNIX.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/VTOC.cs b/Aaru.Partitions/VTOC.cs
index 4d1f05eb8..a702879ff 100644
--- a/Aaru.Partitions/VTOC.cs
+++ b/Aaru.Partitions/VTOC.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/XENIX.cs b/Aaru.Partitions/XENIX.cs
index c2b977ce1..1e9f6a813 100644
--- a/Aaru.Partitions/XENIX.cs
+++ b/Aaru.Partitions/XENIX.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Partitions/Xbox.cs b/Aaru.Partitions/Xbox.cs
index acfde92eb..ba16008ca 100644
--- a/Aaru.Partitions/Xbox.cs
+++ b/Aaru.Partitions/Xbox.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Settings/Aaru.Settings.csproj b/Aaru.Settings/Aaru.Settings.csproj
index 497ed4622..8b5db0ac8 100644
--- a/Aaru.Settings/Aaru.Settings.csproj
+++ b/Aaru.Settings/Aaru.Settings.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Settings
$(Version)
diff --git a/Aaru.Settings/Settings.cs b/Aaru.Settings/Settings.cs
index dca187649..3e5262b12 100644
--- a/Aaru.Settings/Settings.cs
+++ b/Aaru.Settings/Settings.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// Copyright © 2021 Rebecca Wallander
// ****************************************************************************/
diff --git a/Aaru.Tests.Devices/ATA.cs b/Aaru.Tests.Devices/ATA.cs
index 315844866..f3f9daefc 100644
--- a/Aaru.Tests.Devices/ATA.cs
+++ b/Aaru.Tests.Devices/ATA.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/ATA/Ata28.cs b/Aaru.Tests.Devices/ATA/Ata28.cs
index 51ce1a736..330a30904 100644
--- a/Aaru.Tests.Devices/ATA/Ata28.cs
+++ b/Aaru.Tests.Devices/ATA/Ata28.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/ATA/Ata48.cs b/Aaru.Tests.Devices/ATA/Ata48.cs
index 389f33738..beac898dd 100644
--- a/Aaru.Tests.Devices/ATA/Ata48.cs
+++ b/Aaru.Tests.Devices/ATA/Ata48.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/ATA/AtaCHS.cs b/Aaru.Tests.Devices/ATA/AtaCHS.cs
index 40030f6f1..e74d5f617 100644
--- a/Aaru.Tests.Devices/ATA/AtaCHS.cs
+++ b/Aaru.Tests.Devices/ATA/AtaCHS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/ATA/Atapi.cs b/Aaru.Tests.Devices/ATA/Atapi.cs
index a6b09bb38..6aa03b757 100644
--- a/Aaru.Tests.Devices/ATA/Atapi.cs
+++ b/Aaru.Tests.Devices/ATA/Atapi.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/ATA/Cfa.cs b/Aaru.Tests.Devices/ATA/Cfa.cs
index d77f4af3e..e4654bfff 100644
--- a/Aaru.Tests.Devices/ATA/Cfa.cs
+++ b/Aaru.Tests.Devices/ATA/Cfa.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/ATA/MCPT.cs b/Aaru.Tests.Devices/ATA/MCPT.cs
index 628545527..e6096ef09 100644
--- a/Aaru.Tests.Devices/ATA/MCPT.cs
+++ b/Aaru.Tests.Devices/ATA/MCPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/ATA/Smart.cs b/Aaru.Tests.Devices/ATA/Smart.cs
index 695a2522f..4cdafd89f 100644
--- a/Aaru.Tests.Devices/ATA/Smart.cs
+++ b/Aaru.Tests.Devices/ATA/Smart.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/Aaru.Tests.Devices.csproj b/Aaru.Tests.Devices/Aaru.Tests.Devices.csproj
index 9adb74c30..8b4dcce83 100644
--- a/Aaru.Tests.Devices/Aaru.Tests.Devices.csproj
+++ b/Aaru.Tests.Devices/Aaru.Tests.Devices.csproj
@@ -11,7 +11,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Tests.Devices
$(Version)
diff --git a/Aaru.Tests.Devices/Command.cs b/Aaru.Tests.Devices/Command.cs
index 9218b6e89..accb7544e 100644
--- a/Aaru.Tests.Devices/Command.cs
+++ b/Aaru.Tests.Devices/Command.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.CommonTypes.Structs.Devices.SCSI;
diff --git a/Aaru.Tests.Devices/DecodeATARegisters.cs b/Aaru.Tests.Devices/DecodeATARegisters.cs
index 4cc612224..a2c7e00e6 100644
--- a/Aaru.Tests.Devices/DecodeATARegisters.cs
+++ b/Aaru.Tests.Devices/DecodeATARegisters.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/Device.cs b/Aaru.Tests.Devices/Device.cs
index e7b4c7e15..8fc425c03 100644
--- a/Aaru.Tests.Devices/Device.cs
+++ b/Aaru.Tests.Devices/Device.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/Main.cs b/Aaru.Tests.Devices/Main.cs
index fc8988c2d..a9fc9e3f6 100644
--- a/Aaru.Tests.Devices/Main.cs
+++ b/Aaru.Tests.Devices/Main.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Linq;
diff --git a/Aaru.Tests.Devices/NVMe.cs b/Aaru.Tests.Devices/NVMe.cs
index 00e9c0d7f..4c7db5037 100644
--- a/Aaru.Tests.Devices/NVMe.cs
+++ b/Aaru.Tests.Devices/NVMe.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI.cs b/Aaru.Tests.Devices/SCSI.cs
index 008b21bf5..ea41731d6 100644
--- a/Aaru.Tests.Devices/SCSI.cs
+++ b/Aaru.Tests.Devices/SCSI.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/Adaptec.cs b/Aaru.Tests.Devices/SCSI/Adaptec.cs
index d92d7e0e4..f96b71e14 100644
--- a/Aaru.Tests.Devices/SCSI/Adaptec.cs
+++ b/Aaru.Tests.Devices/SCSI/Adaptec.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/ArchiveCorp.cs b/Aaru.Tests.Devices/SCSI/ArchiveCorp.cs
index e08712414..26b5e6112 100644
--- a/Aaru.Tests.Devices/SCSI/ArchiveCorp.cs
+++ b/Aaru.Tests.Devices/SCSI/ArchiveCorp.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/Certance.cs b/Aaru.Tests.Devices/SCSI/Certance.cs
index 18053bf09..293101e4d 100644
--- a/Aaru.Tests.Devices/SCSI/Certance.cs
+++ b/Aaru.Tests.Devices/SCSI/Certance.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/Fujitsu.cs b/Aaru.Tests.Devices/SCSI/Fujitsu.cs
index 0ef7013a9..5622d2dd1 100644
--- a/Aaru.Tests.Devices/SCSI/Fujitsu.cs
+++ b/Aaru.Tests.Devices/SCSI/Fujitsu.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/HL-DT-ST.cs b/Aaru.Tests.Devices/SCSI/HL-DT-ST.cs
index 3f6ef1f3b..2d9d3d113 100644
--- a/Aaru.Tests.Devices/SCSI/HL-DT-ST.cs
+++ b/Aaru.Tests.Devices/SCSI/HL-DT-ST.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/HP.cs b/Aaru.Tests.Devices/SCSI/HP.cs
index 39fe83797..6d6cfc380 100644
--- a/Aaru.Tests.Devices/SCSI/HP.cs
+++ b/Aaru.Tests.Devices/SCSI/HP.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/Kreon.cs b/Aaru.Tests.Devices/SCSI/Kreon.cs
index 7bb1cd623..2f8e39c43 100644
--- a/Aaru.Tests.Devices/SCSI/Kreon.cs
+++ b/Aaru.Tests.Devices/SCSI/Kreon.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/MMC.cs b/Aaru.Tests.Devices/SCSI/MMC.cs
index 8b3b4ea77..b96e9312e 100644
--- a/Aaru.Tests.Devices/SCSI/MMC.cs
+++ b/Aaru.Tests.Devices/SCSI/MMC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/NEC.cs b/Aaru.Tests.Devices/SCSI/NEC.cs
index f918f75d9..19c6e6c90 100644
--- a/Aaru.Tests.Devices/SCSI/NEC.cs
+++ b/Aaru.Tests.Devices/SCSI/NEC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/Pioneer.cs b/Aaru.Tests.Devices/SCSI/Pioneer.cs
index 19c2a2636..16c05a9df 100644
--- a/Aaru.Tests.Devices/SCSI/Pioneer.cs
+++ b/Aaru.Tests.Devices/SCSI/Pioneer.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/Plasmon.cs b/Aaru.Tests.Devices/SCSI/Plasmon.cs
index 6a24de743..3ae0b9f59 100644
--- a/Aaru.Tests.Devices/SCSI/Plasmon.cs
+++ b/Aaru.Tests.Devices/SCSI/Plasmon.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/Plextor.cs b/Aaru.Tests.Devices/SCSI/Plextor.cs
index 7d164fb01..a76b8ead2 100644
--- a/Aaru.Tests.Devices/SCSI/Plextor.cs
+++ b/Aaru.Tests.Devices/SCSI/Plextor.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/SBC.cs b/Aaru.Tests.Devices/SCSI/SBC.cs
index 577a088a6..c58c6af97 100644
--- a/Aaru.Tests.Devices/SCSI/SBC.cs
+++ b/Aaru.Tests.Devices/SCSI/SBC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI/SMC.cs b/Aaru.Tests.Devices/SCSI/SMC.cs
index 5cba31d6b..577451d68 100644
--- a/Aaru.Tests.Devices/SCSI/SMC.cs
+++ b/Aaru.Tests.Devices/SCSI/SMC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/SPC.cs b/Aaru.Tests.Devices/SCSI/SPC.cs
index 371bb5318..a08fdfa9a 100644
--- a/Aaru.Tests.Devices/SCSI/SPC.cs
+++ b/Aaru.Tests.Devices/SCSI/SPC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/SSC.cs b/Aaru.Tests.Devices/SCSI/SSC.cs
index 8641002b2..246f45096 100644
--- a/Aaru.Tests.Devices/SCSI/SSC.cs
+++ b/Aaru.Tests.Devices/SCSI/SSC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests.Devices/SCSI/SyQuest.cs b/Aaru.Tests.Devices/SCSI/SyQuest.cs
index 0b312cddf..a1b3fcd07 100644
--- a/Aaru.Tests.Devices/SCSI/SyQuest.cs
+++ b/Aaru.Tests.Devices/SCSI/SyQuest.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SCSI_MMC/SCSI_MMC.cs b/Aaru.Tests.Devices/SCSI_MMC/SCSI_MMC.cs
index 0760fd903..4ba6cb649 100644
--- a/Aaru.Tests.Devices/SCSI_MMC/SCSI_MMC.cs
+++ b/Aaru.Tests.Devices/SCSI_MMC/SCSI_MMC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SecureDigital.cs b/Aaru.Tests.Devices/SecureDigital.cs
index 1ec9912b6..e82207924 100644
--- a/Aaru.Tests.Devices/SecureDigital.cs
+++ b/Aaru.Tests.Devices/SecureDigital.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SecureDigital/MultiMediaCard.cs b/Aaru.Tests.Devices/SecureDigital/MultiMediaCard.cs
index 60d0f85c2..c410a46b5 100644
--- a/Aaru.Tests.Devices/SecureDigital/MultiMediaCard.cs
+++ b/Aaru.Tests.Devices/SecureDigital/MultiMediaCard.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests.Devices/SecureDigital/SecureDigital.cs b/Aaru.Tests.Devices/SecureDigital/SecureDigital.cs
index 967b5403d..84d51cea1 100644
--- a/Aaru.Tests.Devices/SecureDigital/SecureDigital.cs
+++ b/Aaru.Tests.Devices/SecureDigital/SecureDigital.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using Aaru.Console;
diff --git a/Aaru.Tests/Checksums/Adler32.cs b/Aaru.Tests/Checksums/Adler32.cs
index b540a2da9..48871c5ea 100644
--- a/Aaru.Tests/Checksums/Adler32.cs
+++ b/Aaru.Tests/Checksums/Adler32.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/CRC16CCITT.cs b/Aaru.Tests/Checksums/CRC16CCITT.cs
index 97e63893d..2051f2eaf 100644
--- a/Aaru.Tests/Checksums/CRC16CCITT.cs
+++ b/Aaru.Tests/Checksums/CRC16CCITT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/CRC16IBM.cs b/Aaru.Tests/Checksums/CRC16IBM.cs
index 411ec07d1..1ffe8432e 100644
--- a/Aaru.Tests/Checksums/CRC16IBM.cs
+++ b/Aaru.Tests/Checksums/CRC16IBM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/CRC32.cs b/Aaru.Tests/Checksums/CRC32.cs
index 0c7fc9a2b..62c7e189b 100644
--- a/Aaru.Tests/Checksums/CRC32.cs
+++ b/Aaru.Tests/Checksums/CRC32.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/CRC64.cs b/Aaru.Tests/Checksums/CRC64.cs
index b70d3ff4d..65c674adc 100644
--- a/Aaru.Tests/Checksums/CRC64.cs
+++ b/Aaru.Tests/Checksums/CRC64.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/MD5.cs b/Aaru.Tests/Checksums/MD5.cs
index c38513fb1..79f40af42 100644
--- a/Aaru.Tests/Checksums/MD5.cs
+++ b/Aaru.Tests/Checksums/MD5.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/SHA1.cs b/Aaru.Tests/Checksums/SHA1.cs
index bae8ccff7..ddf857445 100644
--- a/Aaru.Tests/Checksums/SHA1.cs
+++ b/Aaru.Tests/Checksums/SHA1.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/SHA256.cs b/Aaru.Tests/Checksums/SHA256.cs
index 53cc7e6ea..7c8ec22bd 100644
--- a/Aaru.Tests/Checksums/SHA256.cs
+++ b/Aaru.Tests/Checksums/SHA256.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/SHA384.cs b/Aaru.Tests/Checksums/SHA384.cs
index e0572c9c1..b5da676fa 100644
--- a/Aaru.Tests/Checksums/SHA384.cs
+++ b/Aaru.Tests/Checksums/SHA384.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/SHA512.cs b/Aaru.Tests/Checksums/SHA512.cs
index dd5d43749..f98a19da4 100644
--- a/Aaru.Tests/Checksums/SHA512.cs
+++ b/Aaru.Tests/Checksums/SHA512.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Checksums/SpamSum.cs b/Aaru.Tests/Checksums/SpamSum.cs
index 2c9f381bb..2880d8dd3 100644
--- a/Aaru.Tests/Checksums/SpamSum.cs
+++ b/Aaru.Tests/Checksums/SpamSum.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Consts.cs b/Aaru.Tests/Consts.cs
index a4d133f60..8c873cc0e 100644
--- a/Aaru.Tests/Consts.cs
+++ b/Aaru.Tests/Consts.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests/Devices/IomegaJaz.cs b/Aaru.Tests/Devices/IomegaJaz.cs
index 57aaf47e4..d0cba8b5e 100644
--- a/Aaru.Tests/Devices/IomegaJaz.cs
+++ b/Aaru.Tests/Devices/IomegaJaz.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests/Devices/LS120.cs b/Aaru.Tests/Devices/LS120.cs
index 87967ac79..ea4b02c77 100644
--- a/Aaru.Tests/Devices/LS120.cs
+++ b/Aaru.Tests/Devices/LS120.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests/Devices/PocketZip.cs b/Aaru.Tests/Devices/PocketZip.cs
index 994c1d8e3..acb72c317 100644
--- a/Aaru.Tests/Devices/PocketZip.cs
+++ b/Aaru.Tests/Devices/PocketZip.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru.Tests/Filesystems/ADFS.cs b/Aaru.Tests/Filesystems/ADFS.cs
index e848d6d84..ef4f8c022 100644
--- a/Aaru.Tests/Filesystems/ADFS.cs
+++ b/Aaru.Tests/Filesystems/ADFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFFS/APM.cs b/Aaru.Tests/Filesystems/AFFS/APM.cs
index 4c5247736..75a372175 100644
--- a/Aaru.Tests/Filesystems/AFFS/APM.cs
+++ b/Aaru.Tests/Filesystems/AFFS/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs b/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs
index 9bcc97270..33e20d1a1 100644
--- a/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs
+++ b/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/AFFS/MBR.cs b/Aaru.Tests/Filesystems/AFFS/MBR.cs
index c5b375804..01ef98de7 100644
--- a/Aaru.Tests/Filesystems/AFFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/AFFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFFS/RDB.cs b/Aaru.Tests/Filesystems/AFFS/RDB.cs
index 16429568a..838bef97a 100644
--- a/Aaru.Tests/Filesystems/AFFS/RDB.cs
+++ b/Aaru.Tests/Filesystems/AFFS/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFFS/Whole.cs b/Aaru.Tests/Filesystems/AFFS/Whole.cs
index f6709cc70..15dc84755 100644
--- a/Aaru.Tests/Filesystems/AFFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/AFFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFFS2/APM.cs b/Aaru.Tests/Filesystems/AFFS2/APM.cs
index ba3ec1940..d12008410 100644
--- a/Aaru.Tests/Filesystems/AFFS2/APM.cs
+++ b/Aaru.Tests/Filesystems/AFFS2/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFFS2/RDB.cs b/Aaru.Tests/Filesystems/AFFS2/RDB.cs
index c929fc5af..bc47cdfa4 100644
--- a/Aaru.Tests/Filesystems/AFFS2/RDB.cs
+++ b/Aaru.Tests/Filesystems/AFFS2/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFS/MBR.cs b/Aaru.Tests/Filesystems/AFS/MBR.cs
index d27480dc2..cff99546e 100644
--- a/Aaru.Tests/Filesystems/AFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/AFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AFS/Whole.cs b/Aaru.Tests/Filesystems/AFS/Whole.cs
index 4c04f5134..f90b02d69 100644
--- a/Aaru.Tests/Filesystems/AFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/AFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs b/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs
index 5572b4ab6..f26d72221 100644
--- a/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs
+++ b/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/AOFS/MBR.cs b/Aaru.Tests/Filesystems/AOFS/MBR.cs
index 8f000aefa..c97aba4ea 100644
--- a/Aaru.Tests/Filesystems/AOFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/AOFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AOFS/RDB.cs b/Aaru.Tests/Filesystems/AOFS/RDB.cs
index 65a5f45e0..2108efac8 100644
--- a/Aaru.Tests/Filesystems/AOFS/RDB.cs
+++ b/Aaru.Tests/Filesystems/AOFS/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/AOFS/Whole.cs b/Aaru.Tests/Filesystems/AOFS/Whole.cs
index 5ffa6d6b8..bdac73811 100644
--- a/Aaru.Tests/Filesystems/AOFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/AOFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/Atheos.cs b/Aaru.Tests/Filesystems/Atheos.cs
index c87eb1382..f0c96b740 100644
--- a/Aaru.Tests/Filesystems/Atheos.cs
+++ b/Aaru.Tests/Filesystems/Atheos.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/BeFS/APM.cs b/Aaru.Tests/Filesystems/BeFS/APM.cs
index 9ae1b4141..09d4edce3 100644
--- a/Aaru.Tests/Filesystems/BeFS/APM.cs
+++ b/Aaru.Tests/Filesystems/BeFS/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/BeFS/GPT.cs b/Aaru.Tests/Filesystems/BeFS/GPT.cs
index 77cbf6ca8..68392907f 100644
--- a/Aaru.Tests/Filesystems/BeFS/GPT.cs
+++ b/Aaru.Tests/Filesystems/BeFS/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/BeFS/MBR.cs b/Aaru.Tests/Filesystems/BeFS/MBR.cs
index aceaac91f..156676135 100644
--- a/Aaru.Tests/Filesystems/BeFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/BeFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/BeFS/Whole.cs b/Aaru.Tests/Filesystems/BeFS/Whole.cs
index 9e0892681..e9f38b4a1 100644
--- a/Aaru.Tests/Filesystems/BeFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/BeFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/COHERENT/MBR.cs b/Aaru.Tests/Filesystems/COHERENT/MBR.cs
index 6979890d5..1386f4b62 100644
--- a/Aaru.Tests/Filesystems/COHERENT/MBR.cs
+++ b/Aaru.Tests/Filesystems/COHERENT/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/COHERENT/Whole.cs b/Aaru.Tests/Filesystems/COHERENT/Whole.cs
index 6aa9b8849..00d4fe9a1 100644
--- a/Aaru.Tests/Filesystems/COHERENT/Whole.cs
+++ b/Aaru.Tests/Filesystems/COHERENT/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/AMSDOS.cs b/Aaru.Tests/Filesystems/CPM/AMSDOS.cs
index 6b4dc0f16..01f01afbc 100644
--- a/Aaru.Tests/Filesystems/CPM/AMSDOS.cs
+++ b/Aaru.Tests/Filesystems/CPM/AMSDOS.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs b/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs
index 2ef0a6ecd..87059f854 100644
--- a/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs
+++ b/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs b/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs
index 3b7d27186..8180d23c2 100644
--- a/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs
+++ b/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/Attache.cs b/Aaru.Tests/Filesystems/CPM/Attache.cs
index 8bfa8036b..92f41d04c 100644
--- a/Aaru.Tests/Filesystems/CPM/Attache.cs
+++ b/Aaru.Tests/Filesystems/CPM/Attache.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/Bondwell.cs b/Aaru.Tests/Filesystems/CPM/Bondwell.cs
index b85535af7..f614bdee9 100644
--- a/Aaru.Tests/Filesystems/CPM/Bondwell.cs
+++ b/Aaru.Tests/Filesystems/CPM/Bondwell.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/Excalibur64.cs b/Aaru.Tests/Filesystems/CPM/Excalibur64.cs
index 9d84714ee..c65bf066f 100644
--- a/Aaru.Tests/Filesystems/CPM/Excalibur64.cs
+++ b/Aaru.Tests/Filesystems/CPM/Excalibur64.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/KayproII.cs b/Aaru.Tests/Filesystems/CPM/KayproII.cs
index 031357eb7..24dc2d50c 100644
--- a/Aaru.Tests/Filesystems/CPM/KayproII.cs
+++ b/Aaru.Tests/Filesystems/CPM/KayproII.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/CPM/ParaDOS.cs b/Aaru.Tests/Filesystems/CPM/ParaDOS.cs
index 1037ddc30..bdb762b0b 100644
--- a/Aaru.Tests/Filesystems/CPM/ParaDOS.cs
+++ b/Aaru.Tests/Filesystems/CPM/ParaDOS.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs b/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs
index d297d41bb..651cd7951 100644
--- a/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs
+++ b/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/CPM/ROMDOS.cs b/Aaru.Tests/Filesystems/CPM/ROMDOS.cs
index b7738c105..6a372a88d 100644
--- a/Aaru.Tests/Filesystems/CPM/ROMDOS.cs
+++ b/Aaru.Tests/Filesystems/CPM/ROMDOS.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs b/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs
index 6f8132d45..30126162e 100644
--- a/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs
+++ b/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/CPM/XtalDOS.cs b/Aaru.Tests/Filesystems/CPM/XtalDOS.cs
index d14bc9424..c93d5a3a5 100644
--- a/Aaru.Tests/Filesystems/CPM/XtalDOS.cs
+++ b/Aaru.Tests/Filesystems/CPM/XtalDOS.cs
@@ -22,7 +22,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/DTFS/MBR.cs b/Aaru.Tests/Filesystems/DTFS/MBR.cs
index f4c49bf88..0667daf5f 100644
--- a/Aaru.Tests/Filesystems/DTFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/DTFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/DTFS/Whole.cs b/Aaru.Tests/Filesystems/DTFS/Whole.cs
index da34942f3..e8086f133 100644
--- a/Aaru.Tests/Filesystems/DTFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/DTFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/EAFS/MBR.cs b/Aaru.Tests/Filesystems/EAFS/MBR.cs
index e10953e3a..f68fcecd3 100644
--- a/Aaru.Tests/Filesystems/EAFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/EAFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/EAFS/Whole.cs b/Aaru.Tests/Filesystems/EAFS/Whole.cs
index d9965a7df..58bfcad5b 100644
--- a/Aaru.Tests/Filesystems/EAFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/EAFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/F2FS.cs b/Aaru.Tests/Filesystems/F2FS.cs
index c43c70702..ef9260fd5 100644
--- a/Aaru.Tests/Filesystems/F2FS.cs
+++ b/Aaru.Tests/Filesystems/F2FS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT12/APM.cs b/Aaru.Tests/Filesystems/FAT12/APM.cs
index 41cbe9987..e5a321d67 100644
--- a/Aaru.Tests/Filesystems/FAT12/APM.cs
+++ b/Aaru.Tests/Filesystems/FAT12/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT12/GPT.cs b/Aaru.Tests/Filesystems/FAT12/GPT.cs
index 790ed8e64..5bba67591 100644
--- a/Aaru.Tests/Filesystems/FAT12/GPT.cs
+++ b/Aaru.Tests/Filesystems/FAT12/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT12/Human.cs b/Aaru.Tests/Filesystems/FAT12/Human.cs
index 09963d082..8ab047d7a 100644
--- a/Aaru.Tests/Filesystems/FAT12/Human.cs
+++ b/Aaru.Tests/Filesystems/FAT12/Human.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT12/MBR.cs b/Aaru.Tests/Filesystems/FAT12/MBR.cs
index 80a2a788b..bb62d8705 100644
--- a/Aaru.Tests/Filesystems/FAT12/MBR.cs
+++ b/Aaru.Tests/Filesystems/FAT12/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT12/Whole.cs b/Aaru.Tests/Filesystems/FAT12/Whole.cs
index 12fddd36a..12a5ce7f6 100644
--- a/Aaru.Tests/Filesystems/FAT12/Whole.cs
+++ b/Aaru.Tests/Filesystems/FAT12/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT16/APM.cs b/Aaru.Tests/Filesystems/FAT16/APM.cs
index 29f37c691..6632b256a 100644
--- a/Aaru.Tests/Filesystems/FAT16/APM.cs
+++ b/Aaru.Tests/Filesystems/FAT16/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT16/Atari.cs b/Aaru.Tests/Filesystems/FAT16/Atari.cs
index 29b6cb133..cc2e6499a 100644
--- a/Aaru.Tests/Filesystems/FAT16/Atari.cs
+++ b/Aaru.Tests/Filesystems/FAT16/Atari.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT16/GPT.cs b/Aaru.Tests/Filesystems/FAT16/GPT.cs
index f8799d13b..aa7dd6844 100644
--- a/Aaru.Tests/Filesystems/FAT16/GPT.cs
+++ b/Aaru.Tests/Filesystems/FAT16/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT16/Human.cs b/Aaru.Tests/Filesystems/FAT16/Human.cs
index bd43a76b7..9d5a1d900 100644
--- a/Aaru.Tests/Filesystems/FAT16/Human.cs
+++ b/Aaru.Tests/Filesystems/FAT16/Human.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT16/MBR.cs b/Aaru.Tests/Filesystems/FAT16/MBR.cs
index 30f96aa05..30b424b95 100644
--- a/Aaru.Tests/Filesystems/FAT16/MBR.cs
+++ b/Aaru.Tests/Filesystems/FAT16/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT16/RDB.cs b/Aaru.Tests/Filesystems/FAT16/RDB.cs
index 4d57c9fde..b354d804d 100644
--- a/Aaru.Tests/Filesystems/FAT16/RDB.cs
+++ b/Aaru.Tests/Filesystems/FAT16/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT16/Whole.cs b/Aaru.Tests/Filesystems/FAT16/Whole.cs
index bbdb96a99..2092ca4b3 100644
--- a/Aaru.Tests/Filesystems/FAT16/Whole.cs
+++ b/Aaru.Tests/Filesystems/FAT16/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT32/APM.cs b/Aaru.Tests/Filesystems/FAT32/APM.cs
index 4db558f77..526b0b059 100644
--- a/Aaru.Tests/Filesystems/FAT32/APM.cs
+++ b/Aaru.Tests/Filesystems/FAT32/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT32/GPT.cs b/Aaru.Tests/Filesystems/FAT32/GPT.cs
index 0524e87a3..7c3ed429c 100644
--- a/Aaru.Tests/Filesystems/FAT32/GPT.cs
+++ b/Aaru.Tests/Filesystems/FAT32/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT32/MBR.cs b/Aaru.Tests/Filesystems/FAT32/MBR.cs
index bd45d1848..345cacb44 100644
--- a/Aaru.Tests/Filesystems/FAT32/MBR.cs
+++ b/Aaru.Tests/Filesystems/FAT32/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FAT32/Whole.cs b/Aaru.Tests/Filesystems/FAT32/Whole.cs
index de16c880c..60e3feb35 100644
--- a/Aaru.Tests/Filesystems/FAT32/Whole.cs
+++ b/Aaru.Tests/Filesystems/FAT32/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/FATX/Xbox.cs b/Aaru.Tests/Filesystems/FATX/Xbox.cs
index 1fb94b208..2089fccf0 100644
--- a/Aaru.Tests/Filesystems/FATX/Xbox.cs
+++ b/Aaru.Tests/Filesystems/FATX/Xbox.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable StringLiteralTypo
diff --git a/Aaru.Tests/Filesystems/FATX/Xbox360.cs b/Aaru.Tests/Filesystems/FATX/Xbox360.cs
index 88ab83c32..5ec450b7b 100644
--- a/Aaru.Tests/Filesystems/FATX/Xbox360.cs
+++ b/Aaru.Tests/Filesystems/FATX/Xbox360.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HAMMER.cs b/Aaru.Tests/Filesystems/HAMMER.cs
index e945fbe52..23ddf1a6f 100644
--- a/Aaru.Tests/Filesystems/HAMMER.cs
+++ b/Aaru.Tests/Filesystems/HAMMER.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFS+/APM.cs b/Aaru.Tests/Filesystems/HFS+/APM.cs
index 037aa91c2..c28f963ab 100644
--- a/Aaru.Tests/Filesystems/HFS+/APM.cs
+++ b/Aaru.Tests/Filesystems/HFS+/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/HFS+/GPT.cs b/Aaru.Tests/Filesystems/HFS+/GPT.cs
index 15382abe3..9106f052a 100644
--- a/Aaru.Tests/Filesystems/HFS+/GPT.cs
+++ b/Aaru.Tests/Filesystems/HFS+/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/HFS+/MBR.cs b/Aaru.Tests/Filesystems/HFS+/MBR.cs
index 74643b46a..acd470ca8 100644
--- a/Aaru.Tests/Filesystems/HFS+/MBR.cs
+++ b/Aaru.Tests/Filesystems/HFS+/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/HFS/APM.cs b/Aaru.Tests/Filesystems/HFS/APM.cs
index ffc32a823..29a49236e 100644
--- a/Aaru.Tests/Filesystems/HFS/APM.cs
+++ b/Aaru.Tests/Filesystems/HFS/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFS/MBR.cs b/Aaru.Tests/Filesystems/HFS/MBR.cs
index 110da026e..968d90764 100644
--- a/Aaru.Tests/Filesystems/HFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/HFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFS/Optical.cs b/Aaru.Tests/Filesystems/HFS/Optical.cs
index e839261b2..09289eef2 100644
--- a/Aaru.Tests/Filesystems/HFS/Optical.cs
+++ b/Aaru.Tests/Filesystems/HFS/Optical.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFS/RDB.cs b/Aaru.Tests/Filesystems/HFS/RDB.cs
index 470c5a5be..6b61b4dc8 100644
--- a/Aaru.Tests/Filesystems/HFS/RDB.cs
+++ b/Aaru.Tests/Filesystems/HFS/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFS/Whole.cs b/Aaru.Tests/Filesystems/HFS/Whole.cs
index 57ec0ff0d..0e3f5fcc7 100644
--- a/Aaru.Tests/Filesystems/HFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/HFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFSX/APM.cs b/Aaru.Tests/Filesystems/HFSX/APM.cs
index aa52ef9f2..cbd4d3e59 100644
--- a/Aaru.Tests/Filesystems/HFSX/APM.cs
+++ b/Aaru.Tests/Filesystems/HFSX/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFSX/GPT.cs b/Aaru.Tests/Filesystems/HFSX/GPT.cs
index c9637ad14..cdf14d5c6 100644
--- a/Aaru.Tests/Filesystems/HFSX/GPT.cs
+++ b/Aaru.Tests/Filesystems/HFSX/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HFSX/MBR.cs b/Aaru.Tests/Filesystems/HFSX/MBR.cs
index 444460d9f..6691516cb 100644
--- a/Aaru.Tests/Filesystems/HFSX/MBR.cs
+++ b/Aaru.Tests/Filesystems/HFSX/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HPFS.cs b/Aaru.Tests/Filesystems/HPFS.cs
index 584a8aafc..09cbb3f3f 100644
--- a/Aaru.Tests/Filesystems/HPFS.cs
+++ b/Aaru.Tests/Filesystems/HPFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HPOFS.cs b/Aaru.Tests/Filesystems/HPOFS.cs
index ad99caa80..e159eb098 100644
--- a/Aaru.Tests/Filesystems/HPOFS.cs
+++ b/Aaru.Tests/Filesystems/HPOFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HTFS/MBR.cs b/Aaru.Tests/Filesystems/HTFS/MBR.cs
index 2b593d8c1..406f7d587 100644
--- a/Aaru.Tests/Filesystems/HTFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/HTFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/HTFS/Whole.cs b/Aaru.Tests/Filesystems/HTFS/Whole.cs
index 26c9f729a..ba11e1f7d 100644
--- a/Aaru.Tests/Filesystems/HTFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/HTFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/ISO9660.cs b/Aaru.Tests/Filesystems/ISO9660.cs
index 6697b7fa0..39b4f90ee 100644
--- a/Aaru.Tests/Filesystems/ISO9660.cs
+++ b/Aaru.Tests/Filesystems/ISO9660.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/JFS2.cs b/Aaru.Tests/Filesystems/JFS2.cs
index abe8dc2e3..90bb07318 100644
--- a/Aaru.Tests/Filesystems/JFS2.cs
+++ b/Aaru.Tests/Filesystems/JFS2.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/LisaFS.cs b/Aaru.Tests/Filesystems/LisaFS.cs
index c602d594f..4cfb17265 100644
--- a/Aaru.Tests/Filesystems/LisaFS.cs
+++ b/Aaru.Tests/Filesystems/LisaFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/Locus.cs b/Aaru.Tests/Filesystems/Locus.cs
index 000ca0536..0e71a7937 100644
--- a/Aaru.Tests/Filesystems/Locus.cs
+++ b/Aaru.Tests/Filesystems/Locus.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/MFS.cs b/Aaru.Tests/Filesystems/MFS.cs
index c7687dfa1..a44dcacaf 100644
--- a/Aaru.Tests/Filesystems/MFS.cs
+++ b/Aaru.Tests/Filesystems/MFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs b/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs
index 2b342f973..76d313ab2 100644
--- a/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs
+++ b/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs b/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs
index c7488433f..056ae765c 100644
--- a/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs
+++ b/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs b/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs
index 00cce1f82..fcffaf676 100644
--- a/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs
+++ b/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs b/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs
index 19e590c26..f0a1674b8 100644
--- a/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs
+++ b/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs b/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs
index c14a4ab03..889d8dc9f 100644
--- a/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs
+++ b/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs b/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs
index c22845b57..9c7f13e34 100644
--- a/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs
+++ b/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/NILFS2.cs b/Aaru.Tests/Filesystems/NILFS2.cs
index a211e7d93..f8cdbf56f 100644
--- a/Aaru.Tests/Filesystems/NILFS2.cs
+++ b/Aaru.Tests/Filesystems/NILFS2.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/NTFS/GPT.cs b/Aaru.Tests/Filesystems/NTFS/GPT.cs
index 368759adb..0e10b0da7 100644
--- a/Aaru.Tests/Filesystems/NTFS/GPT.cs
+++ b/Aaru.Tests/Filesystems/NTFS/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/NTFS/MBR.cs b/Aaru.Tests/Filesystems/NTFS/MBR.cs
index 9e55a9d2d..d6be76b97 100644
--- a/Aaru.Tests/Filesystems/NTFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/NTFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/PFS3/APM.cs b/Aaru.Tests/Filesystems/PFS3/APM.cs
index 823e5b9cc..88536a3d3 100644
--- a/Aaru.Tests/Filesystems/PFS3/APM.cs
+++ b/Aaru.Tests/Filesystems/PFS3/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/PFS3/RDB.cs b/Aaru.Tests/Filesystems/PFS3/RDB.cs
index c85ce1fac..317ec0581 100644
--- a/Aaru.Tests/Filesystems/PFS3/RDB.cs
+++ b/Aaru.Tests/Filesystems/PFS3/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/ProDOS/APM.cs b/Aaru.Tests/Filesystems/ProDOS/APM.cs
index a928d60e5..748354ece 100644
--- a/Aaru.Tests/Filesystems/ProDOS/APM.cs
+++ b/Aaru.Tests/Filesystems/ProDOS/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/QNX4/MBR.cs b/Aaru.Tests/Filesystems/QNX4/MBR.cs
index a34490a8c..e488e8cd6 100644
--- a/Aaru.Tests/Filesystems/QNX4/MBR.cs
+++ b/Aaru.Tests/Filesystems/QNX4/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/QNX4/Whole.cs b/Aaru.Tests/Filesystems/QNX4/Whole.cs
index e0c3e4d3d..09e060c81 100644
--- a/Aaru.Tests/Filesystems/QNX4/Whole.cs
+++ b/Aaru.Tests/Filesystems/QNX4/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/ReFS.cs b/Aaru.Tests/Filesystems/ReFS.cs
index 07b90c56a..1a6bdbc37 100644
--- a/Aaru.Tests/Filesystems/ReFS.cs
+++ b/Aaru.Tests/Filesystems/ReFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/Reiser3.cs b/Aaru.Tests/Filesystems/Reiser3.cs
index 5410d8572..7f2fd92de 100644
--- a/Aaru.Tests/Filesystems/Reiser3.cs
+++ b/Aaru.Tests/Filesystems/Reiser3.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/Reiser4.cs b/Aaru.Tests/Filesystems/Reiser4.cs
index c1f4b4819..b37b95927 100644
--- a/Aaru.Tests/Filesystems/Reiser4.cs
+++ b/Aaru.Tests/Filesystems/Reiser4.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/SFS/APM.cs b/Aaru.Tests/Filesystems/SFS/APM.cs
index 5b06f0777..90bf73c4b 100644
--- a/Aaru.Tests/Filesystems/SFS/APM.cs
+++ b/Aaru.Tests/Filesystems/SFS/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs b/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs
index 2be2c77c4..0f6088e65 100644
--- a/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs
+++ b/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/SFS/MBR.cs b/Aaru.Tests/Filesystems/SFS/MBR.cs
index e49a97abf..aa47f1648 100644
--- a/Aaru.Tests/Filesystems/SFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/SFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/SFS/RDB.cs b/Aaru.Tests/Filesystems/SFS/RDB.cs
index 49520c241..db735d5ee 100644
--- a/Aaru.Tests/Filesystems/SFS/RDB.cs
+++ b/Aaru.Tests/Filesystems/SFS/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/SysV/MBR.cs b/Aaru.Tests/Filesystems/SysV/MBR.cs
index ee104d381..101359de7 100644
--- a/Aaru.Tests/Filesystems/SysV/MBR.cs
+++ b/Aaru.Tests/Filesystems/SysV/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/SysV/RDB.cs b/Aaru.Tests/Filesystems/SysV/RDB.cs
index 829350b4e..e13ae7d01 100644
--- a/Aaru.Tests/Filesystems/SysV/RDB.cs
+++ b/Aaru.Tests/Filesystems/SysV/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/SysV/Whole.cs b/Aaru.Tests/Filesystems/SysV/Whole.cs
index f682f8524..b40a2a52a 100644
--- a/Aaru.Tests/Filesystems/SysV/Whole.cs
+++ b/Aaru.Tests/Filesystems/SysV/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs b/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs
index 804d29495..f0df936fd 100644
--- a/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs
+++ b/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs b/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs
index 1b13b83c4..cc3fee180 100644
--- a/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs
+++ b/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs b/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs
index 102deb061..35ce971df 100644
--- a/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs
+++ b/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs b/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs
index 2e7a1c558..f0e4bd667 100644
--- a/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs
+++ b/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs
index c5f1b8d99..97e469341 100644
--- a/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs
+++ b/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs b/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs
index 9426b5210..966751f3a 100644
--- a/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs
+++ b/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs
index e36aef0de..64ae4607b 100644
--- a/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs
+++ b/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs
index e8ccb72aa..4a3d5f071 100644
--- a/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs
+++ b/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs
index b7d203fd2..b311182c2 100644
--- a/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs
+++ b/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// ReSharper disable CheckNamespace
diff --git a/Aaru.Tests/Filesystems/UFS/APM.cs b/Aaru.Tests/Filesystems/UFS/APM.cs
index b6688fb39..cfaed007f 100644
--- a/Aaru.Tests/Filesystems/UFS/APM.cs
+++ b/Aaru.Tests/Filesystems/UFS/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UFS/MBR.cs b/Aaru.Tests/Filesystems/UFS/MBR.cs
index 052be5481..6e3977804 100644
--- a/Aaru.Tests/Filesystems/UFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/UFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs b/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs
index db56c2c25..b4be0685f 100644
--- a/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs
+++ b/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/UFS/NeXT.cs b/Aaru.Tests/Filesystems/UFS/NeXT.cs
index 49d60e945..b6183eae2 100644
--- a/Aaru.Tests/Filesystems/UFS/NeXT.cs
+++ b/Aaru.Tests/Filesystems/UFS/NeXT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UFS/RDB.cs b/Aaru.Tests/Filesystems/UFS/RDB.cs
index 9ffcc0b0a..121e9e5c0 100644
--- a/Aaru.Tests/Filesystems/UFS/RDB.cs
+++ b/Aaru.Tests/Filesystems/UFS/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UFS/Sun i86.cs b/Aaru.Tests/Filesystems/UFS/Sun i86.cs
index 4a050a7da..c1dc7b0cb 100644
--- a/Aaru.Tests/Filesystems/UFS/Sun i86.cs
+++ b/Aaru.Tests/Filesystems/UFS/Sun i86.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Filesystems/UFS/Whole.cs b/Aaru.Tests/Filesystems/UFS/Whole.cs
index c7291af5a..3c4ad9376 100644
--- a/Aaru.Tests/Filesystems/UFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/UFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs b/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs
index 17a5dd50d..28f5468ce 100644
--- a/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs
+++ b/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs b/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs
index 7df74f08d..1e43522ec 100644
--- a/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs
+++ b/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs b/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs
index 358168e6a..fe28d7b28 100644
--- a/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs
+++ b/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/XENIX/MBR.cs b/Aaru.Tests/Filesystems/XENIX/MBR.cs
index bdea616ba..7d15e2230 100644
--- a/Aaru.Tests/Filesystems/XENIX/MBR.cs
+++ b/Aaru.Tests/Filesystems/XENIX/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/XENIX/Whole.cs b/Aaru.Tests/Filesystems/XENIX/Whole.cs
index 30c8033a9..d81fa977f 100644
--- a/Aaru.Tests/Filesystems/XENIX/Whole.cs
+++ b/Aaru.Tests/Filesystems/XENIX/Whole.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/XFS.cs b/Aaru.Tests/Filesystems/XFS.cs
index ef565f345..caa3bf58b 100644
--- a/Aaru.Tests/Filesystems/XFS.cs
+++ b/Aaru.Tests/Filesystems/XFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/Xia.cs b/Aaru.Tests/Filesystems/Xia.cs
index a0a685506..7009bdd1e 100644
--- a/Aaru.Tests/Filesystems/Xia.cs
+++ b/Aaru.Tests/Filesystems/Xia.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/ZFS.cs b/Aaru.Tests/Filesystems/ZFS.cs
index b666140a3..17b85d6dc 100644
--- a/Aaru.Tests/Filesystems/ZFS.cs
+++ b/Aaru.Tests/Filesystems/ZFS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/btrfs.cs b/Aaru.Tests/Filesystems/btrfs.cs
index a3e69e341..d776a56f4 100644
--- a/Aaru.Tests/Filesystems/btrfs.cs
+++ b/Aaru.Tests/Filesystems/btrfs.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/exFAT/APM.cs b/Aaru.Tests/Filesystems/exFAT/APM.cs
index 32ae5ebbd..e03c38d5c 100644
--- a/Aaru.Tests/Filesystems/exFAT/APM.cs
+++ b/Aaru.Tests/Filesystems/exFAT/APM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/exFAT/GPT.cs b/Aaru.Tests/Filesystems/exFAT/GPT.cs
index 8aebfcee1..fc39924a9 100644
--- a/Aaru.Tests/Filesystems/exFAT/GPT.cs
+++ b/Aaru.Tests/Filesystems/exFAT/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/exFAT/MBR.cs b/Aaru.Tests/Filesystems/exFAT/MBR.cs
index 2571cfad2..f66d65fc8 100644
--- a/Aaru.Tests/Filesystems/exFAT/MBR.cs
+++ b/Aaru.Tests/Filesystems/exFAT/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/ext.cs b/Aaru.Tests/Filesystems/ext.cs
index 865485a4f..b0514e322 100644
--- a/Aaru.Tests/Filesystems/ext.cs
+++ b/Aaru.Tests/Filesystems/ext.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filesystems/ext2.cs b/Aaru.Tests/Filesystems/ext2.cs
index 4680b8be1..a5b088eb5 100644
--- a/Aaru.Tests/Filesystems/ext2.cs
+++ b/Aaru.Tests/Filesystems/ext2.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleDoubleDave.cs b/Aaru.Tests/Filters/AppleDoubleDave.cs
index dd77bb1dd..53074d535 100644
--- a/Aaru.Tests/Filters/AppleDoubleDave.cs
+++ b/Aaru.Tests/Filters/AppleDoubleDave.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleDoubleDos.cs b/Aaru.Tests/Filters/AppleDoubleDos.cs
index c47d6e60f..04b9a7eff 100644
--- a/Aaru.Tests/Filters/AppleDoubleDos.cs
+++ b/Aaru.Tests/Filters/AppleDoubleDos.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleDoubleNetatalk.cs b/Aaru.Tests/Filters/AppleDoubleNetatalk.cs
index f3a3af35f..2430e688d 100644
--- a/Aaru.Tests/Filters/AppleDoubleNetatalk.cs
+++ b/Aaru.Tests/Filters/AppleDoubleNetatalk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleDoubleOsX.cs b/Aaru.Tests/Filters/AppleDoubleOsX.cs
index c30501467..8b6e772d2 100644
--- a/Aaru.Tests/Filters/AppleDoubleOsX.cs
+++ b/Aaru.Tests/Filters/AppleDoubleOsX.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleDoubleProDos.cs b/Aaru.Tests/Filters/AppleDoubleProDos.cs
index 7101fa33d..46fb57f60 100644
--- a/Aaru.Tests/Filters/AppleDoubleProDos.cs
+++ b/Aaru.Tests/Filters/AppleDoubleProDos.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleDoubleUnAr.cs b/Aaru.Tests/Filters/AppleDoubleUnAr.cs
index 131871048..cf16fff11 100644
--- a/Aaru.Tests/Filters/AppleDoubleUnAr.cs
+++ b/Aaru.Tests/Filters/AppleDoubleUnAr.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleDoubleUnix.cs b/Aaru.Tests/Filters/AppleDoubleUnix.cs
index 0c4e81633..7934371ae 100644
--- a/Aaru.Tests/Filters/AppleDoubleUnix.cs
+++ b/Aaru.Tests/Filters/AppleDoubleUnix.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/AppleSingle.cs b/Aaru.Tests/Filters/AppleSingle.cs
index fdda0c191..c32f9f4ec 100644
--- a/Aaru.Tests/Filters/AppleSingle.cs
+++ b/Aaru.Tests/Filters/AppleSingle.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/BZip2.cs b/Aaru.Tests/Filters/BZip2.cs
index 50ab43c25..e274c79aa 100644
--- a/Aaru.Tests/Filters/BZip2.cs
+++ b/Aaru.Tests/Filters/BZip2.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/GZip.cs b/Aaru.Tests/Filters/GZip.cs
index 4ab3fe1a8..6ff70b98f 100644
--- a/Aaru.Tests/Filters/GZip.cs
+++ b/Aaru.Tests/Filters/GZip.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/LZip.cs b/Aaru.Tests/Filters/LZip.cs
index 6798bcf5b..e15fa417c 100644
--- a/Aaru.Tests/Filters/LZip.cs
+++ b/Aaru.Tests/Filters/LZip.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/MacBinary1.cs b/Aaru.Tests/Filters/MacBinary1.cs
index b9c15d82f..fdc10fdc9 100644
--- a/Aaru.Tests/Filters/MacBinary1.cs
+++ b/Aaru.Tests/Filters/MacBinary1.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/MacBinary2.cs b/Aaru.Tests/Filters/MacBinary2.cs
index 6a0a61b27..2c51a047f 100644
--- a/Aaru.Tests/Filters/MacBinary2.cs
+++ b/Aaru.Tests/Filters/MacBinary2.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/MacBinary3.cs b/Aaru.Tests/Filters/MacBinary3.cs
index ca86e3bfc..0d3e16964 100644
--- a/Aaru.Tests/Filters/MacBinary3.cs
+++ b/Aaru.Tests/Filters/MacBinary3.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/PCExchange.cs b/Aaru.Tests/Filters/PCExchange.cs
index 4b17a5976..50bdd2863 100644
--- a/Aaru.Tests/Filters/PCExchange.cs
+++ b/Aaru.Tests/Filters/PCExchange.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Filters/XZ.cs b/Aaru.Tests/Filters/XZ.cs
index cfd5a8eee..e5644d389 100644
--- a/Aaru.Tests/Filters/XZ.cs
+++ b/Aaru.Tests/Filters/XZ.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/2MG.cs b/Aaru.Tests/Images/2MG.cs
index fd463eff3..1118c0749 100644
--- a/Aaru.Tests/Images/2MG.cs
+++ b/Aaru.Tests/Images/2MG.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/AaruFormat/Tape/V1.cs b/Aaru.Tests/Images/AaruFormat/Tape/V1.cs
index bb6f0a6ec..53dfd5b24 100644
--- a/Aaru.Tests/Images/AaruFormat/Tape/V1.cs
+++ b/Aaru.Tests/Images/AaruFormat/Tape/V1.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/AaruFormat/V1.cs b/Aaru.Tests/Images/AaruFormat/V1.cs
index 5929865b6..efed8445b 100644
--- a/Aaru.Tests/Images/AaruFormat/V1.cs
+++ b/Aaru.Tests/Images/AaruFormat/V1.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Alcohol120.cs b/Aaru.Tests/Images/Alcohol120.cs
index 2dfdf7bd5..8d8ea8e0b 100644
--- a/Aaru.Tests/Images/Alcohol120.cs
+++ b/Aaru.Tests/Images/Alcohol120.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Anex86.cs b/Aaru.Tests/Images/Anex86.cs
index aa50e4c24..4e0e74935 100644
--- a/Aaru.Tests/Images/Anex86.cs
+++ b/Aaru.Tests/Images/Anex86.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/AppleDOS/DOS.cs b/Aaru.Tests/Images/AppleDOS/DOS.cs
index 700ce7a88..0477f3c75 100644
--- a/Aaru.Tests/Images/AppleDOS/DOS.cs
+++ b/Aaru.Tests/Images/AppleDOS/DOS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/AppleDOS/DOS32.cs b/Aaru.Tests/Images/AppleDOS/DOS32.cs
index a5474ed87..37db8ee94 100644
--- a/Aaru.Tests/Images/AppleDOS/DOS32.cs
+++ b/Aaru.Tests/Images/AppleDOS/DOS32.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/AppleDOS/ProDOS.cs b/Aaru.Tests/Images/AppleDOS/ProDOS.cs
index 6d4388063..c2181c813 100644
--- a/Aaru.Tests/Images/AppleDOS/ProDOS.cs
+++ b/Aaru.Tests/Images/AppleDOS/ProDOS.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/AppleNIB.cs b/Aaru.Tests/Images/AppleNIB.cs
index 7ffb72b4d..b5c61fd55 100644
--- a/Aaru.Tests/Images/AppleNIB.cs
+++ b/Aaru.Tests/Images/AppleNIB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Apridisk.cs b/Aaru.Tests/Images/Apridisk.cs
index 5b28e61a3..9222aeb25 100644
--- a/Aaru.Tests/Images/Apridisk.cs
+++ b/Aaru.Tests/Images/Apridisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/BlindWrite4.cs b/Aaru.Tests/Images/BlindWrite4.cs
index df42b56f6..5c65f39a7 100644
--- a/Aaru.Tests/Images/BlindWrite4.cs
+++ b/Aaru.Tests/Images/BlindWrite4.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/BlindWrite5.cs b/Aaru.Tests/Images/BlindWrite5.cs
index 335b012b2..da27d892e 100644
--- a/Aaru.Tests/Images/BlindWrite5.cs
+++ b/Aaru.Tests/Images/BlindWrite5.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/BlindWrite6.cs b/Aaru.Tests/Images/BlindWrite6.cs
index 7798c3941..5ae912d69 100644
--- a/Aaru.Tests/Images/BlindWrite6.cs
+++ b/Aaru.Tests/Images/BlindWrite6.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/BlindWrite7.cs b/Aaru.Tests/Images/BlindWrite7.cs
index 64a7d6af0..f6ba2015b 100644
--- a/Aaru.Tests/Images/BlindWrite7.cs
+++ b/Aaru.Tests/Images/BlindWrite7.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/CDRWin.cs b/Aaru.Tests/Images/CDRWin.cs
index 01dd40d49..576df2c96 100644
--- a/Aaru.Tests/Images/CDRWin.cs
+++ b/Aaru.Tests/Images/CDRWin.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/CDRWin10.cs b/Aaru.Tests/Images/CDRWin10.cs
index 105e383e4..c08858952 100644
--- a/Aaru.Tests/Images/CDRWin10.cs
+++ b/Aaru.Tests/Images/CDRWin10.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/CPCDSK.cs b/Aaru.Tests/Images/CPCDSK.cs
index 418d13733..f36c436ea 100644
--- a/Aaru.Tests/Images/CPCDSK.cs
+++ b/Aaru.Tests/Images/CPCDSK.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/CisCopy/Uncompressed.cs b/Aaru.Tests/Images/CisCopy/Uncompressed.cs
index 7c41ccd9a..9f4fbc4a3 100644
--- a/Aaru.Tests/Images/CisCopy/Uncompressed.cs
+++ b/Aaru.Tests/Images/CisCopy/Uncompressed.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/CloneCD.cs b/Aaru.Tests/Images/CloneCD.cs
index cefa4a33f..ec08ad2f2 100644
--- a/Aaru.Tests/Images/CloneCD.cs
+++ b/Aaru.Tests/Images/CloneCD.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/Commodore64/D64.cs b/Aaru.Tests/Images/Commodore64/D64.cs
index dabe1a515..14ea14a2b 100644
--- a/Aaru.Tests/Images/Commodore64/D64.cs
+++ b/Aaru.Tests/Images/Commodore64/D64.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Commodore64/D81.cs b/Aaru.Tests/Images/Commodore64/D81.cs
index 1f2a8e202..afa354cb3 100644
--- a/Aaru.Tests/Images/Commodore64/D81.cs
+++ b/Aaru.Tests/Images/Commodore64/D81.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/CopyQM.cs b/Aaru.Tests/Images/CopyQM.cs
index 72235713d..6adcd195a 100644
--- a/Aaru.Tests/Images/CopyQM.cs
+++ b/Aaru.Tests/Images/CopyQM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/CopyTape.cs b/Aaru.Tests/Images/CopyTape.cs
index 416271117..f4d8fa36c 100644
--- a/Aaru.Tests/Images/CopyTape.cs
+++ b/Aaru.Tests/Images/CopyTape.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/D88.cs b/Aaru.Tests/Images/D88.cs
index 282cca37d..c6bec359f 100644
--- a/Aaru.Tests/Images/D88.cs
+++ b/Aaru.Tests/Images/D88.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DART.cs b/Aaru.Tests/Images/DART.cs
index 1753e8d83..ae1dd2b4e 100644
--- a/Aaru.Tests/Images/DART.cs
+++ b/Aaru.Tests/Images/DART.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiscJuggler.cs b/Aaru.Tests/Images/DiscJuggler.cs
index 1162a2f85..763437a4b 100644
--- a/Aaru.Tests/Images/DiscJuggler.cs
+++ b/Aaru.Tests/Images/DiscJuggler.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskCopy42.cs b/Aaru.Tests/Images/DiskCopy42.cs
index 6666b4089..5a1f506b6 100644
--- a/Aaru.Tests/Images/DiskCopy42.cs
+++ b/Aaru.Tests/Images/DiskCopy42.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs b/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs
index 9e123d5ab..442abdf58 100644
--- a/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs
+++ b/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs b/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs
index a461147f4..567e024e7 100644
--- a/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs
+++ b/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs b/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs
index 8e56041eb..78db5711e 100644
--- a/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs
+++ b/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs b/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs
index 1dd5f3065..ae98767f2 100644
--- a/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs
+++ b/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskCopy65/UDCO.cs b/Aaru.Tests/Images/DiskCopy65/UDCO.cs
index f8426ac27..6f6f223f6 100644
--- a/Aaru.Tests/Images/DiskCopy65/UDCO.cs
+++ b/Aaru.Tests/Images/DiskCopy65/UDCO.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs b/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs
index b27751d4a..09a695bac 100644
--- a/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs
+++ b/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskCopy65/UDRAW.cs b/Aaru.Tests/Images/DiskCopy65/UDRAW.cs
index 91189a817..1e4a9db2f 100644
--- a/Aaru.Tests/Images/DiskCopy65/UDRAW.cs
+++ b/Aaru.Tests/Images/DiskCopy65/UDRAW.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskCopy65/UDRO.cs b/Aaru.Tests/Images/DiskCopy65/UDRO.cs
index 2d0065c8d..8b70665db 100644
--- a/Aaru.Tests/Images/DiskCopy65/UDRO.cs
+++ b/Aaru.Tests/Images/DiskCopy65/UDRO.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs b/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs
index cf34c1a0a..9a2587a53 100644
--- a/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs
+++ b/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskDupe.cs b/Aaru.Tests/Images/DiskDupe.cs
index 9fe66851e..eafb64aa7 100644
--- a/Aaru.Tests/Images/DiskDupe.cs
+++ b/Aaru.Tests/Images/DiskDupe.cs
@@ -23,8 +23,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs b/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs
index 8a00b1e30..f02e194be 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs b/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs
index 1ddae62bf..f8541b822 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs b/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs
index fe136f5b4..3c3245133 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs b/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs
index 76aa930a8..acfe8557d 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs
index 919c3c5da..0e7ce48e4 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs
index 5fdd4761b..dc7e0e7df 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs
index a1c55a7ad..6c26655e7 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs
index 9849a2d87..ec763aaa9 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs
index 1a0312f94..5e56699b4 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs
index 80eaa29b1..688d1cb99 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs
index 056681d40..f2176ef25 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs
index 50bcbdc35..1a9b50527 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs
index 882f71c8f..ddb259fcd 100644
--- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs
+++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs b/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs
index 20cba7180..bcd27fe94 100644
--- a/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs
+++ b/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DiskUtilities/Raw.cs b/Aaru.Tests/Images/DiskUtilities/Raw.cs
index 803af9932..3289b69ff 100644
--- a/Aaru.Tests/Images/DiskUtilities/Raw.cs
+++ b/Aaru.Tests/Images/DiskUtilities/Raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/DriDiskCopy.cs b/Aaru.Tests/Images/DriDiskCopy.cs
index 3c0834b95..3234c22c9 100644
--- a/Aaru.Tests/Images/DriDiskCopy.cs
+++ b/Aaru.Tests/Images/DriDiskCopy.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/GameJack6.cs b/Aaru.Tests/Images/GameJack6.cs
index 42fa3ea40..1e9851601 100644
--- a/Aaru.Tests/Images/GameJack6.cs
+++ b/Aaru.Tests/Images/GameJack6.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/HDCopy.cs b/Aaru.Tests/Images/HDCopy.cs
index 4549b1f68..3af6c524a 100644
--- a/Aaru.Tests/Images/HDCopy.cs
+++ b/Aaru.Tests/Images/HDCopy.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/HxC/ImageDisk.cs b/Aaru.Tests/Images/HxC/ImageDisk.cs
index b00976947..cbc27a2db 100644
--- a/Aaru.Tests/Images/HxC/ImageDisk.cs
+++ b/Aaru.Tests/Images/HxC/ImageDisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/HxC/Raw.cs b/Aaru.Tests/Images/HxC/Raw.cs
index 04e83525e..c4ba73cc1 100644
--- a/Aaru.Tests/Images/HxC/Raw.cs
+++ b/Aaru.Tests/Images/HxC/Raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/HyperV.cs b/Aaru.Tests/Images/HyperV.cs
index 7ded92091..f0374a564 100644
--- a/Aaru.Tests/Images/HyperV.cs
+++ b/Aaru.Tests/Images/HyperV.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/ImageDisk.cs b/Aaru.Tests/Images/ImageDisk.cs
index b79887664..78768297f 100644
--- a/Aaru.Tests/Images/ImageDisk.cs
+++ b/Aaru.Tests/Images/ImageDisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/IsoBuster/Cuesheet.cs b/Aaru.Tests/Images/IsoBuster/Cuesheet.cs
index 74669ffbd..2b75ff22b 100644
--- a/Aaru.Tests/Images/IsoBuster/Cuesheet.cs
+++ b/Aaru.Tests/Images/IsoBuster/Cuesheet.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/KryoFlux/Raw.cs b/Aaru.Tests/Images/KryoFlux/Raw.cs
index c793bdb2c..fcbfcf907 100644
--- a/Aaru.Tests/Images/KryoFlux/Raw.cs
+++ b/Aaru.Tests/Images/KryoFlux/Raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Lisa/Raw.cs b/Aaru.Tests/Images/Lisa/Raw.cs
index c1d5e7991..fa9abc0ff 100644
--- a/Aaru.Tests/Images/Lisa/Raw.cs
+++ b/Aaru.Tests/Images/Lisa/Raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MAME/v1.cs b/Aaru.Tests/Images/MAME/v1.cs
index 1ec9a6687..a84cebdd7 100644
--- a/Aaru.Tests/Images/MAME/v1.cs
+++ b/Aaru.Tests/Images/MAME/v1.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MAME/v3.cs b/Aaru.Tests/Images/MAME/v3.cs
index 12a349ad9..082a74457 100644
--- a/Aaru.Tests/Images/MAME/v3.cs
+++ b/Aaru.Tests/Images/MAME/v3.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MAME/v4.cs b/Aaru.Tests/Images/MAME/v4.cs
index fa3f1daa1..27641e205 100644
--- a/Aaru.Tests/Images/MAME/v4.cs
+++ b/Aaru.Tests/Images/MAME/v4.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MAME/v5/compressed.cs b/Aaru.Tests/Images/MAME/v5/compressed.cs
index 795f9e1c4..ed430acdd 100644
--- a/Aaru.Tests/Images/MAME/v5/compressed.cs
+++ b/Aaru.Tests/Images/MAME/v5/compressed.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MAME/v5/uncompressed.cs b/Aaru.Tests/Images/MAME/v5/uncompressed.cs
index 138310077..17518a9af 100644
--- a/Aaru.Tests/Images/MAME/v5/uncompressed.cs
+++ b/Aaru.Tests/Images/MAME/v5/uncompressed.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MagicISO/Cuesheet.cs b/Aaru.Tests/Images/MagicISO/Cuesheet.cs
index 3411db1a6..50cbaf501 100644
--- a/Aaru.Tests/Images/MagicISO/Cuesheet.cs
+++ b/Aaru.Tests/Images/MagicISO/Cuesheet.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MagicISO/Nero.cs b/Aaru.Tests/Images/MagicISO/Nero.cs
index 308bb1069..c521baf76 100644
--- a/Aaru.Tests/Images/MagicISO/Nero.cs
+++ b/Aaru.Tests/Images/MagicISO/Nero.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/MaxiDisk.cs b/Aaru.Tests/Images/MaxiDisk.cs
index dd966b1a0..69d3f82f0 100644
--- a/Aaru.Tests/Images/MaxiDisk.cs
+++ b/Aaru.Tests/Images/MaxiDisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/NHDr0.cs b/Aaru.Tests/Images/NHDr0.cs
index 5323f26b4..2d59388c1 100644
--- a/Aaru.Tests/Images/NHDr0.cs
+++ b/Aaru.Tests/Images/NHDr0.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/Nero/V1.cs b/Aaru.Tests/Images/Nero/V1.cs
index 1f3596069..467ce4c11 100644
--- a/Aaru.Tests/Images/Nero/V1.cs
+++ b/Aaru.Tests/Images/Nero/V1.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Nero/V2.cs b/Aaru.Tests/Images/Nero/V2.cs
index 7146ffaf2..5acec18f2 100644
--- a/Aaru.Tests/Images/Nero/V2.cs
+++ b/Aaru.Tests/Images/Nero/V2.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/PowerISO/Cuesheet.cs b/Aaru.Tests/Images/PowerISO/Cuesheet.cs
index 1d6c35045..ea3b1abdd 100644
--- a/Aaru.Tests/Images/PowerISO/Cuesheet.cs
+++ b/Aaru.Tests/Images/PowerISO/Cuesheet.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/QEMU/HyperV.cs b/Aaru.Tests/Images/QEMU/HyperV.cs
index 164b14f3a..f59d5d834 100644
--- a/Aaru.Tests/Images/QEMU/HyperV.cs
+++ b/Aaru.Tests/Images/QEMU/HyperV.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/QEMU/Parallels.cs b/Aaru.Tests/Images/QEMU/Parallels.cs
index d4623eb22..3ea4e3280 100644
--- a/Aaru.Tests/Images/QEMU/Parallels.cs
+++ b/Aaru.Tests/Images/QEMU/Parallels.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/QEMU/QCOW.cs b/Aaru.Tests/Images/QEMU/QCOW.cs
index 38f301d07..51cecc9b3 100644
--- a/Aaru.Tests/Images/QEMU/QCOW.cs
+++ b/Aaru.Tests/Images/QEMU/QCOW.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/QEMU/QCOW2.cs b/Aaru.Tests/Images/QEMU/QCOW2.cs
index 4f32526de..2e4fea44e 100644
--- a/Aaru.Tests/Images/QEMU/QCOW2.cs
+++ b/Aaru.Tests/Images/QEMU/QCOW2.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/QEMU/QCOW3.cs b/Aaru.Tests/Images/QEMU/QCOW3.cs
index 9306425b8..62e03f6e1 100644
--- a/Aaru.Tests/Images/QEMU/QCOW3.cs
+++ b/Aaru.Tests/Images/QEMU/QCOW3.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/QEMU/QED.cs b/Aaru.Tests/Images/QEMU/QED.cs
index 2e40f141f..22d74497c 100644
--- a/Aaru.Tests/Images/QEMU/QED.cs
+++ b/Aaru.Tests/Images/QEMU/QED.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/QEMU/Raw.cs b/Aaru.Tests/Images/QEMU/Raw.cs
index 1b4450b75..36a0f5302 100644
--- a/Aaru.Tests/Images/QEMU/Raw.cs
+++ b/Aaru.Tests/Images/QEMU/Raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/QEMU/VMware5.cs b/Aaru.Tests/Images/QEMU/VMware5.cs
index 360129dfd..d7d70d230 100644
--- a/Aaru.Tests/Images/QEMU/VMware5.cs
+++ b/Aaru.Tests/Images/QEMU/VMware5.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/QEMU/VMware6.cs b/Aaru.Tests/Images/QEMU/VMware6.cs
index 98d49e3ea..081388a15 100644
--- a/Aaru.Tests/Images/QEMU/VMware6.cs
+++ b/Aaru.Tests/Images/QEMU/VMware6.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/QEMU/VirtualBox.cs b/Aaru.Tests/Images/QEMU/VirtualBox.cs
index 2960f31e3..f86ede12f 100644
--- a/Aaru.Tests/Images/QEMU/VirtualBox.cs
+++ b/Aaru.Tests/Images/QEMU/VirtualBox.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/QEMU/VirtualPC.cs b/Aaru.Tests/Images/QEMU/VirtualPC.cs
index 43f14b1fc..6d3710572 100644
--- a/Aaru.Tests/Images/QEMU/VirtualPC.cs
+++ b/Aaru.Tests/Images/QEMU/VirtualPC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/RayDIM.cs b/Aaru.Tests/Images/RayDIM.cs
index a25e37d7e..c9cc41861 100644
--- a/Aaru.Tests/Images/RayDIM.cs
+++ b/Aaru.Tests/Images/RayDIM.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/RsIde.cs b/Aaru.Tests/Images/RsIde.cs
index b365413f3..351eafe2c 100644
--- a/Aaru.Tests/Images/RsIde.cs
+++ b/Aaru.Tests/Images/RsIde.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/SaveDskF.cs b/Aaru.Tests/Images/SaveDskF.cs
index 12f5ee989..36bb65906 100644
--- a/Aaru.Tests/Images/SaveDskF.cs
+++ b/Aaru.Tests/Images/SaveDskF.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs b/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs
index bde10d075..05571cac3 100644
--- a/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs
+++ b/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs b/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs
index bfa1d38f2..6d7b8174b 100644
--- a/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs
+++ b/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs b/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs
index f2b137976..384b6a051 100644
--- a/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs
+++ b/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs b/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs
index 50861abde..7d21f6f53 100644
--- a/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs
+++ b/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs b/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs
index 6d8cf6849..b68919dcf 100644
--- a/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs
+++ b/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/ShrinkWrap/Raw.cs b/Aaru.Tests/Images/ShrinkWrap/Raw.cs
index 764318f28..f501042ef 100644
--- a/Aaru.Tests/Images/ShrinkWrap/Raw.cs
+++ b/Aaru.Tests/Images/ShrinkWrap/Raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/TeleDisk.cs b/Aaru.Tests/Images/TeleDisk.cs
index 1a650c50d..3f4cf3d05 100644
--- a/Aaru.Tests/Images/TeleDisk.cs
+++ b/Aaru.Tests/Images/TeleDisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Toast.cs b/Aaru.Tests/Images/Toast.cs
index aa69c1018..8c3a02991 100644
--- a/Aaru.Tests/Images/Toast.cs
+++ b/Aaru.Tests/Images/Toast.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/UltraISO/Alcohol.cs b/Aaru.Tests/Images/UltraISO/Alcohol.cs
index 1352cf676..267189581 100644
--- a/Aaru.Tests/Images/UltraISO/Alcohol.cs
+++ b/Aaru.Tests/Images/UltraISO/Alcohol.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/UltraISO/CloneCD.cs b/Aaru.Tests/Images/UltraISO/CloneCD.cs
index 89e905e89..c5879ece6 100644
--- a/Aaru.Tests/Images/UltraISO/CloneCD.cs
+++ b/Aaru.Tests/Images/UltraISO/CloneCD.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/UltraISO/Cuesheet.cs b/Aaru.Tests/Images/UltraISO/Cuesheet.cs
index 6f210c9f4..42fb15d18 100644
--- a/Aaru.Tests/Images/UltraISO/Cuesheet.cs
+++ b/Aaru.Tests/Images/UltraISO/Cuesheet.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/UltraISO/Nero.cs b/Aaru.Tests/Images/UltraISO/Nero.cs
index de9531d03..e25d49172 100644
--- a/Aaru.Tests/Images/UltraISO/Nero.cs
+++ b/Aaru.Tests/Images/UltraISO/Nero.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/Virtual98.cs b/Aaru.Tests/Images/Virtual98.cs
index 4ff1df69c..5967bdef0 100644
--- a/Aaru.Tests/Images/Virtual98.cs
+++ b/Aaru.Tests/Images/Virtual98.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/VirtualBox/VirtualPC.cs b/Aaru.Tests/Images/VirtualBox/VirtualPC.cs
index 8e3296f6b..c23dde39c 100644
--- a/Aaru.Tests/Images/VirtualBox/VirtualPC.cs
+++ b/Aaru.Tests/Images/VirtualBox/VirtualPC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/VirtualPC/Raw.cs b/Aaru.Tests/Images/VirtualPC/Raw.cs
index ef3d9aa3f..f275c0711 100644
--- a/Aaru.Tests/Images/VirtualPC/Raw.cs
+++ b/Aaru.Tests/Images/VirtualPC/Raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/VirtualPC/VirtualPC.cs b/Aaru.Tests/Images/VirtualPC/VirtualPC.cs
index 6345a97d8..366abcccf 100644
--- a/Aaru.Tests/Images/VirtualPC/VirtualPC.cs
+++ b/Aaru.Tests/Images/VirtualPC/VirtualPC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/cdrdao/cooked/nosub.cs b/Aaru.Tests/Images/cdrdao/cooked/nosub.cs
index 7720c03eb..7c224c5fb 100644
--- a/Aaru.Tests/Images/cdrdao/cooked/nosub.cs
+++ b/Aaru.Tests/Images/cdrdao/cooked/nosub.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/cdrdao/cooked/rw.cs b/Aaru.Tests/Images/cdrdao/cooked/rw.cs
index f1c581f3e..71d579066 100644
--- a/Aaru.Tests/Images/cdrdao/cooked/rw.cs
+++ b/Aaru.Tests/Images/cdrdao/cooked/rw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs b/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs
index 3b6e7b453..58ad3fb80 100644
--- a/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs
+++ b/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/cdrdao/raw/nosub.cs b/Aaru.Tests/Images/cdrdao/raw/nosub.cs
index a0edd1443..3fea44b29 100644
--- a/Aaru.Tests/Images/cdrdao/raw/nosub.cs
+++ b/Aaru.Tests/Images/cdrdao/raw/nosub.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/cdrdao/raw/rw.cs b/Aaru.Tests/Images/cdrdao/raw/rw.cs
index 479bff0ed..f83970f4f 100644
--- a/Aaru.Tests/Images/cdrdao/raw/rw.cs
+++ b/Aaru.Tests/Images/cdrdao/raw/rw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs b/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs
index 18f746f5a..746721995 100644
--- a/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs
+++ b/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/partclone.cs b/Aaru.Tests/Images/partclone.cs
index 43d8ee660..d1a7c55f8 100644
--- a/Aaru.Tests/Images/partclone.cs
+++ b/Aaru.Tests/Images/partclone.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/pce/DiskCopy42.cs b/Aaru.Tests/Images/pce/DiskCopy42.cs
index 069ad2c41..e5bc6b220 100644
--- a/Aaru.Tests/Images/pce/DiskCopy42.cs
+++ b/Aaru.Tests/Images/pce/DiskCopy42.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/pce/ImageDisk.cs b/Aaru.Tests/Images/pce/ImageDisk.cs
index 0becf7409..2d2eb80c1 100644
--- a/Aaru.Tests/Images/pce/ImageDisk.cs
+++ b/Aaru.Tests/Images/pce/ImageDisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/pce/TeleDisk.cs b/Aaru.Tests/Images/pce/TeleDisk.cs
index 83a9a4a4f..2643a2b69 100644
--- a/Aaru.Tests/Images/pce/TeleDisk.cs
+++ b/Aaru.Tests/Images/pce/TeleDisk.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Images/pce/XDF.cs b/Aaru.Tests/Images/pce/XDF.cs
index 8836195bc..ebce6c0e7 100644
--- a/Aaru.Tests/Images/pce/XDF.cs
+++ b/Aaru.Tests/Images/pce/XDF.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
diff --git a/Aaru.Tests/Images/pce/raw.cs b/Aaru.Tests/Images/pce/raw.cs
index c13b9684f..eefc1a879 100644
--- a/Aaru.Tests/Images/pce/raw.cs
+++ b/Aaru.Tests/Images/pce/raw.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/Acorn.cs b/Aaru.Tests/Partitions/Acorn.cs
index c40a812ee..1ce3603ae 100644
--- a/Aaru.Tests/Partitions/Acorn.cs
+++ b/Aaru.Tests/Partitions/Acorn.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/AppleMap.cs b/Aaru.Tests/Partitions/AppleMap.cs
index 5c04d4dbd..6ccb18154 100644
--- a/Aaru.Tests/Partitions/AppleMap.cs
+++ b/Aaru.Tests/Partitions/AppleMap.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/Atari.cs b/Aaru.Tests/Partitions/Atari.cs
index 3a995362c..3041e8251 100644
--- a/Aaru.Tests/Partitions/Atari.cs
+++ b/Aaru.Tests/Partitions/Atari.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/BSD.cs b/Aaru.Tests/Partitions/BSD.cs
index 3c572b876..1886cb741 100644
--- a/Aaru.Tests/Partitions/BSD.cs
+++ b/Aaru.Tests/Partitions/BSD.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/GPT.cs b/Aaru.Tests/Partitions/GPT.cs
index ea0b404ab..18ae8f10f 100644
--- a/Aaru.Tests/Partitions/GPT.cs
+++ b/Aaru.Tests/Partitions/GPT.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/MBR.cs b/Aaru.Tests/Partitions/MBR.cs
index 9d00cedca..e2ecf8edf 100644
--- a/Aaru.Tests/Partitions/MBR.cs
+++ b/Aaru.Tests/Partitions/MBR.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/MINIX.cs b/Aaru.Tests/Partitions/MINIX.cs
index 08b4613a7..e851b35a0 100644
--- a/Aaru.Tests/Partitions/MINIX.cs
+++ b/Aaru.Tests/Partitions/MINIX.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/PC98.cs b/Aaru.Tests/Partitions/PC98.cs
index 7d609bb19..f7bddd1c2 100644
--- a/Aaru.Tests/Partitions/PC98.cs
+++ b/Aaru.Tests/Partitions/PC98.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/RDB.cs b/Aaru.Tests/Partitions/RDB.cs
index ac6986d9b..2b9af0dab 100644
--- a/Aaru.Tests/Partitions/RDB.cs
+++ b/Aaru.Tests/Partitions/RDB.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/SGI.cs b/Aaru.Tests/Partitions/SGI.cs
index d016d7e6c..2a6dc8c3f 100644
--- a/Aaru.Tests/Partitions/SGI.cs
+++ b/Aaru.Tests/Partitions/SGI.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/Sun.cs b/Aaru.Tests/Partitions/Sun.cs
index 1e412dfde..aa954f721 100644
--- a/Aaru.Tests/Partitions/Sun.cs
+++ b/Aaru.Tests/Partitions/Sun.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/VTOC.cs b/Aaru.Tests/Partitions/VTOC.cs
index aa06d46b2..e56a41aed 100644
--- a/Aaru.Tests/Partitions/VTOC.cs
+++ b/Aaru.Tests/Partitions/VTOC.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru.Tests/Partitions/Xbox.cs b/Aaru.Tests/Partitions/Xbox.cs
index d2d99c14a..3316445f2 100644
--- a/Aaru.Tests/Partitions/Xbox.cs
+++ b/Aaru.Tests/Partitions/Xbox.cs
@@ -23,7 +23,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/Aaru/Aaru.csproj b/Aaru/Aaru.csproj
index 6bac01eec..49fe9f4b2 100644
--- a/Aaru/Aaru.csproj
+++ b/Aaru/Aaru.csproj
@@ -12,7 +12,7 @@
true
6.0.0-alpha8
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru
$(Version)
diff --git a/Aaru/Commands/Archive/ArchiveFamily.cs b/Aaru/Commands/Archive/ArchiveFamily.cs
index 6ac71fb10..666f2a895 100644
--- a/Aaru/Commands/Archive/ArchiveFamily.cs
+++ b/Aaru/Commands/Archive/ArchiveFamily.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Archive/Info.cs b/Aaru/Commands/Archive/Info.cs
index ad36a6b42..e0eb9d0f6 100644
--- a/Aaru/Commands/Archive/Info.cs
+++ b/Aaru/Commands/Archive/Info.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2021-2022 Michael Drüing
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2021-2023 Michael Drüing
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Configure.cs b/Aaru/Commands/Configure.cs
index bd868d58b..f0ae70f81 100644
--- a/Aaru/Commands/Configure.cs
+++ b/Aaru/Commands/Configure.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Database/DatabaseFamily.cs b/Aaru/Commands/Database/DatabaseFamily.cs
index d71aaa8d4..1132d7661 100644
--- a/Aaru/Commands/Database/DatabaseFamily.cs
+++ b/Aaru/Commands/Database/DatabaseFamily.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Database/Statistics.cs b/Aaru/Commands/Database/Statistics.cs
index a554408ad..80e5a4260 100644
--- a/Aaru/Commands/Database/Statistics.cs
+++ b/Aaru/Commands/Database/Statistics.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine.NamingConventionBinder;
diff --git a/Aaru/Commands/Database/Update.cs b/Aaru/Commands/Database/Update.cs
index 22b06a37e..859eb663e 100644
--- a/Aaru/Commands/Database/Update.cs
+++ b/Aaru/Commands/Database/Update.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Device/DeviceFamily.cs b/Aaru/Commands/Device/DeviceFamily.cs
index 4b6e50e0f..1092db65c 100644
--- a/Aaru/Commands/Device/DeviceFamily.cs
+++ b/Aaru/Commands/Device/DeviceFamily.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Device/DeviceReport.cs b/Aaru/Commands/Device/DeviceReport.cs
index e66c79bbb..6cee94660 100644
--- a/Aaru/Commands/Device/DeviceReport.cs
+++ b/Aaru/Commands/Device/DeviceReport.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Device/Info.cs b/Aaru/Commands/Device/Info.cs
index 845d00655..6cd776f3e 100644
--- a/Aaru/Commands/Device/Info.cs
+++ b/Aaru/Commands/Device/Info.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2021-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2021-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Device/List.cs b/Aaru/Commands/Device/List.cs
index 1b480f495..4fd775f7d 100644
--- a/Aaru/Commands/Device/List.cs
+++ b/Aaru/Commands/Device/List.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Filesystem/ExtractFiles.cs b/Aaru/Commands/Filesystem/ExtractFiles.cs
index 57570877b..ba6e7fa3a 100644
--- a/Aaru/Commands/Filesystem/ExtractFiles.cs
+++ b/Aaru/Commands/Filesystem/ExtractFiles.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Filesystem/FilesystemFamily.cs b/Aaru/Commands/Filesystem/FilesystemFamily.cs
index bcdef68b0..0246236fe 100644
--- a/Aaru/Commands/Filesystem/FilesystemFamily.cs
+++ b/Aaru/Commands/Filesystem/FilesystemFamily.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Filesystem/Info.cs b/Aaru/Commands/Filesystem/Info.cs
index 75a6c4188..eb7817ed7 100644
--- a/Aaru/Commands/Filesystem/Info.cs
+++ b/Aaru/Commands/Filesystem/Info.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Filesystem/Ls.cs b/Aaru/Commands/Filesystem/Ls.cs
index 667dbf34a..4ff3ff4a3 100644
--- a/Aaru/Commands/Filesystem/Ls.cs
+++ b/Aaru/Commands/Filesystem/Ls.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Filesystem/Options.cs b/Aaru/Commands/Filesystem/Options.cs
index 2745b082d..527dad421 100644
--- a/Aaru/Commands/Filesystem/Options.cs
+++ b/Aaru/Commands/Filesystem/Options.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Formats.cs b/Aaru/Commands/Formats.cs
index 5418d4fae..e88f29532 100644
--- a/Aaru/Commands/Formats.cs
+++ b/Aaru/Commands/Formats.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru/Commands/Image/Checksum.cs b/Aaru/Commands/Image/Checksum.cs
index 42c7d26fc..594a3fd75 100644
--- a/Aaru/Commands/Image/Checksum.cs
+++ b/Aaru/Commands/Image/Checksum.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Image/Compare.cs b/Aaru/Commands/Image/Compare.cs
index 7d21654a3..97472f1c8 100644
--- a/Aaru/Commands/Image/Compare.cs
+++ b/Aaru/Commands/Image/Compare.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Image/Convert.cs b/Aaru/Commands/Image/Convert.cs
index 22e93ec2d..50c856dd5 100644
--- a/Aaru/Commands/Image/Convert.cs
+++ b/Aaru/Commands/Image/Convert.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Image/CreateSidecar.cs b/Aaru/Commands/Image/CreateSidecar.cs
index 27e2e95c8..911241aca 100644
--- a/Aaru/Commands/Image/CreateSidecar.cs
+++ b/Aaru/Commands/Image/CreateSidecar.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Image/Decode.cs b/Aaru/Commands/Image/Decode.cs
index a191589cc..7660304fd 100644
--- a/Aaru/Commands/Image/Decode.cs
+++ b/Aaru/Commands/Image/Decode.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Image/Entropy.cs b/Aaru/Commands/Image/Entropy.cs
index 17d90b8a3..cd3a4adb7 100644
--- a/Aaru/Commands/Image/Entropy.cs
+++ b/Aaru/Commands/Image/Entropy.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Image/ImageFamily.cs b/Aaru/Commands/Image/ImageFamily.cs
index acbd37fb0..d1c27dcc6 100644
--- a/Aaru/Commands/Image/ImageFamily.cs
+++ b/Aaru/Commands/Image/ImageFamily.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Image/Info.cs b/Aaru/Commands/Image/Info.cs
index 812ee9117..ccd86b2a6 100644
--- a/Aaru/Commands/Image/Info.cs
+++ b/Aaru/Commands/Image/Info.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Image/Options.cs b/Aaru/Commands/Image/Options.cs
index fc6694c6b..67155882a 100644
--- a/Aaru/Commands/Image/Options.cs
+++ b/Aaru/Commands/Image/Options.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Image/Print.cs b/Aaru/Commands/Image/Print.cs
index 6c04cf5c1..8d53f4a58 100644
--- a/Aaru/Commands/Image/Print.cs
+++ b/Aaru/Commands/Image/Print.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Image/Verify.cs b/Aaru/Commands/Image/Verify.cs
index a122ef480..073c02077 100644
--- a/Aaru/Commands/Image/Verify.cs
+++ b/Aaru/Commands/Image/Verify.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/ListEncodings.cs b/Aaru/Commands/ListEncodings.cs
index 713217797..45b252cd4 100644
--- a/Aaru/Commands/ListEncodings.cs
+++ b/Aaru/Commands/ListEncodings.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru/Commands/ListNamespaces.cs b/Aaru/Commands/ListNamespaces.cs
index b8b2c4c42..2b137a83f 100644
--- a/Aaru/Commands/ListNamespaces.cs
+++ b/Aaru/Commands/ListNamespaces.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
diff --git a/Aaru/Commands/Media/Dump.cs b/Aaru/Commands/Media/Dump.cs
index c13340f8c..93d57b0c8 100644
--- a/Aaru/Commands/Media/Dump.cs
+++ b/Aaru/Commands/Media/Dump.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Media/Info.cs b/Aaru/Commands/Media/Info.cs
index 63524315e..f94f59844 100644
--- a/Aaru/Commands/Media/Info.cs
+++ b/Aaru/Commands/Media/Info.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/Aaru/Commands/Media/MediaFamily.cs b/Aaru/Commands/Media/MediaFamily.cs
index d4e982f47..c9cabe24d 100644
--- a/Aaru/Commands/Media/MediaFamily.cs
+++ b/Aaru/Commands/Media/MediaFamily.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Media/Scan.cs b/Aaru/Commands/Media/Scan.cs
index de7543603..e616b341f 100644
--- a/Aaru/Commands/Media/Scan.cs
+++ b/Aaru/Commands/Media/Scan.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.CommandLine;
diff --git a/Aaru/Commands/Remote.cs b/Aaru/Commands/Remote.cs
index 9a4c1b63a..eccd8f869 100644
--- a/Aaru/Commands/Remote.cs
+++ b/Aaru/Commands/Remote.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// TODO: Fix errors returned
diff --git a/Aaru/Main.cs b/Aaru/Main.cs
index 7778b2ac0..db1760da3 100644
--- a/Aaru/Main.cs
+++ b/Aaru/Main.cs
@@ -27,8 +27,8 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
-// Copyright © 2020-2022 Rebecca Wallander
+// Copyright © 2011-2023 Natalia Portillo
+// Copyright © 2020-2023 Rebecca Wallander
// ****************************************************************************/
using System;
diff --git a/LICENSE.MIT b/LICENSE.MIT
index 98dc1fdc6..b4f38daad 100644
--- a/LICENSE.MIT
+++ b/LICENSE.MIT
@@ -1,4 +1,4 @@
-Copyright (c) 2015-2016 Natalia Portillo
+Copyright (c) 2015-2023 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
diff --git a/README.md b/README.md
index 827447c17..09d1bbdda 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Aaru Data Preservation Suite v6.0.0-alpha8
Aaru
-Copyright © 2011-2022 Natalia Portillo
+Copyright © 2011-2023 Natalia Portillo
[](https://dev.azure.com/Aaru-dps/aaru/_build/latest?definitionId=7&branchName=master)
[](https://travis-ci.org/github/aaru-dps/Aaru)