From 8761ba5490cf0f962d4385f479f4063c90192ac3 Mon Sep 17 00:00:00 2001 From: dvonthenen Date: Wed, 7 Feb 2024 11:13:41 -0800 Subject: [PATCH] Update Copyright 2024, Not 2023 (Sigh) --- Deepgram.Tests/Fakes/ConcreteRestClient.cs | 2 +- Deepgram.Tests/Fakes/MockHttpClient.cs | 2 +- Deepgram.Tests/Fakes/MockHttpMessageHandler.cs | 2 +- Deepgram.Tests/Fakes/MockHttpMessageHandlerException.cs | 2 +- Deepgram.Tests/GlobalSuppressions.cs | 2 +- Deepgram.Tests/GlobalUsings.cs | 2 +- Deepgram.Tests/TestExtensions/LoggerTestExtensions.cs | 2 +- Deepgram.Tests/UnitTests/ClientTests/AbstractRestClientTests.cs | 2 +- Deepgram.Tests/UnitTests/ClientTests/LiveClientTests.cs | 2 +- Deepgram.Tests/UnitTests/ClientTests/ManageClientTest.cs | 2 +- Deepgram.Tests/UnitTests/ClientTests/OnPremClientTests.cs | 2 +- Deepgram.Tests/UnitTests/ClientTests/PrerecordedClientTests.cs | 2 +- .../UnitTests/ExtensionsTests/HttpClientExtensionTests.cs | 2 +- Deepgram.Tests/UnitTests/LoggerProviderTests/LogProviderTest.cs | 2 +- .../UnitTests/UtilitiesTests/QueryParameterUtilTests.cs | 2 +- .../UnitTests/UtilitiesTests/RequestContentUtilTests.cs | 2 +- Deepgram.Tests/UnitTests/UtilitiesTests/UserAgentTest.cs | 2 +- Deepgram.Tests/VoidResponse.cs | 2 +- Deepgram/Abstractions/AbstractRestClient.cs | 2 +- Deepgram/AnalyzeClient.cs | 2 +- Deepgram/Constants/AudioEncoding.cs | 2 +- Deepgram/Constants/Defaults.cs | 2 +- Deepgram/Constants/UriSegments.cs | 2 +- Deepgram/Encapsulations/HttpClientFactory.cs | 2 +- Deepgram/Encapsulations/HttpClientWrapper.cs | 2 +- Deepgram/Enums/LiveType.cs | 2 +- Deepgram/Enums/RequestMethod.cs | 2 +- Deepgram/Enums/WarningType.cs | 2 +- Deepgram/EventArgs/ResponseReceivedEventArgs.cs | 2 +- Deepgram/Extensions/ClientWebSocketExtensions.cs | 2 +- Deepgram/Extensions/HttpClientExtensions.cs | 2 +- Deepgram/GlobalSuppressions.cs | 2 +- Deepgram/GlobalUsings.cs | 2 +- Deepgram/LiveClient.cs | 2 +- Deepgram/Logger/Log.cs | 2 +- Deepgram/Logger/LogProvider.cs | 2 +- Deepgram/ManageClient.cs | 2 +- Deepgram/Models/Analyze/v1/AnalyzeSchema.cs | 2 +- Deepgram/Models/Analyze/v1/AsyncResponse.cs | 2 +- Deepgram/Models/Analyze/v1/Average.cs | 2 +- Deepgram/Models/Analyze/v1/Intent.cs | 2 +- Deepgram/Models/Analyze/v1/IntentGroup.cs | 2 +- Deepgram/Models/Analyze/v1/IntentsInfo.cs | 2 +- Deepgram/Models/Analyze/v1/Metadata.cs | 2 +- Deepgram/Models/Analyze/v1/Results.cs | 2 +- Deepgram/Models/Analyze/v1/Segment.cs | 2 +- Deepgram/Models/Analyze/v1/SentimentGroup.cs | 2 +- Deepgram/Models/Analyze/v1/SentimentInfo.cs | 2 +- Deepgram/Models/Analyze/v1/Summary.cs | 2 +- Deepgram/Models/Analyze/v1/SummaryInfo.cs | 2 +- Deepgram/Models/Analyze/v1/SyncResponse.cs | 2 +- Deepgram/Models/Analyze/v1/Topic.cs | 2 +- Deepgram/Models/Analyze/v1/TopicGroup.cs | 2 +- Deepgram/Models/Analyze/v1/TopicsInfo.cs | 2 +- Deepgram/Models/Analyze/v1/UrlSource.cs | 2 +- Deepgram/Models/Authenticate/v1/DeepgramClientOptions.cs | 2 +- Deepgram/Models/Live/v1/Alternative.cs | 2 +- Deepgram/Models/Live/v1/Average.cs | 2 +- Deepgram/Models/Live/v1/Channel.cs | 2 +- Deepgram/Models/Live/v1/EventResponse.cs | 2 +- Deepgram/Models/Live/v1/LiveSchema.cs | 2 +- Deepgram/Models/Live/v1/MessageToSend.cs | 2 +- Deepgram/Models/Live/v1/Metadata.cs | 2 +- Deepgram/Models/Live/v1/MetadataResponse.cs | 2 +- Deepgram/Models/Live/v1/ModelInfo.cs | 2 +- Deepgram/Models/Live/v1/SpeechStartedResponse.cs | 2 +- Deepgram/Models/Live/v1/TranscriptionResponse.cs | 2 +- Deepgram/Models/Live/v1/UtteranceEndResponse.cs | 2 +- Deepgram/Models/Live/v1/Word.cs | 2 +- Deepgram/Models/Manage/v1/BalanceResponse.cs | 2 +- Deepgram/Models/Manage/v1/BalancesResponse.cs | 2 +- Deepgram/Models/Manage/v1/Callback.cs | 2 +- Deepgram/Models/Manage/v1/Config.cs | 2 +- Deepgram/Models/Manage/v1/Details.cs | 2 +- Deepgram/Models/Manage/v1/Invite.cs | 2 +- Deepgram/Models/Manage/v1/InviteSchema.cs | 2 +- Deepgram/Models/Manage/v1/InvitesResponse.cs | 2 +- Deepgram/Models/Manage/v1/Key.cs | 2 +- Deepgram/Models/Manage/v1/KeyResponse.cs | 2 +- Deepgram/Models/Manage/v1/KeySchema.cs | 2 +- Deepgram/Models/Manage/v1/KeyScopeResponse.cs | 2 +- Deepgram/Models/Manage/v1/KeysResponse.cs | 2 +- Deepgram/Models/Manage/v1/Member.cs | 2 +- Deepgram/Models/Manage/v1/MemberScopeSchema.cs | 2 +- Deepgram/Models/Manage/v1/MemberScopesResponse.cs | 2 +- Deepgram/Models/Manage/v1/MembersResponse.cs | 2 +- Deepgram/Models/Manage/v1/MessageResponse.cs | 2 +- Deepgram/Models/Manage/v1/Model.cs | 2 +- Deepgram/Models/Manage/v1/Project.cs | 2 +- Deepgram/Models/Manage/v1/ProjectResponse.cs | 2 +- Deepgram/Models/Manage/v1/ProjectSchema.cs | 2 +- Deepgram/Models/Manage/v1/ProjectsResponse.cs | 2 +- Deepgram/Models/Manage/v1/Resolution.cs | 2 +- Deepgram/Models/Manage/v1/Response.cs | 2 +- Deepgram/Models/Manage/v1/Result.cs | 2 +- Deepgram/Models/Manage/v1/Token.cs | 2 +- Deepgram/Models/Manage/v1/TokenDetails.cs | 2 +- Deepgram/Models/Manage/v1/UsageFieldsResponse.cs | 2 +- Deepgram/Models/Manage/v1/UsageFieldsSchema.cs | 2 +- Deepgram/Models/Manage/v1/UsageRequestResponse.cs | 2 +- Deepgram/Models/Manage/v1/UsageRequestsResponse.cs | 2 +- Deepgram/Models/Manage/v1/UsageRequestsSchema.cs | 2 +- Deepgram/Models/Manage/v1/UsageSummaryResponse.cs | 2 +- Deepgram/Models/Manage/v1/UsageSummarySchema.cs | 2 +- Deepgram/Models/OnPrem/v1/CredentialResponse.cs | 2 +- Deepgram/Models/OnPrem/v1/CredentialsResponse.cs | 2 +- Deepgram/Models/OnPrem/v1/CredentialsSchema.cs | 2 +- Deepgram/Models/OnPrem/v1/DistributionCredentials.cs | 2 +- Deepgram/Models/OnPrem/v1/Member.cs | 2 +- Deepgram/Models/PreRecorded/v1/Alternative.cs | 2 +- Deepgram/Models/PreRecorded/v1/AsyncResponse.cs | 2 +- Deepgram/Models/PreRecorded/v1/Average.cs | 2 +- Deepgram/Models/PreRecorded/v1/Channel.cs | 2 +- Deepgram/Models/PreRecorded/v1/Entity.cs | 2 +- Deepgram/Models/PreRecorded/v1/Hit.cs | 2 +- Deepgram/Models/PreRecorded/v1/Intent.cs | 2 +- Deepgram/Models/PreRecorded/v1/IntentGroup.cs | 2 +- Deepgram/Models/PreRecorded/v1/IntentSchema.cs | 2 +- Deepgram/Models/PreRecorded/v1/IntentsInfo.cs | 2 +- Deepgram/Models/PreRecorded/v1/Metadata.cs | 2 +- Deepgram/Models/PreRecorded/v1/ModelInfo.cs | 2 +- Deepgram/Models/PreRecorded/v1/Paragraph.cs | 2 +- Deepgram/Models/PreRecorded/v1/ParagraphGroup.cs | 2 +- Deepgram/Models/PreRecorded/v1/PrerecordedSchema.cs | 2 +- Deepgram/Models/PreRecorded/v1/Results.cs | 2 +- Deepgram/Models/PreRecorded/v1/Search.cs | 2 +- Deepgram/Models/PreRecorded/v1/Segment.cs | 2 +- Deepgram/Models/PreRecorded/v1/Sentence.cs | 2 +- Deepgram/Models/PreRecorded/v1/SentimentGroup.cs | 2 +- Deepgram/Models/PreRecorded/v1/SentimentInfo.cs | 2 +- Deepgram/Models/PreRecorded/v1/Summary.cs | 2 +- Deepgram/Models/PreRecorded/v1/SummaryInfo.cs | 2 +- Deepgram/Models/PreRecorded/v1/SummaryObsolete.cs | 2 +- Deepgram/Models/PreRecorded/v1/SyncResponse.cs | 2 +- Deepgram/Models/PreRecorded/v1/Topic.cs | 2 +- Deepgram/Models/PreRecorded/v1/TopicGroup.cs | 2 +- Deepgram/Models/PreRecorded/v1/TopicsInfo.cs | 2 +- Deepgram/Models/PreRecorded/v1/Translation.cs | 2 +- Deepgram/Models/PreRecorded/v1/UrlSource.cs | 2 +- Deepgram/Models/PreRecorded/v1/Utterance.cs | 2 +- Deepgram/Models/PreRecorded/v1/Warning.cs | 2 +- Deepgram/Models/PreRecorded/v1/Word.cs | 2 +- Deepgram/OnPremClient.cs | 2 +- Deepgram/PrerecordedClient.cs | 2 +- Deepgram/Utilities/QueryParameterUtil.cs | 2 +- Deepgram/Utilities/RequestContentUtil.cs | 2 +- Deepgram/Utilities/UserAgentUtil.cs | 2 +- 147 files changed, 147 insertions(+), 147 deletions(-) diff --git a/Deepgram.Tests/Fakes/ConcreteRestClient.cs b/Deepgram.Tests/Fakes/ConcreteRestClient.cs index 76422e1b..172eabb4 100644 --- a/Deepgram.Tests/Fakes/ConcreteRestClient.cs +++ b/Deepgram.Tests/Fakes/ConcreteRestClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/Fakes/MockHttpClient.cs b/Deepgram.Tests/Fakes/MockHttpClient.cs index 95874d6c..99887326 100644 --- a/Deepgram.Tests/Fakes/MockHttpClient.cs +++ b/Deepgram.Tests/Fakes/MockHttpClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/Fakes/MockHttpMessageHandler.cs b/Deepgram.Tests/Fakes/MockHttpMessageHandler.cs index f0347475..82a567b6 100644 --- a/Deepgram.Tests/Fakes/MockHttpMessageHandler.cs +++ b/Deepgram.Tests/Fakes/MockHttpMessageHandler.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/Fakes/MockHttpMessageHandlerException.cs b/Deepgram.Tests/Fakes/MockHttpMessageHandlerException.cs index 0c4d21e4..0e1c96d0 100644 --- a/Deepgram.Tests/Fakes/MockHttpMessageHandlerException.cs +++ b/Deepgram.Tests/Fakes/MockHttpMessageHandlerException.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/GlobalSuppressions.cs b/Deepgram.Tests/GlobalSuppressions.cs index ea4445db..6b261c00 100644 --- a/Deepgram.Tests/GlobalSuppressions.cs +++ b/Deepgram.Tests/GlobalSuppressions.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/GlobalUsings.cs b/Deepgram.Tests/GlobalUsings.cs index 4b6328dc..ba89c057 100644 --- a/Deepgram.Tests/GlobalUsings.cs +++ b/Deepgram.Tests/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/TestExtensions/LoggerTestExtensions.cs b/Deepgram.Tests/TestExtensions/LoggerTestExtensions.cs index 3392ef4c..e3af55d2 100644 --- a/Deepgram.Tests/TestExtensions/LoggerTestExtensions.cs +++ b/Deepgram.Tests/TestExtensions/LoggerTestExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/ClientTests/AbstractRestClientTests.cs b/Deepgram.Tests/UnitTests/ClientTests/AbstractRestClientTests.cs index 69fa2b16..beb70759 100644 --- a/Deepgram.Tests/UnitTests/ClientTests/AbstractRestClientTests.cs +++ b/Deepgram.Tests/UnitTests/ClientTests/AbstractRestClientTests.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/ClientTests/LiveClientTests.cs b/Deepgram.Tests/UnitTests/ClientTests/LiveClientTests.cs index 8c20a93c..cf1d1160 100644 --- a/Deepgram.Tests/UnitTests/ClientTests/LiveClientTests.cs +++ b/Deepgram.Tests/UnitTests/ClientTests/LiveClientTests.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/ClientTests/ManageClientTest.cs b/Deepgram.Tests/UnitTests/ClientTests/ManageClientTest.cs index 6426f1b2..9675a166 100644 --- a/Deepgram.Tests/UnitTests/ClientTests/ManageClientTest.cs +++ b/Deepgram.Tests/UnitTests/ClientTests/ManageClientTest.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/ClientTests/OnPremClientTests.cs b/Deepgram.Tests/UnitTests/ClientTests/OnPremClientTests.cs index 8b8bf9db..784bcc61 100644 --- a/Deepgram.Tests/UnitTests/ClientTests/OnPremClientTests.cs +++ b/Deepgram.Tests/UnitTests/ClientTests/OnPremClientTests.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/ClientTests/PrerecordedClientTests.cs b/Deepgram.Tests/UnitTests/ClientTests/PrerecordedClientTests.cs index 27eb7067..08be0496 100644 --- a/Deepgram.Tests/UnitTests/ClientTests/PrerecordedClientTests.cs +++ b/Deepgram.Tests/UnitTests/ClientTests/PrerecordedClientTests.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/ExtensionsTests/HttpClientExtensionTests.cs b/Deepgram.Tests/UnitTests/ExtensionsTests/HttpClientExtensionTests.cs index 76e0fa11..6e2def53 100644 --- a/Deepgram.Tests/UnitTests/ExtensionsTests/HttpClientExtensionTests.cs +++ b/Deepgram.Tests/UnitTests/ExtensionsTests/HttpClientExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/LoggerProviderTests/LogProviderTest.cs b/Deepgram.Tests/UnitTests/LoggerProviderTests/LogProviderTest.cs index 3e598469..6140d296 100644 --- a/Deepgram.Tests/UnitTests/LoggerProviderTests/LogProviderTest.cs +++ b/Deepgram.Tests/UnitTests/LoggerProviderTests/LogProviderTest.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/UtilitiesTests/QueryParameterUtilTests.cs b/Deepgram.Tests/UnitTests/UtilitiesTests/QueryParameterUtilTests.cs index 5f62635f..21786127 100644 --- a/Deepgram.Tests/UnitTests/UtilitiesTests/QueryParameterUtilTests.cs +++ b/Deepgram.Tests/UnitTests/UtilitiesTests/QueryParameterUtilTests.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/UtilitiesTests/RequestContentUtilTests.cs b/Deepgram.Tests/UnitTests/UtilitiesTests/RequestContentUtilTests.cs index f5c944d5..2c5e4802 100644 --- a/Deepgram.Tests/UnitTests/UtilitiesTests/RequestContentUtilTests.cs +++ b/Deepgram.Tests/UnitTests/UtilitiesTests/RequestContentUtilTests.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/UnitTests/UtilitiesTests/UserAgentTest.cs b/Deepgram.Tests/UnitTests/UtilitiesTests/UserAgentTest.cs index 09ed8ec4..c9434283 100644 --- a/Deepgram.Tests/UnitTests/UtilitiesTests/UserAgentTest.cs +++ b/Deepgram.Tests/UnitTests/UtilitiesTests/UserAgentTest.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram.Tests/VoidResponse.cs b/Deepgram.Tests/VoidResponse.cs index 68517831..be190ab8 100644 --- a/Deepgram.Tests/VoidResponse.cs +++ b/Deepgram.Tests/VoidResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Abstractions/AbstractRestClient.cs b/Deepgram/Abstractions/AbstractRestClient.cs index fe590547..83ebee7e 100644 --- a/Deepgram/Abstractions/AbstractRestClient.cs +++ b/Deepgram/Abstractions/AbstractRestClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/AnalyzeClient.cs b/Deepgram/AnalyzeClient.cs index daac6e56..dd94b1fe 100644 --- a/Deepgram/AnalyzeClient.cs +++ b/Deepgram/AnalyzeClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Constants/AudioEncoding.cs b/Deepgram/Constants/AudioEncoding.cs index b2445f80..e770b49f 100644 --- a/Deepgram/Constants/AudioEncoding.cs +++ b/Deepgram/Constants/AudioEncoding.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Constants/Defaults.cs b/Deepgram/Constants/Defaults.cs index 0d6a8d92..faaeb5f8 100644 --- a/Deepgram/Constants/Defaults.cs +++ b/Deepgram/Constants/Defaults.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Constants/UriSegments.cs b/Deepgram/Constants/UriSegments.cs index 67f15627..ff2c74e1 100644 --- a/Deepgram/Constants/UriSegments.cs +++ b/Deepgram/Constants/UriSegments.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Encapsulations/HttpClientFactory.cs b/Deepgram/Encapsulations/HttpClientFactory.cs index e2d10590..401682b6 100644 --- a/Deepgram/Encapsulations/HttpClientFactory.cs +++ b/Deepgram/Encapsulations/HttpClientFactory.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Encapsulations/HttpClientWrapper.cs b/Deepgram/Encapsulations/HttpClientWrapper.cs index dceada6c..2d4196ad 100644 --- a/Deepgram/Encapsulations/HttpClientWrapper.cs +++ b/Deepgram/Encapsulations/HttpClientWrapper.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Enums/LiveType.cs b/Deepgram/Enums/LiveType.cs index e786943f..4220a4e6 100644 --- a/Deepgram/Enums/LiveType.cs +++ b/Deepgram/Enums/LiveType.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Enums/RequestMethod.cs b/Deepgram/Enums/RequestMethod.cs index fffa38dd..90e59943 100644 --- a/Deepgram/Enums/RequestMethod.cs +++ b/Deepgram/Enums/RequestMethod.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Enums/WarningType.cs b/Deepgram/Enums/WarningType.cs index 8b729e75..e46b4bd7 100644 --- a/Deepgram/Enums/WarningType.cs +++ b/Deepgram/Enums/WarningType.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/EventArgs/ResponseReceivedEventArgs.cs b/Deepgram/EventArgs/ResponseReceivedEventArgs.cs index b043f09c..ba7a987f 100644 --- a/Deepgram/EventArgs/ResponseReceivedEventArgs.cs +++ b/Deepgram/EventArgs/ResponseReceivedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Extensions/ClientWebSocketExtensions.cs b/Deepgram/Extensions/ClientWebSocketExtensions.cs index 8b3a4a59..65964fe5 100644 --- a/Deepgram/Extensions/ClientWebSocketExtensions.cs +++ b/Deepgram/Extensions/ClientWebSocketExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Extensions/HttpClientExtensions.cs b/Deepgram/Extensions/HttpClientExtensions.cs index 0e81d819..8fbdbfc4 100644 --- a/Deepgram/Extensions/HttpClientExtensions.cs +++ b/Deepgram/Extensions/HttpClientExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/GlobalSuppressions.cs b/Deepgram/GlobalSuppressions.cs index b28ad311..120a2d21 100644 --- a/Deepgram/GlobalSuppressions.cs +++ b/Deepgram/GlobalSuppressions.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/GlobalUsings.cs b/Deepgram/GlobalUsings.cs index 82502822..68e95bee 100644 --- a/Deepgram/GlobalUsings.cs +++ b/Deepgram/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/LiveClient.cs b/Deepgram/LiveClient.cs index b58dd011..c725d7c7 100644 --- a/Deepgram/LiveClient.cs +++ b/Deepgram/LiveClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Logger/Log.cs b/Deepgram/Logger/Log.cs index 8e2cec9e..40eb9f10 100644 --- a/Deepgram/Logger/Log.cs +++ b/Deepgram/Logger/Log.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Logger/LogProvider.cs b/Deepgram/Logger/LogProvider.cs index cd79d17e..8e683cbd 100644 --- a/Deepgram/Logger/LogProvider.cs +++ b/Deepgram/Logger/LogProvider.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/ManageClient.cs b/Deepgram/ManageClient.cs index 1b1c3682..674ee312 100644 --- a/Deepgram/ManageClient.cs +++ b/Deepgram/ManageClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/AnalyzeSchema.cs b/Deepgram/Models/Analyze/v1/AnalyzeSchema.cs index 7c99675f..c84b123f 100644 --- a/Deepgram/Models/Analyze/v1/AnalyzeSchema.cs +++ b/Deepgram/Models/Analyze/v1/AnalyzeSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/AsyncResponse.cs b/Deepgram/Models/Analyze/v1/AsyncResponse.cs index 48650667..b2ec1d7a 100644 --- a/Deepgram/Models/Analyze/v1/AsyncResponse.cs +++ b/Deepgram/Models/Analyze/v1/AsyncResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/Average.cs b/Deepgram/Models/Analyze/v1/Average.cs index f4134709..21df5014 100644 --- a/Deepgram/Models/Analyze/v1/Average.cs +++ b/Deepgram/Models/Analyze/v1/Average.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/Intent.cs b/Deepgram/Models/Analyze/v1/Intent.cs index 4e577a06..fa1405bf 100644 --- a/Deepgram/Models/Analyze/v1/Intent.cs +++ b/Deepgram/Models/Analyze/v1/Intent.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/IntentGroup.cs b/Deepgram/Models/Analyze/v1/IntentGroup.cs index a5dd5bd3..3c948dbb 100644 --- a/Deepgram/Models/Analyze/v1/IntentGroup.cs +++ b/Deepgram/Models/Analyze/v1/IntentGroup.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/IntentsInfo.cs b/Deepgram/Models/Analyze/v1/IntentsInfo.cs index 0ff2a118..a13529e7 100644 --- a/Deepgram/Models/Analyze/v1/IntentsInfo.cs +++ b/Deepgram/Models/Analyze/v1/IntentsInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/Metadata.cs b/Deepgram/Models/Analyze/v1/Metadata.cs index 10cbaf1d..17bb3b86 100644 --- a/Deepgram/Models/Analyze/v1/Metadata.cs +++ b/Deepgram/Models/Analyze/v1/Metadata.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/Results.cs b/Deepgram/Models/Analyze/v1/Results.cs index 95a5fc53..9dabf516 100644 --- a/Deepgram/Models/Analyze/v1/Results.cs +++ b/Deepgram/Models/Analyze/v1/Results.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/Segment.cs b/Deepgram/Models/Analyze/v1/Segment.cs index eae6e0a9..a92e9db7 100644 --- a/Deepgram/Models/Analyze/v1/Segment.cs +++ b/Deepgram/Models/Analyze/v1/Segment.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/SentimentGroup.cs b/Deepgram/Models/Analyze/v1/SentimentGroup.cs index 1d7bc442..ebb51c3d 100644 --- a/Deepgram/Models/Analyze/v1/SentimentGroup.cs +++ b/Deepgram/Models/Analyze/v1/SentimentGroup.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/SentimentInfo.cs b/Deepgram/Models/Analyze/v1/SentimentInfo.cs index d880994a..79d59318 100644 --- a/Deepgram/Models/Analyze/v1/SentimentInfo.cs +++ b/Deepgram/Models/Analyze/v1/SentimentInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/Summary.cs b/Deepgram/Models/Analyze/v1/Summary.cs index 52ba08ea..9b73efab 100644 --- a/Deepgram/Models/Analyze/v1/Summary.cs +++ b/Deepgram/Models/Analyze/v1/Summary.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/SummaryInfo.cs b/Deepgram/Models/Analyze/v1/SummaryInfo.cs index a780be9e..52863c3b 100644 --- a/Deepgram/Models/Analyze/v1/SummaryInfo.cs +++ b/Deepgram/Models/Analyze/v1/SummaryInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/SyncResponse.cs b/Deepgram/Models/Analyze/v1/SyncResponse.cs index 8e598efa..22acd686 100644 --- a/Deepgram/Models/Analyze/v1/SyncResponse.cs +++ b/Deepgram/Models/Analyze/v1/SyncResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/Topic.cs b/Deepgram/Models/Analyze/v1/Topic.cs index ba35d6fb..948f8eeb 100644 --- a/Deepgram/Models/Analyze/v1/Topic.cs +++ b/Deepgram/Models/Analyze/v1/Topic.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/TopicGroup.cs b/Deepgram/Models/Analyze/v1/TopicGroup.cs index c7d9d929..90cb6fba 100644 --- a/Deepgram/Models/Analyze/v1/TopicGroup.cs +++ b/Deepgram/Models/Analyze/v1/TopicGroup.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/TopicsInfo.cs b/Deepgram/Models/Analyze/v1/TopicsInfo.cs index 3dbf3a99..f8679eaf 100644 --- a/Deepgram/Models/Analyze/v1/TopicsInfo.cs +++ b/Deepgram/Models/Analyze/v1/TopicsInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Analyze/v1/UrlSource.cs b/Deepgram/Models/Analyze/v1/UrlSource.cs index 6fd7b460..5f3fee88 100644 --- a/Deepgram/Models/Analyze/v1/UrlSource.cs +++ b/Deepgram/Models/Analyze/v1/UrlSource.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Authenticate/v1/DeepgramClientOptions.cs b/Deepgram/Models/Authenticate/v1/DeepgramClientOptions.cs index a298710b..def6f8c4 100644 --- a/Deepgram/Models/Authenticate/v1/DeepgramClientOptions.cs +++ b/Deepgram/Models/Authenticate/v1/DeepgramClientOptions.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/Alternative.cs b/Deepgram/Models/Live/v1/Alternative.cs index 0712147b..10902924 100644 --- a/Deepgram/Models/Live/v1/Alternative.cs +++ b/Deepgram/Models/Live/v1/Alternative.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/Average.cs b/Deepgram/Models/Live/v1/Average.cs index 63a60697..e9a264a3 100644 --- a/Deepgram/Models/Live/v1/Average.cs +++ b/Deepgram/Models/Live/v1/Average.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/Channel.cs b/Deepgram/Models/Live/v1/Channel.cs index 91c26d53..b1c52dee 100644 --- a/Deepgram/Models/Live/v1/Channel.cs +++ b/Deepgram/Models/Live/v1/Channel.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/EventResponse.cs b/Deepgram/Models/Live/v1/EventResponse.cs index 32cdb520..38e580d5 100644 --- a/Deepgram/Models/Live/v1/EventResponse.cs +++ b/Deepgram/Models/Live/v1/EventResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/LiveSchema.cs b/Deepgram/Models/Live/v1/LiveSchema.cs index 44c5afbc..44065bc8 100644 --- a/Deepgram/Models/Live/v1/LiveSchema.cs +++ b/Deepgram/Models/Live/v1/LiveSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/MessageToSend.cs b/Deepgram/Models/Live/v1/MessageToSend.cs index db98c6f2..940a94fe 100644 --- a/Deepgram/Models/Live/v1/MessageToSend.cs +++ b/Deepgram/Models/Live/v1/MessageToSend.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/Metadata.cs b/Deepgram/Models/Live/v1/Metadata.cs index 8814462f..7ea6db27 100644 --- a/Deepgram/Models/Live/v1/Metadata.cs +++ b/Deepgram/Models/Live/v1/Metadata.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/MetadataResponse.cs b/Deepgram/Models/Live/v1/MetadataResponse.cs index e33505df..f3dc29b9 100644 --- a/Deepgram/Models/Live/v1/MetadataResponse.cs +++ b/Deepgram/Models/Live/v1/MetadataResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/ModelInfo.cs b/Deepgram/Models/Live/v1/ModelInfo.cs index c3a25c7e..d1f44da6 100644 --- a/Deepgram/Models/Live/v1/ModelInfo.cs +++ b/Deepgram/Models/Live/v1/ModelInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/SpeechStartedResponse.cs b/Deepgram/Models/Live/v1/SpeechStartedResponse.cs index 520f231b..8d9890e4 100644 --- a/Deepgram/Models/Live/v1/SpeechStartedResponse.cs +++ b/Deepgram/Models/Live/v1/SpeechStartedResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/TranscriptionResponse.cs b/Deepgram/Models/Live/v1/TranscriptionResponse.cs index bc485ab6..bd956c69 100644 --- a/Deepgram/Models/Live/v1/TranscriptionResponse.cs +++ b/Deepgram/Models/Live/v1/TranscriptionResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/UtteranceEndResponse.cs b/Deepgram/Models/Live/v1/UtteranceEndResponse.cs index 80b5f591..1687dd6b 100644 --- a/Deepgram/Models/Live/v1/UtteranceEndResponse.cs +++ b/Deepgram/Models/Live/v1/UtteranceEndResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Live/v1/Word.cs b/Deepgram/Models/Live/v1/Word.cs index b79d3392..4bcc5360 100644 --- a/Deepgram/Models/Live/v1/Word.cs +++ b/Deepgram/Models/Live/v1/Word.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/BalanceResponse.cs b/Deepgram/Models/Manage/v1/BalanceResponse.cs index 0014fd0a..b32e1ec2 100644 --- a/Deepgram/Models/Manage/v1/BalanceResponse.cs +++ b/Deepgram/Models/Manage/v1/BalanceResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/BalancesResponse.cs b/Deepgram/Models/Manage/v1/BalancesResponse.cs index 2841a8e1..014dd946 100644 --- a/Deepgram/Models/Manage/v1/BalancesResponse.cs +++ b/Deepgram/Models/Manage/v1/BalancesResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Callback.cs b/Deepgram/Models/Manage/v1/Callback.cs index 10e23740..1ca05a15 100644 --- a/Deepgram/Models/Manage/v1/Callback.cs +++ b/Deepgram/Models/Manage/v1/Callback.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Config.cs b/Deepgram/Models/Manage/v1/Config.cs index 6efa97b3..bbafdf3e 100644 --- a/Deepgram/Models/Manage/v1/Config.cs +++ b/Deepgram/Models/Manage/v1/Config.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Details.cs b/Deepgram/Models/Manage/v1/Details.cs index f4b8608c..f6b92224 100644 --- a/Deepgram/Models/Manage/v1/Details.cs +++ b/Deepgram/Models/Manage/v1/Details.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Invite.cs b/Deepgram/Models/Manage/v1/Invite.cs index 40e6bf82..0ced6438 100644 --- a/Deepgram/Models/Manage/v1/Invite.cs +++ b/Deepgram/Models/Manage/v1/Invite.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/InviteSchema.cs b/Deepgram/Models/Manage/v1/InviteSchema.cs index a4cc55cf..b7b19c95 100644 --- a/Deepgram/Models/Manage/v1/InviteSchema.cs +++ b/Deepgram/Models/Manage/v1/InviteSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/InvitesResponse.cs b/Deepgram/Models/Manage/v1/InvitesResponse.cs index eb4bb584..6f304b0b 100644 --- a/Deepgram/Models/Manage/v1/InvitesResponse.cs +++ b/Deepgram/Models/Manage/v1/InvitesResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Key.cs b/Deepgram/Models/Manage/v1/Key.cs index 9ba38877..cc6c40d6 100644 --- a/Deepgram/Models/Manage/v1/Key.cs +++ b/Deepgram/Models/Manage/v1/Key.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/KeyResponse.cs b/Deepgram/Models/Manage/v1/KeyResponse.cs index d792e2d7..46f5e67c 100644 --- a/Deepgram/Models/Manage/v1/KeyResponse.cs +++ b/Deepgram/Models/Manage/v1/KeyResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/KeySchema.cs b/Deepgram/Models/Manage/v1/KeySchema.cs index c163c37c..b959eb7f 100644 --- a/Deepgram/Models/Manage/v1/KeySchema.cs +++ b/Deepgram/Models/Manage/v1/KeySchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/KeyScopeResponse.cs b/Deepgram/Models/Manage/v1/KeyScopeResponse.cs index 354625a5..a9143355 100644 --- a/Deepgram/Models/Manage/v1/KeyScopeResponse.cs +++ b/Deepgram/Models/Manage/v1/KeyScopeResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/KeysResponse.cs b/Deepgram/Models/Manage/v1/KeysResponse.cs index ac3a74d1..d45bfc34 100644 --- a/Deepgram/Models/Manage/v1/KeysResponse.cs +++ b/Deepgram/Models/Manage/v1/KeysResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Member.cs b/Deepgram/Models/Manage/v1/Member.cs index 315fd2e7..4ce22e6e 100644 --- a/Deepgram/Models/Manage/v1/Member.cs +++ b/Deepgram/Models/Manage/v1/Member.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/MemberScopeSchema.cs b/Deepgram/Models/Manage/v1/MemberScopeSchema.cs index 34b89049..409fe7db 100644 --- a/Deepgram/Models/Manage/v1/MemberScopeSchema.cs +++ b/Deepgram/Models/Manage/v1/MemberScopeSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/MemberScopesResponse.cs b/Deepgram/Models/Manage/v1/MemberScopesResponse.cs index d84e5e58..ae51fb88 100644 --- a/Deepgram/Models/Manage/v1/MemberScopesResponse.cs +++ b/Deepgram/Models/Manage/v1/MemberScopesResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/MembersResponse.cs b/Deepgram/Models/Manage/v1/MembersResponse.cs index f955803e..6fdc2dec 100644 --- a/Deepgram/Models/Manage/v1/MembersResponse.cs +++ b/Deepgram/Models/Manage/v1/MembersResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/MessageResponse.cs b/Deepgram/Models/Manage/v1/MessageResponse.cs index fc746754..f28d0e56 100644 --- a/Deepgram/Models/Manage/v1/MessageResponse.cs +++ b/Deepgram/Models/Manage/v1/MessageResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Model.cs b/Deepgram/Models/Manage/v1/Model.cs index 94bdc96d..c93684bd 100644 --- a/Deepgram/Models/Manage/v1/Model.cs +++ b/Deepgram/Models/Manage/v1/Model.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Project.cs b/Deepgram/Models/Manage/v1/Project.cs index 58b8b6d8..ea36a719 100644 --- a/Deepgram/Models/Manage/v1/Project.cs +++ b/Deepgram/Models/Manage/v1/Project.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/ProjectResponse.cs b/Deepgram/Models/Manage/v1/ProjectResponse.cs index 4369bc18..f7095c16 100644 --- a/Deepgram/Models/Manage/v1/ProjectResponse.cs +++ b/Deepgram/Models/Manage/v1/ProjectResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/ProjectSchema.cs b/Deepgram/Models/Manage/v1/ProjectSchema.cs index a250776d..5946f77e 100644 --- a/Deepgram/Models/Manage/v1/ProjectSchema.cs +++ b/Deepgram/Models/Manage/v1/ProjectSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/ProjectsResponse.cs b/Deepgram/Models/Manage/v1/ProjectsResponse.cs index ddccc86c..b0b8af63 100644 --- a/Deepgram/Models/Manage/v1/ProjectsResponse.cs +++ b/Deepgram/Models/Manage/v1/ProjectsResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Resolution.cs b/Deepgram/Models/Manage/v1/Resolution.cs index 4662876c..7ab79178 100644 --- a/Deepgram/Models/Manage/v1/Resolution.cs +++ b/Deepgram/Models/Manage/v1/Resolution.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Response.cs b/Deepgram/Models/Manage/v1/Response.cs index f670f61b..88307e57 100644 --- a/Deepgram/Models/Manage/v1/Response.cs +++ b/Deepgram/Models/Manage/v1/Response.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Result.cs b/Deepgram/Models/Manage/v1/Result.cs index eacbc58d..0b82d107 100644 --- a/Deepgram/Models/Manage/v1/Result.cs +++ b/Deepgram/Models/Manage/v1/Result.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/Token.cs b/Deepgram/Models/Manage/v1/Token.cs index 0f9ed987..41b4a644 100644 --- a/Deepgram/Models/Manage/v1/Token.cs +++ b/Deepgram/Models/Manage/v1/Token.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/TokenDetails.cs b/Deepgram/Models/Manage/v1/TokenDetails.cs index 1437b249..65dad509 100644 --- a/Deepgram/Models/Manage/v1/TokenDetails.cs +++ b/Deepgram/Models/Manage/v1/TokenDetails.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/UsageFieldsResponse.cs b/Deepgram/Models/Manage/v1/UsageFieldsResponse.cs index bd9f2a28..38a547ec 100644 --- a/Deepgram/Models/Manage/v1/UsageFieldsResponse.cs +++ b/Deepgram/Models/Manage/v1/UsageFieldsResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/UsageFieldsSchema.cs b/Deepgram/Models/Manage/v1/UsageFieldsSchema.cs index d38861b2..fddc0487 100644 --- a/Deepgram/Models/Manage/v1/UsageFieldsSchema.cs +++ b/Deepgram/Models/Manage/v1/UsageFieldsSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/UsageRequestResponse.cs b/Deepgram/Models/Manage/v1/UsageRequestResponse.cs index da59a8c4..5924af49 100644 --- a/Deepgram/Models/Manage/v1/UsageRequestResponse.cs +++ b/Deepgram/Models/Manage/v1/UsageRequestResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/UsageRequestsResponse.cs b/Deepgram/Models/Manage/v1/UsageRequestsResponse.cs index 21b4a8ad..90948375 100644 --- a/Deepgram/Models/Manage/v1/UsageRequestsResponse.cs +++ b/Deepgram/Models/Manage/v1/UsageRequestsResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/UsageRequestsSchema.cs b/Deepgram/Models/Manage/v1/UsageRequestsSchema.cs index 6876c446..68346fed 100644 --- a/Deepgram/Models/Manage/v1/UsageRequestsSchema.cs +++ b/Deepgram/Models/Manage/v1/UsageRequestsSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/UsageSummaryResponse.cs b/Deepgram/Models/Manage/v1/UsageSummaryResponse.cs index b4682e9c..772fcf49 100644 --- a/Deepgram/Models/Manage/v1/UsageSummaryResponse.cs +++ b/Deepgram/Models/Manage/v1/UsageSummaryResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/Manage/v1/UsageSummarySchema.cs b/Deepgram/Models/Manage/v1/UsageSummarySchema.cs index c29befd4..309d4afc 100644 --- a/Deepgram/Models/Manage/v1/UsageSummarySchema.cs +++ b/Deepgram/Models/Manage/v1/UsageSummarySchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/OnPrem/v1/CredentialResponse.cs b/Deepgram/Models/OnPrem/v1/CredentialResponse.cs index 84a368c3..fa032ddf 100644 --- a/Deepgram/Models/OnPrem/v1/CredentialResponse.cs +++ b/Deepgram/Models/OnPrem/v1/CredentialResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/OnPrem/v1/CredentialsResponse.cs b/Deepgram/Models/OnPrem/v1/CredentialsResponse.cs index e9b90804..1e65b3e7 100644 --- a/Deepgram/Models/OnPrem/v1/CredentialsResponse.cs +++ b/Deepgram/Models/OnPrem/v1/CredentialsResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/OnPrem/v1/CredentialsSchema.cs b/Deepgram/Models/OnPrem/v1/CredentialsSchema.cs index 1f89df75..4411e771 100644 --- a/Deepgram/Models/OnPrem/v1/CredentialsSchema.cs +++ b/Deepgram/Models/OnPrem/v1/CredentialsSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/OnPrem/v1/DistributionCredentials.cs b/Deepgram/Models/OnPrem/v1/DistributionCredentials.cs index e4375a31..447e3f39 100644 --- a/Deepgram/Models/OnPrem/v1/DistributionCredentials.cs +++ b/Deepgram/Models/OnPrem/v1/DistributionCredentials.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/OnPrem/v1/Member.cs b/Deepgram/Models/OnPrem/v1/Member.cs index a0c69aa3..140a4f5d 100644 --- a/Deepgram/Models/OnPrem/v1/Member.cs +++ b/Deepgram/Models/OnPrem/v1/Member.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Alternative.cs b/Deepgram/Models/PreRecorded/v1/Alternative.cs index 332b4c63..b702fd05 100644 --- a/Deepgram/Models/PreRecorded/v1/Alternative.cs +++ b/Deepgram/Models/PreRecorded/v1/Alternative.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/AsyncResponse.cs b/Deepgram/Models/PreRecorded/v1/AsyncResponse.cs index e36d0c6b..f6af57c3 100644 --- a/Deepgram/Models/PreRecorded/v1/AsyncResponse.cs +++ b/Deepgram/Models/PreRecorded/v1/AsyncResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Average.cs b/Deepgram/Models/PreRecorded/v1/Average.cs index cbb284d3..559aa711 100644 --- a/Deepgram/Models/PreRecorded/v1/Average.cs +++ b/Deepgram/Models/PreRecorded/v1/Average.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Channel.cs b/Deepgram/Models/PreRecorded/v1/Channel.cs index 2ebb2c7f..989ffce6 100644 --- a/Deepgram/Models/PreRecorded/v1/Channel.cs +++ b/Deepgram/Models/PreRecorded/v1/Channel.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Entity.cs b/Deepgram/Models/PreRecorded/v1/Entity.cs index 736dc05f..1a66a7c9 100644 --- a/Deepgram/Models/PreRecorded/v1/Entity.cs +++ b/Deepgram/Models/PreRecorded/v1/Entity.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Hit.cs b/Deepgram/Models/PreRecorded/v1/Hit.cs index d129cd60..c4e2f135 100644 --- a/Deepgram/Models/PreRecorded/v1/Hit.cs +++ b/Deepgram/Models/PreRecorded/v1/Hit.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Intent.cs b/Deepgram/Models/PreRecorded/v1/Intent.cs index 0274fc5e..dfa15ce6 100644 --- a/Deepgram/Models/PreRecorded/v1/Intent.cs +++ b/Deepgram/Models/PreRecorded/v1/Intent.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/IntentGroup.cs b/Deepgram/Models/PreRecorded/v1/IntentGroup.cs index 6a285386..a3cf80b4 100644 --- a/Deepgram/Models/PreRecorded/v1/IntentGroup.cs +++ b/Deepgram/Models/PreRecorded/v1/IntentGroup.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/IntentSchema.cs b/Deepgram/Models/PreRecorded/v1/IntentSchema.cs index efdb0868..77660066 100644 --- a/Deepgram/Models/PreRecorded/v1/IntentSchema.cs +++ b/Deepgram/Models/PreRecorded/v1/IntentSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/IntentsInfo.cs b/Deepgram/Models/PreRecorded/v1/IntentsInfo.cs index f3b338d5..af4e5990 100644 --- a/Deepgram/Models/PreRecorded/v1/IntentsInfo.cs +++ b/Deepgram/Models/PreRecorded/v1/IntentsInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Metadata.cs b/Deepgram/Models/PreRecorded/v1/Metadata.cs index 1c04d80c..4b7c9b78 100644 --- a/Deepgram/Models/PreRecorded/v1/Metadata.cs +++ b/Deepgram/Models/PreRecorded/v1/Metadata.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/ModelInfo.cs b/Deepgram/Models/PreRecorded/v1/ModelInfo.cs index a5789164..29a50c98 100644 --- a/Deepgram/Models/PreRecorded/v1/ModelInfo.cs +++ b/Deepgram/Models/PreRecorded/v1/ModelInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Paragraph.cs b/Deepgram/Models/PreRecorded/v1/Paragraph.cs index e6e533ec..7f61425a 100644 --- a/Deepgram/Models/PreRecorded/v1/Paragraph.cs +++ b/Deepgram/Models/PreRecorded/v1/Paragraph.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/ParagraphGroup.cs b/Deepgram/Models/PreRecorded/v1/ParagraphGroup.cs index a4df7ed6..19b2afb0 100644 --- a/Deepgram/Models/PreRecorded/v1/ParagraphGroup.cs +++ b/Deepgram/Models/PreRecorded/v1/ParagraphGroup.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/PrerecordedSchema.cs b/Deepgram/Models/PreRecorded/v1/PrerecordedSchema.cs index 915795c3..4728603e 100644 --- a/Deepgram/Models/PreRecorded/v1/PrerecordedSchema.cs +++ b/Deepgram/Models/PreRecorded/v1/PrerecordedSchema.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Results.cs b/Deepgram/Models/PreRecorded/v1/Results.cs index 97d02ca7..c63a3724 100644 --- a/Deepgram/Models/PreRecorded/v1/Results.cs +++ b/Deepgram/Models/PreRecorded/v1/Results.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Search.cs b/Deepgram/Models/PreRecorded/v1/Search.cs index 2b9d6af3..b96b9217 100644 --- a/Deepgram/Models/PreRecorded/v1/Search.cs +++ b/Deepgram/Models/PreRecorded/v1/Search.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Segment.cs b/Deepgram/Models/PreRecorded/v1/Segment.cs index bb36d84f..6f39b285 100644 --- a/Deepgram/Models/PreRecorded/v1/Segment.cs +++ b/Deepgram/Models/PreRecorded/v1/Segment.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Sentence.cs b/Deepgram/Models/PreRecorded/v1/Sentence.cs index 92eb533f..4b35ab60 100644 --- a/Deepgram/Models/PreRecorded/v1/Sentence.cs +++ b/Deepgram/Models/PreRecorded/v1/Sentence.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/SentimentGroup.cs b/Deepgram/Models/PreRecorded/v1/SentimentGroup.cs index 00bbc73d..67f11f8a 100644 --- a/Deepgram/Models/PreRecorded/v1/SentimentGroup.cs +++ b/Deepgram/Models/PreRecorded/v1/SentimentGroup.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/SentimentInfo.cs b/Deepgram/Models/PreRecorded/v1/SentimentInfo.cs index 7919ce7d..26a3f6f0 100644 --- a/Deepgram/Models/PreRecorded/v1/SentimentInfo.cs +++ b/Deepgram/Models/PreRecorded/v1/SentimentInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Summary.cs b/Deepgram/Models/PreRecorded/v1/Summary.cs index 96ed9bca..88c595d0 100644 --- a/Deepgram/Models/PreRecorded/v1/Summary.cs +++ b/Deepgram/Models/PreRecorded/v1/Summary.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/SummaryInfo.cs b/Deepgram/Models/PreRecorded/v1/SummaryInfo.cs index cfc6ca44..e4c90010 100644 --- a/Deepgram/Models/PreRecorded/v1/SummaryInfo.cs +++ b/Deepgram/Models/PreRecorded/v1/SummaryInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/SummaryObsolete.cs b/Deepgram/Models/PreRecorded/v1/SummaryObsolete.cs index cd685316..c903e9a2 100644 --- a/Deepgram/Models/PreRecorded/v1/SummaryObsolete.cs +++ b/Deepgram/Models/PreRecorded/v1/SummaryObsolete.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/SyncResponse.cs b/Deepgram/Models/PreRecorded/v1/SyncResponse.cs index 1eec3337..6d162d1f 100644 --- a/Deepgram/Models/PreRecorded/v1/SyncResponse.cs +++ b/Deepgram/Models/PreRecorded/v1/SyncResponse.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Topic.cs b/Deepgram/Models/PreRecorded/v1/Topic.cs index 1a075bdd..418d553b 100644 --- a/Deepgram/Models/PreRecorded/v1/Topic.cs +++ b/Deepgram/Models/PreRecorded/v1/Topic.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/TopicGroup.cs b/Deepgram/Models/PreRecorded/v1/TopicGroup.cs index ab7e90ae..7eb30be2 100644 --- a/Deepgram/Models/PreRecorded/v1/TopicGroup.cs +++ b/Deepgram/Models/PreRecorded/v1/TopicGroup.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/TopicsInfo.cs b/Deepgram/Models/PreRecorded/v1/TopicsInfo.cs index 5e9eff08..4418cbf1 100644 --- a/Deepgram/Models/PreRecorded/v1/TopicsInfo.cs +++ b/Deepgram/Models/PreRecorded/v1/TopicsInfo.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Translation.cs b/Deepgram/Models/PreRecorded/v1/Translation.cs index 1ceb1dea..f8254d42 100644 --- a/Deepgram/Models/PreRecorded/v1/Translation.cs +++ b/Deepgram/Models/PreRecorded/v1/Translation.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/UrlSource.cs b/Deepgram/Models/PreRecorded/v1/UrlSource.cs index bd1e98a2..e3b5445d 100644 --- a/Deepgram/Models/PreRecorded/v1/UrlSource.cs +++ b/Deepgram/Models/PreRecorded/v1/UrlSource.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Utterance.cs b/Deepgram/Models/PreRecorded/v1/Utterance.cs index e2ab1e0c..5835e7fb 100644 --- a/Deepgram/Models/PreRecorded/v1/Utterance.cs +++ b/Deepgram/Models/PreRecorded/v1/Utterance.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Warning.cs b/Deepgram/Models/PreRecorded/v1/Warning.cs index dc0bf317..5ee71d68 100644 --- a/Deepgram/Models/PreRecorded/v1/Warning.cs +++ b/Deepgram/Models/PreRecorded/v1/Warning.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Models/PreRecorded/v1/Word.cs b/Deepgram/Models/PreRecorded/v1/Word.cs index e24d1d95..0391f0f1 100644 --- a/Deepgram/Models/PreRecorded/v1/Word.cs +++ b/Deepgram/Models/PreRecorded/v1/Word.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/OnPremClient.cs b/Deepgram/OnPremClient.cs index 5cde1132..108da77d 100644 --- a/Deepgram/OnPremClient.cs +++ b/Deepgram/OnPremClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/PrerecordedClient.cs b/Deepgram/PrerecordedClient.cs index 2e3432f1..017f945a 100644 --- a/Deepgram/PrerecordedClient.cs +++ b/Deepgram/PrerecordedClient.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Utilities/QueryParameterUtil.cs b/Deepgram/Utilities/QueryParameterUtil.cs index 9d6620d8..be0a293e 100644 --- a/Deepgram/Utilities/QueryParameterUtil.cs +++ b/Deepgram/Utilities/QueryParameterUtil.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Utilities/RequestContentUtil.cs b/Deepgram/Utilities/RequestContentUtil.cs index 80e7eaa5..5fc66046 100644 --- a/Deepgram/Utilities/RequestContentUtil.cs +++ b/Deepgram/Utilities/RequestContentUtil.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT diff --git a/Deepgram/Utilities/UserAgentUtil.cs b/Deepgram/Utilities/UserAgentUtil.cs index c62957d1..dc001b7d 100644 --- a/Deepgram/Utilities/UserAgentUtil.cs +++ b/Deepgram/Utilities/UserAgentUtil.cs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Deepgram .NET SDK contributors. All Rights Reserved. +// Copyright 2021-2024 Deepgram .NET SDK contributors. All Rights Reserved. // Use of this source code is governed by a MIT license that can be found in the LICENSE file. // SPDX-License-Identifier: MIT