diff --git a/Aaru.Helpers.csproj b/Aaru.Helpers.csproj index 46080df1e..eca1a3132 100644 --- a/Aaru.Helpers.csproj +++ b/Aaru.Helpers.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.Helpers $(Version) diff --git a/ArrayFill.cs b/ArrayFill.cs index bda93c731..d37300612 100644 --- a/ArrayFill.cs +++ b/ArrayFill.cs @@ -20,7 +20,7 @@ // Assuming open source. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // Copyright(C) 2014 mykohsu // ****************************************************************************/ diff --git a/ArrayIsEmpty.cs b/ArrayIsEmpty.cs index a8c062ad5..aa8302bfe 100644 --- a/ArrayIsEmpty.cs +++ b/ArrayIsEmpty.cs @@ -27,7 +27,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/BigEndianBitConverter.cs b/BigEndianBitConverter.cs index f378fed18..dcadf371e 100644 --- a/BigEndianBitConverter.cs +++ b/BigEndianBitConverter.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ using System; diff --git a/BitEndian.cs b/BitEndian.cs index f85dccc6b..72ae6fdf4 100644 --- a/BitEndian.cs +++ b/BitEndian.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 // ****************************************************************************/ namespace Aaru.Helpers; diff --git a/CHS.cs b/CHS.cs index aa58ff396..d6bd38dde 100644 --- a/CHS.cs +++ b/CHS.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.Helpers; diff --git a/CompareBytes.cs b/CompareBytes.cs index b52a6f774..b60245c2b 100644 --- a/CompareBytes.cs +++ b/CompareBytes.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.Helpers; diff --git a/CountBits.cs b/CountBits.cs index ba50fe767..50460ab98 100644 --- a/CountBits.cs +++ b/CountBits.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.Helpers; diff --git a/DateHandlers.cs b/DateHandlers.cs index 9aecf7af6..8fd4d5ed6 100644 --- a/DateHandlers.cs +++ b/DateHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Extensions.cs b/Extensions.cs index cc413ea3c..f43643d63 100644 --- a/Extensions.cs +++ b/Extensions.cs @@ -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/Marshal.cs b/Marshal.cs index 6bf697f1a..17df2f039 100644 --- a/Marshal.cs +++ b/Marshal.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MarshallingPropertiesAttribute.cs b/MarshallingPropertiesAttribute.cs index bb9f7c35c..4dfafe569 100644 --- a/MarshallingPropertiesAttribute.cs +++ b/MarshallingPropertiesAttribute.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/PrintHex.cs b/PrintHex.cs index cc56d2566..df4b5a99a 100644 --- a/PrintHex.cs +++ b/PrintHex.cs @@ -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/StringHandlers.cs b/StringHandlers.cs index 2238a3e4b..8247656d0 100644 --- a/StringHandlers.cs +++ b/StringHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Swapping.cs b/Swapping.cs index 3bc76eefc..b25403913 100644 --- a/Swapping.cs +++ b/Swapping.cs @@ -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.CompilerServices;