From a0e68c1c61489f3b03e4d1f9af6737d4d32c4f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:43:22 +0000 Subject: [PATCH 1/4] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4bcf51c5..d62c9beec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: run: sbt mimaReportBinaryIssuesIfRelevant_$BUILD_KEY - name: Upload compilation cache - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compilation-${{env.BUILD_KEY}}.zip path: /tmp/remote-cache From 0648dfda32aba9052c7e8c494befd6b44b9dd46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:43:26 +0000 Subject: [PATCH 2/4] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4bcf51c5..232d64693 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: uses: coursier/cache-action@v6 - name: Download compilation cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: /tmp/remote-cache From ee0c22273e0f9fca4043217e7947e6babd368ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=A9lois?= Date: Tue, 2 Jan 2024 14:27:18 +0100 Subject: [PATCH 3/4] Update Scala 3 headers (2024) --- modules/core/src-3/generated/kinds/functorK.scala | 2 +- modules/core/src-3/generated/kinds/kinds.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src-3/generated/kinds/functorK.scala b/modules/core/src-3/generated/kinds/functorK.scala index 7106eb89b..c0c51a217 100644 --- a/modules/core/src-3/generated/kinds/functorK.scala +++ b/modules/core/src-3/generated/kinds/functorK.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-3/generated/kinds/kinds.scala b/modules/core/src-3/generated/kinds/kinds.scala index a231fdd23..3f9394a56 100644 --- a/modules/core/src-3/generated/kinds/kinds.scala +++ b/modules/core/src-3/generated/kinds/kinds.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. From c038ff5b64fdd34f693297c5c0d67a483a1c9826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=A9lois?= Date: Tue, 2 Jan 2024 14:27:41 +0100 Subject: [PATCH 4/4] Update all headers --- .../aws-http4s/src/smithy4s/aws/AwsCall.scala | 2 +- .../aws-http4s/src/smithy4s/aws/AwsClient.scala | 2 +- .../src/smithy4s/aws/AwsClientError.scala | 2 +- .../aws/AwsClientInitialisationError.scala | 2 +- .../src/smithy4s/aws/AwsCredentialsFile.scala | 2 +- .../smithy4s/aws/AwsCredentialsProvider.scala | 2 +- .../src/smithy4s/aws/AwsEnvironment.scala | 2 +- .../src/smithy4s/aws/AwsOperationKind.scala | 2 +- .../aws/internals/AwsEc2QueryCodecs.scala | 2 +- .../smithy4s/aws/internals/AwsJsonCodecs.scala | 2 +- .../smithy4s/aws/internals/AwsQueryCodecs.scala | 2 +- .../aws/internals/AwsRestJsonCodecs.scala | 2 +- .../aws/internals/AwsRestXmlCodecs.scala | 2 +- .../src/smithy4s/aws/internals/AwsSigning.scala | 2 +- .../aws/internals/Http4sToSmithy4sClient.scala | 2 +- .../src/smithy4s/aws/internals/Md5CheckSum.scala | 2 +- .../src/smithy4s/aws/internals/package.scala | 2 +- .../aws-http4s/src/smithy4s/aws/package.scala | 2 +- .../test/src-js/smithy4s/aws/Compat.scala | 2 +- .../test/src-jvm/smithy4s/aws/Compat.scala | 2 +- .../aws/internals/AwsSignatureTest.scala | 2 +- .../test/src-native/smithy4s/aws/Compat.scala | 2 +- .../aws/AwsCredentialsFileReadTest.scala | 2 +- .../smithy4s/aws/AwsCredentialsFileTest.scala | 2 +- .../smithy4s/aws/AwsErrorTypeDecoderTest.scala | 2 +- .../smithy4s/aws/AwsInstanceMetadataTest.scala | 16 ++++++++++++++++ .../src/smithy4s/aws/ClientPrepareTest.scala | 2 +- .../aws/compliancetests/AwsComplianceSuite.scala | 2 +- .../smithy4s/aws/compliancetests/AwsJson.scala | 2 +- .../aws-kernel/src-js/smithy4s/aws/Buffer.scala | 2 +- .../aws-kernel/src-js/smithy4s/aws/Crypto.scala | 2 +- .../smithy4s/aws/CryptoPlatformCompat.scala | 2 +- .../smithy4s/aws/SysEnvPlatformCompat.scala | 2 +- .../smithy4s/aws/CryptoPlatformCompat.scala | 2 +- .../smithy4s/aws/SysEnvPlatformCompat.scala | 2 +- .../smithy4s/aws/CryptoPlatformCompat.scala | 2 +- .../smithy4s/aws/SysEnvPlatformCompat.scala | 2 +- .../src-native/smithy4s/aws/crypto.scala | 2 +- .../src/smithy4s/aws/AwsCredentials.scala | 2 +- .../aws-kernel/src/smithy4s/aws/AwsCrypto.scala | 2 +- .../src/smithy4s/aws/AwsErrorTypeDecoder.scala | 2 +- .../src/smithy4s/aws/AwsInstanceMetadata.scala | 2 +- .../src/smithy4s/aws/AwsProtocol.scala | 2 +- .../aws-kernel/src/smithy4s/aws/AwsRegion.scala | 2 +- modules/aws-kernel/src/smithy4s/aws/SysEnv.scala | 2 +- .../aws-kernel/src/smithy4s/aws/package.scala | 2 +- .../test/src/smithy4s/aws/CryptoTest.scala | 2 +- .../test/src/smithy4s/aws/SysEnvTest.scala | 2 +- .../src/smithy4s/sandbox/aws/Main.scala | 2 +- .../src/main/scala/BenchmarkService.scala | 2 +- modules/benchmark/src/main/scala/Codecs.scala | 2 +- .../src/main/scala/Http4sBenchmark.scala | 2 +- .../benchmark/src/main/scala/JsonBenchmark.scala | 2 +- modules/benchmark/src/main/scala/Payload.scala | 2 +- .../smithy4s/interopcats/SchemaVisitorHash.scala | 2 +- .../smithy4s/interopcats/SchemaVisitorShow.scala | 2 +- .../interopcats/instances/HashInstances.scala | 2 +- .../interopcats/instances/ShowInstances.scala | 2 +- .../smithy4s/interopcats/instances/package.scala | 2 +- .../cats/src/smithy4s/interopcats/package.scala | 2 +- modules/cats/test/src-js/CompatProvider.scala | 2 +- .../test/src-jvm-native/CompatProvider.scala | 2 +- modules/cats/test/src/HashVisitorSpec.scala | 2 +- modules/cats/test/src/ShowVisitorSpec.scala | 2 +- modules/cats/test/src/testcases/FooBarEnum.scala | 2 +- .../cats/test/src/testcases/IntFooBarEnum.scala | 2 +- modules/cats/test/src/testcases/IntOrInt.scala | 2 +- .../cats/test/src/testcases/IntOrString.scala | 2 +- .../cats/test/src/testcases/RecursiveFoo.scala | 2 +- .../smithy4s/codegen/cli/CodegenCommand.scala | 2 +- .../src/smithy4s/codegen/cli/Defaults.scala | 2 +- .../smithy4s/codegen/cli/DumpModelCommand.scala | 2 +- .../src/smithy4s/codegen/cli/Main.scala | 2 +- .../src/smithy4s/codegen/cli/Options.scala | 2 +- .../smithy4s/codegen/cli/Smithy4sCommand.scala | 2 +- .../smithy4s/codegen/cli/VersionCommand.scala | 2 +- .../codegen/cli/CommandParsingSpec.scala | 2 +- .../src/main/scala/Main.scala | 2 +- .../aws-open-enums/src/main/scala/Main.scala | 2 +- .../defaults/src/main/scala/Main.scala | 2 +- .../foo/src/main/scala/foo.scala | 2 +- .../bar/src/main/scala/Test.scala | 2 +- .../sbt-test/codegen-plugin/multimodule/a.scala | 2 +- .../multimodule/bar/src/main/scala/Test.scala | 2 +- .../optics-generate/src/main/scala/Main.scala | 2 +- .../scala3/src/main/scala/Main.scala | 2 +- .../smithy4s/codegen/GenerateSmithyBuild.scala | 2 +- .../src/smithy4s/codegen/JsonConverters.scala | 2 +- .../smithy4s/codegen/Smithy4sCodegenPlugin.scala | 2 +- .../codegen/src/smithy4s/codegen/Codegen.scala | 2 +- .../src/smithy4s/codegen/CodegenArgs.scala | 2 +- .../src/smithy4s/codegen/CodegenResult.scala | 2 +- .../src/smithy4s/codegen/DumpModelArgs.scala | 2 +- .../codegen/src/smithy4s/codegen/JarUtils.scala | 2 +- .../src/smithy4s/codegen/SmithyBuildJson.scala | 2 +- .../smithy4s/codegen/internals/CodegenImpl.scala | 2 +- .../codegen/internals/CodegenRecord.scala | 2 +- .../codegen/internals/CollisionAvoidance.scala | 2 +- .../smithy4s/codegen/internals/EnumUtil.scala | 2 +- .../src/smithy4s/codegen/internals/IR.scala | 2 +- .../smithy4s/codegen/internals/LineSegment.scala | 2 +- .../smithy4s/codegen/internals/LineSyntax.scala | 2 +- .../smithy4s/codegen/internals/ModelLoader.scala | 2 +- .../codegen/internals/PartialBlock.scala | 2 +- .../codegen/internals/PostProcessor.scala | 2 +- .../smithy4s/codegen/internals/Renderer.scala | 2 +- .../codegen/internals/ShapeExtractor.scala | 2 +- .../smithy4s/codegen/internals/SmithyBuild.scala | 2 +- .../codegen/internals/SmithyResources.scala | 2 +- .../smithy4s/codegen/internals/SmithyToIR.scala | 2 +- .../src/smithy4s/codegen/internals/ToLine.scala | 2 +- .../src/smithy4s/codegen/internals/ToLines.scala | 2 +- .../codegen/internals/TraitExtractor.scala | 2 +- .../smithy4s/codegen/internals/WithValue.scala | 2 +- .../src/smithy4s/codegen/internals/package.scala | 2 +- .../smithy4s/codegen/internals/recursion.scala | 2 +- .../codegen/src/smithy4s/codegen/package.scala | 2 +- .../transformers/AwsConstraintsRemover.scala | 2 +- .../AwsStandardTypesTransformer.scala | 2 +- .../transformers/OpenEnumTransformer.scala | 2 +- .../internals/DefaultRenderModeSpec.scala | 2 +- .../codegen/internals/ModelLoaderSpec.scala | 2 +- .../codegen/internals/RendererConfigSpec.scala | 2 +- .../codegen/internals/RendererSpec.scala | 2 +- .../codegen/internals/ScaladocSpec.scala | 2 +- .../codegen/internals/SmithyBuildSpec.scala | 2 +- .../codegen/internals/SmithyResourcesSpec.scala | 2 +- .../codegen/internals/SmithyToIRSpec.scala | 2 +- .../smithy4s/codegen/internals/TestUtils.scala | 2 +- .../transformers/AwsConstraintsRemoverSpec.scala | 2 +- .../AwsStandardTypesTransformerSpec.scala | 2 +- .../transformers/OpenEnumTransformerSpec.scala | 2 +- .../smithy4s/compliancetests/AllowRules.scala | 2 +- .../smithy4s/compliancetests/CompatUtils.scala | 2 +- .../compliancetests/ComplianceTest.scala | 2 +- .../compliancetests/HttpProtocolCompliance.scala | 2 +- .../smithy4s/compliancetests/ReverseRouter.scala | 2 +- .../src/smithy4s/compliancetests/Router.scala | 2 +- .../src/smithy4s/compliancetests/ShouldRun.scala | 2 +- .../smithy4s/compliancetests/TestConfig.scala | 2 +- .../compliancetests/internals/Assertions.scala | 2 +- .../internals/CanonicalSmithyDecoder.scala | 2 +- .../internals/ClientHttpComplianceTestCase.scala | 2 +- .../internals/DefaultSchemaVisitor.scala | 2 +- .../internals/ErrorResponseTest.scala | 2 +- .../internals/IntendedShortCircuit.scala | 2 +- .../internals/ServerHttpComplianceTestCase.scala | 2 +- .../internals/eq/EqSchemaVisitor.scala | 2 +- .../internals/eq/Smithy4sEqInstances.scala | 2 +- .../compliancetests/internals/package.scala | 2 +- .../test/src/EqVisitorSpec.scala | 2 +- modules/core/src-2.12/NumericCompat.scala | 2 +- modules/core/src-2.12/ScalaCompat.scala | 2 +- modules/core/src-2.13/NumericCompat.scala | 2 +- modules/core/src-2.13/ScalaCompat.scala | 2 +- modules/core/src-2/Newtype.scala | 2 +- modules/core/src-2/kinds/package.scala | 2 +- modules/core/src-3/Newtype.scala | 2 +- modules/core/src-3/NumericCompat.scala | 2 +- modules/core/src-3/ScalaCompat.scala | 2 +- modules/core/src-3/kinds/package.scala | 2 +- .../src-js-native/smithy4s/internals/maps.scala | 2 +- modules/core/src-js/smithy4s/JsConverters.scala | 2 +- modules/core/src-js/smithy4s/Timestamp.scala | 2 +- .../core/src-jvm-native/smithy4s/Timestamp.scala | 2 +- .../smithy4s/TimestampCompanionPlatform.scala | 2 +- .../src-jvm/smithy4s/TimestampPlatform.scala | 2 +- .../core/src-jvm/smithy4s/internals/maps.scala | 2 +- .../smithy4s/TimestampCompanionPlatform.scala | 2 +- .../src-native/smithy4s/TimestampPlatform.scala | 2 +- modules/core/src/ShapeTag.scala | 2 +- modules/core/src/smithy4s/Bijection.scala | 2 +- modules/core/src/smithy4s/Blob.scala | 2 +- modules/core/src/smithy4s/ConstraintError.scala | 2 +- modules/core/src/smithy4s/Document.scala | 2 +- modules/core/src/smithy4s/Endpoint.scala | 2 +- modules/core/src/smithy4s/Enumeration.scala | 2 +- modules/core/src/smithy4s/HasId.scala | 2 +- modules/core/src/smithy4s/HintMask.scala | 2 +- modules/core/src/smithy4s/Hints.scala | 2 +- modules/core/src/smithy4s/Lazy.scala | 2 +- modules/core/src/smithy4s/PartialData.scala | 2 +- modules/core/src/smithy4s/Protocol.scala | 2 +- modules/core/src/smithy4s/Refinement.scala | 2 +- .../core/src/smithy4s/RefinementProvider.scala | 2 +- modules/core/src/smithy4s/Service.scala | 2 +- modules/core/src/smithy4s/ServiceProduct.scala | 2 +- modules/core/src/smithy4s/ShapeId.scala | 2 +- .../core/src/smithy4s/Smithy4sThrowable.scala | 2 +- modules/core/src/smithy4s/Surjection.scala | 2 +- modules/core/src/smithy4s/Transformation.scala | 2 +- .../src/smithy4s/UnsupportedProtocolError.scala | 2 +- .../src/smithy4s/capability/Contravariant.scala | 2 +- .../core/src/smithy4s/capability/Covariant.scala | 2 +- .../core/src/smithy4s/capability/EncoderK.scala | 2 +- .../src/smithy4s/capability/MonadThrowLike.scala | 2 +- .../core/src/smithy4s/capability/Zipper.scala | 2 +- .../smithy4s/capability/instances/either.scala | 2 +- .../smithy4s/capability/instances/option.scala | 2 +- .../core/src/smithy4s/capability/package.scala | 2 +- .../src/smithy4s/client/UnaryClientCodecs.scala | 2 +- .../smithy4s/client/UnaryClientCompiler.scala | 2 +- .../smithy4s/client/UnaryClientEndpoint.scala | 2 +- .../smithy4s/client/UnaryLowLevelClient.scala | 2 +- modules/core/src/smithy4s/codecs/Decoder.scala | 2 +- modules/core/src/smithy4s/codecs/Encoder.scala | 2 +- .../core/src/smithy4s/codecs/PayloadError.scala | 2 +- .../core/src/smithy4s/codecs/PayloadPath.scala | 2 +- .../smithy4s/codecs/StringAndBlobCodecs.scala | 2 +- modules/core/src/smithy4s/codecs/Writer.scala | 2 +- modules/core/src/smithy4s/codecs/package.scala | 2 +- .../core/src/smithy4s/http/CaseInsensitive.scala | 2 +- modules/core/src/smithy4s/http/HostPrefix.scala | 2 +- modules/core/src/smithy4s/http/HttpBinding.scala | 2 +- .../src/smithy4s/http/HttpContractError.scala | 2 +- .../src/smithy4s/http/HttpDiscriminator.scala | 2 +- .../core/src/smithy4s/http/HttpEndpoint.scala | 2 +- .../src/smithy4s/http/HttpErrorSelector.scala | 2 +- .../core/src/smithy4s/http/HttpMediaType.scala | 2 +- modules/core/src/smithy4s/http/HttpMethod.scala | 2 +- modules/core/src/smithy4s/http/HttpRequest.scala | 2 +- .../core/src/smithy4s/http/HttpResponse.scala | 2 +- .../core/src/smithy4s/http/HttpRestSchema.scala | 2 +- .../core/src/smithy4s/http/HttpStatusCode.scala | 2 +- .../smithy4s/http/HttpUnaryClientCodecs.scala | 2 +- .../smithy4s/http/HttpUnaryServerCodecs.scala | 2 +- .../smithy4s/http/HttpUnaryServerRouter.scala | 2 +- modules/core/src/smithy4s/http/HttpUri.scala | 2 +- .../core/src/smithy4s/http/HttpUriScheme.scala | 2 +- modules/core/src/smithy4s/http/Metadata.scala | 2 +- modules/core/src/smithy4s/http/PathSegment.scala | 2 +- .../src/smithy4s/http/UnknownErrorResponse.scala | 2 +- modules/core/src/smithy4s/http/UrlForm.scala | 2 +- .../src/smithy4s/http/UrlFormDecodeError.scala | 2 +- .../http/internals/ErrorCodeSchemaVisitor.scala | 2 +- .../http/internals/ErrorDiscriminatorValue.scala | 2 +- .../http/internals/HostPrefixSchemaVisitor.scala | 2 +- .../http/internals/HostPrefixSegment.scala | 2 +- .../HttpResponseCodeSchemaVisitor.scala | 2 +- .../src/smithy4s/http/internals/MetaDecode.scala | 2 +- .../src/smithy4s/http/internals/MetaEncode.scala | 2 +- .../src/smithy4s/http/internals/PathEncode.scala | 2 +- .../internals/SchemaVisitorHeaderMerge.scala | 2 +- .../internals/SchemaVisitorHeaderSplit.scala | 2 +- .../internals/SchemaVisitorMetadataReader.scala | 2 +- .../internals/SchemaVisitorMetadataWriter.scala | 2 +- .../internals/SchemaVisitorPathEncoder.scala | 2 +- .../http/internals/StaticUrlFormElements.scala | 2 +- .../smithy4s/http/internals/UrlFormCursor.scala | 2 +- .../http/internals/UrlFormDataDecoder.scala | 2 +- .../UrlFormDataDecoderSchemaVisitor.scala | 2 +- .../http/internals/UrlFormDataEncoder.scala | 2 +- .../UrlFormDataEncoderSchemaVisitor.scala | 2 +- .../src/smithy4s/http/internals/package.scala | 2 +- modules/core/src/smithy4s/http/matchPath.scala | 2 +- modules/core/src/smithy4s/http/package.scala | 2 +- .../internals/DiscriminatedUnionMember.scala | 2 +- .../internals/DocumentDecoderSchemaVisitor.scala | 2 +- .../internals/DocumentEncoderSchemaVisitor.scala | 2 +- .../smithy4s/internals/DocumentKeyDecoder.scala | 2 +- .../smithy4s/internals/DocumentKeyEncoder.scala | 2 +- .../src/smithy4s/internals/InputOutput.scala | 2 +- .../src/smithy4s/internals/PatternDecode.scala | 2 +- .../src/smithy4s/internals/PatternSegment.scala | 2 +- .../smithy4s/internals/SchemaDescription.scala | 2 +- .../internals/SchemaDescriptionDetailed.scala | 2 +- .../internals/SchemaVisitorPatternDecoder.scala | 2 +- .../internals/SchemaVisitorPatternEncoder.scala | 2 +- .../StructurePatternRefinementProvider.scala | 2 +- .../core/src/smithy4s/internals/package.scala | 2 +- .../core/src/smithy4s/kinds/PolyFunctions.scala | 2 +- modules/core/src/smithy4s/kinds/stubs.scala | 2 +- .../src/smithy4s/kinds/toPolyFunction5.scala | 2 +- modules/core/src/smithy4s/optics/Lens.scala | 2 +- modules/core/src/smithy4s/optics/Optional.scala | 2 +- modules/core/src/smithy4s/optics/Prism.scala | 2 +- modules/core/src/smithy4s/package.scala | 2 +- modules/core/src/smithy4s/schema/Alt.scala | 2 +- .../smithy4s/schema/CachedSchemaCompiler.scala | 2 +- .../core/src/smithy4s/schema/CollectionTag.scala | 2 +- .../src/smithy4s/schema/CompilationCache.scala | 2 +- .../schema/DefaultValueSchemaVisitor.scala | 2 +- modules/core/src/smithy4s/schema/EnumTag.scala | 2 +- modules/core/src/smithy4s/schema/EnumValue.scala | 2 +- .../core/src/smithy4s/schema/ErrorSchema.scala | 2 +- modules/core/src/smithy4s/schema/Field.scala | 2 +- .../core/src/smithy4s/schema/IsPrimitive.scala | 2 +- .../src/smithy4s/schema/OperationSchema.scala | 2 +- .../smithy4s/schema/PartiallyAppliedUnion.scala | 2 +- modules/core/src/smithy4s/schema/Primitive.scala | 2 +- modules/core/src/smithy4s/schema/Schema.scala | 2 +- .../src/smithy4s/schema/SchemaPartition.scala | 2 +- .../core/src/smithy4s/schema/SchemaVisitor.scala | 2 +- .../src/smithy4s/schema/StreamingSchema.scala | 2 +- modules/core/src/smithy4s/schema/package.scala | 2 +- .../src/smithy4s/server/UnaryServerCodecs.scala | 2 +- .../smithy4s/server/UnaryServerEndpoint.scala | 2 +- modules/decline/src/Smithy4sCli.scala | 2 +- modules/decline/src/core/CoreHints.scala | 2 +- modules/decline/src/core/OptsVisitor.scala | 2 +- modules/decline/src/core/Printer.scala | 2 +- modules/decline/src/core/commons.scala | 2 +- modules/decline/src/util/PrinterApi.scala | 2 +- .../smithy4s/decline/core/OptsVisitorSpec.scala | 2 +- .../DynamicSchemaIndexPlatform.scala | 2 +- .../src-jvm/DynamicSchemaIndexPlatform.scala | 2 +- modules/dynamic/src-jvm/NodeToDocument.scala | 2 +- .../smithy4s/dynamic/DynamicSchemaIndex.scala | 2 +- .../dynamic/internals/DynamicEndpoint.scala | 2 +- .../dynamic/internals/DynamicError.scala | 2 +- .../dynamic/internals/DynamicErrorable.scala | 2 +- .../dynamic/internals/DynamicLambdas.scala | 2 +- .../dynamic/internals/DynamicModelCompiler.scala | 2 +- .../smithy4s/dynamic/internals/DynamicOp.scala | 2 +- .../internals/DynamicSchemaIndexImpl.scala | 2 +- .../dynamic/internals/DynamicService.scala | 2 +- .../dynamic/internals/ShapeVisitor.scala | 2 +- .../src/smithy4s/dynamic/internals/package.scala | 2 +- .../smithy4s/dynamic/PlatformUtils.scala | 2 +- .../smithy4s/dynamic/CollectionSpec.scala | 2 +- .../smithy4s/dynamic/DynamicJsonProxySpec.scala | 2 +- .../smithy4s/dynamic/DynamicJsonServerSpec.scala | 2 +- .../dynamic/DynamicMemberHintsSpec.scala | 2 +- .../smithy4s/dynamic/DynamicStabilitySpec.scala | 2 +- .../test/src-jvm/smithy4s/dynamic/EnumSpec.scala | 2 +- .../smithy4s/dynamic/FieldOrderingSpec.scala | 2 +- .../src-jvm/smithy4s/dynamic/OperationSpec.scala | 2 +- .../src-jvm/smithy4s/dynamic/PlatformUtils.scala | 2 +- .../src-jvm/smithy4s/dynamic/RecursionSpec.scala | 2 +- .../src-jvm/smithy4s/dynamic/ResourceSpec.scala | 2 +- .../test/src-jvm/smithy4s/dynamic/package.scala | 2 +- .../test/src/smithy4s/dynamic/DummyIO.scala | 2 +- .../test/src/smithy4s/dynamic/FieldsSpec.scala | 2 +- .../test/src/smithy4s/dynamic/Fixtures.scala | 2 +- .../test/src/smithy4s/dynamic/KVStoreImpl.scala | 2 +- .../test/src/smithy4s/dynamic/Utils.scala | 2 +- .../fs2/src/smithy4s/interopfs2/package.scala | 2 +- modules/guides/src/smithy4s/guides/Auth.scala | 2 +- .../guides/src/smithy4s/guides/AuthClient.scala | 2 +- modules/guides/src/smithy4s/guides/Cors.scala | 2 +- .../http4s/kernel/GzipRequestCompression.scala | 2 +- .../http4s/kernel/GzipRequestDecompression.scala | 2 +- .../src/smithy4s/http4s/kernel/package.scala | 2 +- .../src-js/smithy4s/http4s/kernel/Compat.scala | 2 +- .../src-jvm/smithy4s/http4s/kernel/Compat.scala | 2 +- .../smithy4s/http4s/kernel/Compat.scala | 2 +- .../smithy4s/http4s/kernel/GzipRequestSpec.scala | 2 +- .../http4s/kernel/Http4sConversionSpec.scala | 2 +- .../src-jvm/smithy4s/http4s/swagger/Docs.scala | 2 +- .../http4s/swagger/PartiallyAppliedDocs.scala | 2 +- .../smithy4s/http4s/swagger/SwaggerInit.scala | 2 +- .../smithy4s/http4s/swagger/package.scala | 2 +- .../src/smithy4s/http4s/swagger/DocsSpec.scala | 2 +- .../http4s/swagger/SwaggerInitSpec.scala | 2 +- .../http4s/ClientEndpointMiddleware.scala | 2 +- .../http4s/ServerEndpointMiddleware.scala | 2 +- .../smithy4s/http4s/SimpleProtocolBuilder.scala | 2 +- .../smithy4s/http4s/SimpleProtocolCodecs.scala | 2 +- .../smithy4s/http4s/SimpleRestJsonBuilder.scala | 2 +- .../internals/Http4sToSmithy4sClient.scala | 2 +- .../http4s/internals/SimpleRestJsonCodecs.scala | 2 +- modules/http4s/src/smithy4s/http4s/package.scala | 2 +- .../http4s/Http4sDynamicPizzaClientSpec.scala | 2 +- .../http4s/Http4sEmberPizzaClientSpec.scala | 2 +- .../smithy4s/http4s/Http4sPizzaClientSpec.scala | 2 +- .../src/smithy4s/http4s/Http4sPizzaSpec.scala | 2 +- .../smithy4s/http4s/ProtocolBuilderSpec.scala | 2 +- .../src/smithy4s/http4s/RecursiveInputSpec.scala | 2 +- .../http4s/ServerEndpointMiddlewareSpec.scala | 2 +- .../http4s/ServiceBuilderHttp4sSpec.scala | 2 +- .../http4s/SimpleRestJsonComplianceSuite.scala | 2 +- modules/json/src/smithy4s/json/Json.scala | 2 +- .../smithy4s/json/JsonPayloadCodecCompiler.scala | 2 +- .../smithy4s/json/JsoniterCodecCompiler.scala | 2 +- .../src/smithy4s/json/internals/Cursor.scala | 2 +- .../src/smithy4s/json/internals/JCodec.scala | 2 +- .../internals/JsonPayloadCodecCompilerImpl.scala | 2 +- .../internals/JsoniterCodecCompilerImpl.scala | 2 +- .../json/internals/SchemaVisitorJCodec.scala | 2 +- .../smithy4s/json/DocumentPropertyTests.scala | 2 +- .../src/smithy4s/json/JsonCodecApiTests.scala | 2 +- .../json/test/src/smithy4s/json/JsonSpec.scala | 2 +- .../SchemaVisitorJCodecCustomisationTests.scala | 2 +- .../json/SchemaVisitorJCodecPropertyTests.scala | 2 +- .../smithy4s/json/SchemaVisitorJCodecTests.scala | 2 +- .../src/smithy4s/json/internals/CursorSpec.scala | 2 +- .../src/smithy4s/codegen/LSP.scala | 2 +- .../smithy4s/codegen/mill/Smithy4sModule.scala | 2 +- .../multi-module-no-compile/foo/src/foo.scala | 2 +- .../resources/multi-module/bar/src/Test.scala | 2 +- .../bar/src/main/scala/Test.scala | 2 +- .../codegen/mill/Smithy4sModuleSpec.scala | 2 +- .../codegen/mill/SmithyLSPConfigSpec.scala | 2 +- .../validation/AdtMemberTraitValidatorSpec.scala | 2 +- .../api/validation/AdtTraitValidatorSpec.scala | 2 +- .../ErrorMessageTraitValidatorSpec.scala | 2 +- .../RefinementTraitValidatorSpec.scala | 2 +- modules/protocol/src/smithy4s/OptionHelper.java | 2 +- .../src/smithy4s/meta/AdtMemberTrait.java | 2 +- modules/protocol/src/smithy4s/meta/AdtTrait.java | 2 +- .../src/smithy4s/meta/ErrorMessageTrait.java | 2 +- .../src/smithy4s/meta/GenerateOpticsTrait.java | 2 +- .../meta/GenerateServiceProductTrait.java | 2 +- .../src/smithy4s/meta/IndexedSeqTrait.java | 2 +- .../src/smithy4s/meta/NoStackTraceTrait.java | 2 +- .../src/smithy4s/meta/PackedInputsTrait.java | 2 +- .../src/smithy4s/meta/RefinementTrait.java | 2 +- .../protocol/src/smithy4s/meta/ShapeIdTrait.java | 2 +- .../src/smithy4s/meta/TypeclassTrait.java | 2 +- .../protocol/src/smithy4s/meta/UnwrapTrait.java | 2 +- .../protocol/src/smithy4s/meta/VectorTrait.java | 2 +- .../meta/validation/AdtMemberTraitValidator.java | 2 +- .../meta/validation/AdtTraitValidator.java | 2 +- .../meta/validation/AdtValidatorCommon.java | 2 +- .../validation/ErrorMessageTraitValidator.java | 2 +- .../smithy4s/meta/validation/OptionHelper.java | 2 +- .../validation/RefinementTraitValidator.java | 2 +- .../smithy4s/tests/DefaultSchemaVisitor.scala | 2 +- .../src/smithy4s/tests/DummyService.scala | 2 +- .../src/smithy4s/tests/JsonProtocolF.scala | 2 +- .../smithy4s/tests/PizzaAdminServiceImpl.scala | 2 +- .../src/smithy4s/tests/PizzaClientSpec.scala | 2 +- modules/tests/src/smithy4s/tests/PizzaSpec.scala | 2 +- .../smithy4s/tests/ProtocolComplianceSuite.scala | 2 +- modules/xml/src/smithy4s/xml/XPath.scala | 2 +- modules/xml/src/smithy4s/xml/Xml.scala | 2 +- .../xml/src/smithy4s/xml/XmlDecodeError.scala | 2 +- modules/xml/src/smithy4s/xml/XmlDocument.scala | 2 +- .../src/smithy4s/xml/internals/XmlCursor.scala | 2 +- .../src/smithy4s/xml/internals/XmlDecoder.scala | 2 +- .../xml/internals/XmlDecoderSchemaVisitor.scala | 2 +- .../src/smithy4s/xml/internals/XmlEncoder.scala | 2 +- .../xml/internals/XmlEncoderSchemaVisitor.scala | 2 +- .../smithy4s/xml/internals/XmlStartingPath.scala | 2 +- .../xml/test/src/smithy4s/xml/XmlCodecSpec.scala | 2 +- modules/xml/test/src/smithy4s/xml/XmlSpec.scala | 2 +- 436 files changed, 451 insertions(+), 435 deletions(-) diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsCall.scala b/modules/aws-http4s/src/smithy4s/aws/AwsCall.scala index e9cb9ded3..85062695a 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsCall.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsCall.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsClient.scala b/modules/aws-http4s/src/smithy4s/aws/AwsClient.scala index 706638440..e6020609b 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsClient.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsClientError.scala b/modules/aws-http4s/src/smithy4s/aws/AwsClientError.scala index bf45349a3..972cf77f2 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsClientError.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsClientError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsClientInitialisationError.scala b/modules/aws-http4s/src/smithy4s/aws/AwsClientInitialisationError.scala index fb2563ab7..208fa5dce 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsClientInitialisationError.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsClientInitialisationError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsFile.scala b/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsFile.scala index 9c57ccdcb..dc2382c73 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsFile.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsFile.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsProvider.scala b/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsProvider.scala index e145fdf9e..34b6a928b 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsProvider.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsCredentialsProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsEnvironment.scala b/modules/aws-http4s/src/smithy4s/aws/AwsEnvironment.scala index ee86e0798..d96d108f5 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsEnvironment.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsEnvironment.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/AwsOperationKind.scala b/modules/aws-http4s/src/smithy4s/aws/AwsOperationKind.scala index 942ab5dbf..52e321257 100644 --- a/modules/aws-http4s/src/smithy4s/aws/AwsOperationKind.scala +++ b/modules/aws-http4s/src/smithy4s/aws/AwsOperationKind.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/AwsEc2QueryCodecs.scala b/modules/aws-http4s/src/smithy4s/aws/internals/AwsEc2QueryCodecs.scala index 4cbf48edf..059b41bc9 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/AwsEc2QueryCodecs.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/AwsEc2QueryCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/AwsJsonCodecs.scala b/modules/aws-http4s/src/smithy4s/aws/internals/AwsJsonCodecs.scala index 869bc209e..d42b34181 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/AwsJsonCodecs.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/AwsJsonCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/AwsQueryCodecs.scala b/modules/aws-http4s/src/smithy4s/aws/internals/AwsQueryCodecs.scala index aa24027dd..9aaaf7721 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/AwsQueryCodecs.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/AwsQueryCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestJsonCodecs.scala b/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestJsonCodecs.scala index b4f48f993..48677f3e9 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestJsonCodecs.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestJsonCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestXmlCodecs.scala b/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestXmlCodecs.scala index add5726c3..59fa15d28 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestXmlCodecs.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/AwsRestXmlCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/AwsSigning.scala b/modules/aws-http4s/src/smithy4s/aws/internals/AwsSigning.scala index 5ec08ec81..21f55f007 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/AwsSigning.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/AwsSigning.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/Http4sToSmithy4sClient.scala b/modules/aws-http4s/src/smithy4s/aws/internals/Http4sToSmithy4sClient.scala index 79749f3cd..4a2dc0f86 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/Http4sToSmithy4sClient.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/Http4sToSmithy4sClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/Md5CheckSum.scala b/modules/aws-http4s/src/smithy4s/aws/internals/Md5CheckSum.scala index f8ecdcf7f..e1821a8e9 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/Md5CheckSum.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/Md5CheckSum.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/internals/package.scala b/modules/aws-http4s/src/smithy4s/aws/internals/package.scala index a5d0c3005..3f046c19e 100644 --- a/modules/aws-http4s/src/smithy4s/aws/internals/package.scala +++ b/modules/aws-http4s/src/smithy4s/aws/internals/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/src/smithy4s/aws/package.scala b/modules/aws-http4s/src/smithy4s/aws/package.scala index 3c1444cf0..79488ceed 100644 --- a/modules/aws-http4s/src/smithy4s/aws/package.scala +++ b/modules/aws-http4s/src/smithy4s/aws/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src-js/smithy4s/aws/Compat.scala b/modules/aws-http4s/test/src-js/smithy4s/aws/Compat.scala index f053a4944..4fa08cdf4 100644 --- a/modules/aws-http4s/test/src-js/smithy4s/aws/Compat.scala +++ b/modules/aws-http4s/test/src-js/smithy4s/aws/Compat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src-jvm/smithy4s/aws/Compat.scala b/modules/aws-http4s/test/src-jvm/smithy4s/aws/Compat.scala index 9c929cd10..f5fc0d565 100644 --- a/modules/aws-http4s/test/src-jvm/smithy4s/aws/Compat.scala +++ b/modules/aws-http4s/test/src-jvm/smithy4s/aws/Compat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src-jvm/smithy4s/aws/internals/AwsSignatureTest.scala b/modules/aws-http4s/test/src-jvm/smithy4s/aws/internals/AwsSignatureTest.scala index c075a2898..bb53b543f 100644 --- a/modules/aws-http4s/test/src-jvm/smithy4s/aws/internals/AwsSignatureTest.scala +++ b/modules/aws-http4s/test/src-jvm/smithy4s/aws/internals/AwsSignatureTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src-native/smithy4s/aws/Compat.scala b/modules/aws-http4s/test/src-native/smithy4s/aws/Compat.scala index 9c929cd10..f5fc0d565 100644 --- a/modules/aws-http4s/test/src-native/smithy4s/aws/Compat.scala +++ b/modules/aws-http4s/test/src-native/smithy4s/aws/Compat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileReadTest.scala b/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileReadTest.scala index 9607452d1..8a00f9c7e 100644 --- a/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileReadTest.scala +++ b/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileReadTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileTest.scala b/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileTest.scala index f069eb388..b985fd86d 100644 --- a/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileTest.scala +++ b/modules/aws-http4s/test/src/smithy4s/aws/AwsCredentialsFileTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src/smithy4s/aws/AwsErrorTypeDecoderTest.scala b/modules/aws-http4s/test/src/smithy4s/aws/AwsErrorTypeDecoderTest.scala index 40665b026..982c1d4cd 100644 --- a/modules/aws-http4s/test/src/smithy4s/aws/AwsErrorTypeDecoderTest.scala +++ b/modules/aws-http4s/test/src/smithy4s/aws/AwsErrorTypeDecoderTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src/smithy4s/aws/AwsInstanceMetadataTest.scala b/modules/aws-http4s/test/src/smithy4s/aws/AwsInstanceMetadataTest.scala index 9377cf157..077e8c042 100644 --- a/modules/aws-http4s/test/src/smithy4s/aws/AwsInstanceMetadataTest.scala +++ b/modules/aws-http4s/test/src/smithy4s/aws/AwsInstanceMetadataTest.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2021-2024 Disney Streaming + * + * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://disneystreaming.github.io/TOST-1.0.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package smithy4s.aws import smithy4s.aws.kernel.AwsInstanceMetadata diff --git a/modules/aws-http4s/test/src/smithy4s/aws/ClientPrepareTest.scala b/modules/aws-http4s/test/src/smithy4s/aws/ClientPrepareTest.scala index 1ebacb123..b2c0c66da 100644 --- a/modules/aws-http4s/test/src/smithy4s/aws/ClientPrepareTest.scala +++ b/modules/aws-http4s/test/src/smithy4s/aws/ClientPrepareTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsComplianceSuite.scala b/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsComplianceSuite.scala index 61b3e730d..0cea7b8e6 100644 --- a/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsComplianceSuite.scala +++ b/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsComplianceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsJson.scala b/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsJson.scala index 3133131ef..0976cf2a2 100644 --- a/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsJson.scala +++ b/modules/aws-http4s/test/src/smithy4s/aws/compliancetests/AwsJson.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-js/smithy4s/aws/Buffer.scala b/modules/aws-kernel/src-js/smithy4s/aws/Buffer.scala index ef79ab6f6..c540f54fe 100644 --- a/modules/aws-kernel/src-js/smithy4s/aws/Buffer.scala +++ b/modules/aws-kernel/src-js/smithy4s/aws/Buffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-js/smithy4s/aws/Crypto.scala b/modules/aws-kernel/src-js/smithy4s/aws/Crypto.scala index d4fd87699..d79d76e71 100644 --- a/modules/aws-kernel/src-js/smithy4s/aws/Crypto.scala +++ b/modules/aws-kernel/src-js/smithy4s/aws/Crypto.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-js/smithy4s/aws/CryptoPlatformCompat.scala b/modules/aws-kernel/src-js/smithy4s/aws/CryptoPlatformCompat.scala index e65a4e624..90e463bdd 100644 --- a/modules/aws-kernel/src-js/smithy4s/aws/CryptoPlatformCompat.scala +++ b/modules/aws-kernel/src-js/smithy4s/aws/CryptoPlatformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-js/smithy4s/aws/SysEnvPlatformCompat.scala b/modules/aws-kernel/src-js/smithy4s/aws/SysEnvPlatformCompat.scala index 6e09a78f2..8a36b1a98 100644 --- a/modules/aws-kernel/src-js/smithy4s/aws/SysEnvPlatformCompat.scala +++ b/modules/aws-kernel/src-js/smithy4s/aws/SysEnvPlatformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-jvm/smithy4s/aws/CryptoPlatformCompat.scala b/modules/aws-kernel/src-jvm/smithy4s/aws/CryptoPlatformCompat.scala index 8c778a4e6..a98d331e8 100644 --- a/modules/aws-kernel/src-jvm/smithy4s/aws/CryptoPlatformCompat.scala +++ b/modules/aws-kernel/src-jvm/smithy4s/aws/CryptoPlatformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-jvm/smithy4s/aws/SysEnvPlatformCompat.scala b/modules/aws-kernel/src-jvm/smithy4s/aws/SysEnvPlatformCompat.scala index 496d85c66..04a4e36ee 100644 --- a/modules/aws-kernel/src-jvm/smithy4s/aws/SysEnvPlatformCompat.scala +++ b/modules/aws-kernel/src-jvm/smithy4s/aws/SysEnvPlatformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-native/smithy4s/aws/CryptoPlatformCompat.scala b/modules/aws-kernel/src-native/smithy4s/aws/CryptoPlatformCompat.scala index 9098a3c97..766a01fe8 100644 --- a/modules/aws-kernel/src-native/smithy4s/aws/CryptoPlatformCompat.scala +++ b/modules/aws-kernel/src-native/smithy4s/aws/CryptoPlatformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-native/smithy4s/aws/SysEnvPlatformCompat.scala b/modules/aws-kernel/src-native/smithy4s/aws/SysEnvPlatformCompat.scala index 496d85c66..04a4e36ee 100644 --- a/modules/aws-kernel/src-native/smithy4s/aws/SysEnvPlatformCompat.scala +++ b/modules/aws-kernel/src-native/smithy4s/aws/SysEnvPlatformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src-native/smithy4s/aws/crypto.scala b/modules/aws-kernel/src-native/smithy4s/aws/crypto.scala index d55f22e30..15aed6d12 100644 --- a/modules/aws-kernel/src-native/smithy4s/aws/crypto.scala +++ b/modules/aws-kernel/src-native/smithy4s/aws/crypto.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/AwsCredentials.scala b/modules/aws-kernel/src/smithy4s/aws/AwsCredentials.scala index 9fc76b5d7..abd3101e9 100644 --- a/modules/aws-kernel/src/smithy4s/aws/AwsCredentials.scala +++ b/modules/aws-kernel/src/smithy4s/aws/AwsCredentials.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/AwsCrypto.scala b/modules/aws-kernel/src/smithy4s/aws/AwsCrypto.scala index ff1ca03ca..4d4524cc9 100644 --- a/modules/aws-kernel/src/smithy4s/aws/AwsCrypto.scala +++ b/modules/aws-kernel/src/smithy4s/aws/AwsCrypto.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/AwsErrorTypeDecoder.scala b/modules/aws-kernel/src/smithy4s/aws/AwsErrorTypeDecoder.scala index da984b1e5..8150832c2 100644 --- a/modules/aws-kernel/src/smithy4s/aws/AwsErrorTypeDecoder.scala +++ b/modules/aws-kernel/src/smithy4s/aws/AwsErrorTypeDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/AwsInstanceMetadata.scala b/modules/aws-kernel/src/smithy4s/aws/AwsInstanceMetadata.scala index a9992b7dd..bb8a885fc 100644 --- a/modules/aws-kernel/src/smithy4s/aws/AwsInstanceMetadata.scala +++ b/modules/aws-kernel/src/smithy4s/aws/AwsInstanceMetadata.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/AwsProtocol.scala b/modules/aws-kernel/src/smithy4s/aws/AwsProtocol.scala index 14bc1b278..c582b7f92 100644 --- a/modules/aws-kernel/src/smithy4s/aws/AwsProtocol.scala +++ b/modules/aws-kernel/src/smithy4s/aws/AwsProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/AwsRegion.scala b/modules/aws-kernel/src/smithy4s/aws/AwsRegion.scala index e6e904034..e975cc2b7 100644 --- a/modules/aws-kernel/src/smithy4s/aws/AwsRegion.scala +++ b/modules/aws-kernel/src/smithy4s/aws/AwsRegion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/SysEnv.scala b/modules/aws-kernel/src/smithy4s/aws/SysEnv.scala index e38917bda..74579eb94 100644 --- a/modules/aws-kernel/src/smithy4s/aws/SysEnv.scala +++ b/modules/aws-kernel/src/smithy4s/aws/SysEnv.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/src/smithy4s/aws/package.scala b/modules/aws-kernel/src/smithy4s/aws/package.scala index 146c2ce6f..cc0ecb803 100644 --- a/modules/aws-kernel/src/smithy4s/aws/package.scala +++ b/modules/aws-kernel/src/smithy4s/aws/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/test/src/smithy4s/aws/CryptoTest.scala b/modules/aws-kernel/test/src/smithy4s/aws/CryptoTest.scala index 5eacc10a8..ffb3be2f0 100644 --- a/modules/aws-kernel/test/src/smithy4s/aws/CryptoTest.scala +++ b/modules/aws-kernel/test/src/smithy4s/aws/CryptoTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-kernel/test/src/smithy4s/aws/SysEnvTest.scala b/modules/aws-kernel/test/src/smithy4s/aws/SysEnvTest.scala index 7ed37a5e0..812e37435 100644 --- a/modules/aws-kernel/test/src/smithy4s/aws/SysEnvTest.scala +++ b/modules/aws-kernel/test/src/smithy4s/aws/SysEnvTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/aws-sandbox/src/smithy4s/sandbox/aws/Main.scala b/modules/aws-sandbox/src/smithy4s/sandbox/aws/Main.scala index d4e71bda8..a7a31c8b2 100644 --- a/modules/aws-sandbox/src/smithy4s/sandbox/aws/Main.scala +++ b/modules/aws-sandbox/src/smithy4s/sandbox/aws/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/benchmark/src/main/scala/BenchmarkService.scala b/modules/benchmark/src/main/scala/BenchmarkService.scala index c771151cc..7ed2801a2 100644 --- a/modules/benchmark/src/main/scala/BenchmarkService.scala +++ b/modules/benchmark/src/main/scala/BenchmarkService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/benchmark/src/main/scala/Codecs.scala b/modules/benchmark/src/main/scala/Codecs.scala index 1604cf46b..c5a430010 100644 --- a/modules/benchmark/src/main/scala/Codecs.scala +++ b/modules/benchmark/src/main/scala/Codecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/benchmark/src/main/scala/Http4sBenchmark.scala b/modules/benchmark/src/main/scala/Http4sBenchmark.scala index 2a919d17f..e04c1985e 100644 --- a/modules/benchmark/src/main/scala/Http4sBenchmark.scala +++ b/modules/benchmark/src/main/scala/Http4sBenchmark.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/benchmark/src/main/scala/JsonBenchmark.scala b/modules/benchmark/src/main/scala/JsonBenchmark.scala index 1822f352e..e8e98f755 100644 --- a/modules/benchmark/src/main/scala/JsonBenchmark.scala +++ b/modules/benchmark/src/main/scala/JsonBenchmark.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/benchmark/src/main/scala/Payload.scala b/modules/benchmark/src/main/scala/Payload.scala index 013cb5c66..b94e854f3 100644 --- a/modules/benchmark/src/main/scala/Payload.scala +++ b/modules/benchmark/src/main/scala/Payload.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/src/smithy4s/interopcats/SchemaVisitorHash.scala b/modules/cats/src/smithy4s/interopcats/SchemaVisitorHash.scala index 9a3218f6e..152b313ea 100644 --- a/modules/cats/src/smithy4s/interopcats/SchemaVisitorHash.scala +++ b/modules/cats/src/smithy4s/interopcats/SchemaVisitorHash.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/src/smithy4s/interopcats/SchemaVisitorShow.scala b/modules/cats/src/smithy4s/interopcats/SchemaVisitorShow.scala index d6d6bdcd0..6527191c2 100644 --- a/modules/cats/src/smithy4s/interopcats/SchemaVisitorShow.scala +++ b/modules/cats/src/smithy4s/interopcats/SchemaVisitorShow.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/src/smithy4s/interopcats/instances/HashInstances.scala b/modules/cats/src/smithy4s/interopcats/instances/HashInstances.scala index 33457c866..d6854b28a 100644 --- a/modules/cats/src/smithy4s/interopcats/instances/HashInstances.scala +++ b/modules/cats/src/smithy4s/interopcats/instances/HashInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/src/smithy4s/interopcats/instances/ShowInstances.scala b/modules/cats/src/smithy4s/interopcats/instances/ShowInstances.scala index 0cfa39c17..23f71f8d7 100644 --- a/modules/cats/src/smithy4s/interopcats/instances/ShowInstances.scala +++ b/modules/cats/src/smithy4s/interopcats/instances/ShowInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/src/smithy4s/interopcats/instances/package.scala b/modules/cats/src/smithy4s/interopcats/instances/package.scala index f6144023a..93d6a3cdc 100644 --- a/modules/cats/src/smithy4s/interopcats/instances/package.scala +++ b/modules/cats/src/smithy4s/interopcats/instances/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/src/smithy4s/interopcats/package.scala b/modules/cats/src/smithy4s/interopcats/package.scala index 11eb08828..bb6119deb 100644 --- a/modules/cats/src/smithy4s/interopcats/package.scala +++ b/modules/cats/src/smithy4s/interopcats/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src-js/CompatProvider.scala b/modules/cats/test/src-js/CompatProvider.scala index a053be545..d62dde11b 100644 --- a/modules/cats/test/src-js/CompatProvider.scala +++ b/modules/cats/test/src-js/CompatProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src-jvm-native/CompatProvider.scala b/modules/cats/test/src-jvm-native/CompatProvider.scala index 6b4eef126..0cf623fb7 100644 --- a/modules/cats/test/src-jvm-native/CompatProvider.scala +++ b/modules/cats/test/src-jvm-native/CompatProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src/HashVisitorSpec.scala b/modules/cats/test/src/HashVisitorSpec.scala index 2e9bee122..594229d81 100644 --- a/modules/cats/test/src/HashVisitorSpec.scala +++ b/modules/cats/test/src/HashVisitorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src/ShowVisitorSpec.scala b/modules/cats/test/src/ShowVisitorSpec.scala index fd27bba28..e369145c7 100644 --- a/modules/cats/test/src/ShowVisitorSpec.scala +++ b/modules/cats/test/src/ShowVisitorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src/testcases/FooBarEnum.scala b/modules/cats/test/src/testcases/FooBarEnum.scala index 81c5cd570..291f866d0 100644 --- a/modules/cats/test/src/testcases/FooBarEnum.scala +++ b/modules/cats/test/src/testcases/FooBarEnum.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src/testcases/IntFooBarEnum.scala b/modules/cats/test/src/testcases/IntFooBarEnum.scala index 6bebb506d..75c11e994 100644 --- a/modules/cats/test/src/testcases/IntFooBarEnum.scala +++ b/modules/cats/test/src/testcases/IntFooBarEnum.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src/testcases/IntOrInt.scala b/modules/cats/test/src/testcases/IntOrInt.scala index d781d2dc2..3c0bc465f 100644 --- a/modules/cats/test/src/testcases/IntOrInt.scala +++ b/modules/cats/test/src/testcases/IntOrInt.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src/testcases/IntOrString.scala b/modules/cats/test/src/testcases/IntOrString.scala index 7b5e04866..128c0086c 100644 --- a/modules/cats/test/src/testcases/IntOrString.scala +++ b/modules/cats/test/src/testcases/IntOrString.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cats/test/src/testcases/RecursiveFoo.scala b/modules/cats/test/src/testcases/RecursiveFoo.scala index 1258fd4e3..659f111a7 100644 --- a/modules/cats/test/src/testcases/RecursiveFoo.scala +++ b/modules/cats/test/src/testcases/RecursiveFoo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/src/smithy4s/codegen/cli/CodegenCommand.scala b/modules/codegen-cli/src/smithy4s/codegen/cli/CodegenCommand.scala index 079128da8..39a89420f 100644 --- a/modules/codegen-cli/src/smithy4s/codegen/cli/CodegenCommand.scala +++ b/modules/codegen-cli/src/smithy4s/codegen/cli/CodegenCommand.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/src/smithy4s/codegen/cli/Defaults.scala b/modules/codegen-cli/src/smithy4s/codegen/cli/Defaults.scala index 46687bd89..7090127ef 100644 --- a/modules/codegen-cli/src/smithy4s/codegen/cli/Defaults.scala +++ b/modules/codegen-cli/src/smithy4s/codegen/cli/Defaults.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/src/smithy4s/codegen/cli/DumpModelCommand.scala b/modules/codegen-cli/src/smithy4s/codegen/cli/DumpModelCommand.scala index d6f8e5277..39946d6d8 100644 --- a/modules/codegen-cli/src/smithy4s/codegen/cli/DumpModelCommand.scala +++ b/modules/codegen-cli/src/smithy4s/codegen/cli/DumpModelCommand.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/src/smithy4s/codegen/cli/Main.scala b/modules/codegen-cli/src/smithy4s/codegen/cli/Main.scala index 5d5abc198..08cb64e10 100644 --- a/modules/codegen-cli/src/smithy4s/codegen/cli/Main.scala +++ b/modules/codegen-cli/src/smithy4s/codegen/cli/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/src/smithy4s/codegen/cli/Options.scala b/modules/codegen-cli/src/smithy4s/codegen/cli/Options.scala index b202c431a..c64f2481c 100644 --- a/modules/codegen-cli/src/smithy4s/codegen/cli/Options.scala +++ b/modules/codegen-cli/src/smithy4s/codegen/cli/Options.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/src/smithy4s/codegen/cli/Smithy4sCommand.scala b/modules/codegen-cli/src/smithy4s/codegen/cli/Smithy4sCommand.scala index 9bdcf1e96..5122c9899 100644 --- a/modules/codegen-cli/src/smithy4s/codegen/cli/Smithy4sCommand.scala +++ b/modules/codegen-cli/src/smithy4s/codegen/cli/Smithy4sCommand.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/src/smithy4s/codegen/cli/VersionCommand.scala b/modules/codegen-cli/src/smithy4s/codegen/cli/VersionCommand.scala index 424d3b23b..8e4b73150 100644 --- a/modules/codegen-cli/src/smithy4s/codegen/cli/VersionCommand.scala +++ b/modules/codegen-cli/src/smithy4s/codegen/cli/VersionCommand.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-cli/test/src/smithy4s/codegen/cli/CommandParsingSpec.scala b/modules/codegen-cli/test/src/smithy4s/codegen/cli/CommandParsingSpec.scala index 6822960fc..9190935f8 100644 --- a/modules/codegen-cli/test/src/smithy4s/codegen/cli/CommandParsingSpec.scala +++ b/modules/codegen-cli/test/src/smithy4s/codegen/cli/CommandParsingSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-newtype-flatten/src/main/scala/Main.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-newtype-flatten/src/main/scala/Main.scala index d0f6d0a43..a36535183 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-newtype-flatten/src/main/scala/Main.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-newtype-flatten/src/main/scala/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-open-enums/src/main/scala/Main.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-open-enums/src/main/scala/Main.scala index 8dbe202a3..a9d12097c 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-open-enums/src/main/scala/Main.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/aws-open-enums/src/main/scala/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/defaults/src/main/scala/Main.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/defaults/src/main/scala/Main.scala index 397ea6e5e..07e0c740c 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/defaults/src/main/scala/Main.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/defaults/src/main/scala/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-no-compile/foo/src/main/scala/foo.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-no-compile/foo/src/main/scala/foo.scala index d6064194a..458b5c871 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-no-compile/foo/src/main/scala/foo.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-no-compile/foo/src/main/scala/foo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-staged/bar/src/main/scala/Test.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-staged/bar/src/main/scala/Test.scala index bf6369f23..1ac5fd8a3 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-staged/bar/src/main/scala/Test.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule-staged/bar/src/main/scala/Test.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/a.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/a.scala index 7b2e30f6c..f9306a042 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/a.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/a.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/bar/src/main/scala/Test.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/bar/src/main/scala/Test.scala index 9dce98783..bb78f67bc 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/bar/src/main/scala/Test.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/multimodule/bar/src/main/scala/Test.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/optics-generate/src/main/scala/Main.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/optics-generate/src/main/scala/Main.scala index 74a9f9e93..3f7cb448c 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/optics-generate/src/main/scala/Main.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/optics-generate/src/main/scala/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/sbt-test/codegen-plugin/scala3/src/main/scala/Main.scala b/modules/codegen-plugin/src/sbt-test/codegen-plugin/scala3/src/main/scala/Main.scala index 1bffe33bf..36734d235 100644 --- a/modules/codegen-plugin/src/sbt-test/codegen-plugin/scala3/src/main/scala/Main.scala +++ b/modules/codegen-plugin/src/sbt-test/codegen-plugin/scala3/src/main/scala/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/smithy4s/codegen/GenerateSmithyBuild.scala b/modules/codegen-plugin/src/smithy4s/codegen/GenerateSmithyBuild.scala index 47e50a356..d7f830b25 100644 --- a/modules/codegen-plugin/src/smithy4s/codegen/GenerateSmithyBuild.scala +++ b/modules/codegen-plugin/src/smithy4s/codegen/GenerateSmithyBuild.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/smithy4s/codegen/JsonConverters.scala b/modules/codegen-plugin/src/smithy4s/codegen/JsonConverters.scala index f3103a009..c571ae3de 100644 --- a/modules/codegen-plugin/src/smithy4s/codegen/JsonConverters.scala +++ b/modules/codegen-plugin/src/smithy4s/codegen/JsonConverters.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen-plugin/src/smithy4s/codegen/Smithy4sCodegenPlugin.scala b/modules/codegen-plugin/src/smithy4s/codegen/Smithy4sCodegenPlugin.scala index ffb5fc10f..1e36021dd 100644 --- a/modules/codegen-plugin/src/smithy4s/codegen/Smithy4sCodegenPlugin.scala +++ b/modules/codegen-plugin/src/smithy4s/codegen/Smithy4sCodegenPlugin.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/Codegen.scala b/modules/codegen/src/smithy4s/codegen/Codegen.scala index 18be52ee2..bc7f58868 100644 --- a/modules/codegen/src/smithy4s/codegen/Codegen.scala +++ b/modules/codegen/src/smithy4s/codegen/Codegen.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/CodegenArgs.scala b/modules/codegen/src/smithy4s/codegen/CodegenArgs.scala index be52a3a8d..115d1668b 100644 --- a/modules/codegen/src/smithy4s/codegen/CodegenArgs.scala +++ b/modules/codegen/src/smithy4s/codegen/CodegenArgs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/CodegenResult.scala b/modules/codegen/src/smithy4s/codegen/CodegenResult.scala index f248c3be5..76c03fee9 100644 --- a/modules/codegen/src/smithy4s/codegen/CodegenResult.scala +++ b/modules/codegen/src/smithy4s/codegen/CodegenResult.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/DumpModelArgs.scala b/modules/codegen/src/smithy4s/codegen/DumpModelArgs.scala index af0a7ea5e..356443bf9 100644 --- a/modules/codegen/src/smithy4s/codegen/DumpModelArgs.scala +++ b/modules/codegen/src/smithy4s/codegen/DumpModelArgs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/JarUtils.scala b/modules/codegen/src/smithy4s/codegen/JarUtils.scala index a12562771..934f5bf7e 100644 --- a/modules/codegen/src/smithy4s/codegen/JarUtils.scala +++ b/modules/codegen/src/smithy4s/codegen/JarUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/SmithyBuildJson.scala b/modules/codegen/src/smithy4s/codegen/SmithyBuildJson.scala index a77e0c611..c23488310 100644 --- a/modules/codegen/src/smithy4s/codegen/SmithyBuildJson.scala +++ b/modules/codegen/src/smithy4s/codegen/SmithyBuildJson.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/CodegenImpl.scala b/modules/codegen/src/smithy4s/codegen/internals/CodegenImpl.scala index e6ea716c5..bda3526c2 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/CodegenImpl.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/CodegenImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/CodegenRecord.scala b/modules/codegen/src/smithy4s/codegen/internals/CodegenRecord.scala index 3aaa2d58b..da20fb605 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/CodegenRecord.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/CodegenRecord.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/CollisionAvoidance.scala b/modules/codegen/src/smithy4s/codegen/internals/CollisionAvoidance.scala index b46a4aaad..78f0e409f 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/CollisionAvoidance.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/CollisionAvoidance.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/EnumUtil.scala b/modules/codegen/src/smithy4s/codegen/internals/EnumUtil.scala index bf0da3ff7..885b06f9a 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/EnumUtil.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/EnumUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/IR.scala b/modules/codegen/src/smithy4s/codegen/internals/IR.scala index b1a808d40..6d0d7848f 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/IR.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/IR.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/LineSegment.scala b/modules/codegen/src/smithy4s/codegen/internals/LineSegment.scala index 11601faa0..1e69019e0 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/LineSegment.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/LineSegment.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/LineSyntax.scala b/modules/codegen/src/smithy4s/codegen/internals/LineSyntax.scala index 969ae9350..be9e68d50 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/LineSyntax.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/LineSyntax.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/ModelLoader.scala b/modules/codegen/src/smithy4s/codegen/internals/ModelLoader.scala index e883ed197..d9ec46158 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/ModelLoader.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/ModelLoader.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/PartialBlock.scala b/modules/codegen/src/smithy4s/codegen/internals/PartialBlock.scala index 7dc7ebd5b..13f79cc92 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/PartialBlock.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/PartialBlock.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/PostProcessor.scala b/modules/codegen/src/smithy4s/codegen/internals/PostProcessor.scala index 60c92af69..aac0f7a35 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/PostProcessor.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/PostProcessor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/Renderer.scala b/modules/codegen/src/smithy4s/codegen/internals/Renderer.scala index 702484530..7cd490be7 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/Renderer.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/Renderer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/ShapeExtractor.scala b/modules/codegen/src/smithy4s/codegen/internals/ShapeExtractor.scala index 2f60f8e8d..4847077a5 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/ShapeExtractor.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/ShapeExtractor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/SmithyBuild.scala b/modules/codegen/src/smithy4s/codegen/internals/SmithyBuild.scala index 228daecae..b600ed5d4 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/SmithyBuild.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/SmithyBuild.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/SmithyResources.scala b/modules/codegen/src/smithy4s/codegen/internals/SmithyResources.scala index cbd3e12b8..e8ab00880 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/SmithyResources.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/SmithyResources.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/SmithyToIR.scala b/modules/codegen/src/smithy4s/codegen/internals/SmithyToIR.scala index b5f9dafae..b73c247a9 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/SmithyToIR.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/SmithyToIR.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/ToLine.scala b/modules/codegen/src/smithy4s/codegen/internals/ToLine.scala index 7acfbca29..310d3e4d4 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/ToLine.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/ToLine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/ToLines.scala b/modules/codegen/src/smithy4s/codegen/internals/ToLines.scala index 0ff34983a..b26b0e387 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/ToLines.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/ToLines.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/TraitExtractor.scala b/modules/codegen/src/smithy4s/codegen/internals/TraitExtractor.scala index df4461385..f62fbbd39 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/TraitExtractor.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/TraitExtractor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/WithValue.scala b/modules/codegen/src/smithy4s/codegen/internals/WithValue.scala index bd53cc37c..c4e7f534e 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/WithValue.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/WithValue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/package.scala b/modules/codegen/src/smithy4s/codegen/internals/package.scala index fae2bed24..af25d4809 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/package.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/internals/recursion.scala b/modules/codegen/src/smithy4s/codegen/internals/recursion.scala index 7a3f9f87c..8b47b3cd5 100644 --- a/modules/codegen/src/smithy4s/codegen/internals/recursion.scala +++ b/modules/codegen/src/smithy4s/codegen/internals/recursion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/package.scala b/modules/codegen/src/smithy4s/codegen/package.scala index bc8d36bc7..a3b5039bd 100644 --- a/modules/codegen/src/smithy4s/codegen/package.scala +++ b/modules/codegen/src/smithy4s/codegen/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/transformers/AwsConstraintsRemover.scala b/modules/codegen/src/smithy4s/codegen/transformers/AwsConstraintsRemover.scala index d1f6b69b4..31a57da01 100644 --- a/modules/codegen/src/smithy4s/codegen/transformers/AwsConstraintsRemover.scala +++ b/modules/codegen/src/smithy4s/codegen/transformers/AwsConstraintsRemover.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/transformers/AwsStandardTypesTransformer.scala b/modules/codegen/src/smithy4s/codegen/transformers/AwsStandardTypesTransformer.scala index fd5dd40a6..94f545642 100644 --- a/modules/codegen/src/smithy4s/codegen/transformers/AwsStandardTypesTransformer.scala +++ b/modules/codegen/src/smithy4s/codegen/transformers/AwsStandardTypesTransformer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/src/smithy4s/codegen/transformers/OpenEnumTransformer.scala b/modules/codegen/src/smithy4s/codegen/transformers/OpenEnumTransformer.scala index f6931320f..6703e0462 100644 --- a/modules/codegen/src/smithy4s/codegen/transformers/OpenEnumTransformer.scala +++ b/modules/codegen/src/smithy4s/codegen/transformers/OpenEnumTransformer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/DefaultRenderModeSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/DefaultRenderModeSpec.scala index 72b6a9f10..9883c0dc8 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/DefaultRenderModeSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/DefaultRenderModeSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/ModelLoaderSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/ModelLoaderSpec.scala index e7d41e8b7..31c175b50 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/ModelLoaderSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/ModelLoaderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/RendererConfigSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/RendererConfigSpec.scala index ac21c6041..190a6dfab 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/RendererConfigSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/RendererConfigSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/RendererSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/RendererSpec.scala index 6be3422cd..2ed59980c 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/RendererSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/RendererSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/ScaladocSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/ScaladocSpec.scala index be4ea1fd3..6eab04454 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/ScaladocSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/ScaladocSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/SmithyBuildSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/SmithyBuildSpec.scala index 84e2655e9..d8b8801ed 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/SmithyBuildSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/SmithyBuildSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/SmithyResourcesSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/SmithyResourcesSpec.scala index 53cda6017..6d2f79546 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/SmithyResourcesSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/SmithyResourcesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/SmithyToIRSpec.scala b/modules/codegen/test/src/smithy4s/codegen/internals/SmithyToIRSpec.scala index cf3372ef3..924d02528 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/SmithyToIRSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/SmithyToIRSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/internals/TestUtils.scala b/modules/codegen/test/src/smithy4s/codegen/internals/TestUtils.scala index 761a6bd13..41fbe2cd8 100644 --- a/modules/codegen/test/src/smithy4s/codegen/internals/TestUtils.scala +++ b/modules/codegen/test/src/smithy4s/codegen/internals/TestUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/transformers/AwsConstraintsRemoverSpec.scala b/modules/codegen/test/src/smithy4s/codegen/transformers/AwsConstraintsRemoverSpec.scala index 077b47abd..8b61d097d 100644 --- a/modules/codegen/test/src/smithy4s/codegen/transformers/AwsConstraintsRemoverSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/transformers/AwsConstraintsRemoverSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/transformers/AwsStandardTypesTransformerSpec.scala b/modules/codegen/test/src/smithy4s/codegen/transformers/AwsStandardTypesTransformerSpec.scala index 7e9618636..b88f25d17 100644 --- a/modules/codegen/test/src/smithy4s/codegen/transformers/AwsStandardTypesTransformerSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/transformers/AwsStandardTypesTransformerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/codegen/test/src/smithy4s/codegen/transformers/OpenEnumTransformerSpec.scala b/modules/codegen/test/src/smithy4s/codegen/transformers/OpenEnumTransformerSpec.scala index ef558479b..6e902e3ff 100644 --- a/modules/codegen/test/src/smithy4s/codegen/transformers/OpenEnumTransformerSpec.scala +++ b/modules/codegen/test/src/smithy4s/codegen/transformers/OpenEnumTransformerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/AllowRules.scala b/modules/compliance-tests/src/smithy4s/compliancetests/AllowRules.scala index 174ddf3c9..8f047d578 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/AllowRules.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/AllowRules.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/CompatUtils.scala b/modules/compliance-tests/src/smithy4s/compliancetests/CompatUtils.scala index ab05fa24a..0ba4b2ce3 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/CompatUtils.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/CompatUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/ComplianceTest.scala b/modules/compliance-tests/src/smithy4s/compliancetests/ComplianceTest.scala index 3e6edc0c0..9f6ec8575 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/ComplianceTest.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/ComplianceTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/HttpProtocolCompliance.scala b/modules/compliance-tests/src/smithy4s/compliancetests/HttpProtocolCompliance.scala index dd85b38bd..f038d2471 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/HttpProtocolCompliance.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/HttpProtocolCompliance.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/ReverseRouter.scala b/modules/compliance-tests/src/smithy4s/compliancetests/ReverseRouter.scala index 40e9a275e..61f4691bc 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/ReverseRouter.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/ReverseRouter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/Router.scala b/modules/compliance-tests/src/smithy4s/compliancetests/Router.scala index a991c0f78..766b2362a 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/Router.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/Router.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/ShouldRun.scala b/modules/compliance-tests/src/smithy4s/compliancetests/ShouldRun.scala index ffd5532b7..6475f1b14 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/ShouldRun.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/ShouldRun.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/TestConfig.scala b/modules/compliance-tests/src/smithy4s/compliancetests/TestConfig.scala index 28cedba0e..398a09802 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/TestConfig.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/TestConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/Assertions.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/Assertions.scala index 6bfa3f4dc..7918004c4 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/Assertions.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/Assertions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/CanonicalSmithyDecoder.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/CanonicalSmithyDecoder.scala index 2b89ae496..2c4bbe821 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/CanonicalSmithyDecoder.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/CanonicalSmithyDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/ClientHttpComplianceTestCase.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/ClientHttpComplianceTestCase.scala index 97c10f5ec..cb6855921 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/ClientHttpComplianceTestCase.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/ClientHttpComplianceTestCase.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/DefaultSchemaVisitor.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/DefaultSchemaVisitor.scala index 51a794418..713a1e785 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/DefaultSchemaVisitor.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/DefaultSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/ErrorResponseTest.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/ErrorResponseTest.scala index d0bd0a7c6..750013b95 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/ErrorResponseTest.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/ErrorResponseTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/IntendedShortCircuit.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/IntendedShortCircuit.scala index 574d6fea8..f7b2d624c 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/IntendedShortCircuit.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/IntendedShortCircuit.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/ServerHttpComplianceTestCase.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/ServerHttpComplianceTestCase.scala index e7c0d4d15..47482ae5e 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/ServerHttpComplianceTestCase.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/ServerHttpComplianceTestCase.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/EqSchemaVisitor.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/EqSchemaVisitor.scala index 0eb6a08b9..63767187f 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/EqSchemaVisitor.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/EqSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/Smithy4sEqInstances.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/Smithy4sEqInstances.scala index a653a589b..590aeeaca 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/Smithy4sEqInstances.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/eq/Smithy4sEqInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/src/smithy4s/compliancetests/internals/package.scala b/modules/compliance-tests/src/smithy4s/compliancetests/internals/package.scala index dc32c4f43..b5bb11be1 100644 --- a/modules/compliance-tests/src/smithy4s/compliancetests/internals/package.scala +++ b/modules/compliance-tests/src/smithy4s/compliancetests/internals/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/compliance-tests/test/src/EqVisitorSpec.scala b/modules/compliance-tests/test/src/EqVisitorSpec.scala index 5a33a01e4..db8377e70 100644 --- a/modules/compliance-tests/test/src/EqVisitorSpec.scala +++ b/modules/compliance-tests/test/src/EqVisitorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-2.12/NumericCompat.scala b/modules/core/src-2.12/NumericCompat.scala index 09b172084..94a55a881 100644 --- a/modules/core/src-2.12/NumericCompat.scala +++ b/modules/core/src-2.12/NumericCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-2.12/ScalaCompat.scala b/modules/core/src-2.12/ScalaCompat.scala index 0b592d466..153fcaee2 100644 --- a/modules/core/src-2.12/ScalaCompat.scala +++ b/modules/core/src-2.12/ScalaCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-2.13/NumericCompat.scala b/modules/core/src-2.13/NumericCompat.scala index 14fa38d7f..bb405d61c 100644 --- a/modules/core/src-2.13/NumericCompat.scala +++ b/modules/core/src-2.13/NumericCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-2.13/ScalaCompat.scala b/modules/core/src-2.13/ScalaCompat.scala index 089684f83..5223cfdbf 100644 --- a/modules/core/src-2.13/ScalaCompat.scala +++ b/modules/core/src-2.13/ScalaCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-2/Newtype.scala b/modules/core/src-2/Newtype.scala index 474dbafac..af4dc336c 100644 --- a/modules/core/src-2/Newtype.scala +++ b/modules/core/src-2/Newtype.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-2/kinds/package.scala b/modules/core/src-2/kinds/package.scala index 3aadd826d..ea4f8f865 100644 --- a/modules/core/src-2/kinds/package.scala +++ b/modules/core/src-2/kinds/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-3/Newtype.scala b/modules/core/src-3/Newtype.scala index a94798f50..a6bab7547 100644 --- a/modules/core/src-3/Newtype.scala +++ b/modules/core/src-3/Newtype.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-3/NumericCompat.scala b/modules/core/src-3/NumericCompat.scala index 14fa38d7f..bb405d61c 100644 --- a/modules/core/src-3/NumericCompat.scala +++ b/modules/core/src-3/NumericCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-3/ScalaCompat.scala b/modules/core/src-3/ScalaCompat.scala index 089684f83..5223cfdbf 100644 --- a/modules/core/src-3/ScalaCompat.scala +++ b/modules/core/src-3/ScalaCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-3/kinds/package.scala b/modules/core/src-3/kinds/package.scala index 18b1ce722..099507c6c 100644 --- a/modules/core/src-3/kinds/package.scala +++ b/modules/core/src-3/kinds/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-js-native/smithy4s/internals/maps.scala b/modules/core/src-js-native/smithy4s/internals/maps.scala index 21e2ec55a..ed8a51a10 100644 --- a/modules/core/src-js-native/smithy4s/internals/maps.scala +++ b/modules/core/src-js-native/smithy4s/internals/maps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-js/smithy4s/JsConverters.scala b/modules/core/src-js/smithy4s/JsConverters.scala index 1855e4a05..882173589 100644 --- a/modules/core/src-js/smithy4s/JsConverters.scala +++ b/modules/core/src-js/smithy4s/JsConverters.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-js/smithy4s/Timestamp.scala b/modules/core/src-js/smithy4s/Timestamp.scala index 9846b8039..81347a568 100644 --- a/modules/core/src-js/smithy4s/Timestamp.scala +++ b/modules/core/src-js/smithy4s/Timestamp.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-jvm-native/smithy4s/Timestamp.scala b/modules/core/src-jvm-native/smithy4s/Timestamp.scala index a0b65e9e0..625ce5f46 100644 --- a/modules/core/src-jvm-native/smithy4s/Timestamp.scala +++ b/modules/core/src-jvm-native/smithy4s/Timestamp.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-jvm/smithy4s/TimestampCompanionPlatform.scala b/modules/core/src-jvm/smithy4s/TimestampCompanionPlatform.scala index 9cec7ab43..e25dbe26e 100644 --- a/modules/core/src-jvm/smithy4s/TimestampCompanionPlatform.scala +++ b/modules/core/src-jvm/smithy4s/TimestampCompanionPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-jvm/smithy4s/TimestampPlatform.scala b/modules/core/src-jvm/smithy4s/TimestampPlatform.scala index bd9794227..43b02e142 100644 --- a/modules/core/src-jvm/smithy4s/TimestampPlatform.scala +++ b/modules/core/src-jvm/smithy4s/TimestampPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-jvm/smithy4s/internals/maps.scala b/modules/core/src-jvm/smithy4s/internals/maps.scala index 62d8bcb99..45f9b5828 100644 --- a/modules/core/src-jvm/smithy4s/internals/maps.scala +++ b/modules/core/src-jvm/smithy4s/internals/maps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-native/smithy4s/TimestampCompanionPlatform.scala b/modules/core/src-native/smithy4s/TimestampCompanionPlatform.scala index 04fcba5bc..0036114a6 100644 --- a/modules/core/src-native/smithy4s/TimestampCompanionPlatform.scala +++ b/modules/core/src-native/smithy4s/TimestampCompanionPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src-native/smithy4s/TimestampPlatform.scala b/modules/core/src-native/smithy4s/TimestampPlatform.scala index c34496479..5b48c1a37 100644 --- a/modules/core/src-native/smithy4s/TimestampPlatform.scala +++ b/modules/core/src-native/smithy4s/TimestampPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/ShapeTag.scala b/modules/core/src/ShapeTag.scala index 1bdd973b2..4221f4bf8 100644 --- a/modules/core/src/ShapeTag.scala +++ b/modules/core/src/ShapeTag.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Bijection.scala b/modules/core/src/smithy4s/Bijection.scala index 9715e834f..9db60d00c 100644 --- a/modules/core/src/smithy4s/Bijection.scala +++ b/modules/core/src/smithy4s/Bijection.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Blob.scala b/modules/core/src/smithy4s/Blob.scala index 53005928f..e2fc758a7 100644 --- a/modules/core/src/smithy4s/Blob.scala +++ b/modules/core/src/smithy4s/Blob.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/ConstraintError.scala b/modules/core/src/smithy4s/ConstraintError.scala index 0daa17d1a..af0b5c7a5 100644 --- a/modules/core/src/smithy4s/ConstraintError.scala +++ b/modules/core/src/smithy4s/ConstraintError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Document.scala b/modules/core/src/smithy4s/Document.scala index ef378f932..e9e362ec3 100644 --- a/modules/core/src/smithy4s/Document.scala +++ b/modules/core/src/smithy4s/Document.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Endpoint.scala b/modules/core/src/smithy4s/Endpoint.scala index d2ab823ce..0e38121f5 100644 --- a/modules/core/src/smithy4s/Endpoint.scala +++ b/modules/core/src/smithy4s/Endpoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Enumeration.scala b/modules/core/src/smithy4s/Enumeration.scala index fead29ddd..0881bd2eb 100644 --- a/modules/core/src/smithy4s/Enumeration.scala +++ b/modules/core/src/smithy4s/Enumeration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/HasId.scala b/modules/core/src/smithy4s/HasId.scala index a0b60964c..475a36edd 100644 --- a/modules/core/src/smithy4s/HasId.scala +++ b/modules/core/src/smithy4s/HasId.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/HintMask.scala b/modules/core/src/smithy4s/HintMask.scala index 2be77533b..3ab4e3ce3 100644 --- a/modules/core/src/smithy4s/HintMask.scala +++ b/modules/core/src/smithy4s/HintMask.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Hints.scala b/modules/core/src/smithy4s/Hints.scala index 9ae22f10d..036b694b6 100644 --- a/modules/core/src/smithy4s/Hints.scala +++ b/modules/core/src/smithy4s/Hints.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Lazy.scala b/modules/core/src/smithy4s/Lazy.scala index 0b556f77c..41d8dad1b 100644 --- a/modules/core/src/smithy4s/Lazy.scala +++ b/modules/core/src/smithy4s/Lazy.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/PartialData.scala b/modules/core/src/smithy4s/PartialData.scala index 8b97b2fe3..1ff51cc0c 100644 --- a/modules/core/src/smithy4s/PartialData.scala +++ b/modules/core/src/smithy4s/PartialData.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Protocol.scala b/modules/core/src/smithy4s/Protocol.scala index a79ceba07..2b6d27953 100644 --- a/modules/core/src/smithy4s/Protocol.scala +++ b/modules/core/src/smithy4s/Protocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Refinement.scala b/modules/core/src/smithy4s/Refinement.scala index 5a45d0b08..20206a89a 100644 --- a/modules/core/src/smithy4s/Refinement.scala +++ b/modules/core/src/smithy4s/Refinement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/RefinementProvider.scala b/modules/core/src/smithy4s/RefinementProvider.scala index cd8bd73a6..dc0424869 100644 --- a/modules/core/src/smithy4s/RefinementProvider.scala +++ b/modules/core/src/smithy4s/RefinementProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Service.scala b/modules/core/src/smithy4s/Service.scala index 6f9e9cf42..63907324e 100644 --- a/modules/core/src/smithy4s/Service.scala +++ b/modules/core/src/smithy4s/Service.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/ServiceProduct.scala b/modules/core/src/smithy4s/ServiceProduct.scala index f6833875a..177d48a08 100644 --- a/modules/core/src/smithy4s/ServiceProduct.scala +++ b/modules/core/src/smithy4s/ServiceProduct.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/ShapeId.scala b/modules/core/src/smithy4s/ShapeId.scala index 3e3ba6fde..48801e5d5 100644 --- a/modules/core/src/smithy4s/ShapeId.scala +++ b/modules/core/src/smithy4s/ShapeId.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Smithy4sThrowable.scala b/modules/core/src/smithy4s/Smithy4sThrowable.scala index c01747b26..c4d9c1a75 100644 --- a/modules/core/src/smithy4s/Smithy4sThrowable.scala +++ b/modules/core/src/smithy4s/Smithy4sThrowable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Surjection.scala b/modules/core/src/smithy4s/Surjection.scala index 48b80ae80..a380b8bd5 100644 --- a/modules/core/src/smithy4s/Surjection.scala +++ b/modules/core/src/smithy4s/Surjection.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/Transformation.scala b/modules/core/src/smithy4s/Transformation.scala index fb22a6c79..b80536e31 100644 --- a/modules/core/src/smithy4s/Transformation.scala +++ b/modules/core/src/smithy4s/Transformation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/UnsupportedProtocolError.scala b/modules/core/src/smithy4s/UnsupportedProtocolError.scala index ff810a215..9ea351219 100644 --- a/modules/core/src/smithy4s/UnsupportedProtocolError.scala +++ b/modules/core/src/smithy4s/UnsupportedProtocolError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/Contravariant.scala b/modules/core/src/smithy4s/capability/Contravariant.scala index ffb090cde..4c6e2d5f8 100644 --- a/modules/core/src/smithy4s/capability/Contravariant.scala +++ b/modules/core/src/smithy4s/capability/Contravariant.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/Covariant.scala b/modules/core/src/smithy4s/capability/Covariant.scala index d784c438d..b950f812d 100644 --- a/modules/core/src/smithy4s/capability/Covariant.scala +++ b/modules/core/src/smithy4s/capability/Covariant.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/EncoderK.scala b/modules/core/src/smithy4s/capability/EncoderK.scala index e57fdfecd..852cb182d 100644 --- a/modules/core/src/smithy4s/capability/EncoderK.scala +++ b/modules/core/src/smithy4s/capability/EncoderK.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/MonadThrowLike.scala b/modules/core/src/smithy4s/capability/MonadThrowLike.scala index 9bee003a1..35edac68d 100644 --- a/modules/core/src/smithy4s/capability/MonadThrowLike.scala +++ b/modules/core/src/smithy4s/capability/MonadThrowLike.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/Zipper.scala b/modules/core/src/smithy4s/capability/Zipper.scala index 814bd1074..bd3ee4841 100644 --- a/modules/core/src/smithy4s/capability/Zipper.scala +++ b/modules/core/src/smithy4s/capability/Zipper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/instances/either.scala b/modules/core/src/smithy4s/capability/instances/either.scala index 95d087cfc..69f86e21d 100644 --- a/modules/core/src/smithy4s/capability/instances/either.scala +++ b/modules/core/src/smithy4s/capability/instances/either.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/instances/option.scala b/modules/core/src/smithy4s/capability/instances/option.scala index 23f2fbb0c..2d404cc06 100644 --- a/modules/core/src/smithy4s/capability/instances/option.scala +++ b/modules/core/src/smithy4s/capability/instances/option.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/capability/package.scala b/modules/core/src/smithy4s/capability/package.scala index 88e04d90e..789af84fa 100644 --- a/modules/core/src/smithy4s/capability/package.scala +++ b/modules/core/src/smithy4s/capability/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/client/UnaryClientCodecs.scala b/modules/core/src/smithy4s/client/UnaryClientCodecs.scala index acf2acf0c..aeced55f5 100644 --- a/modules/core/src/smithy4s/client/UnaryClientCodecs.scala +++ b/modules/core/src/smithy4s/client/UnaryClientCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/client/UnaryClientCompiler.scala b/modules/core/src/smithy4s/client/UnaryClientCompiler.scala index 7babe196e..7bf317b8c 100644 --- a/modules/core/src/smithy4s/client/UnaryClientCompiler.scala +++ b/modules/core/src/smithy4s/client/UnaryClientCompiler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/client/UnaryClientEndpoint.scala b/modules/core/src/smithy4s/client/UnaryClientEndpoint.scala index de3ed6dc6..148a1c758 100644 --- a/modules/core/src/smithy4s/client/UnaryClientEndpoint.scala +++ b/modules/core/src/smithy4s/client/UnaryClientEndpoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/client/UnaryLowLevelClient.scala b/modules/core/src/smithy4s/client/UnaryLowLevelClient.scala index 626b89ea8..12b914420 100644 --- a/modules/core/src/smithy4s/client/UnaryLowLevelClient.scala +++ b/modules/core/src/smithy4s/client/UnaryLowLevelClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/codecs/Decoder.scala b/modules/core/src/smithy4s/codecs/Decoder.scala index 04020b2e2..f94016172 100644 --- a/modules/core/src/smithy4s/codecs/Decoder.scala +++ b/modules/core/src/smithy4s/codecs/Decoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/codecs/Encoder.scala b/modules/core/src/smithy4s/codecs/Encoder.scala index 8b2b61705..77614a6e8 100644 --- a/modules/core/src/smithy4s/codecs/Encoder.scala +++ b/modules/core/src/smithy4s/codecs/Encoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/codecs/PayloadError.scala b/modules/core/src/smithy4s/codecs/PayloadError.scala index 8fb87e7ad..ccaf7fa82 100644 --- a/modules/core/src/smithy4s/codecs/PayloadError.scala +++ b/modules/core/src/smithy4s/codecs/PayloadError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/codecs/PayloadPath.scala b/modules/core/src/smithy4s/codecs/PayloadPath.scala index 5fcb7dfc4..973982d8e 100644 --- a/modules/core/src/smithy4s/codecs/PayloadPath.scala +++ b/modules/core/src/smithy4s/codecs/PayloadPath.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/codecs/StringAndBlobCodecs.scala b/modules/core/src/smithy4s/codecs/StringAndBlobCodecs.scala index ce9fa3fd5..642e02742 100644 --- a/modules/core/src/smithy4s/codecs/StringAndBlobCodecs.scala +++ b/modules/core/src/smithy4s/codecs/StringAndBlobCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/codecs/Writer.scala b/modules/core/src/smithy4s/codecs/Writer.scala index 041e753e7..d38068490 100644 --- a/modules/core/src/smithy4s/codecs/Writer.scala +++ b/modules/core/src/smithy4s/codecs/Writer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/codecs/package.scala b/modules/core/src/smithy4s/codecs/package.scala index f43ee5ddb..e6909be32 100644 --- a/modules/core/src/smithy4s/codecs/package.scala +++ b/modules/core/src/smithy4s/codecs/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/CaseInsensitive.scala b/modules/core/src/smithy4s/http/CaseInsensitive.scala index 7675dd9e9..f0cf772ee 100644 --- a/modules/core/src/smithy4s/http/CaseInsensitive.scala +++ b/modules/core/src/smithy4s/http/CaseInsensitive.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HostPrefix.scala b/modules/core/src/smithy4s/http/HostPrefix.scala index 3f9776c48..1816642da 100644 --- a/modules/core/src/smithy4s/http/HostPrefix.scala +++ b/modules/core/src/smithy4s/http/HostPrefix.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpBinding.scala b/modules/core/src/smithy4s/http/HttpBinding.scala index dd5951b41..3ec2130cb 100644 --- a/modules/core/src/smithy4s/http/HttpBinding.scala +++ b/modules/core/src/smithy4s/http/HttpBinding.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpContractError.scala b/modules/core/src/smithy4s/http/HttpContractError.scala index a24ec6f86..8a39ec722 100644 --- a/modules/core/src/smithy4s/http/HttpContractError.scala +++ b/modules/core/src/smithy4s/http/HttpContractError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpDiscriminator.scala b/modules/core/src/smithy4s/http/HttpDiscriminator.scala index c88ea6c58..3fc5630ac 100644 --- a/modules/core/src/smithy4s/http/HttpDiscriminator.scala +++ b/modules/core/src/smithy4s/http/HttpDiscriminator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpEndpoint.scala b/modules/core/src/smithy4s/http/HttpEndpoint.scala index c6e5dfcf9..9ac9ba3c3 100644 --- a/modules/core/src/smithy4s/http/HttpEndpoint.scala +++ b/modules/core/src/smithy4s/http/HttpEndpoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpErrorSelector.scala b/modules/core/src/smithy4s/http/HttpErrorSelector.scala index 06b77f610..b9b908842 100644 --- a/modules/core/src/smithy4s/http/HttpErrorSelector.scala +++ b/modules/core/src/smithy4s/http/HttpErrorSelector.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpMediaType.scala b/modules/core/src/smithy4s/http/HttpMediaType.scala index 996af9ea5..b8c93817e 100644 --- a/modules/core/src/smithy4s/http/HttpMediaType.scala +++ b/modules/core/src/smithy4s/http/HttpMediaType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpMethod.scala b/modules/core/src/smithy4s/http/HttpMethod.scala index fee855f9c..6e22cb827 100644 --- a/modules/core/src/smithy4s/http/HttpMethod.scala +++ b/modules/core/src/smithy4s/http/HttpMethod.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpRequest.scala b/modules/core/src/smithy4s/http/HttpRequest.scala index 465b8471b..27ae698b5 100644 --- a/modules/core/src/smithy4s/http/HttpRequest.scala +++ b/modules/core/src/smithy4s/http/HttpRequest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpResponse.scala b/modules/core/src/smithy4s/http/HttpResponse.scala index d7a50b2e0..e21dbff41 100644 --- a/modules/core/src/smithy4s/http/HttpResponse.scala +++ b/modules/core/src/smithy4s/http/HttpResponse.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpRestSchema.scala b/modules/core/src/smithy4s/http/HttpRestSchema.scala index 3f6ff1b9c..97f671e7e 100644 --- a/modules/core/src/smithy4s/http/HttpRestSchema.scala +++ b/modules/core/src/smithy4s/http/HttpRestSchema.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpStatusCode.scala b/modules/core/src/smithy4s/http/HttpStatusCode.scala index ab0217ca1..105a22214 100644 --- a/modules/core/src/smithy4s/http/HttpStatusCode.scala +++ b/modules/core/src/smithy4s/http/HttpStatusCode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpUnaryClientCodecs.scala b/modules/core/src/smithy4s/http/HttpUnaryClientCodecs.scala index db5770176..4122d01d7 100644 --- a/modules/core/src/smithy4s/http/HttpUnaryClientCodecs.scala +++ b/modules/core/src/smithy4s/http/HttpUnaryClientCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpUnaryServerCodecs.scala b/modules/core/src/smithy4s/http/HttpUnaryServerCodecs.scala index 3fc8ec77e..6876060ce 100644 --- a/modules/core/src/smithy4s/http/HttpUnaryServerCodecs.scala +++ b/modules/core/src/smithy4s/http/HttpUnaryServerCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpUnaryServerRouter.scala b/modules/core/src/smithy4s/http/HttpUnaryServerRouter.scala index 0c4172a3a..0f1b03b98 100644 --- a/modules/core/src/smithy4s/http/HttpUnaryServerRouter.scala +++ b/modules/core/src/smithy4s/http/HttpUnaryServerRouter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpUri.scala b/modules/core/src/smithy4s/http/HttpUri.scala index d998fc6d5..fdc4d7639 100644 --- a/modules/core/src/smithy4s/http/HttpUri.scala +++ b/modules/core/src/smithy4s/http/HttpUri.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/HttpUriScheme.scala b/modules/core/src/smithy4s/http/HttpUriScheme.scala index 53c2ea144..3b33c43cb 100644 --- a/modules/core/src/smithy4s/http/HttpUriScheme.scala +++ b/modules/core/src/smithy4s/http/HttpUriScheme.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/Metadata.scala b/modules/core/src/smithy4s/http/Metadata.scala index 862bd6d0a..0513328d5 100644 --- a/modules/core/src/smithy4s/http/Metadata.scala +++ b/modules/core/src/smithy4s/http/Metadata.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/PathSegment.scala b/modules/core/src/smithy4s/http/PathSegment.scala index 041f37d37..8f9315064 100644 --- a/modules/core/src/smithy4s/http/PathSegment.scala +++ b/modules/core/src/smithy4s/http/PathSegment.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/UnknownErrorResponse.scala b/modules/core/src/smithy4s/http/UnknownErrorResponse.scala index 4720e762c..6f0152798 100644 --- a/modules/core/src/smithy4s/http/UnknownErrorResponse.scala +++ b/modules/core/src/smithy4s/http/UnknownErrorResponse.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/UrlForm.scala b/modules/core/src/smithy4s/http/UrlForm.scala index c6cedd6fb..47641e732 100644 --- a/modules/core/src/smithy4s/http/UrlForm.scala +++ b/modules/core/src/smithy4s/http/UrlForm.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/UrlFormDecodeError.scala b/modules/core/src/smithy4s/http/UrlFormDecodeError.scala index d7a3f1dad..3428f5d07 100644 --- a/modules/core/src/smithy4s/http/UrlFormDecodeError.scala +++ b/modules/core/src/smithy4s/http/UrlFormDecodeError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/ErrorCodeSchemaVisitor.scala b/modules/core/src/smithy4s/http/internals/ErrorCodeSchemaVisitor.scala index c7b4fb6e6..62c3002c5 100644 --- a/modules/core/src/smithy4s/http/internals/ErrorCodeSchemaVisitor.scala +++ b/modules/core/src/smithy4s/http/internals/ErrorCodeSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/ErrorDiscriminatorValue.scala b/modules/core/src/smithy4s/http/internals/ErrorDiscriminatorValue.scala index d8a1c7e5d..fa1ee634e 100644 --- a/modules/core/src/smithy4s/http/internals/ErrorDiscriminatorValue.scala +++ b/modules/core/src/smithy4s/http/internals/ErrorDiscriminatorValue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/HostPrefixSchemaVisitor.scala b/modules/core/src/smithy4s/http/internals/HostPrefixSchemaVisitor.scala index f4e159808..fc7e36313 100644 --- a/modules/core/src/smithy4s/http/internals/HostPrefixSchemaVisitor.scala +++ b/modules/core/src/smithy4s/http/internals/HostPrefixSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/HostPrefixSegment.scala b/modules/core/src/smithy4s/http/internals/HostPrefixSegment.scala index 842f78ebc..eb06127c1 100644 --- a/modules/core/src/smithy4s/http/internals/HostPrefixSegment.scala +++ b/modules/core/src/smithy4s/http/internals/HostPrefixSegment.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/HttpResponseCodeSchemaVisitor.scala b/modules/core/src/smithy4s/http/internals/HttpResponseCodeSchemaVisitor.scala index 3b1290efa..47ca01430 100644 --- a/modules/core/src/smithy4s/http/internals/HttpResponseCodeSchemaVisitor.scala +++ b/modules/core/src/smithy4s/http/internals/HttpResponseCodeSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/MetaDecode.scala b/modules/core/src/smithy4s/http/internals/MetaDecode.scala index 0c0f31e97..2424fac5f 100644 --- a/modules/core/src/smithy4s/http/internals/MetaDecode.scala +++ b/modules/core/src/smithy4s/http/internals/MetaDecode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/MetaEncode.scala b/modules/core/src/smithy4s/http/internals/MetaEncode.scala index 3fb61ee12..181ad3a59 100644 --- a/modules/core/src/smithy4s/http/internals/MetaEncode.scala +++ b/modules/core/src/smithy4s/http/internals/MetaEncode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/PathEncode.scala b/modules/core/src/smithy4s/http/internals/PathEncode.scala index 2aa0aa0b1..f7cd65e7d 100644 --- a/modules/core/src/smithy4s/http/internals/PathEncode.scala +++ b/modules/core/src/smithy4s/http/internals/PathEncode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderMerge.scala b/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderMerge.scala index 52303ca1f..79bdef8f8 100644 --- a/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderMerge.scala +++ b/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderMerge.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderSplit.scala b/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderSplit.scala index 3379df3f0..02d35275d 100644 --- a/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderSplit.scala +++ b/modules/core/src/smithy4s/http/internals/SchemaVisitorHeaderSplit.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataReader.scala b/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataReader.scala index f1804d241..fbe0ee217 100644 --- a/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataReader.scala +++ b/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataReader.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataWriter.scala b/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataWriter.scala index 8b87b28d8..c9d8348af 100644 --- a/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataWriter.scala +++ b/modules/core/src/smithy4s/http/internals/SchemaVisitorMetadataWriter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/SchemaVisitorPathEncoder.scala b/modules/core/src/smithy4s/http/internals/SchemaVisitorPathEncoder.scala index e13ae5ea3..e79e4f7f3 100644 --- a/modules/core/src/smithy4s/http/internals/SchemaVisitorPathEncoder.scala +++ b/modules/core/src/smithy4s/http/internals/SchemaVisitorPathEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/StaticUrlFormElements.scala b/modules/core/src/smithy4s/http/internals/StaticUrlFormElements.scala index c5aeb9e8f..1daa475d9 100644 --- a/modules/core/src/smithy4s/http/internals/StaticUrlFormElements.scala +++ b/modules/core/src/smithy4s/http/internals/StaticUrlFormElements.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/UrlFormCursor.scala b/modules/core/src/smithy4s/http/internals/UrlFormCursor.scala index 1e6b2b0fe..4178fd264 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormCursor.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormCursor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/UrlFormDataDecoder.scala b/modules/core/src/smithy4s/http/internals/UrlFormDataDecoder.scala index 0eac79b28..833b1f272 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormDataDecoder.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormDataDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/UrlFormDataDecoderSchemaVisitor.scala b/modules/core/src/smithy4s/http/internals/UrlFormDataDecoderSchemaVisitor.scala index e8b03b455..99d825e01 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormDataDecoderSchemaVisitor.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormDataDecoderSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/UrlFormDataEncoder.scala b/modules/core/src/smithy4s/http/internals/UrlFormDataEncoder.scala index 128d7e579..7eb3f7575 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormDataEncoder.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormDataEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/UrlFormDataEncoderSchemaVisitor.scala b/modules/core/src/smithy4s/http/internals/UrlFormDataEncoderSchemaVisitor.scala index aab5b914c..30ea86c76 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormDataEncoderSchemaVisitor.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormDataEncoderSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/internals/package.scala b/modules/core/src/smithy4s/http/internals/package.scala index cb034c5f3..a6b03ad07 100644 --- a/modules/core/src/smithy4s/http/internals/package.scala +++ b/modules/core/src/smithy4s/http/internals/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/matchPath.scala b/modules/core/src/smithy4s/http/matchPath.scala index 2e5d5a854..e366f186b 100644 --- a/modules/core/src/smithy4s/http/matchPath.scala +++ b/modules/core/src/smithy4s/http/matchPath.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/http/package.scala b/modules/core/src/smithy4s/http/package.scala index f3ec5d00f..b38aed301 100644 --- a/modules/core/src/smithy4s/http/package.scala +++ b/modules/core/src/smithy4s/http/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/DiscriminatedUnionMember.scala b/modules/core/src/smithy4s/internals/DiscriminatedUnionMember.scala index f8848f719..c62d7fbb2 100644 --- a/modules/core/src/smithy4s/internals/DiscriminatedUnionMember.scala +++ b/modules/core/src/smithy4s/internals/DiscriminatedUnionMember.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/DocumentDecoderSchemaVisitor.scala b/modules/core/src/smithy4s/internals/DocumentDecoderSchemaVisitor.scala index bb4db94d5..e12577f13 100644 --- a/modules/core/src/smithy4s/internals/DocumentDecoderSchemaVisitor.scala +++ b/modules/core/src/smithy4s/internals/DocumentDecoderSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/DocumentEncoderSchemaVisitor.scala b/modules/core/src/smithy4s/internals/DocumentEncoderSchemaVisitor.scala index e50be4b28..1d515b440 100644 --- a/modules/core/src/smithy4s/internals/DocumentEncoderSchemaVisitor.scala +++ b/modules/core/src/smithy4s/internals/DocumentEncoderSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/DocumentKeyDecoder.scala b/modules/core/src/smithy4s/internals/DocumentKeyDecoder.scala index 4cc058ce6..b3e438f71 100644 --- a/modules/core/src/smithy4s/internals/DocumentKeyDecoder.scala +++ b/modules/core/src/smithy4s/internals/DocumentKeyDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/DocumentKeyEncoder.scala b/modules/core/src/smithy4s/internals/DocumentKeyEncoder.scala index f065d9baa..8a32cf1a1 100644 --- a/modules/core/src/smithy4s/internals/DocumentKeyEncoder.scala +++ b/modules/core/src/smithy4s/internals/DocumentKeyEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/InputOutput.scala b/modules/core/src/smithy4s/internals/InputOutput.scala index 96dad92d7..0a2e89f6b 100644 --- a/modules/core/src/smithy4s/internals/InputOutput.scala +++ b/modules/core/src/smithy4s/internals/InputOutput.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/PatternDecode.scala b/modules/core/src/smithy4s/internals/PatternDecode.scala index ad036a266..b33699835 100644 --- a/modules/core/src/smithy4s/internals/PatternDecode.scala +++ b/modules/core/src/smithy4s/internals/PatternDecode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/PatternSegment.scala b/modules/core/src/smithy4s/internals/PatternSegment.scala index 8da952741..b71ff37c4 100644 --- a/modules/core/src/smithy4s/internals/PatternSegment.scala +++ b/modules/core/src/smithy4s/internals/PatternSegment.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/SchemaDescription.scala b/modules/core/src/smithy4s/internals/SchemaDescription.scala index c7dda1889..95c3c36f6 100644 --- a/modules/core/src/smithy4s/internals/SchemaDescription.scala +++ b/modules/core/src/smithy4s/internals/SchemaDescription.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/SchemaDescriptionDetailed.scala b/modules/core/src/smithy4s/internals/SchemaDescriptionDetailed.scala index fd0c3fe16..a5b28d06a 100644 --- a/modules/core/src/smithy4s/internals/SchemaDescriptionDetailed.scala +++ b/modules/core/src/smithy4s/internals/SchemaDescriptionDetailed.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/SchemaVisitorPatternDecoder.scala b/modules/core/src/smithy4s/internals/SchemaVisitorPatternDecoder.scala index 69c82ef17..b819a088c 100644 --- a/modules/core/src/smithy4s/internals/SchemaVisitorPatternDecoder.scala +++ b/modules/core/src/smithy4s/internals/SchemaVisitorPatternDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/SchemaVisitorPatternEncoder.scala b/modules/core/src/smithy4s/internals/SchemaVisitorPatternEncoder.scala index 592483b34..1b584f5ff 100644 --- a/modules/core/src/smithy4s/internals/SchemaVisitorPatternEncoder.scala +++ b/modules/core/src/smithy4s/internals/SchemaVisitorPatternEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/StructurePatternRefinementProvider.scala b/modules/core/src/smithy4s/internals/StructurePatternRefinementProvider.scala index bdec0beca..d1f10ae18 100644 --- a/modules/core/src/smithy4s/internals/StructurePatternRefinementProvider.scala +++ b/modules/core/src/smithy4s/internals/StructurePatternRefinementProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/internals/package.scala b/modules/core/src/smithy4s/internals/package.scala index 917ef074a..ee8d7606d 100644 --- a/modules/core/src/smithy4s/internals/package.scala +++ b/modules/core/src/smithy4s/internals/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/kinds/PolyFunctions.scala b/modules/core/src/smithy4s/kinds/PolyFunctions.scala index 3853f04c0..19669af13 100644 --- a/modules/core/src/smithy4s/kinds/PolyFunctions.scala +++ b/modules/core/src/smithy4s/kinds/PolyFunctions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/kinds/stubs.scala b/modules/core/src/smithy4s/kinds/stubs.scala index dedfda39a..22011b404 100644 --- a/modules/core/src/smithy4s/kinds/stubs.scala +++ b/modules/core/src/smithy4s/kinds/stubs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/kinds/toPolyFunction5.scala b/modules/core/src/smithy4s/kinds/toPolyFunction5.scala index a4b3b43cb..9dba2efd9 100644 --- a/modules/core/src/smithy4s/kinds/toPolyFunction5.scala +++ b/modules/core/src/smithy4s/kinds/toPolyFunction5.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/optics/Lens.scala b/modules/core/src/smithy4s/optics/Lens.scala index ffb9b5e21..485d35462 100644 --- a/modules/core/src/smithy4s/optics/Lens.scala +++ b/modules/core/src/smithy4s/optics/Lens.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/optics/Optional.scala b/modules/core/src/smithy4s/optics/Optional.scala index d11af71d1..8f3ece579 100644 --- a/modules/core/src/smithy4s/optics/Optional.scala +++ b/modules/core/src/smithy4s/optics/Optional.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/optics/Prism.scala b/modules/core/src/smithy4s/optics/Prism.scala index 8584e0bfe..633b56233 100644 --- a/modules/core/src/smithy4s/optics/Prism.scala +++ b/modules/core/src/smithy4s/optics/Prism.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/package.scala b/modules/core/src/smithy4s/package.scala index 74b1bcd4f..2850846de 100644 --- a/modules/core/src/smithy4s/package.scala +++ b/modules/core/src/smithy4s/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/Alt.scala b/modules/core/src/smithy4s/schema/Alt.scala index 0502e9cb4..f8d0803df 100644 --- a/modules/core/src/smithy4s/schema/Alt.scala +++ b/modules/core/src/smithy4s/schema/Alt.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/CachedSchemaCompiler.scala b/modules/core/src/smithy4s/schema/CachedSchemaCompiler.scala index 1e291cd0e..e52c0b4c3 100644 --- a/modules/core/src/smithy4s/schema/CachedSchemaCompiler.scala +++ b/modules/core/src/smithy4s/schema/CachedSchemaCompiler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/CollectionTag.scala b/modules/core/src/smithy4s/schema/CollectionTag.scala index 4910af031..25168de5a 100644 --- a/modules/core/src/smithy4s/schema/CollectionTag.scala +++ b/modules/core/src/smithy4s/schema/CollectionTag.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/CompilationCache.scala b/modules/core/src/smithy4s/schema/CompilationCache.scala index f84e6dc59..c4194d6ab 100644 --- a/modules/core/src/smithy4s/schema/CompilationCache.scala +++ b/modules/core/src/smithy4s/schema/CompilationCache.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/DefaultValueSchemaVisitor.scala b/modules/core/src/smithy4s/schema/DefaultValueSchemaVisitor.scala index 99d351f72..c0af4e96f 100644 --- a/modules/core/src/smithy4s/schema/DefaultValueSchemaVisitor.scala +++ b/modules/core/src/smithy4s/schema/DefaultValueSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/EnumTag.scala b/modules/core/src/smithy4s/schema/EnumTag.scala index 9d9def57b..48b4456d8 100644 --- a/modules/core/src/smithy4s/schema/EnumTag.scala +++ b/modules/core/src/smithy4s/schema/EnumTag.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/EnumValue.scala b/modules/core/src/smithy4s/schema/EnumValue.scala index 822668e76..b6915f0a8 100644 --- a/modules/core/src/smithy4s/schema/EnumValue.scala +++ b/modules/core/src/smithy4s/schema/EnumValue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/ErrorSchema.scala b/modules/core/src/smithy4s/schema/ErrorSchema.scala index 258a9b9b1..8d5c472e6 100644 --- a/modules/core/src/smithy4s/schema/ErrorSchema.scala +++ b/modules/core/src/smithy4s/schema/ErrorSchema.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/Field.scala b/modules/core/src/smithy4s/schema/Field.scala index ebaeb10b9..510ba91ea 100644 --- a/modules/core/src/smithy4s/schema/Field.scala +++ b/modules/core/src/smithy4s/schema/Field.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/IsPrimitive.scala b/modules/core/src/smithy4s/schema/IsPrimitive.scala index bbd29247f..bcb1f81c4 100644 --- a/modules/core/src/smithy4s/schema/IsPrimitive.scala +++ b/modules/core/src/smithy4s/schema/IsPrimitive.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/OperationSchema.scala b/modules/core/src/smithy4s/schema/OperationSchema.scala index c4d2634c6..1e193c592 100644 --- a/modules/core/src/smithy4s/schema/OperationSchema.scala +++ b/modules/core/src/smithy4s/schema/OperationSchema.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/PartiallyAppliedUnion.scala b/modules/core/src/smithy4s/schema/PartiallyAppliedUnion.scala index 2b2bc414c..f2d985ea6 100644 --- a/modules/core/src/smithy4s/schema/PartiallyAppliedUnion.scala +++ b/modules/core/src/smithy4s/schema/PartiallyAppliedUnion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/Primitive.scala b/modules/core/src/smithy4s/schema/Primitive.scala index 0f4a19aaf..b8a83007b 100644 --- a/modules/core/src/smithy4s/schema/Primitive.scala +++ b/modules/core/src/smithy4s/schema/Primitive.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/Schema.scala b/modules/core/src/smithy4s/schema/Schema.scala index b5c5cee6d..f95e3542e 100644 --- a/modules/core/src/smithy4s/schema/Schema.scala +++ b/modules/core/src/smithy4s/schema/Schema.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/SchemaPartition.scala b/modules/core/src/smithy4s/schema/SchemaPartition.scala index d176b4e53..2394a7b78 100644 --- a/modules/core/src/smithy4s/schema/SchemaPartition.scala +++ b/modules/core/src/smithy4s/schema/SchemaPartition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/SchemaVisitor.scala b/modules/core/src/smithy4s/schema/SchemaVisitor.scala index 21b903b94..5b7889416 100644 --- a/modules/core/src/smithy4s/schema/SchemaVisitor.scala +++ b/modules/core/src/smithy4s/schema/SchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/StreamingSchema.scala b/modules/core/src/smithy4s/schema/StreamingSchema.scala index 8594fd54b..565496580 100644 --- a/modules/core/src/smithy4s/schema/StreamingSchema.scala +++ b/modules/core/src/smithy4s/schema/StreamingSchema.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/schema/package.scala b/modules/core/src/smithy4s/schema/package.scala index 3c01df163..3428b0998 100644 --- a/modules/core/src/smithy4s/schema/package.scala +++ b/modules/core/src/smithy4s/schema/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/server/UnaryServerCodecs.scala b/modules/core/src/smithy4s/server/UnaryServerCodecs.scala index 0fb05b960..b8094d8f1 100644 --- a/modules/core/src/smithy4s/server/UnaryServerCodecs.scala +++ b/modules/core/src/smithy4s/server/UnaryServerCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/core/src/smithy4s/server/UnaryServerEndpoint.scala b/modules/core/src/smithy4s/server/UnaryServerEndpoint.scala index 36bc09d8f..d9c2748c9 100644 --- a/modules/core/src/smithy4s/server/UnaryServerEndpoint.scala +++ b/modules/core/src/smithy4s/server/UnaryServerEndpoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/decline/src/Smithy4sCli.scala b/modules/decline/src/Smithy4sCli.scala index 9634b5e2e..0733a09f6 100644 --- a/modules/decline/src/Smithy4sCli.scala +++ b/modules/decline/src/Smithy4sCli.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/decline/src/core/CoreHints.scala b/modules/decline/src/core/CoreHints.scala index 79413b1be..28291a0da 100644 --- a/modules/decline/src/core/CoreHints.scala +++ b/modules/decline/src/core/CoreHints.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/decline/src/core/OptsVisitor.scala b/modules/decline/src/core/OptsVisitor.scala index 1499d9da0..3735d9062 100644 --- a/modules/decline/src/core/OptsVisitor.scala +++ b/modules/decline/src/core/OptsVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/decline/src/core/Printer.scala b/modules/decline/src/core/Printer.scala index 2f824c132..da0e144f9 100644 --- a/modules/decline/src/core/Printer.scala +++ b/modules/decline/src/core/Printer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/decline/src/core/commons.scala b/modules/decline/src/core/commons.scala index 9996e0a14..af83d7bd4 100644 --- a/modules/decline/src/core/commons.scala +++ b/modules/decline/src/core/commons.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/decline/src/util/PrinterApi.scala b/modules/decline/src/util/PrinterApi.scala index 93df0725a..ce38a4eaa 100644 --- a/modules/decline/src/util/PrinterApi.scala +++ b/modules/decline/src/util/PrinterApi.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/decline/test/src/smithy4s/decline/core/OptsVisitorSpec.scala b/modules/decline/test/src/smithy4s/decline/core/OptsVisitorSpec.scala index 4c5bf8f84..8045c5973 100644 --- a/modules/decline/test/src/smithy4s/decline/core/OptsVisitorSpec.scala +++ b/modules/decline/test/src/smithy4s/decline/core/OptsVisitorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src-js-native/DynamicSchemaIndexPlatform.scala b/modules/dynamic/src-js-native/DynamicSchemaIndexPlatform.scala index 70ad9dff9..a1a0ee97a 100644 --- a/modules/dynamic/src-js-native/DynamicSchemaIndexPlatform.scala +++ b/modules/dynamic/src-js-native/DynamicSchemaIndexPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src-jvm/DynamicSchemaIndexPlatform.scala b/modules/dynamic/src-jvm/DynamicSchemaIndexPlatform.scala index 688721e6e..9dbf7fa87 100644 --- a/modules/dynamic/src-jvm/DynamicSchemaIndexPlatform.scala +++ b/modules/dynamic/src-jvm/DynamicSchemaIndexPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src-jvm/NodeToDocument.scala b/modules/dynamic/src-jvm/NodeToDocument.scala index feaebc3af..c44a99034 100644 --- a/modules/dynamic/src-jvm/NodeToDocument.scala +++ b/modules/dynamic/src-jvm/NodeToDocument.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/DynamicSchemaIndex.scala b/modules/dynamic/src/smithy4s/dynamic/DynamicSchemaIndex.scala index 4e6532dbb..a4eb37907 100644 --- a/modules/dynamic/src/smithy4s/dynamic/DynamicSchemaIndex.scala +++ b/modules/dynamic/src/smithy4s/dynamic/DynamicSchemaIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicEndpoint.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicEndpoint.scala index d5bcc0cd2..fa61a4a48 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicEndpoint.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicEndpoint.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicError.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicError.scala index a2cf92af0..bacb0708e 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicError.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicErrorable.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicErrorable.scala index 9fb938b13..d50f9a164 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicErrorable.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicErrorable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicLambdas.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicLambdas.scala index 9ad73dbbe..9799ca0eb 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicLambdas.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicLambdas.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicModelCompiler.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicModelCompiler.scala index 44ead68a1..6fc107fb0 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicModelCompiler.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicModelCompiler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicOp.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicOp.scala index 4088bf82d..e9e53af85 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicOp.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicOp.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicSchemaIndexImpl.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicSchemaIndexImpl.scala index 9f8843872..fee6d177c 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicSchemaIndexImpl.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicSchemaIndexImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicService.scala b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicService.scala index a4bc6eab6..a7e98b902 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/DynamicService.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/DynamicService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/ShapeVisitor.scala b/modules/dynamic/src/smithy4s/dynamic/internals/ShapeVisitor.scala index a7f4b59cc..3d7b29172 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/ShapeVisitor.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/ShapeVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/src/smithy4s/dynamic/internals/package.scala b/modules/dynamic/src/smithy4s/dynamic/internals/package.scala index 50fe4fa17..2db5eb177 100644 --- a/modules/dynamic/src/smithy4s/dynamic/internals/package.scala +++ b/modules/dynamic/src/smithy4s/dynamic/internals/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-js-native/smithy4s/dynamic/PlatformUtils.scala b/modules/dynamic/test/src-js-native/smithy4s/dynamic/PlatformUtils.scala index 3b847eb8c..724364cf2 100644 --- a/modules/dynamic/test/src-js-native/smithy4s/dynamic/PlatformUtils.scala +++ b/modules/dynamic/test/src-js-native/smithy4s/dynamic/PlatformUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/CollectionSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/CollectionSpec.scala index 6a66ed276..811e591b7 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/CollectionSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/CollectionSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonProxySpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonProxySpec.scala index 0d49643de..c78da22f8 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonProxySpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonProxySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonServerSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonServerSpec.scala index 55e10095c..621b33ac3 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonServerSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicJsonServerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicMemberHintsSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicMemberHintsSpec.scala index 1e8b2caf8..2808c4207 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicMemberHintsSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicMemberHintsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicStabilitySpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicStabilitySpec.scala index 20bec1845..de40934b7 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicStabilitySpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/DynamicStabilitySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/EnumSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/EnumSpec.scala index 3597b20f7..a13a4fb14 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/EnumSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/EnumSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/FieldOrderingSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/FieldOrderingSpec.scala index dea34537e..01aecbc46 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/FieldOrderingSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/FieldOrderingSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/OperationSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/OperationSpec.scala index efe443c26..9ff2b20fc 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/OperationSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/OperationSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/PlatformUtils.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/PlatformUtils.scala index 8a5f1b28d..8b2042379 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/PlatformUtils.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/PlatformUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/RecursionSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/RecursionSpec.scala index 5bb6dd746..21792c186 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/RecursionSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/RecursionSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/ResourceSpec.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/ResourceSpec.scala index 453a9bb8d..860dd137c 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/ResourceSpec.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/ResourceSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src-jvm/smithy4s/dynamic/package.scala b/modules/dynamic/test/src-jvm/smithy4s/dynamic/package.scala index 523d42821..c1dc09ab8 100644 --- a/modules/dynamic/test/src-jvm/smithy4s/dynamic/package.scala +++ b/modules/dynamic/test/src-jvm/smithy4s/dynamic/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src/smithy4s/dynamic/DummyIO.scala b/modules/dynamic/test/src/smithy4s/dynamic/DummyIO.scala index a8e8d1975..56818c1ea 100644 --- a/modules/dynamic/test/src/smithy4s/dynamic/DummyIO.scala +++ b/modules/dynamic/test/src/smithy4s/dynamic/DummyIO.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src/smithy4s/dynamic/FieldsSpec.scala b/modules/dynamic/test/src/smithy4s/dynamic/FieldsSpec.scala index fe3b8ff05..29b7c2624 100644 --- a/modules/dynamic/test/src/smithy4s/dynamic/FieldsSpec.scala +++ b/modules/dynamic/test/src/smithy4s/dynamic/FieldsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src/smithy4s/dynamic/Fixtures.scala b/modules/dynamic/test/src/smithy4s/dynamic/Fixtures.scala index 97ce01308..c97ea7dc1 100644 --- a/modules/dynamic/test/src/smithy4s/dynamic/Fixtures.scala +++ b/modules/dynamic/test/src/smithy4s/dynamic/Fixtures.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src/smithy4s/dynamic/KVStoreImpl.scala b/modules/dynamic/test/src/smithy4s/dynamic/KVStoreImpl.scala index dc44ded95..f43c4df66 100644 --- a/modules/dynamic/test/src/smithy4s/dynamic/KVStoreImpl.scala +++ b/modules/dynamic/test/src/smithy4s/dynamic/KVStoreImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/dynamic/test/src/smithy4s/dynamic/Utils.scala b/modules/dynamic/test/src/smithy4s/dynamic/Utils.scala index a4edbf846..3846f1c9b 100644 --- a/modules/dynamic/test/src/smithy4s/dynamic/Utils.scala +++ b/modules/dynamic/test/src/smithy4s/dynamic/Utils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/fs2/src/smithy4s/interopfs2/package.scala b/modules/fs2/src/smithy4s/interopfs2/package.scala index e5bf69262..641ede5e1 100644 --- a/modules/fs2/src/smithy4s/interopfs2/package.scala +++ b/modules/fs2/src/smithy4s/interopfs2/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/guides/src/smithy4s/guides/Auth.scala b/modules/guides/src/smithy4s/guides/Auth.scala index d04ed15b6..bfcf6042a 100644 --- a/modules/guides/src/smithy4s/guides/Auth.scala +++ b/modules/guides/src/smithy4s/guides/Auth.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/guides/src/smithy4s/guides/AuthClient.scala b/modules/guides/src/smithy4s/guides/AuthClient.scala index 70e067a8c..6fb88ffea 100644 --- a/modules/guides/src/smithy4s/guides/AuthClient.scala +++ b/modules/guides/src/smithy4s/guides/AuthClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/guides/src/smithy4s/guides/Cors.scala b/modules/guides/src/smithy4s/guides/Cors.scala index 1c88f8461..7d5c6dd64 100644 --- a/modules/guides/src/smithy4s/guides/Cors.scala +++ b/modules/guides/src/smithy4s/guides/Cors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestCompression.scala b/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestCompression.scala index 5fc22c8d4..ebffc43bb 100644 --- a/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestCompression.scala +++ b/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestCompression.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestDecompression.scala b/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestDecompression.scala index c55f43fac..5b9dbf3d3 100644 --- a/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestDecompression.scala +++ b/modules/http4s-kernel/src/smithy4s/http4s/kernel/GzipRequestDecompression.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/src/smithy4s/http4s/kernel/package.scala b/modules/http4s-kernel/src/smithy4s/http4s/kernel/package.scala index add6b66dd..690bf24ad 100644 --- a/modules/http4s-kernel/src/smithy4s/http4s/kernel/package.scala +++ b/modules/http4s-kernel/src/smithy4s/http4s/kernel/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/test/src-js/smithy4s/http4s/kernel/Compat.scala b/modules/http4s-kernel/test/src-js/smithy4s/http4s/kernel/Compat.scala index 17c87bb04..611fdd967 100644 --- a/modules/http4s-kernel/test/src-js/smithy4s/http4s/kernel/Compat.scala +++ b/modules/http4s-kernel/test/src-js/smithy4s/http4s/kernel/Compat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/test/src-jvm/smithy4s/http4s/kernel/Compat.scala b/modules/http4s-kernel/test/src-jvm/smithy4s/http4s/kernel/Compat.scala index b40903878..c7e8c6686 100644 --- a/modules/http4s-kernel/test/src-jvm/smithy4s/http4s/kernel/Compat.scala +++ b/modules/http4s-kernel/test/src-jvm/smithy4s/http4s/kernel/Compat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/test/src-native/smithy4s/http4s/kernel/Compat.scala b/modules/http4s-kernel/test/src-native/smithy4s/http4s/kernel/Compat.scala index b40903878..c7e8c6686 100644 --- a/modules/http4s-kernel/test/src-native/smithy4s/http4s/kernel/Compat.scala +++ b/modules/http4s-kernel/test/src-native/smithy4s/http4s/kernel/Compat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/GzipRequestSpec.scala b/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/GzipRequestSpec.scala index dade06a67..55435f360 100644 --- a/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/GzipRequestSpec.scala +++ b/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/GzipRequestSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/Http4sConversionSpec.scala b/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/Http4sConversionSpec.scala index d9f04580e..78343daf9 100644 --- a/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/Http4sConversionSpec.scala +++ b/modules/http4s-kernel/test/src/smithy4s/http4s/kernel/Http4sConversionSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/Docs.scala b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/Docs.scala index c209df84b..a1c8aa162 100644 --- a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/Docs.scala +++ b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/Docs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/PartiallyAppliedDocs.scala b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/PartiallyAppliedDocs.scala index c56b2becd..27df4d866 100644 --- a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/PartiallyAppliedDocs.scala +++ b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/PartiallyAppliedDocs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/SwaggerInit.scala b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/SwaggerInit.scala index cfe659a48..641292850 100644 --- a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/SwaggerInit.scala +++ b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/SwaggerInit.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/package.scala b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/package.scala index bc2dd509e..11420e32f 100644 --- a/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/package.scala +++ b/modules/http4s-swagger/src-jvm/smithy4s/http4s/swagger/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/DocsSpec.scala b/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/DocsSpec.scala index 2dd75177e..9e6dba512 100644 --- a/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/DocsSpec.scala +++ b/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/DocsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/SwaggerInitSpec.scala b/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/SwaggerInitSpec.scala index 1d3196bca..c39c9e40e 100644 --- a/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/SwaggerInitSpec.scala +++ b/modules/http4s-swagger/test/src/smithy4s/http4s/swagger/SwaggerInitSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/ClientEndpointMiddleware.scala b/modules/http4s/src/smithy4s/http4s/ClientEndpointMiddleware.scala index 25b857872..0d044a0a9 100644 --- a/modules/http4s/src/smithy4s/http4s/ClientEndpointMiddleware.scala +++ b/modules/http4s/src/smithy4s/http4s/ClientEndpointMiddleware.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/ServerEndpointMiddleware.scala b/modules/http4s/src/smithy4s/http4s/ServerEndpointMiddleware.scala index f556a5658..ebb329190 100644 --- a/modules/http4s/src/smithy4s/http4s/ServerEndpointMiddleware.scala +++ b/modules/http4s/src/smithy4s/http4s/ServerEndpointMiddleware.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/SimpleProtocolBuilder.scala b/modules/http4s/src/smithy4s/http4s/SimpleProtocolBuilder.scala index d0998401b..958bb4ae3 100644 --- a/modules/http4s/src/smithy4s/http4s/SimpleProtocolBuilder.scala +++ b/modules/http4s/src/smithy4s/http4s/SimpleProtocolBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/SimpleProtocolCodecs.scala b/modules/http4s/src/smithy4s/http4s/SimpleProtocolCodecs.scala index f5b9a4077..e7d8f995b 100644 --- a/modules/http4s/src/smithy4s/http4s/SimpleProtocolCodecs.scala +++ b/modules/http4s/src/smithy4s/http4s/SimpleProtocolCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala b/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala index be38bdf2e..f4c76f516 100644 --- a/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala +++ b/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/internals/Http4sToSmithy4sClient.scala b/modules/http4s/src/smithy4s/http4s/internals/Http4sToSmithy4sClient.scala index 23fd80d13..85e41b3c9 100644 --- a/modules/http4s/src/smithy4s/http4s/internals/Http4sToSmithy4sClient.scala +++ b/modules/http4s/src/smithy4s/http4s/internals/Http4sToSmithy4sClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/internals/SimpleRestJsonCodecs.scala b/modules/http4s/src/smithy4s/http4s/internals/SimpleRestJsonCodecs.scala index e8866abbc..f9988185f 100644 --- a/modules/http4s/src/smithy4s/http4s/internals/SimpleRestJsonCodecs.scala +++ b/modules/http4s/src/smithy4s/http4s/internals/SimpleRestJsonCodecs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/src/smithy4s/http4s/package.scala b/modules/http4s/src/smithy4s/http4s/package.scala index 2b71229fe..d78f79081 100644 --- a/modules/http4s/src/smithy4s/http4s/package.scala +++ b/modules/http4s/src/smithy4s/http4s/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sDynamicPizzaClientSpec.scala b/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sDynamicPizzaClientSpec.scala index 712ca68ec..5b19e746a 100644 --- a/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sDynamicPizzaClientSpec.scala +++ b/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sDynamicPizzaClientSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sEmberPizzaClientSpec.scala b/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sEmberPizzaClientSpec.scala index 1da6b6ce8..564cb66c0 100644 --- a/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sEmberPizzaClientSpec.scala +++ b/modules/http4s/test/src-jvm/smithy4s/http4s/Http4sEmberPizzaClientSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaClientSpec.scala b/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaClientSpec.scala index e1ac21fe7..d15b996fa 100644 --- a/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaClientSpec.scala +++ b/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaClientSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaSpec.scala b/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaSpec.scala index c03b3e20d..687d1b7c0 100644 --- a/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaSpec.scala +++ b/modules/http4s/test/src/smithy4s/http4s/Http4sPizzaSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src/smithy4s/http4s/ProtocolBuilderSpec.scala b/modules/http4s/test/src/smithy4s/http4s/ProtocolBuilderSpec.scala index 4830440b4..6b96b2616 100644 --- a/modules/http4s/test/src/smithy4s/http4s/ProtocolBuilderSpec.scala +++ b/modules/http4s/test/src/smithy4s/http4s/ProtocolBuilderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src/smithy4s/http4s/RecursiveInputSpec.scala b/modules/http4s/test/src/smithy4s/http4s/RecursiveInputSpec.scala index f31e6e24d..0c1035217 100644 --- a/modules/http4s/test/src/smithy4s/http4s/RecursiveInputSpec.scala +++ b/modules/http4s/test/src/smithy4s/http4s/RecursiveInputSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src/smithy4s/http4s/ServerEndpointMiddlewareSpec.scala b/modules/http4s/test/src/smithy4s/http4s/ServerEndpointMiddlewareSpec.scala index ef62b14f4..9febb76a6 100644 --- a/modules/http4s/test/src/smithy4s/http4s/ServerEndpointMiddlewareSpec.scala +++ b/modules/http4s/test/src/smithy4s/http4s/ServerEndpointMiddlewareSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src/smithy4s/http4s/ServiceBuilderHttp4sSpec.scala b/modules/http4s/test/src/smithy4s/http4s/ServiceBuilderHttp4sSpec.scala index a879ab7b9..9d18de295 100644 --- a/modules/http4s/test/src/smithy4s/http4s/ServiceBuilderHttp4sSpec.scala +++ b/modules/http4s/test/src/smithy4s/http4s/ServiceBuilderHttp4sSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/http4s/test/src/smithy4s/http4s/SimpleRestJsonComplianceSuite.scala b/modules/http4s/test/src/smithy4s/http4s/SimpleRestJsonComplianceSuite.scala index 88bb3d473..77d264f73 100644 --- a/modules/http4s/test/src/smithy4s/http4s/SimpleRestJsonComplianceSuite.scala +++ b/modules/http4s/test/src/smithy4s/http4s/SimpleRestJsonComplianceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/Json.scala b/modules/json/src/smithy4s/json/Json.scala index b26d0e71a..4856ba024 100644 --- a/modules/json/src/smithy4s/json/Json.scala +++ b/modules/json/src/smithy4s/json/Json.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/JsonPayloadCodecCompiler.scala b/modules/json/src/smithy4s/json/JsonPayloadCodecCompiler.scala index 1d5083583..8d65737e2 100644 --- a/modules/json/src/smithy4s/json/JsonPayloadCodecCompiler.scala +++ b/modules/json/src/smithy4s/json/JsonPayloadCodecCompiler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/JsoniterCodecCompiler.scala b/modules/json/src/smithy4s/json/JsoniterCodecCompiler.scala index 3c6b0274b..83f159fbc 100644 --- a/modules/json/src/smithy4s/json/JsoniterCodecCompiler.scala +++ b/modules/json/src/smithy4s/json/JsoniterCodecCompiler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/internals/Cursor.scala b/modules/json/src/smithy4s/json/internals/Cursor.scala index 3769e84fa..421daefd6 100644 --- a/modules/json/src/smithy4s/json/internals/Cursor.scala +++ b/modules/json/src/smithy4s/json/internals/Cursor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/internals/JCodec.scala b/modules/json/src/smithy4s/json/internals/JCodec.scala index f4a2559d3..9e611beb8 100644 --- a/modules/json/src/smithy4s/json/internals/JCodec.scala +++ b/modules/json/src/smithy4s/json/internals/JCodec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/internals/JsonPayloadCodecCompilerImpl.scala b/modules/json/src/smithy4s/json/internals/JsonPayloadCodecCompilerImpl.scala index 75565c97e..c02450ed8 100644 --- a/modules/json/src/smithy4s/json/internals/JsonPayloadCodecCompilerImpl.scala +++ b/modules/json/src/smithy4s/json/internals/JsonPayloadCodecCompilerImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/internals/JsoniterCodecCompilerImpl.scala b/modules/json/src/smithy4s/json/internals/JsoniterCodecCompilerImpl.scala index 8dad9b03a..242897605 100644 --- a/modules/json/src/smithy4s/json/internals/JsoniterCodecCompilerImpl.scala +++ b/modules/json/src/smithy4s/json/internals/JsoniterCodecCompilerImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/src/smithy4s/json/internals/SchemaVisitorJCodec.scala b/modules/json/src/smithy4s/json/internals/SchemaVisitorJCodec.scala index 48238da15..5e6c1924e 100644 --- a/modules/json/src/smithy4s/json/internals/SchemaVisitorJCodec.scala +++ b/modules/json/src/smithy4s/json/internals/SchemaVisitorJCodec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/test/src/smithy4s/json/DocumentPropertyTests.scala b/modules/json/test/src/smithy4s/json/DocumentPropertyTests.scala index 8b26337c9..18bdc5aae 100644 --- a/modules/json/test/src/smithy4s/json/DocumentPropertyTests.scala +++ b/modules/json/test/src/smithy4s/json/DocumentPropertyTests.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/test/src/smithy4s/json/JsonCodecApiTests.scala b/modules/json/test/src/smithy4s/json/JsonCodecApiTests.scala index 656bc33fb..9977d34b8 100644 --- a/modules/json/test/src/smithy4s/json/JsonCodecApiTests.scala +++ b/modules/json/test/src/smithy4s/json/JsonCodecApiTests.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/test/src/smithy4s/json/JsonSpec.scala b/modules/json/test/src/smithy4s/json/JsonSpec.scala index 2641654f5..06d5f57ad 100644 --- a/modules/json/test/src/smithy4s/json/JsonSpec.scala +++ b/modules/json/test/src/smithy4s/json/JsonSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecCustomisationTests.scala b/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecCustomisationTests.scala index 2734c2933..398615baf 100644 --- a/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecCustomisationTests.scala +++ b/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecCustomisationTests.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecPropertyTests.scala b/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecPropertyTests.scala index 920a197e1..0ada10d30 100644 --- a/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecPropertyTests.scala +++ b/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecPropertyTests.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecTests.scala b/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecTests.scala index bebfc7b85..7a62dddf3 100644 --- a/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecTests.scala +++ b/modules/json/test/src/smithy4s/json/SchemaVisitorJCodecTests.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/json/test/src/smithy4s/json/internals/CursorSpec.scala b/modules/json/test/src/smithy4s/json/internals/CursorSpec.scala index 8ea6fe5bd..b95a1c8ca 100644 --- a/modules/json/test/src/smithy4s/json/internals/CursorSpec.scala +++ b/modules/json/test/src/smithy4s/json/internals/CursorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/mill-codegen-plugin/src/smithy4s/codegen/LSP.scala b/modules/mill-codegen-plugin/src/smithy4s/codegen/LSP.scala index b5ea84660..97b5e8286 100644 --- a/modules/mill-codegen-plugin/src/smithy4s/codegen/LSP.scala +++ b/modules/mill-codegen-plugin/src/smithy4s/codegen/LSP.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/mill-codegen-plugin/src/smithy4s/codegen/mill/Smithy4sModule.scala b/modules/mill-codegen-plugin/src/smithy4s/codegen/mill/Smithy4sModule.scala index e434e8330..d57a9f653 100644 --- a/modules/mill-codegen-plugin/src/smithy4s/codegen/mill/Smithy4sModule.scala +++ b/modules/mill-codegen-plugin/src/smithy4s/codegen/mill/Smithy4sModule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/mill-codegen-plugin/test/resources/multi-module-no-compile/foo/src/foo.scala b/modules/mill-codegen-plugin/test/resources/multi-module-no-compile/foo/src/foo.scala index d6064194a..458b5c871 100644 --- a/modules/mill-codegen-plugin/test/resources/multi-module-no-compile/foo/src/foo.scala +++ b/modules/mill-codegen-plugin/test/resources/multi-module-no-compile/foo/src/foo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/mill-codegen-plugin/test/resources/multi-module/bar/src/Test.scala b/modules/mill-codegen-plugin/test/resources/multi-module/bar/src/Test.scala index 9dce98783..bb78f67bc 100644 --- a/modules/mill-codegen-plugin/test/resources/multi-module/bar/src/Test.scala +++ b/modules/mill-codegen-plugin/test/resources/multi-module/bar/src/Test.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/mill-codegen-plugin/test/resources/multimodule-staged/bar/src/main/scala/Test.scala b/modules/mill-codegen-plugin/test/resources/multimodule-staged/bar/src/main/scala/Test.scala index 4db7c6e20..3a31276bc 100644 --- a/modules/mill-codegen-plugin/test/resources/multimodule-staged/bar/src/main/scala/Test.scala +++ b/modules/mill-codegen-plugin/test/resources/multimodule-staged/bar/src/main/scala/Test.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/Smithy4sModuleSpec.scala b/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/Smithy4sModuleSpec.scala index 82a1365b8..6f37c156b 100644 --- a/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/Smithy4sModuleSpec.scala +++ b/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/Smithy4sModuleSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/SmithyLSPConfigSpec.scala b/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/SmithyLSPConfigSpec.scala index fe6423e3f..0d2d60945 100644 --- a/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/SmithyLSPConfigSpec.scala +++ b/modules/mill-codegen-plugin/test/src/smithy4s/codegen/mill/SmithyLSPConfigSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol-tests/test/src/smithy4s/api/validation/AdtMemberTraitValidatorSpec.scala b/modules/protocol-tests/test/src/smithy4s/api/validation/AdtMemberTraitValidatorSpec.scala index 7da319aca..99c139a49 100644 --- a/modules/protocol-tests/test/src/smithy4s/api/validation/AdtMemberTraitValidatorSpec.scala +++ b/modules/protocol-tests/test/src/smithy4s/api/validation/AdtMemberTraitValidatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol-tests/test/src/smithy4s/api/validation/AdtTraitValidatorSpec.scala b/modules/protocol-tests/test/src/smithy4s/api/validation/AdtTraitValidatorSpec.scala index 1d4414f34..440389678 100644 --- a/modules/protocol-tests/test/src/smithy4s/api/validation/AdtTraitValidatorSpec.scala +++ b/modules/protocol-tests/test/src/smithy4s/api/validation/AdtTraitValidatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol-tests/test/src/smithy4s/api/validation/ErrorMessageTraitValidatorSpec.scala b/modules/protocol-tests/test/src/smithy4s/api/validation/ErrorMessageTraitValidatorSpec.scala index 23e4db7a4..61c2f5903 100644 --- a/modules/protocol-tests/test/src/smithy4s/api/validation/ErrorMessageTraitValidatorSpec.scala +++ b/modules/protocol-tests/test/src/smithy4s/api/validation/ErrorMessageTraitValidatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol-tests/test/src/smithy4s/api/validation/RefinementTraitValidatorSpec.scala b/modules/protocol-tests/test/src/smithy4s/api/validation/RefinementTraitValidatorSpec.scala index 65aaa3799..134c09e74 100644 --- a/modules/protocol-tests/test/src/smithy4s/api/validation/RefinementTraitValidatorSpec.scala +++ b/modules/protocol-tests/test/src/smithy4s/api/validation/RefinementTraitValidatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/OptionHelper.java b/modules/protocol/src/smithy4s/OptionHelper.java index b6966f87b..6c9f7bfe6 100644 --- a/modules/protocol/src/smithy4s/OptionHelper.java +++ b/modules/protocol/src/smithy4s/OptionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/AdtMemberTrait.java b/modules/protocol/src/smithy4s/meta/AdtMemberTrait.java index e65e1c0c5..5a2e8decb 100644 --- a/modules/protocol/src/smithy4s/meta/AdtMemberTrait.java +++ b/modules/protocol/src/smithy4s/meta/AdtMemberTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/AdtTrait.java b/modules/protocol/src/smithy4s/meta/AdtTrait.java index caa0c076e..a0e96fbaf 100644 --- a/modules/protocol/src/smithy4s/meta/AdtTrait.java +++ b/modules/protocol/src/smithy4s/meta/AdtTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/ErrorMessageTrait.java b/modules/protocol/src/smithy4s/meta/ErrorMessageTrait.java index a2cb5e18e..9b3fca536 100644 --- a/modules/protocol/src/smithy4s/meta/ErrorMessageTrait.java +++ b/modules/protocol/src/smithy4s/meta/ErrorMessageTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/GenerateOpticsTrait.java b/modules/protocol/src/smithy4s/meta/GenerateOpticsTrait.java index 8417efc3c..318020418 100644 --- a/modules/protocol/src/smithy4s/meta/GenerateOpticsTrait.java +++ b/modules/protocol/src/smithy4s/meta/GenerateOpticsTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/GenerateServiceProductTrait.java b/modules/protocol/src/smithy4s/meta/GenerateServiceProductTrait.java index 3c45d2691..9c553090c 100644 --- a/modules/protocol/src/smithy4s/meta/GenerateServiceProductTrait.java +++ b/modules/protocol/src/smithy4s/meta/GenerateServiceProductTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/IndexedSeqTrait.java b/modules/protocol/src/smithy4s/meta/IndexedSeqTrait.java index ae042f502..a2f761704 100644 --- a/modules/protocol/src/smithy4s/meta/IndexedSeqTrait.java +++ b/modules/protocol/src/smithy4s/meta/IndexedSeqTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/NoStackTraceTrait.java b/modules/protocol/src/smithy4s/meta/NoStackTraceTrait.java index f9b4f6453..54bb95ca0 100644 --- a/modules/protocol/src/smithy4s/meta/NoStackTraceTrait.java +++ b/modules/protocol/src/smithy4s/meta/NoStackTraceTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/PackedInputsTrait.java b/modules/protocol/src/smithy4s/meta/PackedInputsTrait.java index 229f8051c..010570915 100644 --- a/modules/protocol/src/smithy4s/meta/PackedInputsTrait.java +++ b/modules/protocol/src/smithy4s/meta/PackedInputsTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/RefinementTrait.java b/modules/protocol/src/smithy4s/meta/RefinementTrait.java index 0bfde8f66..11b51888e 100644 --- a/modules/protocol/src/smithy4s/meta/RefinementTrait.java +++ b/modules/protocol/src/smithy4s/meta/RefinementTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/ShapeIdTrait.java b/modules/protocol/src/smithy4s/meta/ShapeIdTrait.java index dedaff946..c9cf42857 100644 --- a/modules/protocol/src/smithy4s/meta/ShapeIdTrait.java +++ b/modules/protocol/src/smithy4s/meta/ShapeIdTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/TypeclassTrait.java b/modules/protocol/src/smithy4s/meta/TypeclassTrait.java index b9e8d5e39..6927210da 100644 --- a/modules/protocol/src/smithy4s/meta/TypeclassTrait.java +++ b/modules/protocol/src/smithy4s/meta/TypeclassTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/UnwrapTrait.java b/modules/protocol/src/smithy4s/meta/UnwrapTrait.java index a14908589..977aa3589 100644 --- a/modules/protocol/src/smithy4s/meta/UnwrapTrait.java +++ b/modules/protocol/src/smithy4s/meta/UnwrapTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/VectorTrait.java b/modules/protocol/src/smithy4s/meta/VectorTrait.java index 00ca6e031..45666f497 100644 --- a/modules/protocol/src/smithy4s/meta/VectorTrait.java +++ b/modules/protocol/src/smithy4s/meta/VectorTrait.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/validation/AdtMemberTraitValidator.java b/modules/protocol/src/smithy4s/meta/validation/AdtMemberTraitValidator.java index 1451f80ed..f12d62755 100644 --- a/modules/protocol/src/smithy4s/meta/validation/AdtMemberTraitValidator.java +++ b/modules/protocol/src/smithy4s/meta/validation/AdtMemberTraitValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/validation/AdtTraitValidator.java b/modules/protocol/src/smithy4s/meta/validation/AdtTraitValidator.java index 7efca3953..812d15c72 100644 --- a/modules/protocol/src/smithy4s/meta/validation/AdtTraitValidator.java +++ b/modules/protocol/src/smithy4s/meta/validation/AdtTraitValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/validation/AdtValidatorCommon.java b/modules/protocol/src/smithy4s/meta/validation/AdtValidatorCommon.java index a6684f69e..62b6c0f50 100644 --- a/modules/protocol/src/smithy4s/meta/validation/AdtValidatorCommon.java +++ b/modules/protocol/src/smithy4s/meta/validation/AdtValidatorCommon.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/validation/ErrorMessageTraitValidator.java b/modules/protocol/src/smithy4s/meta/validation/ErrorMessageTraitValidator.java index 0eae94c60..908cd5720 100644 --- a/modules/protocol/src/smithy4s/meta/validation/ErrorMessageTraitValidator.java +++ b/modules/protocol/src/smithy4s/meta/validation/ErrorMessageTraitValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/validation/OptionHelper.java b/modules/protocol/src/smithy4s/meta/validation/OptionHelper.java index 799385e86..0d3cd1c7d 100644 --- a/modules/protocol/src/smithy4s/meta/validation/OptionHelper.java +++ b/modules/protocol/src/smithy4s/meta/validation/OptionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/protocol/src/smithy4s/meta/validation/RefinementTraitValidator.java b/modules/protocol/src/smithy4s/meta/validation/RefinementTraitValidator.java index 5c44fb3bf..a39b2ca97 100644 --- a/modules/protocol/src/smithy4s/meta/validation/RefinementTraitValidator.java +++ b/modules/protocol/src/smithy4s/meta/validation/RefinementTraitValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/test-utils/src/smithy4s/tests/DefaultSchemaVisitor.scala b/modules/test-utils/src/smithy4s/tests/DefaultSchemaVisitor.scala index 0ca3e20fe..03a5ee2e0 100644 --- a/modules/test-utils/src/smithy4s/tests/DefaultSchemaVisitor.scala +++ b/modules/test-utils/src/smithy4s/tests/DefaultSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/test-utils/src/smithy4s/tests/DummyService.scala b/modules/test-utils/src/smithy4s/tests/DummyService.scala index 8a2aef496..74c9504c7 100644 --- a/modules/test-utils/src/smithy4s/tests/DummyService.scala +++ b/modules/test-utils/src/smithy4s/tests/DummyService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/test-utils/src/smithy4s/tests/JsonProtocolF.scala b/modules/test-utils/src/smithy4s/tests/JsonProtocolF.scala index 3b4f2eeca..7a475ea6f 100644 --- a/modules/test-utils/src/smithy4s/tests/JsonProtocolF.scala +++ b/modules/test-utils/src/smithy4s/tests/JsonProtocolF.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/tests/src/smithy4s/tests/PizzaAdminServiceImpl.scala b/modules/tests/src/smithy4s/tests/PizzaAdminServiceImpl.scala index f8f85d302..702fe0f53 100644 --- a/modules/tests/src/smithy4s/tests/PizzaAdminServiceImpl.scala +++ b/modules/tests/src/smithy4s/tests/PizzaAdminServiceImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/tests/src/smithy4s/tests/PizzaClientSpec.scala b/modules/tests/src/smithy4s/tests/PizzaClientSpec.scala index e5991bc3f..8108acf94 100644 --- a/modules/tests/src/smithy4s/tests/PizzaClientSpec.scala +++ b/modules/tests/src/smithy4s/tests/PizzaClientSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/tests/src/smithy4s/tests/PizzaSpec.scala b/modules/tests/src/smithy4s/tests/PizzaSpec.scala index 6320a0457..634b6b25f 100644 --- a/modules/tests/src/smithy4s/tests/PizzaSpec.scala +++ b/modules/tests/src/smithy4s/tests/PizzaSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/tests/src/smithy4s/tests/ProtocolComplianceSuite.scala b/modules/tests/src/smithy4s/tests/ProtocolComplianceSuite.scala index 722854d11..30fadb667 100644 --- a/modules/tests/src/smithy4s/tests/ProtocolComplianceSuite.scala +++ b/modules/tests/src/smithy4s/tests/ProtocolComplianceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/XPath.scala b/modules/xml/src/smithy4s/xml/XPath.scala index 57084e8c9..60583ca8c 100644 --- a/modules/xml/src/smithy4s/xml/XPath.scala +++ b/modules/xml/src/smithy4s/xml/XPath.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/Xml.scala b/modules/xml/src/smithy4s/xml/Xml.scala index ff9a95b9d..9dbac789b 100644 --- a/modules/xml/src/smithy4s/xml/Xml.scala +++ b/modules/xml/src/smithy4s/xml/Xml.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/XmlDecodeError.scala b/modules/xml/src/smithy4s/xml/XmlDecodeError.scala index 76f00d131..a0a6fb9d9 100644 --- a/modules/xml/src/smithy4s/xml/XmlDecodeError.scala +++ b/modules/xml/src/smithy4s/xml/XmlDecodeError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/XmlDocument.scala b/modules/xml/src/smithy4s/xml/XmlDocument.scala index a494b8808..775585f3b 100644 --- a/modules/xml/src/smithy4s/xml/XmlDocument.scala +++ b/modules/xml/src/smithy4s/xml/XmlDocument.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/internals/XmlCursor.scala b/modules/xml/src/smithy4s/xml/internals/XmlCursor.scala index 9646d08d2..19b7f0c41 100644 --- a/modules/xml/src/smithy4s/xml/internals/XmlCursor.scala +++ b/modules/xml/src/smithy4s/xml/internals/XmlCursor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/internals/XmlDecoder.scala b/modules/xml/src/smithy4s/xml/internals/XmlDecoder.scala index c5df7490b..650015c38 100644 --- a/modules/xml/src/smithy4s/xml/internals/XmlDecoder.scala +++ b/modules/xml/src/smithy4s/xml/internals/XmlDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/internals/XmlDecoderSchemaVisitor.scala b/modules/xml/src/smithy4s/xml/internals/XmlDecoderSchemaVisitor.scala index 7485dca9b..db9d1fff5 100644 --- a/modules/xml/src/smithy4s/xml/internals/XmlDecoderSchemaVisitor.scala +++ b/modules/xml/src/smithy4s/xml/internals/XmlDecoderSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/internals/XmlEncoder.scala b/modules/xml/src/smithy4s/xml/internals/XmlEncoder.scala index c190973b4..70272be32 100644 --- a/modules/xml/src/smithy4s/xml/internals/XmlEncoder.scala +++ b/modules/xml/src/smithy4s/xml/internals/XmlEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/internals/XmlEncoderSchemaVisitor.scala b/modules/xml/src/smithy4s/xml/internals/XmlEncoderSchemaVisitor.scala index 2f1ee9c39..c750469b1 100644 --- a/modules/xml/src/smithy4s/xml/internals/XmlEncoderSchemaVisitor.scala +++ b/modules/xml/src/smithy4s/xml/internals/XmlEncoderSchemaVisitor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/src/smithy4s/xml/internals/XmlStartingPath.scala b/modules/xml/src/smithy4s/xml/internals/XmlStartingPath.scala index c04d75603..716c0686a 100644 --- a/modules/xml/src/smithy4s/xml/internals/XmlStartingPath.scala +++ b/modules/xml/src/smithy4s/xml/internals/XmlStartingPath.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/test/src/smithy4s/xml/XmlCodecSpec.scala b/modules/xml/test/src/smithy4s/xml/XmlCodecSpec.scala index 7c35784a4..b33409f56 100644 --- a/modules/xml/test/src/smithy4s/xml/XmlCodecSpec.scala +++ b/modules/xml/test/src/smithy4s/xml/XmlCodecSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/xml/test/src/smithy4s/xml/XmlSpec.scala b/modules/xml/test/src/smithy4s/xml/XmlSpec.scala index 03e5d2a3a..e2b1dc4c5 100644 --- a/modules/xml/test/src/smithy4s/xml/XmlSpec.scala +++ b/modules/xml/test/src/smithy4s/xml/XmlSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Disney Streaming + * Copyright 2021-2024 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License.