diff --git a/changelog/0.34.0.md b/changelog/0.34.0.md index 474a01f..15b506f 100644 --- a/changelog/0.34.0.md +++ b/changelog/0.34.0.md @@ -3,6 +3,8 @@ --- ### Revision Updates +- [Revision 0.34.47](https://github.com/sinclairzx81/typebox-legacy/pull/5) + - Annual License Update - [Revision 0.34.46](https://github.com/sinclairzx81/typebox-legacy/pull/4) - Ensure TObject Instances remain Covariant with TObject Types. - [Revision 0.34.45](https://github.com/sinclairzx81/typebox-legacy/pull/2) diff --git a/example/annotation/annotation.ts b/example/annotation/annotation.ts index 90b8f7a..bc9f9e6 100644 --- a/example/annotation/annotation.ts +++ b/example/annotation/annotation.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/collections/array.ts b/example/collections/array.ts index 0549cda..b0129d5 100644 --- a/example/collections/array.ts +++ b/example/collections/array.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/collections/index.ts b/example/collections/index.ts index a5187f8..4495c8c 100644 --- a/example/collections/index.ts +++ b/example/collections/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/collections/map.ts b/example/collections/map.ts index ac5174f..de92332 100644 --- a/example/collections/map.ts +++ b/example/collections/map.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/collections/set.ts b/example/collections/set.ts index 70f44bb..ccd425e 100644 --- a/example/collections/set.ts +++ b/example/collections/set.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/formats/index.ts b/example/formats/index.ts index cd00228..1c4abe1 100644 --- a/example/formats/index.ts +++ b/example/formats/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/discriminated-union.ts b/example/prototypes/discriminated-union.ts index 8aae1f3..668b951 100644 --- a/example/prototypes/discriminated-union.ts +++ b/example/prototypes/discriminated-union.ts @@ -5,7 +5,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/from-schema.ts b/example/prototypes/from-schema.ts index 31cc374..765b419 100644 --- a/example/prototypes/from-schema.ts +++ b/example/prototypes/from-schema.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/index.ts b/example/prototypes/index.ts index 979519c..97925fb 100644 --- a/example/prototypes/index.ts +++ b/example/prototypes/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/options.ts b/example/prototypes/options.ts index bf09281..a260d93 100644 --- a/example/prototypes/options.ts +++ b/example/prototypes/options.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/partial-deep.ts b/example/prototypes/partial-deep.ts index 8637b52..02d709d 100644 --- a/example/prototypes/partial-deep.ts +++ b/example/prototypes/partial-deep.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/recursive-map.ts b/example/prototypes/recursive-map.ts index 4ff0083..6db125f 100644 --- a/example/prototypes/recursive-map.ts +++ b/example/prototypes/recursive-map.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/union-enum.ts b/example/prototypes/union-enum.ts index ee15f15..5106a00 100644 --- a/example/prototypes/union-enum.ts +++ b/example/prototypes/union-enum.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/prototypes/union-oneof.ts b/example/prototypes/union-oneof.ts index ec14fac..add6114 100644 --- a/example/prototypes/union-oneof.ts +++ b/example/prototypes/union-oneof.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/typedef/index.ts b/example/typedef/index.ts index daac602..1d1d050 100644 --- a/example/typedef/index.ts +++ b/example/typedef/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/example/typedef/typedef.ts b/example/typedef/typedef.ts index f0b74da..3ea15df 100644 --- a/example/typedef/typedef.ts +++ b/example/typedef/typedef.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/license b/license index 5737c52..2a1b348 100644 --- a/license +++ b/license @@ -4,7 +4,7 @@ Json Schema Type Builder with Static Type Resolution for TypeScript The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/package-lock.json b/package-lock.json index 4ce77e2..06b0790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sinclair/typebox", - "version": "0.34.45", + "version": "0.34.47", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sinclair/typebox", - "version": "0.34.45", + "version": "0.34.47", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.13.2", diff --git a/package.json b/package.json index b1c9320..313160b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sinclair/typebox", - "version": "0.34.46", + "version": "0.34.47", "description": "Json Schema Type Builder with Static Type Resolution for TypeScript", "keywords": [ "typescript", diff --git a/src/compiler/compiler.ts b/src/compiler/compiler.ts index 05e2e90..84ba3c8 100644 --- a/src/compiler/compiler.ts +++ b/src/compiler/compiler.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/compiler/index.ts b/src/compiler/index.ts index 4bdcefe..8a2bfd8 100644 --- a/src/compiler/index.ts +++ b/src/compiler/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/errors/errors.ts b/src/errors/errors.ts index 87ef5e9..73795cc 100644 --- a/src/errors/errors.ts +++ b/src/errors/errors.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/errors/function.ts b/src/errors/function.ts index 39ac672..06b49b8 100644 --- a/src/errors/function.ts +++ b/src/errors/function.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/errors/index.ts b/src/errors/index.ts index 4c499cc..7941b6d 100644 --- a/src/errors/index.ts +++ b/src/errors/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/index.ts b/src/index.ts index 54d6bbc..040ecfa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/syntax/index.ts b/src/syntax/index.ts index d7fc819..5dd37de 100644 --- a/src/syntax/index.ts +++ b/src/syntax/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/syntax/mapping.ts b/src/syntax/mapping.ts index 6006175..497e0e8 100644 --- a/src/syntax/mapping.ts +++ b/src/syntax/mapping.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/syntax/parser.ts b/src/syntax/parser.ts index 6787f85..4a38a59 100644 --- a/src/syntax/parser.ts +++ b/src/syntax/parser.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/syntax/syntax.ts b/src/syntax/syntax.ts index 82be007..42c3c87 100644 --- a/src/syntax/syntax.ts +++ b/src/syntax/syntax.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/system/index.ts b/src/system/index.ts index b9a805b..da37d6c 100644 --- a/src/system/index.ts +++ b/src/system/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/system/policy.ts b/src/system/policy.ts index 88eb012..7161a5f 100644 --- a/src/system/policy.ts +++ b/src/system/policy.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/system/system.ts b/src/system/system.ts index b11de69..9b86cfd 100644 --- a/src/system/system.ts +++ b/src/system/system.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/any/any.ts b/src/type/any/any.ts index 8adc89c..b5afc93 100644 --- a/src/type/any/any.ts +++ b/src/type/any/any.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/any/index.ts b/src/type/any/index.ts index 400a3ef..deddde5 100644 --- a/src/type/any/index.ts +++ b/src/type/any/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/argument/argument.ts b/src/type/argument/argument.ts index a6c63f2..d17105b 100644 --- a/src/type/argument/argument.ts +++ b/src/type/argument/argument.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/argument/index.ts b/src/type/argument/index.ts index 186ff4e..f3ee618 100644 --- a/src/type/argument/index.ts +++ b/src/type/argument/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/array/array.ts b/src/type/array/array.ts index bab2d77..dda42e4 100644 --- a/src/type/array/array.ts +++ b/src/type/array/array.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/array/index.ts b/src/type/array/index.ts index 46e91d8..6a10997 100644 --- a/src/type/array/index.ts +++ b/src/type/array/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/async-iterator/async-iterator.ts b/src/type/async-iterator/async-iterator.ts index 7a885fc..5f642b7 100644 --- a/src/type/async-iterator/async-iterator.ts +++ b/src/type/async-iterator/async-iterator.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/async-iterator/index.ts b/src/type/async-iterator/index.ts index 6a0c51e..5f7615a 100644 --- a/src/type/async-iterator/index.ts +++ b/src/type/async-iterator/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/awaited/awaited.ts b/src/type/awaited/awaited.ts index 37a84ca..7907c17 100644 --- a/src/type/awaited/awaited.ts +++ b/src/type/awaited/awaited.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/awaited/index.ts b/src/type/awaited/index.ts index 6d753bb..6f6a8e8 100644 --- a/src/type/awaited/index.ts +++ b/src/type/awaited/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/bigint/bigint.ts b/src/type/bigint/bigint.ts index ad0af34..9e0932f 100644 --- a/src/type/bigint/bigint.ts +++ b/src/type/bigint/bigint.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/bigint/index.ts b/src/type/bigint/index.ts index fca1fe8..ba5724d 100644 --- a/src/type/bigint/index.ts +++ b/src/type/bigint/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/boolean/boolean.ts b/src/type/boolean/boolean.ts index 2e582ef..3966212 100644 --- a/src/type/boolean/boolean.ts +++ b/src/type/boolean/boolean.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/boolean/index.ts b/src/type/boolean/index.ts index d8620d4..6067dc3 100644 --- a/src/type/boolean/index.ts +++ b/src/type/boolean/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/clone/index.ts b/src/type/clone/index.ts index c4df178..6de4e17 100644 --- a/src/type/clone/index.ts +++ b/src/type/clone/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/clone/type.ts b/src/type/clone/type.ts index 8cb0943..e571cee 100644 --- a/src/type/clone/type.ts +++ b/src/type/clone/type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/clone/value.ts b/src/type/clone/value.ts index a20ff5f..07fce69 100644 --- a/src/type/clone/value.ts +++ b/src/type/clone/value.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/composite/composite.ts b/src/type/composite/composite.ts index 9494c65..6cb8d36 100644 --- a/src/type/composite/composite.ts +++ b/src/type/composite/composite.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/composite/index.ts b/src/type/composite/index.ts index 55de8e6..c3228b8 100644 --- a/src/type/composite/index.ts +++ b/src/type/composite/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/computed/computed.ts b/src/type/computed/computed.ts index bc8cfcb..748a1ce 100644 --- a/src/type/computed/computed.ts +++ b/src/type/computed/computed.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/computed/index.ts b/src/type/computed/index.ts index 6c75b72..89279bf 100644 --- a/src/type/computed/index.ts +++ b/src/type/computed/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/const/const.ts b/src/type/const/const.ts index 91e3df4..25bba72 100644 --- a/src/type/const/const.ts +++ b/src/type/const/const.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/const/index.ts b/src/type/const/index.ts index 2d24ed9..045e078 100644 --- a/src/type/const/index.ts +++ b/src/type/const/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/constructor-parameters/constructor-parameters.ts b/src/type/constructor-parameters/constructor-parameters.ts index 3947c85..4148184 100644 --- a/src/type/constructor-parameters/constructor-parameters.ts +++ b/src/type/constructor-parameters/constructor-parameters.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/constructor-parameters/index.ts b/src/type/constructor-parameters/index.ts index f5898f6..56d8c7f 100644 --- a/src/type/constructor-parameters/index.ts +++ b/src/type/constructor-parameters/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/constructor/constructor.ts b/src/type/constructor/constructor.ts index 31539fb..4942cf8 100644 --- a/src/type/constructor/constructor.ts +++ b/src/type/constructor/constructor.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/constructor/index.ts b/src/type/constructor/index.ts index 1f5b068..c57c659 100644 --- a/src/type/constructor/index.ts +++ b/src/type/constructor/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/create/immutable.ts b/src/type/create/immutable.ts index b4041b9..5e01c0e 100644 --- a/src/type/create/immutable.ts +++ b/src/type/create/immutable.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/create/index.ts b/src/type/create/index.ts index ea69721..2e5647d 100644 --- a/src/type/create/index.ts +++ b/src/type/create/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/create/type.ts b/src/type/create/type.ts index 253231d..c0ea4c0 100644 --- a/src/type/create/type.ts +++ b/src/type/create/type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/date/date.ts b/src/type/date/date.ts index 040e64e..ed8cc5c 100644 --- a/src/type/date/date.ts +++ b/src/type/date/date.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/date/index.ts b/src/type/date/index.ts index 6aff288..2ce2326 100644 --- a/src/type/date/index.ts +++ b/src/type/date/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/discard/discard.ts b/src/type/discard/discard.ts index 821f9b4..2d46377 100644 --- a/src/type/discard/discard.ts +++ b/src/type/discard/discard.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/discard/index.ts b/src/type/discard/index.ts index 0e98307..8fa8884 100644 --- a/src/type/discard/index.ts +++ b/src/type/discard/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/enum/enum.ts b/src/type/enum/enum.ts index 87f88e2..d9d4549 100644 --- a/src/type/enum/enum.ts +++ b/src/type/enum/enum.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/enum/index.ts b/src/type/enum/index.ts index 8ad6943..4529b34 100644 --- a/src/type/enum/index.ts +++ b/src/type/enum/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/error/error.ts b/src/type/error/error.ts index 443a563..e0b73db 100644 --- a/src/type/error/error.ts +++ b/src/type/error/error.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/error/index.ts b/src/type/error/index.ts index 2e03c77..830bae7 100644 --- a/src/type/error/index.ts +++ b/src/type/error/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/exclude/exclude-from-mapped-result.ts b/src/type/exclude/exclude-from-mapped-result.ts index ab8fef5..290cb3c 100644 --- a/src/type/exclude/exclude-from-mapped-result.ts +++ b/src/type/exclude/exclude-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/exclude/exclude-from-template-literal.ts b/src/type/exclude/exclude-from-template-literal.ts index a80f10a..4547f74 100644 --- a/src/type/exclude/exclude-from-template-literal.ts +++ b/src/type/exclude/exclude-from-template-literal.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/exclude/exclude.ts b/src/type/exclude/exclude.ts index 663cf73..f3edbc7 100644 --- a/src/type/exclude/exclude.ts +++ b/src/type/exclude/exclude.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/exclude/index.ts b/src/type/exclude/index.ts index 5e725fb..64681f2 100644 --- a/src/type/exclude/index.ts +++ b/src/type/exclude/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extends/extends-check.ts b/src/type/extends/extends-check.ts index e78bbc3..a28ca21 100644 --- a/src/type/extends/extends-check.ts +++ b/src/type/extends/extends-check.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extends/extends-from-mapped-key.ts b/src/type/extends/extends-from-mapped-key.ts index 697a2d3..ef29428 100644 --- a/src/type/extends/extends-from-mapped-key.ts +++ b/src/type/extends/extends-from-mapped-key.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extends/extends-from-mapped-result.ts b/src/type/extends/extends-from-mapped-result.ts index a7f4fb4..544a782 100644 --- a/src/type/extends/extends-from-mapped-result.ts +++ b/src/type/extends/extends-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extends/extends-undefined.ts b/src/type/extends/extends-undefined.ts index 4d6f41c..bfc7a80 100644 --- a/src/type/extends/extends-undefined.ts +++ b/src/type/extends/extends-undefined.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extends/extends.ts b/src/type/extends/extends.ts index ae9d264..e552ffb 100644 --- a/src/type/extends/extends.ts +++ b/src/type/extends/extends.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extends/index.ts b/src/type/extends/index.ts index 1a89577..5c88299 100644 --- a/src/type/extends/index.ts +++ b/src/type/extends/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extract/extract-from-mapped-result.ts b/src/type/extract/extract-from-mapped-result.ts index 640ee37..8ef2c18 100644 --- a/src/type/extract/extract-from-mapped-result.ts +++ b/src/type/extract/extract-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extract/extract-from-template-literal.ts b/src/type/extract/extract-from-template-literal.ts index e3e9f80..289e570 100644 --- a/src/type/extract/extract-from-template-literal.ts +++ b/src/type/extract/extract-from-template-literal.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extract/extract.ts b/src/type/extract/extract.ts index aaed115..bfe4142 100644 --- a/src/type/extract/extract.ts +++ b/src/type/extract/extract.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/extract/index.ts b/src/type/extract/index.ts index c8f052d..fa47134 100644 --- a/src/type/extract/index.ts +++ b/src/type/extract/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/function/function.ts b/src/type/function/function.ts index 6feffae..970f904 100644 --- a/src/type/function/function.ts +++ b/src/type/function/function.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/function/index.ts b/src/type/function/index.ts index 9483819..523212b 100644 --- a/src/type/function/index.ts +++ b/src/type/function/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/guard/index.ts b/src/type/guard/index.ts index 9745d55..e4144e4 100644 --- a/src/type/guard/index.ts +++ b/src/type/guard/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/guard/kind.ts b/src/type/guard/kind.ts index 6447412..2292189 100644 --- a/src/type/guard/kind.ts +++ b/src/type/guard/kind.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/guard/type.ts b/src/type/guard/type.ts index 9df3567..43a7644 100644 --- a/src/type/guard/type.ts +++ b/src/type/guard/type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/guard/value.ts b/src/type/guard/value.ts index 93ae57f..1b28c5d 100644 --- a/src/type/guard/value.ts +++ b/src/type/guard/value.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/helpers/helpers.ts b/src/type/helpers/helpers.ts index a3cb864..f3f39d3 100644 --- a/src/type/helpers/helpers.ts +++ b/src/type/helpers/helpers.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/helpers/index.ts b/src/type/helpers/index.ts index 31d3e51..8c1a719 100644 --- a/src/type/helpers/index.ts +++ b/src/type/helpers/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/index.ts b/src/type/index.ts index cafc2a7..f63f525 100644 --- a/src/type/index.ts +++ b/src/type/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/indexed/index.ts b/src/type/indexed/index.ts index b13a8c9..ddc65ba 100644 --- a/src/type/indexed/index.ts +++ b/src/type/indexed/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/indexed/indexed-from-mapped-key.ts b/src/type/indexed/indexed-from-mapped-key.ts index ae99317..13a0505 100644 --- a/src/type/indexed/indexed-from-mapped-key.ts +++ b/src/type/indexed/indexed-from-mapped-key.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/indexed/indexed-from-mapped-result.ts b/src/type/indexed/indexed-from-mapped-result.ts index b5b3d67..a3bf135 100644 --- a/src/type/indexed/indexed-from-mapped-result.ts +++ b/src/type/indexed/indexed-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/indexed/indexed-property-keys.ts b/src/type/indexed/indexed-property-keys.ts index e048664..8c18572 100644 --- a/src/type/indexed/indexed-property-keys.ts +++ b/src/type/indexed/indexed-property-keys.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/indexed/indexed.ts b/src/type/indexed/indexed.ts index 1e6603b..43f93e6 100644 --- a/src/type/indexed/indexed.ts +++ b/src/type/indexed/indexed.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/instance-type/index.ts b/src/type/instance-type/index.ts index 35a3a95..f68c4d5 100644 --- a/src/type/instance-type/index.ts +++ b/src/type/instance-type/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/instance-type/instance-type.ts b/src/type/instance-type/instance-type.ts index 7bba666..a41b902 100644 --- a/src/type/instance-type/instance-type.ts +++ b/src/type/instance-type/instance-type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/instantiate/index.ts b/src/type/instantiate/index.ts index 5f0a519..ca2cf18 100644 --- a/src/type/instantiate/index.ts +++ b/src/type/instantiate/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/instantiate/instantiate.ts b/src/type/instantiate/instantiate.ts index cab5e79..200a2bd 100644 --- a/src/type/instantiate/instantiate.ts +++ b/src/type/instantiate/instantiate.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/integer/index.ts b/src/type/integer/index.ts index 8c78b47..bba8689 100644 --- a/src/type/integer/index.ts +++ b/src/type/integer/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/integer/integer.ts b/src/type/integer/integer.ts index 245037e..f600b3e 100644 --- a/src/type/integer/integer.ts +++ b/src/type/integer/integer.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intersect/index.ts b/src/type/intersect/index.ts index 67a0a89..c36c706 100644 --- a/src/type/intersect/index.ts +++ b/src/type/intersect/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intersect/intersect-create.ts b/src/type/intersect/intersect-create.ts index 59f6cf6..87ae35a 100644 --- a/src/type/intersect/intersect-create.ts +++ b/src/type/intersect/intersect-create.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intersect/intersect-evaluated.ts b/src/type/intersect/intersect-evaluated.ts index 2ac4a3c..e6942d9 100644 --- a/src/type/intersect/intersect-evaluated.ts +++ b/src/type/intersect/intersect-evaluated.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intersect/intersect-type.ts b/src/type/intersect/intersect-type.ts index 80b2c25..248ae5f 100644 --- a/src/type/intersect/intersect-type.ts +++ b/src/type/intersect/intersect-type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intersect/intersect.ts b/src/type/intersect/intersect.ts index 63dd76b..8bd1be9 100644 --- a/src/type/intersect/intersect.ts +++ b/src/type/intersect/intersect.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intrinsic/capitalize.ts b/src/type/intrinsic/capitalize.ts index 51309ea..54493bb 100644 --- a/src/type/intrinsic/capitalize.ts +++ b/src/type/intrinsic/capitalize.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intrinsic/index.ts b/src/type/intrinsic/index.ts index c55fa12..ed53831 100644 --- a/src/type/intrinsic/index.ts +++ b/src/type/intrinsic/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intrinsic/intrinsic-from-mapped-key.ts b/src/type/intrinsic/intrinsic-from-mapped-key.ts index 80c8734..6c5c6a4 100644 --- a/src/type/intrinsic/intrinsic-from-mapped-key.ts +++ b/src/type/intrinsic/intrinsic-from-mapped-key.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intrinsic/intrinsic.ts b/src/type/intrinsic/intrinsic.ts index aca5d38..c58d44d 100644 --- a/src/type/intrinsic/intrinsic.ts +++ b/src/type/intrinsic/intrinsic.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intrinsic/lowercase.ts b/src/type/intrinsic/lowercase.ts index 6837496..d1536c7 100644 --- a/src/type/intrinsic/lowercase.ts +++ b/src/type/intrinsic/lowercase.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intrinsic/uncapitalize.ts b/src/type/intrinsic/uncapitalize.ts index c9af91f..17716d6 100644 --- a/src/type/intrinsic/uncapitalize.ts +++ b/src/type/intrinsic/uncapitalize.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/intrinsic/uppercase.ts b/src/type/intrinsic/uppercase.ts index 34eb578..8bfbfc5 100644 --- a/src/type/intrinsic/uppercase.ts +++ b/src/type/intrinsic/uppercase.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/iterator/index.ts b/src/type/iterator/index.ts index 03694ff..976e191 100644 --- a/src/type/iterator/index.ts +++ b/src/type/iterator/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/iterator/iterator.ts b/src/type/iterator/iterator.ts index f2d5fd9..7331831 100644 --- a/src/type/iterator/iterator.ts +++ b/src/type/iterator/iterator.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/keyof/index.ts b/src/type/keyof/index.ts index 8480f68..128192d 100644 --- a/src/type/keyof/index.ts +++ b/src/type/keyof/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/keyof/keyof-from-mapped-result.ts b/src/type/keyof/keyof-from-mapped-result.ts index fb96a9b..2853b97 100644 --- a/src/type/keyof/keyof-from-mapped-result.ts +++ b/src/type/keyof/keyof-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/keyof/keyof-property-entries.ts b/src/type/keyof/keyof-property-entries.ts index 8e2361c..44d41ad 100644 --- a/src/type/keyof/keyof-property-entries.ts +++ b/src/type/keyof/keyof-property-entries.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/keyof/keyof-property-keys.ts b/src/type/keyof/keyof-property-keys.ts index 0130ff9..b716b3a 100644 --- a/src/type/keyof/keyof-property-keys.ts +++ b/src/type/keyof/keyof-property-keys.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/keyof/keyof.ts b/src/type/keyof/keyof.ts index 9a8b26d..6b71e5a 100644 --- a/src/type/keyof/keyof.ts +++ b/src/type/keyof/keyof.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/literal/index.ts b/src/type/literal/index.ts index 0892b18..9918abd 100644 --- a/src/type/literal/index.ts +++ b/src/type/literal/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/literal/literal.ts b/src/type/literal/literal.ts index 32e1eed..f6f6727 100644 --- a/src/type/literal/literal.ts +++ b/src/type/literal/literal.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/mapped/index.ts b/src/type/mapped/index.ts index e5bf772..fb4cc01 100644 --- a/src/type/mapped/index.ts +++ b/src/type/mapped/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/mapped/mapped-key.ts b/src/type/mapped/mapped-key.ts index e8dd24f..ebde742 100644 --- a/src/type/mapped/mapped-key.ts +++ b/src/type/mapped/mapped-key.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/mapped/mapped-result.ts b/src/type/mapped/mapped-result.ts index 29d5a3c..7e715e6 100644 --- a/src/type/mapped/mapped-result.ts +++ b/src/type/mapped/mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/mapped/mapped.ts b/src/type/mapped/mapped.ts index 5dfc725..205168c 100644 --- a/src/type/mapped/mapped.ts +++ b/src/type/mapped/mapped.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/module/compute.ts b/src/type/module/compute.ts index 2866655..c56feba 100644 --- a/src/type/module/compute.ts +++ b/src/type/module/compute.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/module/index.ts b/src/type/module/index.ts index ba33fc0..04ee1ed 100644 --- a/src/type/module/index.ts +++ b/src/type/module/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/module/infer.ts b/src/type/module/infer.ts index 8c8708d..db25a2b 100644 --- a/src/type/module/infer.ts +++ b/src/type/module/infer.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/module/module.ts b/src/type/module/module.ts index afc34fb..90bb8cd 100644 --- a/src/type/module/module.ts +++ b/src/type/module/module.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/never/index.ts b/src/type/never/index.ts index 7221045..a1d859e 100644 --- a/src/type/never/index.ts +++ b/src/type/never/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/never/never.ts b/src/type/never/never.ts index fb75cda..2cc2583 100644 --- a/src/type/never/never.ts +++ b/src/type/never/never.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/not/index.ts b/src/type/not/index.ts index 49e0854..8682d80 100644 --- a/src/type/not/index.ts +++ b/src/type/not/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/not/not.ts b/src/type/not/not.ts index 4ee1ef1..ed50467 100644 --- a/src/type/not/not.ts +++ b/src/type/not/not.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/null/index.ts b/src/type/null/index.ts index a57dac3..208f1b6 100644 --- a/src/type/null/index.ts +++ b/src/type/null/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/null/null.ts b/src/type/null/null.ts index f51fccf..0d4097c 100644 --- a/src/type/null/null.ts +++ b/src/type/null/null.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/number/index.ts b/src/type/number/index.ts index 3d335f9..0f4921b 100644 --- a/src/type/number/index.ts +++ b/src/type/number/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/number/number.ts b/src/type/number/number.ts index 8d92776..8dec7f7 100644 --- a/src/type/number/number.ts +++ b/src/type/number/number.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/object/index.ts b/src/type/object/index.ts index 97eac7b..4da881b 100644 --- a/src/type/object/index.ts +++ b/src/type/object/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/object/object.ts b/src/type/object/object.ts index 054b05c..fbb001b 100644 --- a/src/type/object/object.ts +++ b/src/type/object/object.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/omit/index.ts b/src/type/omit/index.ts index 40be9e1..9d19aab 100644 --- a/src/type/omit/index.ts +++ b/src/type/omit/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/omit/omit-from-mapped-key.ts b/src/type/omit/omit-from-mapped-key.ts index 08df5f1..78356d3 100644 --- a/src/type/omit/omit-from-mapped-key.ts +++ b/src/type/omit/omit-from-mapped-key.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/omit/omit-from-mapped-result.ts b/src/type/omit/omit-from-mapped-result.ts index 4bc99f0..f4c1d22 100644 --- a/src/type/omit/omit-from-mapped-result.ts +++ b/src/type/omit/omit-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/omit/omit.ts b/src/type/omit/omit.ts index a13d581..5e43406 100644 --- a/src/type/omit/omit.ts +++ b/src/type/omit/omit.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/optional/index.ts b/src/type/optional/index.ts index a9da96f..d0bbd15 100644 --- a/src/type/optional/index.ts +++ b/src/type/optional/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/optional/optional-from-mapped-result.ts b/src/type/optional/optional-from-mapped-result.ts index fe04a71..90ffb86 100644 --- a/src/type/optional/optional-from-mapped-result.ts +++ b/src/type/optional/optional-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/optional/optional.ts b/src/type/optional/optional.ts index 09a8951..7d9cecd 100644 --- a/src/type/optional/optional.ts +++ b/src/type/optional/optional.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/parameters/index.ts b/src/type/parameters/index.ts index 60fa18a..c3837a4 100644 --- a/src/type/parameters/index.ts +++ b/src/type/parameters/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/parameters/parameters.ts b/src/type/parameters/parameters.ts index 02ec795..27d2649 100644 --- a/src/type/parameters/parameters.ts +++ b/src/type/parameters/parameters.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/partial/index.ts b/src/type/partial/index.ts index af26031..5776128 100644 --- a/src/type/partial/index.ts +++ b/src/type/partial/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/partial/partial-from-mapped-result.ts b/src/type/partial/partial-from-mapped-result.ts index 65f6ba9..c884756 100644 --- a/src/type/partial/partial-from-mapped-result.ts +++ b/src/type/partial/partial-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/partial/partial.ts b/src/type/partial/partial.ts index dd73629..edb9a4c 100644 --- a/src/type/partial/partial.ts +++ b/src/type/partial/partial.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/patterns/index.ts b/src/type/patterns/index.ts index 619eb64..ac15e8c 100644 --- a/src/type/patterns/index.ts +++ b/src/type/patterns/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/patterns/patterns.ts b/src/type/patterns/patterns.ts index bb44c60..b40cdce 100644 --- a/src/type/patterns/patterns.ts +++ b/src/type/patterns/patterns.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/pick/index.ts b/src/type/pick/index.ts index 8e659b8..24b5324 100644 --- a/src/type/pick/index.ts +++ b/src/type/pick/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/pick/pick-from-mapped-key.ts b/src/type/pick/pick-from-mapped-key.ts index df17792..e0310d8 100644 --- a/src/type/pick/pick-from-mapped-key.ts +++ b/src/type/pick/pick-from-mapped-key.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/pick/pick-from-mapped-result.ts b/src/type/pick/pick-from-mapped-result.ts index 75b9dbd..5a73a80 100644 --- a/src/type/pick/pick-from-mapped-result.ts +++ b/src/type/pick/pick-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/pick/pick.ts b/src/type/pick/pick.ts index 5637ced..180086f 100644 --- a/src/type/pick/pick.ts +++ b/src/type/pick/pick.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/promise/index.ts b/src/type/promise/index.ts index 1436cfa..80ba4f7 100644 --- a/src/type/promise/index.ts +++ b/src/type/promise/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/promise/promise.ts b/src/type/promise/promise.ts index cb2311c..650c92f 100644 --- a/src/type/promise/promise.ts +++ b/src/type/promise/promise.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/readonly-optional/index.ts b/src/type/readonly-optional/index.ts index 8e2481e..08201d3 100644 --- a/src/type/readonly-optional/index.ts +++ b/src/type/readonly-optional/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/readonly-optional/readonly-optional.ts b/src/type/readonly-optional/readonly-optional.ts index d53f74b..7ac49ff 100644 --- a/src/type/readonly-optional/readonly-optional.ts +++ b/src/type/readonly-optional/readonly-optional.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/readonly/index.ts b/src/type/readonly/index.ts index 356f84b..5d6feeb 100644 --- a/src/type/readonly/index.ts +++ b/src/type/readonly/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/readonly/readonly-from-mapped-result.ts b/src/type/readonly/readonly-from-mapped-result.ts index 62134e8..555b0b1 100644 --- a/src/type/readonly/readonly-from-mapped-result.ts +++ b/src/type/readonly/readonly-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/readonly/readonly.ts b/src/type/readonly/readonly.ts index bf77263..7d84a86 100644 --- a/src/type/readonly/readonly.ts +++ b/src/type/readonly/readonly.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/record/index.ts b/src/type/record/index.ts index 7ba8367..9db503f 100644 --- a/src/type/record/index.ts +++ b/src/type/record/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/record/record.ts b/src/type/record/record.ts index c118c8a..f18cc47 100644 --- a/src/type/record/record.ts +++ b/src/type/record/record.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/recursive/index.ts b/src/type/recursive/index.ts index b1e22c6..a5a2fa9 100644 --- a/src/type/recursive/index.ts +++ b/src/type/recursive/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/recursive/recursive.ts b/src/type/recursive/recursive.ts index 35f3625..d6e08d8 100644 --- a/src/type/recursive/recursive.ts +++ b/src/type/recursive/recursive.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/ref/index.ts b/src/type/ref/index.ts index 6daaa62..39ebb64 100644 --- a/src/type/ref/index.ts +++ b/src/type/ref/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/ref/ref.ts b/src/type/ref/ref.ts index dd4f37b..d82153b 100644 --- a/src/type/ref/ref.ts +++ b/src/type/ref/ref.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/regexp/index.ts b/src/type/regexp/index.ts index a2f473c..c0ff25b 100644 --- a/src/type/regexp/index.ts +++ b/src/type/regexp/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/regexp/regexp.ts b/src/type/regexp/regexp.ts index 7fc24ea..42d621a 100644 --- a/src/type/regexp/regexp.ts +++ b/src/type/regexp/regexp.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/registry/format.ts b/src/type/registry/format.ts index af818ae..306a288 100644 --- a/src/type/registry/format.ts +++ b/src/type/registry/format.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/registry/index.ts b/src/type/registry/index.ts index cdb2ac4..8c9fc54 100644 --- a/src/type/registry/index.ts +++ b/src/type/registry/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/registry/type.ts b/src/type/registry/type.ts index 955357a..eb77649 100644 --- a/src/type/registry/type.ts +++ b/src/type/registry/type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/required/index.ts b/src/type/required/index.ts index 4570618..67284c7 100644 --- a/src/type/required/index.ts +++ b/src/type/required/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/required/required-from-mapped-result.ts b/src/type/required/required-from-mapped-result.ts index c5c2c30..fce4cc9 100644 --- a/src/type/required/required-from-mapped-result.ts +++ b/src/type/required/required-from-mapped-result.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/required/required.ts b/src/type/required/required.ts index 18eab66..d40914a 100644 --- a/src/type/required/required.ts +++ b/src/type/required/required.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/rest/index.ts b/src/type/rest/index.ts index f4cfc39..51e2b93 100644 --- a/src/type/rest/index.ts +++ b/src/type/rest/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/rest/rest.ts b/src/type/rest/rest.ts index e467ed0..7bb7018 100644 --- a/src/type/rest/rest.ts +++ b/src/type/rest/rest.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/return-type/index.ts b/src/type/return-type/index.ts index 18d2290..4c65870 100644 --- a/src/type/return-type/index.ts +++ b/src/type/return-type/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/return-type/return-type.ts b/src/type/return-type/return-type.ts index 1b44968..1cc7905 100644 --- a/src/type/return-type/return-type.ts +++ b/src/type/return-type/return-type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/schema/anyschema.ts b/src/type/schema/anyschema.ts index 5a1d456..5c4eee3 100644 --- a/src/type/schema/anyschema.ts +++ b/src/type/schema/anyschema.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/schema/index.ts b/src/type/schema/index.ts index 8279e8b..a4a9161 100644 --- a/src/type/schema/index.ts +++ b/src/type/schema/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/schema/schema.ts b/src/type/schema/schema.ts index f4c967e..db0b847 100644 --- a/src/type/schema/schema.ts +++ b/src/type/schema/schema.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/sets/index.ts b/src/type/sets/index.ts index df79d6a..e81a523 100644 --- a/src/type/sets/index.ts +++ b/src/type/sets/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/sets/set.ts b/src/type/sets/set.ts index 186d3f1..782bcb3 100644 --- a/src/type/sets/set.ts +++ b/src/type/sets/set.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/static/index.ts b/src/type/static/index.ts index 70c29b4..7c178d2 100644 --- a/src/type/static/index.ts +++ b/src/type/static/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/static/static.ts b/src/type/static/static.ts index b852506..2cad5e3 100644 --- a/src/type/static/static.ts +++ b/src/type/static/static.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/string/index.ts b/src/type/string/index.ts index 48ecacd..84001e8 100644 --- a/src/type/string/index.ts +++ b/src/type/string/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/string/string.ts b/src/type/string/string.ts index 52f2ae1..742dd8b 100644 --- a/src/type/string/string.ts +++ b/src/type/string/string.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/symbol/index.ts b/src/type/symbol/index.ts index 2e308a8..4a6a977 100644 --- a/src/type/symbol/index.ts +++ b/src/type/symbol/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/symbol/symbol.ts b/src/type/symbol/symbol.ts index e60dae6..beaccf5 100644 --- a/src/type/symbol/symbol.ts +++ b/src/type/symbol/symbol.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/symbols/index.ts b/src/type/symbols/index.ts index 627854d..2e174a9 100644 --- a/src/type/symbols/index.ts +++ b/src/type/symbols/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/symbols/symbols.ts b/src/type/symbols/symbols.ts index 8b47d1b..1688f3f 100644 --- a/src/type/symbols/symbols.ts +++ b/src/type/symbols/symbols.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/finite.ts b/src/type/template-literal/finite.ts index fa5f5ea..fbbeb5c 100644 --- a/src/type/template-literal/finite.ts +++ b/src/type/template-literal/finite.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/generate.ts b/src/type/template-literal/generate.ts index 56a0a0c..03c7aa0 100644 --- a/src/type/template-literal/generate.ts +++ b/src/type/template-literal/generate.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/index.ts b/src/type/template-literal/index.ts index c06e4a6..86c2aa1 100644 --- a/src/type/template-literal/index.ts +++ b/src/type/template-literal/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/parse.ts b/src/type/template-literal/parse.ts index 1a6620f..f0a7efb 100644 --- a/src/type/template-literal/parse.ts +++ b/src/type/template-literal/parse.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/pattern.ts b/src/type/template-literal/pattern.ts index 4898583..f90a22a 100644 --- a/src/type/template-literal/pattern.ts +++ b/src/type/template-literal/pattern.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/syntax.ts b/src/type/template-literal/syntax.ts index 7f48046..f67c917 100644 --- a/src/type/template-literal/syntax.ts +++ b/src/type/template-literal/syntax.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/template-literal.ts b/src/type/template-literal/template-literal.ts index 794009f..1a8638b 100644 --- a/src/type/template-literal/template-literal.ts +++ b/src/type/template-literal/template-literal.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/template-literal/union.ts b/src/type/template-literal/union.ts index 44cae37..ae6fe02 100644 --- a/src/type/template-literal/union.ts +++ b/src/type/template-literal/union.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/transform/index.ts b/src/type/transform/index.ts index da318ec..1745160 100644 --- a/src/type/transform/index.ts +++ b/src/type/transform/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/transform/transform.ts b/src/type/transform/transform.ts index b89ac5f..40db8ed 100644 --- a/src/type/transform/transform.ts +++ b/src/type/transform/transform.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/tuple/index.ts b/src/type/tuple/index.ts index ffe9c5a..e175518 100644 --- a/src/type/tuple/index.ts +++ b/src/type/tuple/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/tuple/tuple.ts b/src/type/tuple/tuple.ts index d25b715..ebe513b 100644 --- a/src/type/tuple/tuple.ts +++ b/src/type/tuple/tuple.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/type/index.ts b/src/type/type/index.ts index 3c82b26..b27d78e 100644 --- a/src/type/type/index.ts +++ b/src/type/type/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/type/javascript.ts b/src/type/type/javascript.ts index daba648..b511f6b 100644 --- a/src/type/type/javascript.ts +++ b/src/type/type/javascript.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/type/json.ts b/src/type/type/json.ts index c29e046..aa3ac53 100644 --- a/src/type/type/json.ts +++ b/src/type/type/json.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/type/type.ts b/src/type/type/type.ts index 83fc32d..7b1e115 100644 --- a/src/type/type/type.ts +++ b/src/type/type/type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/uint8array/index.ts b/src/type/uint8array/index.ts index b813917..876b637 100644 --- a/src/type/uint8array/index.ts +++ b/src/type/uint8array/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/uint8array/uint8array.ts b/src/type/uint8array/uint8array.ts index 8a8f318..1839f20 100644 --- a/src/type/uint8array/uint8array.ts +++ b/src/type/uint8array/uint8array.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/undefined/index.ts b/src/type/undefined/index.ts index 209e971..f77e775 100644 --- a/src/type/undefined/index.ts +++ b/src/type/undefined/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/undefined/undefined.ts b/src/type/undefined/undefined.ts index 66919eb..221f3de 100644 --- a/src/type/undefined/undefined.ts +++ b/src/type/undefined/undefined.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/union/index.ts b/src/type/union/index.ts index bc694b2..73ba8e4 100644 --- a/src/type/union/index.ts +++ b/src/type/union/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/union/union-create.ts b/src/type/union/union-create.ts index 0989fd9..184afa6 100644 --- a/src/type/union/union-create.ts +++ b/src/type/union/union-create.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/union/union-evaluated.ts b/src/type/union/union-evaluated.ts index b344129..b490028 100644 --- a/src/type/union/union-evaluated.ts +++ b/src/type/union/union-evaluated.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/union/union-type.ts b/src/type/union/union-type.ts index 245791f..1cb251f 100644 --- a/src/type/union/union-type.ts +++ b/src/type/union/union-type.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/union/union.ts b/src/type/union/union.ts index e91ba8c..8fe16c1 100644 --- a/src/type/union/union.ts +++ b/src/type/union/union.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/unknown/index.ts b/src/type/unknown/index.ts index 6070bc4..d1a3119 100644 --- a/src/type/unknown/index.ts +++ b/src/type/unknown/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/unknown/unknown.ts b/src/type/unknown/unknown.ts index 4c24069..35deea0 100644 --- a/src/type/unknown/unknown.ts +++ b/src/type/unknown/unknown.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/unsafe/index.ts b/src/type/unsafe/index.ts index 6f3db72..07f1104 100644 --- a/src/type/unsafe/index.ts +++ b/src/type/unsafe/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/unsafe/unsafe.ts b/src/type/unsafe/unsafe.ts index 133a192..370775c 100644 --- a/src/type/unsafe/unsafe.ts +++ b/src/type/unsafe/unsafe.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/void/index.ts b/src/type/void/index.ts index ee941af..26736cb 100644 --- a/src/type/void/index.ts +++ b/src/type/void/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/type/void/void.ts b/src/type/void/void.ts index dec74a5..174715a 100644 --- a/src/type/void/void.ts +++ b/src/type/void/void.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/assert/assert.ts b/src/value/assert/assert.ts index 57c0eeb..9b436ca 100644 --- a/src/value/assert/assert.ts +++ b/src/value/assert/assert.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/assert/index.ts b/src/value/assert/index.ts index c7adc3b..8cd9dfc 100644 --- a/src/value/assert/index.ts +++ b/src/value/assert/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/cast/cast.ts b/src/value/cast/cast.ts index 28fe302..e1a4edf 100644 --- a/src/value/cast/cast.ts +++ b/src/value/cast/cast.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/cast/index.ts b/src/value/cast/index.ts index 9cdbd95..1b44628 100644 --- a/src/value/cast/index.ts +++ b/src/value/cast/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/check/check.ts b/src/value/check/check.ts index 7a61d9a..c1271ce 100644 --- a/src/value/check/check.ts +++ b/src/value/check/check.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/check/index.ts b/src/value/check/index.ts index 9fe61e8..e0ca228 100644 --- a/src/value/check/index.ts +++ b/src/value/check/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/clean/clean.ts b/src/value/clean/clean.ts index 6a692e3..d102361 100644 --- a/src/value/clean/clean.ts +++ b/src/value/clean/clean.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/clean/index.ts b/src/value/clean/index.ts index 89ecef4..d9f9c97 100644 --- a/src/value/clean/index.ts +++ b/src/value/clean/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/clone/clone.ts b/src/value/clone/clone.ts index 7ea2261..6f34565 100644 --- a/src/value/clone/clone.ts +++ b/src/value/clone/clone.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/clone/index.ts b/src/value/clone/index.ts index c6563b3..dbd1771 100644 --- a/src/value/clone/index.ts +++ b/src/value/clone/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/convert/convert.ts b/src/value/convert/convert.ts index b23c0bb..4628225 100644 --- a/src/value/convert/convert.ts +++ b/src/value/convert/convert.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/convert/index.ts b/src/value/convert/index.ts index 9ff2227..dea9bc2 100644 --- a/src/value/convert/index.ts +++ b/src/value/convert/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/create/create.ts b/src/value/create/create.ts index 9c75b0d..ce635d3 100644 --- a/src/value/create/create.ts +++ b/src/value/create/create.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/create/index.ts b/src/value/create/index.ts index adeb52e..50c727d 100644 --- a/src/value/create/index.ts +++ b/src/value/create/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/decode/decode.ts b/src/value/decode/decode.ts index 0ff9a23..c5160bb 100644 --- a/src/value/decode/decode.ts +++ b/src/value/decode/decode.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/decode/index.ts b/src/value/decode/index.ts index 6c82cdb..2f21ce6 100644 --- a/src/value/decode/index.ts +++ b/src/value/decode/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/default/default.ts b/src/value/default/default.ts index 5737c8d..19a3c71 100644 --- a/src/value/default/default.ts +++ b/src/value/default/default.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/default/index.ts b/src/value/default/index.ts index 9619cd8..f1a9d1d 100644 --- a/src/value/default/index.ts +++ b/src/value/default/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/delta/delta.ts b/src/value/delta/delta.ts index dc9d410..0ebdd1f 100644 --- a/src/value/delta/delta.ts +++ b/src/value/delta/delta.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/delta/index.ts b/src/value/delta/index.ts index 64b7dd1..c9c7cea 100644 --- a/src/value/delta/index.ts +++ b/src/value/delta/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/deref/deref.ts b/src/value/deref/deref.ts index df2d808..46b6c04 100644 --- a/src/value/deref/deref.ts +++ b/src/value/deref/deref.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/deref/index.ts b/src/value/deref/index.ts index 0603b94..84cf138 100644 --- a/src/value/deref/index.ts +++ b/src/value/deref/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/encode/encode.ts b/src/value/encode/encode.ts index be52b4a..7de2e08 100644 --- a/src/value/encode/encode.ts +++ b/src/value/encode/encode.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/encode/index.ts b/src/value/encode/index.ts index e4eb54b..9513c67 100644 --- a/src/value/encode/index.ts +++ b/src/value/encode/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/equal/equal.ts b/src/value/equal/equal.ts index 2cceefd..86dfe50 100644 --- a/src/value/equal/equal.ts +++ b/src/value/equal/equal.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/equal/index.ts b/src/value/equal/index.ts index 17c1462..10dd09b 100644 --- a/src/value/equal/index.ts +++ b/src/value/equal/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/guard/guard.ts b/src/value/guard/guard.ts index 56410e7..3d1ba53 100644 --- a/src/value/guard/guard.ts +++ b/src/value/guard/guard.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/guard/index.ts b/src/value/guard/index.ts index d00b7dc..863740c 100644 --- a/src/value/guard/index.ts +++ b/src/value/guard/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/hash/hash.ts b/src/value/hash/hash.ts index b72c039..18d5b33 100644 --- a/src/value/hash/hash.ts +++ b/src/value/hash/hash.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/hash/index.ts b/src/value/hash/index.ts index c712218..fa89e67 100644 --- a/src/value/hash/index.ts +++ b/src/value/hash/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/index.ts b/src/value/index.ts index 0f91d6e..f7e0ebc 100644 --- a/src/value/index.ts +++ b/src/value/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/mutate/index.ts b/src/value/mutate/index.ts index d999d10..e87c76b 100644 --- a/src/value/mutate/index.ts +++ b/src/value/mutate/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/mutate/mutate.ts b/src/value/mutate/mutate.ts index 5b7128d..fee18a0 100644 --- a/src/value/mutate/mutate.ts +++ b/src/value/mutate/mutate.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/parse/index.ts b/src/value/parse/index.ts index a5f6ba8..264a343 100644 --- a/src/value/parse/index.ts +++ b/src/value/parse/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/parse/parse.ts b/src/value/parse/parse.ts index 429b008..335fe3c 100644 --- a/src/value/parse/parse.ts +++ b/src/value/parse/parse.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/pointer/index.ts b/src/value/pointer/index.ts index f0828dc..7f627d3 100644 --- a/src/value/pointer/index.ts +++ b/src/value/pointer/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/pointer/pointer.ts b/src/value/pointer/pointer.ts index aa1b7e3..e0681fc 100644 --- a/src/value/pointer/pointer.ts +++ b/src/value/pointer/pointer.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/transform/decode.ts b/src/value/transform/decode.ts index c40752e..1e9092f 100644 --- a/src/value/transform/decode.ts +++ b/src/value/transform/decode.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/transform/encode.ts b/src/value/transform/encode.ts index ab8de08..b72eea7 100644 --- a/src/value/transform/encode.ts +++ b/src/value/transform/encode.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/transform/has.ts b/src/value/transform/has.ts index 0acf959..c4116d2 100644 --- a/src/value/transform/has.ts +++ b/src/value/transform/has.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/transform/index.ts b/src/value/transform/index.ts index 1759d82..51ce76d 100644 --- a/src/value/transform/index.ts +++ b/src/value/transform/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/value/index.ts b/src/value/value/index.ts index af48613..1193d27 100644 --- a/src/value/value/index.ts +++ b/src/value/value/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/src/value/value/value.ts b/src/value/value/value.ts index d1d5f63..54e9bd4 100644 --- a/src/value/value/value.ts +++ b/src/value/value/value.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/cjs/build.ts b/task/build/cjs/build.ts index 061043c..6c6cba9 100644 --- a/task/build/cjs/build.ts +++ b/task/build/cjs/build.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/cjs/compile.ts b/task/build/cjs/compile.ts index 75bd85f..4136621 100644 --- a/task/build/cjs/compile.ts +++ b/task/build/cjs/compile.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/esm/build.ts b/task/build/esm/build.ts index ff1c5db..cd8af08 100644 --- a/task/build/esm/build.ts +++ b/task/build/esm/build.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/esm/compile.ts b/task/build/esm/compile.ts index 6d88cfa..d30e8d0 100644 --- a/task/build/esm/compile.ts +++ b/task/build/esm/compile.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/esm/convert-to-esm.ts b/task/build/esm/convert-to-esm.ts index 21df0ea..65d4330 100644 --- a/task/build/esm/convert-to-esm.ts +++ b/task/build/esm/convert-to-esm.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/index.ts b/task/build/index.ts index 2d9d295..c2647c4 100644 --- a/task/build/index.ts +++ b/task/build/index.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/notices/remove-notices.ts b/task/build/notices/remove-notices.ts index 3d101ae..14a94d4 100644 --- a/task/build/notices/remove-notices.ts +++ b/task/build/notices/remove-notices.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/package/build.ts b/task/build/package/build.ts index a4b3c58..58f8d66 100644 --- a/task/build/package/build.ts +++ b/task/build/package/build.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/package/create-package-json-redirect.ts b/task/build/package/create-package-json-redirect.ts index 5b17ef9..3c179ac 100644 --- a/task/build/package/create-package-json-redirect.ts +++ b/task/build/package/create-package-json-redirect.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson 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/task/build/package/create-package-json.ts b/task/build/package/create-package-json.ts index 863e922..f15c9a7 100644 --- a/task/build/package/create-package-json.ts +++ b/task/build/package/create-package-json.ts @@ -4,7 +4,7 @@ The MIT License (MIT) -Copyright (c) 2017-2025 Haydn Paterson (sinclair) +Copyright (c) 2017-2026 Haydn Paterson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal