diff --git a/modules/core/src/smithy4s/http/UrlFormDecodeError.scala b/modules/core/src/smithy4s/http/UrlFormDecodeError.scala index b908892b0..71c008eab 100644 --- a/modules/core/src/smithy4s/http/UrlFormDecodeError.scala +++ b/modules/core/src/smithy4s/http/UrlFormDecodeError.scala @@ -1,5 +1,5 @@ /* - * Copyright 2023 Disney Streaming + * Copyright 2021-2022 Disney Streaming * * Licensed under the Tomorrow Open 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 eb7695259..4bfd39838 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormCursor.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormCursor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2023 Disney Streaming + * Copyright 2021-2022 Disney Streaming * * Licensed under the Tomorrow Open 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 b1fbb9de7..f943495f7 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormDataDecoder.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormDataDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2023 Disney Streaming + * Copyright 2021-2022 Disney Streaming * * Licensed under the Tomorrow Open 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/UrlFormParser.scala b/modules/core/src/smithy4s/http/internals/UrlFormParser.scala index a8a23d37b..e38b5c696 100644 --- a/modules/core/src/smithy4s/http/internals/UrlFormParser.scala +++ b/modules/core/src/smithy4s/http/internals/UrlFormParser.scala @@ -1,5 +1,5 @@ /* - * Copyright 2023 Disney Streaming + * Copyright 2021-2022 Disney Streaming * * Licensed under the Tomorrow Open Source Technology License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License.