From 64c98fd2f3794a76d8b168775274f724e5b96e05 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 29 Apr 2021 15:19:26 +0100 Subject: [PATCH] Update copyright year --- Claunia.Encoding.Tests/ATASCII.cs | 2 +- Claunia.Encoding.Tests/AtariST.cs | 2 +- Claunia.Encoding.Tests/GetEncs.cs | 2 +- Claunia.Encoding.Tests/LisaRoman.cs | 2 +- Claunia.Encoding.Tests/Radix50.cs | 2 +- Claunia.Encoding/ATASCII.cs | 2 +- Claunia.Encoding/Apple2.cs | 2 +- Claunia.Encoding/Apple2c.cs | 2 +- Claunia.Encoding/Apple2e.cs | 2 +- Claunia.Encoding/Apple2gs.cs | 2 +- Claunia.Encoding/AtariST.cs | 2 +- Claunia.Encoding/Claunia.Encoding.csproj | 115 +++++++++++------------ Claunia.Encoding/Encoding.cs | 2 +- Claunia.Encoding/Gem.cs | 2 +- Claunia.Encoding/Geos.cs | 2 +- Claunia.Encoding/LisaRoman.cs | 2 +- Claunia.Encoding/MacArabic.cs | 2 +- Claunia.Encoding/MacCentralEuropean.cs | 2 +- Claunia.Encoding/MacCroatian.cs | 2 +- Claunia.Encoding/MacCyrillic.cs | 2 +- Claunia.Encoding/MacFarsi.cs | 2 +- Claunia.Encoding/MacGreek.cs | 2 +- Claunia.Encoding/MacHebrew.cs | 2 +- Claunia.Encoding/MacRoman.cs | 2 +- Claunia.Encoding/MacRomanian.cs | 2 +- Claunia.Encoding/MacTurkish.cs | 2 +- Claunia.Encoding/MacUkrainian.cs | 2 +- Claunia.Encoding/PETSCII.cs | 2 +- Claunia.Encoding/Pangrams.cs | 2 +- Claunia.Encoding/Radix50.cs | 2 +- Claunia.Encoding/ZX80.cs | 2 +- Claunia.Encoding/ZX81.cs | 2 +- Claunia.Encoding/ZXSpectrum.cs | 2 +- README.md | 2 +- 34 files changed, 90 insertions(+), 91 deletions(-) diff --git a/Claunia.Encoding.Tests/ATASCII.cs b/Claunia.Encoding.Tests/ATASCII.cs index 1048aff..2c0b1ea 100644 --- a/Claunia.Encoding.Tests/ATASCII.cs +++ b/Claunia.Encoding.Tests/ATASCII.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding.Tests/AtariST.cs b/Claunia.Encoding.Tests/AtariST.cs index 36104e3..791a033 100644 --- a/Claunia.Encoding.Tests/AtariST.cs +++ b/Claunia.Encoding.Tests/AtariST.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding.Tests/GetEncs.cs b/Claunia.Encoding.Tests/GetEncs.cs index 22e7768..8486193 100644 --- a/Claunia.Encoding.Tests/GetEncs.cs +++ b/Claunia.Encoding.Tests/GetEncs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2017-2019 Natalia Portillo +// Copyright © 2017-2021 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/Claunia.Encoding.Tests/LisaRoman.cs b/Claunia.Encoding.Tests/LisaRoman.cs index 27a4b76..f848d7a 100644 --- a/Claunia.Encoding.Tests/LisaRoman.cs +++ b/Claunia.Encoding.Tests/LisaRoman.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding.Tests/Radix50.cs b/Claunia.Encoding.Tests/Radix50.cs index 091fdfd..fc87999 100644 --- a/Claunia.Encoding.Tests/Radix50.cs +++ b/Claunia.Encoding.Tests/Radix50.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/ATASCII.cs b/Claunia.Encoding/ATASCII.cs index 6c77cae..95e4bfc 100644 --- a/Claunia.Encoding/ATASCII.cs +++ b/Claunia.Encoding/ATASCII.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Apple2.cs b/Claunia.Encoding/Apple2.cs index b611470..8a0647e 100644 --- a/Claunia.Encoding/Apple2.cs +++ b/Claunia.Encoding/Apple2.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Apple2c.cs b/Claunia.Encoding/Apple2c.cs index 0c56298..4034944 100644 --- a/Claunia.Encoding/Apple2c.cs +++ b/Claunia.Encoding/Apple2c.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Apple2e.cs b/Claunia.Encoding/Apple2e.cs index 6fd3d9c..decedd9 100644 --- a/Claunia.Encoding/Apple2e.cs +++ b/Claunia.Encoding/Apple2e.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Apple2gs.cs b/Claunia.Encoding/Apple2gs.cs index 39db57a..66fdd79 100644 --- a/Claunia.Encoding/Apple2gs.cs +++ b/Claunia.Encoding/Apple2gs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/AtariST.cs b/Claunia.Encoding/AtariST.cs index 80d2ca4..09ece44 100644 --- a/Claunia.Encoding/AtariST.cs +++ b/Claunia.Encoding/AtariST.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Claunia.Encoding.csproj b/Claunia.Encoding/Claunia.Encoding.csproj index df46222..40f5e8f 100644 --- a/Claunia.Encoding/Claunia.Encoding.csproj +++ b/Claunia.Encoding/Claunia.Encoding.csproj @@ -1,59 +1,58 @@ - - - - {85DA90BC-9F49-4579-B4D1-4FF2D5925D7F} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - Claunia.Encoding - Claunia.Encoding - true - Claunia.Encoding - 1.7 - Natalia Portillo - Natalia Portillo - https://github.com/claunia/Claunia.Encoding - Library to provide codepage conversion to and from archaic and old computer systems and Unicode. - Claunia.Encoding - Library to provide codepage conversion to and from archaic and old computer systems and Unicode. - https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT - 1.7 - Support .NET Core and .NET Framework 4.0. - net40;netstandard2.0 - 1.7 - Claunia.com - © 2016-2019 Natalia Portillo - MIT - https://www.github.com/claunia/Claunia.Encoding - git - en-US - True - latest - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - - TRACE;RELEASE - bin\Release\Claunia.Encoding.xml - - - - TRACE;DEBUG - - - - $(DefineConstants);NETCORE - - - - - LICENSE.MIT - PreserveNewest - - - README.md - PreserveNewest - - + + + + {85DA90BC-9F49-4579-B4D1-4FF2D5925D7F} + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + Claunia.Encoding + Claunia.Encoding + true + Claunia.Encoding + 1.7 + Natalia Portillo + Natalia Portillo + https://github.com/claunia/Claunia.Encoding + Library to provide codepage conversion to and from archaic and old computer systems and Unicode. + Claunia.Encoding + Library to provide codepage conversion to and from archaic and old computer systems and Unicode. + https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT + 1.7 + Support .NET Core and .NET Framework 4.0. + net40;netstandard2.0 + 1.7 + Claunia.com + © 2016-2021 Natalia Portillo + https://www.github.com/claunia/Claunia.Encoding + git + en-US + True + latest + true + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + + + TRACE;RELEASE + bin\Release\Claunia.Encoding.xml + + + + TRACE;DEBUG + + + + $(DefineConstants);NETCORE + + + + + LICENSE.MIT + PreserveNewest + + + README.md + PreserveNewest + + \ No newline at end of file diff --git a/Claunia.Encoding/Encoding.cs b/Claunia.Encoding/Encoding.cs index b03254a..3c9556c 100644 --- a/Claunia.Encoding/Encoding.cs +++ b/Claunia.Encoding/Encoding.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Gem.cs b/Claunia.Encoding/Gem.cs index feb6f2f..cf37031 100644 --- a/Claunia.Encoding/Gem.cs +++ b/Claunia.Encoding/Gem.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Geos.cs b/Claunia.Encoding/Geos.cs index 8d7b108..0060e5e 100644 --- a/Claunia.Encoding/Geos.cs +++ b/Claunia.Encoding/Geos.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/LisaRoman.cs b/Claunia.Encoding/LisaRoman.cs index 40c0710..983f201 100644 --- a/Claunia.Encoding/LisaRoman.cs +++ b/Claunia.Encoding/LisaRoman.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacArabic.cs b/Claunia.Encoding/MacArabic.cs index e86acdb..a2cb9e1 100644 --- a/Claunia.Encoding/MacArabic.cs +++ b/Claunia.Encoding/MacArabic.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacCentralEuropean.cs b/Claunia.Encoding/MacCentralEuropean.cs index ab1e99f..0c44232 100644 --- a/Claunia.Encoding/MacCentralEuropean.cs +++ b/Claunia.Encoding/MacCentralEuropean.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacCroatian.cs b/Claunia.Encoding/MacCroatian.cs index d7bd131..429d184 100644 --- a/Claunia.Encoding/MacCroatian.cs +++ b/Claunia.Encoding/MacCroatian.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacCyrillic.cs b/Claunia.Encoding/MacCyrillic.cs index b2131be..7de6118 100644 --- a/Claunia.Encoding/MacCyrillic.cs +++ b/Claunia.Encoding/MacCyrillic.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacFarsi.cs b/Claunia.Encoding/MacFarsi.cs index 454829f..7d5560c 100644 --- a/Claunia.Encoding/MacFarsi.cs +++ b/Claunia.Encoding/MacFarsi.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacGreek.cs b/Claunia.Encoding/MacGreek.cs index 4ab03f5..ea09787 100644 --- a/Claunia.Encoding/MacGreek.cs +++ b/Claunia.Encoding/MacGreek.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacHebrew.cs b/Claunia.Encoding/MacHebrew.cs index e7b2517..36d0f6e 100644 --- a/Claunia.Encoding/MacHebrew.cs +++ b/Claunia.Encoding/MacHebrew.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacRoman.cs b/Claunia.Encoding/MacRoman.cs index de7e12b..62ea41b 100644 --- a/Claunia.Encoding/MacRoman.cs +++ b/Claunia.Encoding/MacRoman.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacRomanian.cs b/Claunia.Encoding/MacRomanian.cs index 6e1bbaa..61c3b29 100644 --- a/Claunia.Encoding/MacRomanian.cs +++ b/Claunia.Encoding/MacRomanian.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacTurkish.cs b/Claunia.Encoding/MacTurkish.cs index 9c91d75..47e20c0 100644 --- a/Claunia.Encoding/MacTurkish.cs +++ b/Claunia.Encoding/MacTurkish.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/MacUkrainian.cs b/Claunia.Encoding/MacUkrainian.cs index f167e00..b5bf035 100644 --- a/Claunia.Encoding/MacUkrainian.cs +++ b/Claunia.Encoding/MacUkrainian.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/PETSCII.cs b/Claunia.Encoding/PETSCII.cs index 82f9bfb..13fc20d 100644 --- a/Claunia.Encoding/PETSCII.cs +++ b/Claunia.Encoding/PETSCII.cs @@ -4,7 +4,7 @@ // Author: // Michael Drüing // -// Copyright © 2016-2019 Michael Drüing +// Copyright © 2016-2021 Michael Drüing // // 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/Claunia.Encoding/Pangrams.cs b/Claunia.Encoding/Pangrams.cs index 1f02315..863d30e 100644 --- a/Claunia.Encoding/Pangrams.cs +++ b/Claunia.Encoding/Pangrams.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/Radix50.cs b/Claunia.Encoding/Radix50.cs index ef91b48..5ce722d 100644 --- a/Claunia.Encoding/Radix50.cs +++ b/Claunia.Encoding/Radix50.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/ZX80.cs b/Claunia.Encoding/ZX80.cs index 1be73bd..540e5dd 100644 --- a/Claunia.Encoding/ZX80.cs +++ b/Claunia.Encoding/ZX80.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/ZX81.cs b/Claunia.Encoding/ZX81.cs index 3a3bae4..72e5602 100644 --- a/Claunia.Encoding/ZX81.cs +++ b/Claunia.Encoding/ZX81.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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/Claunia.Encoding/ZXSpectrum.cs b/Claunia.Encoding/ZXSpectrum.cs index 5c8159e..8efc20c 100644 --- a/Claunia.Encoding/ZXSpectrum.cs +++ b/Claunia.Encoding/ZXSpectrum.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2019 Natalia Portillo +// Copyright © 2016-2021 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 1b635a1..e9c6caf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Library to provide codepage conversion to and from archaic and old computer systems and Unicode. -Copyright © 2016-2019 Natalia Portillo +Copyright © 2016-2021 Natalia Portillo Supported encodings ==============================