From 33e889ed020fe2a1e6a20d9aa6a73673610e4eb6 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 23 Apr 2019 23:12:01 +0100 Subject: [PATCH] Update copyright date. --- 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/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 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Claunia.Encoding.Tests/ATASCII.cs b/Claunia.Encoding.Tests/ATASCII.cs index c5ce5ca..30b2e13 100644 --- a/Claunia.Encoding.Tests/ATASCII.cs +++ b/Claunia.Encoding.Tests/ATASCII.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 ffac448..3a8098e 100644 --- a/Claunia.Encoding.Tests/AtariST.cs +++ b/Claunia.Encoding.Tests/AtariST.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 47d0f50..22e7768 100644 --- a/Claunia.Encoding.Tests/GetEncs.cs +++ b/Claunia.Encoding.Tests/GetEncs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2017-2018 Natalia Portillo +// Copyright © 2017-2019 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 56c8b11..d896a00 100644 --- a/Claunia.Encoding.Tests/LisaRoman.cs +++ b/Claunia.Encoding.Tests/LisaRoman.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 c8601ce..fed3057 100644 --- a/Claunia.Encoding.Tests/Radix50.cs +++ b/Claunia.Encoding.Tests/Radix50.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 22f6cae..b28916a 100644 --- a/Claunia.Encoding/ATASCII.cs +++ b/Claunia.Encoding/ATASCII.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 7f4219c..dc03faf 100644 --- a/Claunia.Encoding/Apple2.cs +++ b/Claunia.Encoding/Apple2.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 2dcdd11..fa2c13c 100644 --- a/Claunia.Encoding/Apple2c.cs +++ b/Claunia.Encoding/Apple2c.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 b6edec8..503af40 100644 --- a/Claunia.Encoding/Apple2e.cs +++ b/Claunia.Encoding/Apple2e.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 5882f64..b1fa0e8 100644 --- a/Claunia.Encoding/Apple2gs.cs +++ b/Claunia.Encoding/Apple2gs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 fdc8e31..ce6d1a6 100644 --- a/Claunia.Encoding/AtariST.cs +++ b/Claunia.Encoding/AtariST.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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/Encoding.cs b/Claunia.Encoding/Encoding.cs index 0d19baa..ecdb0f3 100644 --- a/Claunia.Encoding/Encoding.cs +++ b/Claunia.Encoding/Encoding.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 1fcbe3a..53e1365 100644 --- a/Claunia.Encoding/Gem.cs +++ b/Claunia.Encoding/Gem.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 0a9ca76..049e40e 100644 --- a/Claunia.Encoding/Geos.cs +++ b/Claunia.Encoding/Geos.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 08ffeec..195c196 100644 --- a/Claunia.Encoding/LisaRoman.cs +++ b/Claunia.Encoding/LisaRoman.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 feb6daf..ba5355a 100644 --- a/Claunia.Encoding/MacArabic.cs +++ b/Claunia.Encoding/MacArabic.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 d630120..73f6cf2 100644 --- a/Claunia.Encoding/MacCentralEuropean.cs +++ b/Claunia.Encoding/MacCentralEuropean.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 517c412..0a17630 100644 --- a/Claunia.Encoding/MacCroatian.cs +++ b/Claunia.Encoding/MacCroatian.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 29bb721..8aebc1c 100644 --- a/Claunia.Encoding/MacCyrillic.cs +++ b/Claunia.Encoding/MacCyrillic.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 d9a5b61..e0544aa 100644 --- a/Claunia.Encoding/MacFarsi.cs +++ b/Claunia.Encoding/MacFarsi.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 29abe4b..30c9af8 100644 --- a/Claunia.Encoding/MacGreek.cs +++ b/Claunia.Encoding/MacGreek.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 db16e3e..8c58507 100644 --- a/Claunia.Encoding/MacHebrew.cs +++ b/Claunia.Encoding/MacHebrew.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 092d586..e0857bc 100644 --- a/Claunia.Encoding/MacRoman.cs +++ b/Claunia.Encoding/MacRoman.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 0071ef1..201aeda 100644 --- a/Claunia.Encoding/MacRomanian.cs +++ b/Claunia.Encoding/MacRomanian.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 a6e1a03..98aa547 100644 --- a/Claunia.Encoding/MacTurkish.cs +++ b/Claunia.Encoding/MacTurkish.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 abc0170..6172e94 100644 --- a/Claunia.Encoding/MacUkrainian.cs +++ b/Claunia.Encoding/MacUkrainian.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 279d88d..5d11082 100644 --- a/Claunia.Encoding/PETSCII.cs +++ b/Claunia.Encoding/PETSCII.cs @@ -4,7 +4,7 @@ // Author: // Michael Drüing // -// Copyright © 2016-2018 Michael Drüing +// Copyright © 2016-2019 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 aee0abd..1f02315 100644 --- a/Claunia.Encoding/Pangrams.cs +++ b/Claunia.Encoding/Pangrams.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 833afda..5002a46 100644 --- a/Claunia.Encoding/Radix50.cs +++ b/Claunia.Encoding/Radix50.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 c9840f5..2c76a22 100644 --- a/Claunia.Encoding/ZX80.cs +++ b/Claunia.Encoding/ZX80.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 b81176d..d1e20dc 100644 --- a/Claunia.Encoding/ZX81.cs +++ b/Claunia.Encoding/ZX81.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 e1c0ac2..3cfb722 100644 --- a/Claunia.Encoding/ZXSpectrum.cs +++ b/Claunia.Encoding/ZXSpectrum.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright © 2016-2018 Natalia Portillo +// Copyright © 2016-2019 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 4f7ecb5..1b635a1 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-2018 Natalia Portillo +Copyright © 2016-2019 Natalia Portillo Supported encodings ==============================