From 43c4ce5d4ce976ce81a662b869b8b94221dc81fd Mon Sep 17 00:00:00 2001 From: Peter Occil Date: Thu, 8 Aug 2024 06:19:21 -0400 Subject: [PATCH] Edit README; nonsubstantive code edits --- CBOR/PeterO/Cbor/Base64.cs | 3 +-- CBOR/PeterO/Cbor/CBORDataUtilities.cs | 3 +-- CBOR/PeterO/Cbor/CBORDataUtilitiesByteArrayString.cs | 3 +-- CBOR/PeterO/Cbor/CBORDataUtilitiesCharArrayString.cs | 3 +-- CBOR/PeterO/Cbor/CBORDataUtilitiesTextString.cs | 3 +-- CBOR/PeterO/Cbor/CBORDateConverter.cs | 3 +-- CBOR/PeterO/Cbor/CBORDateConverterExtra.cs | 3 +-- CBOR/PeterO/Cbor/CBORDoubleBits.cs | 3 +-- CBOR/PeterO/Cbor/CBOREInteger.cs | 3 +-- CBOR/PeterO/Cbor/CBORException.cs | 3 +-- CBOR/PeterO/Cbor/CBORExtendedDecimal.cs | 3 +-- CBOR/PeterO/Cbor/CBORExtendedFloat.cs | 3 +-- CBOR/PeterO/Cbor/CBORExtendedRational.cs | 3 +-- CBOR/PeterO/Cbor/CBORInteger.cs | 3 +-- CBOR/PeterO/Cbor/CBORJson.cs | 3 +-- CBOR/PeterO/Cbor/CBORJson2.cs | 3 +-- CBOR/PeterO/Cbor/CBORJson3.cs | 3 +-- CBOR/PeterO/Cbor/CBORObjectExtra.cs | 3 +-- CBOR/PeterO/Cbor/CBORReader.cs | 3 +-- CBOR/PeterO/Cbor/CBORType.cs | 3 +-- CBOR/PeterO/Cbor/CBORUriConverter.cs | 3 +-- CBOR/PeterO/Cbor/CBORUtilities.cs | 3 +-- CBOR/PeterO/Cbor/CBORUuidConverter.cs | 3 +-- CBOR/PeterO/Cbor/CharacterReader.cs | 3 +-- CBOR/PeterO/Cbor/ICBORConverter.cs | 3 +-- CBOR/PeterO/Cbor/ICBORNumber.cs | 3 +-- CBOR/PeterO/Cbor/ICBORToFromConverter.cs | 3 +-- CBOR/PeterO/Cbor/JSONPatch.cs | 3 +-- CBOR/PeterO/Cbor/JSONPointer.cs | 3 +-- CBOR/PeterO/Cbor/PropertyMap.cs | 3 +-- CBOR/PeterO/Cbor/SharedRefs.cs | 3 +-- CBOR/PeterO/Cbor/StringOutput.cs | 3 +-- CBOR/PeterO/Cbor/StringRefs.cs | 3 +-- CBOR/PeterO/DebugUtility.cs | 3 +-- CBORDocs2/DocVisitor.cs | 3 +-- CBORDocs2/MemberSummaryVisitor.cs | 3 +-- CBORDocs2/Program.cs | 3 +-- CBORDocs2/SummaryVisitor.cs | 3 +-- CBORDocs2/TypeVisitor.cs | 3 +-- CBORTest/BEncoding.cs | 3 +-- CBORTest/Base64.cs | 3 +-- CBORTest/CBORExtraTest.cs | 3 +-- CBORTest/CBORSupplementTest.cs | 3 +-- CBORTest/CBORTest.cs | 3 +-- CBORTest/CPOD.cs | 3 +-- CBORTest/JSONWithComments.cs | 3 +-- CBORTest/MiniCBOR.cs | 3 +-- CBORTest/RandomObjects.cs | 3 +-- CBORTest/Runner.cs | 3 +-- CBORTest/StringOutput.cs | 3 +-- CBORTest/TestCommon.cs | 3 +-- README.md | 2 +- 52 files changed, 52 insertions(+), 103 deletions(-) diff --git a/CBOR/PeterO/Cbor/Base64.cs b/CBOR/PeterO/Cbor/Base64.cs index 6766cd3c..f727d720 100644 --- a/CBOR/PeterO/Cbor/Base64.cs +++ b/CBOR/PeterO/Cbor/Base64.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORDataUtilities.cs b/CBOR/PeterO/Cbor/CBORDataUtilities.cs index e70b0c63..9f9f4791 100644 --- a/CBOR/PeterO/Cbor/CBORDataUtilities.cs +++ b/CBOR/PeterO/Cbor/CBORDataUtilities.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORDataUtilitiesByteArrayString.cs b/CBOR/PeterO/Cbor/CBORDataUtilitiesByteArrayString.cs index 107e809a..2392a796 100644 --- a/CBOR/PeterO/Cbor/CBORDataUtilitiesByteArrayString.cs +++ b/CBOR/PeterO/Cbor/CBORDataUtilitiesByteArrayString.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORDataUtilitiesCharArrayString.cs b/CBOR/PeterO/Cbor/CBORDataUtilitiesCharArrayString.cs index 53be9b7e..9e8e15f0 100644 --- a/CBOR/PeterO/Cbor/CBORDataUtilitiesCharArrayString.cs +++ b/CBOR/PeterO/Cbor/CBORDataUtilitiesCharArrayString.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORDataUtilitiesTextString.cs b/CBOR/PeterO/Cbor/CBORDataUtilitiesTextString.cs index f487d13d..afae2341 100644 --- a/CBOR/PeterO/Cbor/CBORDataUtilitiesTextString.cs +++ b/CBOR/PeterO/Cbor/CBORDataUtilitiesTextString.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORDateConverter.cs b/CBOR/PeterO/Cbor/CBORDateConverter.cs index 5e2dd84d..7fb720f5 100644 --- a/CBOR/PeterO/Cbor/CBORDateConverter.cs +++ b/CBOR/PeterO/Cbor/CBORDateConverter.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORDateConverterExtra.cs b/CBOR/PeterO/Cbor/CBORDateConverterExtra.cs index 60025f95..2ea22e3a 100644 --- a/CBOR/PeterO/Cbor/CBORDateConverterExtra.cs +++ b/CBOR/PeterO/Cbor/CBORDateConverterExtra.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORDoubleBits.cs b/CBOR/PeterO/Cbor/CBORDoubleBits.cs index 63237d83..7c9d120b 100644 --- a/CBOR/PeterO/Cbor/CBORDoubleBits.cs +++ b/CBOR/PeterO/Cbor/CBORDoubleBits.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBOREInteger.cs b/CBOR/PeterO/Cbor/CBOREInteger.cs index 92cecbe8..d4dcd60c 100644 --- a/CBOR/PeterO/Cbor/CBOREInteger.cs +++ b/CBOR/PeterO/Cbor/CBOREInteger.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORException.cs b/CBOR/PeterO/Cbor/CBORException.cs index 14c94542..3c62d5f3 100644 --- a/CBOR/PeterO/Cbor/CBORException.cs +++ b/CBOR/PeterO/Cbor/CBORException.cs @@ -1,8 +1,7 @@ /* Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORExtendedDecimal.cs b/CBOR/PeterO/Cbor/CBORExtendedDecimal.cs index e948ac04..304e085b 100644 --- a/CBOR/PeterO/Cbor/CBORExtendedDecimal.cs +++ b/CBOR/PeterO/Cbor/CBORExtendedDecimal.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORExtendedFloat.cs b/CBOR/PeterO/Cbor/CBORExtendedFloat.cs index cfe948f6..b370026f 100644 --- a/CBOR/PeterO/Cbor/CBORExtendedFloat.cs +++ b/CBOR/PeterO/Cbor/CBORExtendedFloat.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORExtendedRational.cs b/CBOR/PeterO/Cbor/CBORExtendedRational.cs index 50419e64..cce854be 100644 --- a/CBOR/PeterO/Cbor/CBORExtendedRational.cs +++ b/CBOR/PeterO/Cbor/CBORExtendedRational.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORInteger.cs b/CBOR/PeterO/Cbor/CBORInteger.cs index 9b03803f..2a3723a6 100644 --- a/CBOR/PeterO/Cbor/CBORInteger.cs +++ b/CBOR/PeterO/Cbor/CBORInteger.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORJson.cs b/CBOR/PeterO/Cbor/CBORJson.cs index 328f648c..792ee0f9 100644 --- a/CBOR/PeterO/Cbor/CBORJson.cs +++ b/CBOR/PeterO/Cbor/CBORJson.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System.Collections.Generic; diff --git a/CBOR/PeterO/Cbor/CBORJson2.cs b/CBOR/PeterO/Cbor/CBORJson2.cs index 8869cad4..5afd7c16 100644 --- a/CBOR/PeterO/Cbor/CBORJson2.cs +++ b/CBOR/PeterO/Cbor/CBORJson2.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORJson3.cs b/CBOR/PeterO/Cbor/CBORJson3.cs index 82fd5837..7a5480e8 100644 --- a/CBOR/PeterO/Cbor/CBORJson3.cs +++ b/CBOR/PeterO/Cbor/CBORJson3.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORObjectExtra.cs b/CBOR/PeterO/Cbor/CBORObjectExtra.cs index 8e97cc4a..36dbdd62 100644 --- a/CBOR/PeterO/Cbor/CBORObjectExtra.cs +++ b/CBOR/PeterO/Cbor/CBORObjectExtra.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORReader.cs b/CBOR/PeterO/Cbor/CBORReader.cs index bcdaa4a6..20dede58 100644 --- a/CBOR/PeterO/Cbor/CBORReader.cs +++ b/CBOR/PeterO/Cbor/CBORReader.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORType.cs b/CBOR/PeterO/Cbor/CBORType.cs index 6fdfe286..3c299b82 100644 --- a/CBOR/PeterO/Cbor/CBORType.cs +++ b/CBOR/PeterO/Cbor/CBORType.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORUriConverter.cs b/CBOR/PeterO/Cbor/CBORUriConverter.cs index 585ea4e4..1733dcff 100644 --- a/CBOR/PeterO/Cbor/CBORUriConverter.cs +++ b/CBOR/PeterO/Cbor/CBORUriConverter.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORUtilities.cs b/CBOR/PeterO/Cbor/CBORUtilities.cs index 9ae48471..5ea54627 100644 --- a/CBOR/PeterO/Cbor/CBORUtilities.cs +++ b/CBOR/PeterO/Cbor/CBORUtilities.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CBORUuidConverter.cs b/CBOR/PeterO/Cbor/CBORUuidConverter.cs index 00528cab..6c0a6879 100644 --- a/CBOR/PeterO/Cbor/CBORUuidConverter.cs +++ b/CBOR/PeterO/Cbor/CBORUuidConverter.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/CharacterReader.cs b/CBOR/PeterO/Cbor/CharacterReader.cs index 335f1318..3cf4ce58 100644 --- a/CBOR/PeterO/Cbor/CharacterReader.cs +++ b/CBOR/PeterO/Cbor/CharacterReader.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/ICBORConverter.cs b/CBOR/PeterO/Cbor/ICBORConverter.cs index 7c0633d6..9dbef164 100644 --- a/CBOR/PeterO/Cbor/ICBORConverter.cs +++ b/CBOR/PeterO/Cbor/ICBORConverter.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ diff --git a/CBOR/PeterO/Cbor/ICBORNumber.cs b/CBOR/PeterO/Cbor/ICBORNumber.cs index eb1b825b..36d34887 100644 --- a/CBOR/PeterO/Cbor/ICBORNumber.cs +++ b/CBOR/PeterO/Cbor/ICBORNumber.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using PeterO.Numbers; diff --git a/CBOR/PeterO/Cbor/ICBORToFromConverter.cs b/CBOR/PeterO/Cbor/ICBORToFromConverter.cs index 2b83d545..407c23f3 100644 --- a/CBOR/PeterO/Cbor/ICBORToFromConverter.cs +++ b/CBOR/PeterO/Cbor/ICBORToFromConverter.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ diff --git a/CBOR/PeterO/Cbor/JSONPatch.cs b/CBOR/PeterO/Cbor/JSONPatch.cs index 60ac7336..7d5e36ee 100644 --- a/CBOR/PeterO/Cbor/JSONPatch.cs +++ b/CBOR/PeterO/Cbor/JSONPatch.cs @@ -2,8 +2,7 @@ Written in 2013 by Peter Occil. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/JSONPointer.cs b/CBOR/PeterO/Cbor/JSONPointer.cs index a1b6668a..36af4ed0 100644 --- a/CBOR/PeterO/Cbor/JSONPointer.cs +++ b/CBOR/PeterO/Cbor/JSONPointer.cs @@ -2,8 +2,7 @@ Written in 2013-2018 by Peter Occil. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/PropertyMap.cs b/CBOR/PeterO/Cbor/PropertyMap.cs index 48a8b0dc..0da364df 100644 --- a/CBOR/PeterO/Cbor/PropertyMap.cs +++ b/CBOR/PeterO/Cbor/PropertyMap.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/SharedRefs.cs b/CBOR/PeterO/Cbor/SharedRefs.cs index 09d751ee..8034a792 100644 --- a/CBOR/PeterO/Cbor/SharedRefs.cs +++ b/CBOR/PeterO/Cbor/SharedRefs.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/StringOutput.cs b/CBOR/PeterO/Cbor/StringOutput.cs index 628a4817..3a895b2b 100644 --- a/CBOR/PeterO/Cbor/StringOutput.cs +++ b/CBOR/PeterO/Cbor/StringOutput.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/Cbor/StringRefs.cs b/CBOR/PeterO/Cbor/StringRefs.cs index c0dc5324..5fa221b1 100644 --- a/CBOR/PeterO/Cbor/StringRefs.cs +++ b/CBOR/PeterO/Cbor/StringRefs.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBOR/PeterO/DebugUtility.cs b/CBOR/PeterO/DebugUtility.cs index 46603abc..2c311934 100644 --- a/CBOR/PeterO/DebugUtility.cs +++ b/CBOR/PeterO/DebugUtility.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORDocs2/DocVisitor.cs b/CBORDocs2/DocVisitor.cs index e95a7768..e91332e3 100644 --- a/CBORDocs2/DocVisitor.cs +++ b/CBORDocs2/DocVisitor.cs @@ -3,8 +3,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORDocs2/MemberSummaryVisitor.cs b/CBORDocs2/MemberSummaryVisitor.cs index 624d3f24..8770ec93 100644 --- a/CBORDocs2/MemberSummaryVisitor.cs +++ b/CBORDocs2/MemberSummaryVisitor.cs @@ -3,8 +3,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORDocs2/Program.cs b/CBORDocs2/Program.cs index 66e23a38..432035c8 100644 --- a/CBORDocs2/Program.cs +++ b/CBORDocs2/Program.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORDocs2/SummaryVisitor.cs b/CBORDocs2/SummaryVisitor.cs index f8851395..60acc384 100644 --- a/CBORDocs2/SummaryVisitor.cs +++ b/CBORDocs2/SummaryVisitor.cs @@ -3,8 +3,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORDocs2/TypeVisitor.cs b/CBORDocs2/TypeVisitor.cs index 78d6712e..b774ca8b 100644 --- a/CBORDocs2/TypeVisitor.cs +++ b/CBORDocs2/TypeVisitor.cs @@ -3,8 +3,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/BEncoding.cs b/CBORTest/BEncoding.cs index 494e3b1e..d14ebac1 100644 --- a/CBORTest/BEncoding.cs +++ b/CBORTest/BEncoding.cs @@ -2,8 +2,7 @@ Written in 2013 by Peter Occil. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/Base64.cs b/CBORTest/Base64.cs index 6b79d60e..a1c79210 100644 --- a/CBORTest/Base64.cs +++ b/CBORTest/Base64.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/CBORExtraTest.cs b/CBORTest/CBORExtraTest.cs index 0fa8e004..67258785 100644 --- a/CBORTest/CBORExtraTest.cs +++ b/CBORTest/CBORExtraTest.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/CBORSupplementTest.cs b/CBORTest/CBORSupplementTest.cs index c7e62526..efff933f 100644 --- a/CBORTest/CBORSupplementTest.cs +++ b/CBORTest/CBORSupplementTest.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/CBORTest.cs b/CBORTest/CBORTest.cs index 34075531..21ee3128 100644 --- a/CBORTest/CBORTest.cs +++ b/CBORTest/CBORTest.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/CPOD.cs b/CBORTest/CPOD.cs index 76159495..02630a0d 100644 --- a/CBORTest/CPOD.cs +++ b/CBORTest/CPOD.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ diff --git a/CBORTest/JSONWithComments.cs b/CBORTest/JSONWithComments.cs index a47792d2..9f11b3d7 100644 --- a/CBORTest/JSONWithComments.cs +++ b/CBORTest/JSONWithComments.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/MiniCBOR.cs b/CBORTest/MiniCBOR.cs index 9c1c9f53..91105db1 100644 --- a/CBORTest/MiniCBOR.cs +++ b/CBORTest/MiniCBOR.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/RandomObjects.cs b/CBORTest/RandomObjects.cs index c4e37275..090f2711 100644 --- a/CBORTest/RandomObjects.cs +++ b/CBORTest/RandomObjects.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/Runner.cs b/CBORTest/Runner.cs index f5f38431..7eb4966f 100644 --- a/CBORTest/Runner.cs +++ b/CBORTest/Runner.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/StringOutput.cs b/CBORTest/StringOutput.cs index 6f7df364..a792b9ce 100644 --- a/CBORTest/StringOutput.cs +++ b/CBORTest/StringOutput.cs @@ -2,8 +2,7 @@ Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/CBORTest/TestCommon.cs b/CBORTest/TestCommon.cs index a56777b0..2f920dd7 100644 --- a/CBORTest/TestCommon.cs +++ b/CBORTest/TestCommon.cs @@ -2,8 +2,7 @@ Written in 2013-2018 by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also -licensed under Creative Commons Zero (CC0): -https://creativecommons.org/publicdomain/zero/1.0/ +licensed under the Unlicense: https://unlicense.org/ */ using System; diff --git a/README.md b/README.md index 3db77ff2..d317ae81 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ CBOR library in the form of a calculator. About ----------- -Written in by Peter O. +Written by Peter O. Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also