From eab600c572d906ea1ae3da1ed8e31381b4ae4f4c Mon Sep 17 00:00:00 2001 From: Angelo Paparazzi Date: Thu, 13 May 2021 16:25:48 -0400 Subject: [PATCH] refactor(copyright): fix copyrights --- Package.swift | 2 +- Sources/AssistantV1/InsecureConnection.swift | 2 +- Sources/AssistantV1/Models/DialogNode.swift | 2 +- Sources/AssistantV1/Models/DialogNodeNextStep.swift | 2 +- Sources/AssistantV1/Models/DialogNodeOutputGeneric.swift | 2 +- ...utputGenericDialogNodeOutputResponseTypeConnectToAgent.swift | 2 +- ...alogNodeOutputGenericDialogNodeOutputResponseTypeImage.swift | 2 +- ...logNodeOutputGenericDialogNodeOutputResponseTypeOption.swift | 2 +- ...alogNodeOutputGenericDialogNodeOutputResponseTypePause.swift | 2 +- ...deOutputGenericDialogNodeOutputResponseTypeSearchSkill.swift | 2 +- ...ialogNodeOutputGenericDialogNodeOutputResponseTypeText.swift | 2 +- Sources/AssistantV1/Models/DialogNodeVisitedDetails.swift | 2 +- Sources/AssistantV1/Models/DialogSuggestion.swift | 2 +- Sources/AssistantV1/Models/LogMessage.swift | 2 +- Sources/AssistantV1/Models/MessageContextMetadata.swift | 2 +- Sources/AssistantV1/Models/MessageRequest.swift | 2 +- Sources/AssistantV1/Models/MessageResponse.swift | 2 +- Sources/AssistantV1/Models/RuntimeResponseGeneric.swift | 2 +- ...untimeResponseGenericRuntimeResponseTypeConnectToAgent.swift | 2 +- .../Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift | 2 +- .../RuntimeResponseGenericRuntimeResponseTypeOption.swift | 2 +- .../Models/RuntimeResponseGenericRuntimeResponseTypePause.swift | 2 +- .../RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift | 2 +- .../Models/RuntimeResponseGenericRuntimeResponseTypeText.swift | 2 +- Sources/AssistantV2/InsecureConnection.swift | 2 +- Sources/AssistantV2/Models/DialogLogMessage.swift | 2 +- Sources/AssistantV2/Models/MessageContextGlobalSystem.swift | 2 +- Sources/AssistantV2/Models/MessageRequest.swift | 2 +- Sources/AssistantV2/Models/MessageResponse.swift | 2 +- Sources/AssistantV2/Models/MessageResponseStateless.swift | 2 +- Sources/AssistantV2/Models/RuntimeResponseGeneric.swift | 2 +- ...untimeResponseGenericRuntimeResponseTypeConnectToAgent.swift | 2 +- .../Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift | 2 +- .../RuntimeResponseGenericRuntimeResponseTypeOption.swift | 2 +- .../Models/RuntimeResponseGenericRuntimeResponseTypePause.swift | 2 +- .../RuntimeResponseGenericRuntimeResponseTypeSearch.swift | 2 +- .../RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift | 2 +- .../Models/RuntimeResponseGenericRuntimeResponseTypeText.swift | 2 +- Sources/AssistantV2/Models/SearchResult.swift | 2 +- Sources/AssistantV2/Models/SearchResultMetadata.swift | 2 +- Sources/CompareComplyV1/InsecureConnection.swift | 2 +- Sources/DiscoveryV1/Discovery.swift | 2 +- Sources/DiscoveryV1/InsecureConnection.swift | 2 +- Sources/DiscoveryV2/Discovery.swift | 2 +- Sources/DiscoveryV2/InsecureConnection.swift | 2 +- Sources/DiscoveryV2/Models/QueryLargePassages.swift | 2 +- Sources/DiscoveryV2/Models/QueryResponsePassage.swift | 2 +- Sources/DiscoveryV2/Models/QueryResultPassage.swift | 2 +- Sources/LanguageTranslatorV3/InsecureConnection.swift | 2 +- Sources/NaturalLanguageClassifierV1/InsecureConnection.swift | 2 +- Sources/NaturalLanguageUnderstandingV1/InsecureConnection.swift | 2 +- .../NaturalLanguageUnderstandingV1/Models/AnalysisResults.swift | 2 +- .../Models/CategoriesOptions.swift | 2 +- Sources/NaturalLanguageUnderstandingV1/Models/Features.swift | 2 +- .../Models/SentimentOptions.swift | 2 +- .../NaturalLanguageUnderstanding.swift | 2 +- Sources/PersonalityInsightsV3/InsecureConnection.swift | 2 +- Sources/SpeechToTextV1/InsecureConnection.swift | 2 +- Sources/SpeechToTextV1/Models/SupportedFeatures.swift | 2 +- Sources/SpeechToTextV1/SpeechToText.swift | 2 +- Sources/SpeechToTextV1/WebSockets/SpeechToTextEncoder.swift | 2 +- Sources/SpeechToTextV1/WebSockets/SpeechToTextSocket.swift | 2 +- Sources/SupportingFiles/Shared.swift | 2 +- Sources/TextToSpeechV1/InsecureConnection.swift | 2 +- Sources/TextToSpeechV1/Models/CustomModel.swift | 2 +- Sources/TextToSpeechV1/TextToSpeech.swift | 2 +- Sources/TextToSpeechV1/TextToSpeechDecoder.swift | 2 +- Sources/ToneAnalyzerV3/InsecureConnection.swift | 2 +- Sources/VisualRecognitionV3/InsecureConnection.swift | 2 +- Sources/VisualRecognitionV4/InsecureConnection.swift | 2 +- Tests/AssistantV1Tests/AssistantTests.swift | 2 +- Tests/AssistantV1Tests/AssistantV1UnitTests.swift | 2 +- Tests/AssistantV2Tests/AssistantV2Tests.swift | 2 +- Tests/DiscoveryV2Tests/DiscoveryV2Tests.swift | 2 +- .../NaturalLanguageUnderstandingV1Tests.swift | 2 +- Tests/SpeechToTextV1Tests/SpeechToTextTests.swift | 2 +- Tests/TextToSpeechV1Tests/TextToSpeechTests.swift | 2 +- .../VisualRecognitionTestUtilities.swift | 2 +- 78 files changed, 78 insertions(+), 78 deletions(-) diff --git a/Package.swift b/Package.swift index 62d056423..644043446 100644 --- a/Package.swift +++ b/Package.swift @@ -1,6 +1,6 @@ // swift-tools-version:5.3 /** - * (C) Copyright IBM Corp. 2016, 2019. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/InsecureConnection.swift b/Sources/AssistantV1/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/AssistantV1/InsecureConnection.swift +++ b/Sources/AssistantV1/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNode.swift b/Sources/AssistantV1/Models/DialogNode.swift index 85aac1e75..e94f57e99 100644 --- a/Sources/AssistantV1/Models/DialogNode.swift +++ b/Sources/AssistantV1/Models/DialogNode.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeNextStep.swift b/Sources/AssistantV1/Models/DialogNodeNextStep.swift index c3d3a2cd1..7920496b4 100644 --- a/Sources/AssistantV1/Models/DialogNodeNextStep.swift +++ b/Sources/AssistantV1/Models/DialogNodeNextStep.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeOutputGeneric.swift b/Sources/AssistantV1/Models/DialogNodeOutputGeneric.swift index 3e1d85da4..7cb45ae70 100644 --- a/Sources/AssistantV1/Models/DialogNodeOutputGeneric.swift +++ b/Sources/AssistantV1/Models/DialogNodeOutputGeneric.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.swift b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.swift index eab6e7482..430bd86fd 100644 --- a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.swift +++ b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.swift b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.swift index 6ea164ce4..f40d9f28f 100644 --- a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.swift +++ b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.swift b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.swift index 9b567b3ee..580061bff 100644 --- a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.swift +++ b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypePause.swift b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypePause.swift index 082f61ce4..482421eae 100644 --- a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypePause.swift +++ b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypePause.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.swift b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.swift index 8e01eae7d..e92328213 100644 --- a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.swift +++ b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeText.swift b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeText.swift index 85d98c764..379d93041 100644 --- a/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeText.swift +++ b/Sources/AssistantV1/Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeText.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogNodeVisitedDetails.swift b/Sources/AssistantV1/Models/DialogNodeVisitedDetails.swift index 2c94681ea..93c1d8d19 100644 --- a/Sources/AssistantV1/Models/DialogNodeVisitedDetails.swift +++ b/Sources/AssistantV1/Models/DialogNodeVisitedDetails.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/DialogSuggestion.swift b/Sources/AssistantV1/Models/DialogSuggestion.swift index b3cc4d297..ad0044127 100644 --- a/Sources/AssistantV1/Models/DialogSuggestion.swift +++ b/Sources/AssistantV1/Models/DialogSuggestion.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/LogMessage.swift b/Sources/AssistantV1/Models/LogMessage.swift index b01bd4f33..a596c4882 100644 --- a/Sources/AssistantV1/Models/LogMessage.swift +++ b/Sources/AssistantV1/Models/LogMessage.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/MessageContextMetadata.swift b/Sources/AssistantV1/Models/MessageContextMetadata.swift index b173d0ce1..813e5aabd 100644 --- a/Sources/AssistantV1/Models/MessageContextMetadata.swift +++ b/Sources/AssistantV1/Models/MessageContextMetadata.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/MessageRequest.swift b/Sources/AssistantV1/Models/MessageRequest.swift index 55959fd7a..1cf9872f3 100644 --- a/Sources/AssistantV1/Models/MessageRequest.swift +++ b/Sources/AssistantV1/Models/MessageRequest.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/MessageResponse.swift b/Sources/AssistantV1/Models/MessageResponse.swift index c22577314..7d6741573 100644 --- a/Sources/AssistantV1/Models/MessageResponse.swift +++ b/Sources/AssistantV1/Models/MessageResponse.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/RuntimeResponseGeneric.swift b/Sources/AssistantV1/Models/RuntimeResponseGeneric.swift index 30faa8a97..65d05ad4a 100644 --- a/Sources/AssistantV1/Models/RuntimeResponseGeneric.swift +++ b/Sources/AssistantV1/Models/RuntimeResponseGeneric.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2019, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift index 3613f0049..37248a2ad 100644 --- a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift +++ b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift index 72027a4be..5ed511c50 100644 --- a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift +++ b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift index 0c6f9933b..ecdca30c2 100644 --- a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift +++ b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift index cd6bcc27f..37749706a 100644 --- a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift +++ b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift index f52cfedd4..4db15d88d 100644 --- a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift +++ b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift index c31808ef5..ac8dc5516 100644 --- a/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift +++ b/Sources/AssistantV1/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/InsecureConnection.swift b/Sources/AssistantV2/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/AssistantV2/InsecureConnection.swift +++ b/Sources/AssistantV2/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/DialogLogMessage.swift b/Sources/AssistantV2/Models/DialogLogMessage.swift index d3a297e85..75cf2c345 100644 --- a/Sources/AssistantV2/Models/DialogLogMessage.swift +++ b/Sources/AssistantV2/Models/DialogLogMessage.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/MessageContextGlobalSystem.swift b/Sources/AssistantV2/Models/MessageContextGlobalSystem.swift index 884c488e9..62b2abbdf 100644 --- a/Sources/AssistantV2/Models/MessageContextGlobalSystem.swift +++ b/Sources/AssistantV2/Models/MessageContextGlobalSystem.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/MessageRequest.swift b/Sources/AssistantV2/Models/MessageRequest.swift index 287de5c16..a8dc7094d 100644 --- a/Sources/AssistantV2/Models/MessageRequest.swift +++ b/Sources/AssistantV2/Models/MessageRequest.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/MessageResponse.swift b/Sources/AssistantV2/Models/MessageResponse.swift index e6c25bf8b..5a130408b 100644 --- a/Sources/AssistantV2/Models/MessageResponse.swift +++ b/Sources/AssistantV2/Models/MessageResponse.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/MessageResponseStateless.swift b/Sources/AssistantV2/Models/MessageResponseStateless.swift index 70083ffa1..eb02c5051 100644 --- a/Sources/AssistantV2/Models/MessageResponseStateless.swift +++ b/Sources/AssistantV2/Models/MessageResponseStateless.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGeneric.swift b/Sources/AssistantV2/Models/RuntimeResponseGeneric.swift index 793f5edb5..03bcc525e 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGeneric.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGeneric.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift index 1679f0645..96b71ae96 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift index 2c0a977e5..732f8ac4b 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift index fcfdecf53..99c3df4aa 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift index da214294e..a62a0b674 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypePause.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSearch.swift b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSearch.swift index 617440bde..698a8ff64 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSearch.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSearch.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift index 36aac2be2..932ef6c4e 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift index 54c4031e1..a2542d306 100644 --- a/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift +++ b/Sources/AssistantV2/Models/RuntimeResponseGenericRuntimeResponseTypeText.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/SearchResult.swift b/Sources/AssistantV2/Models/SearchResult.swift index a9f2ac3da..117053e4c 100644 --- a/Sources/AssistantV2/Models/SearchResult.swift +++ b/Sources/AssistantV2/Models/SearchResult.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2019, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/AssistantV2/Models/SearchResultMetadata.swift b/Sources/AssistantV2/Models/SearchResultMetadata.swift index e7dadd895..a9ebc830c 100644 --- a/Sources/AssistantV2/Models/SearchResultMetadata.swift +++ b/Sources/AssistantV2/Models/SearchResultMetadata.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2019, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/CompareComplyV1/InsecureConnection.swift b/Sources/CompareComplyV1/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/CompareComplyV1/InsecureConnection.swift +++ b/Sources/CompareComplyV1/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/DiscoveryV1/Discovery.swift b/Sources/DiscoveryV1/Discovery.swift index 93075aacc..f96296e5d 100644 --- a/Sources/DiscoveryV1/Discovery.swift +++ b/Sources/DiscoveryV1/Discovery.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/DiscoveryV1/InsecureConnection.swift b/Sources/DiscoveryV1/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/DiscoveryV1/InsecureConnection.swift +++ b/Sources/DiscoveryV1/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/DiscoveryV2/Discovery.swift b/Sources/DiscoveryV2/Discovery.swift index aee73bb08..085f8650b 100644 --- a/Sources/DiscoveryV2/Discovery.swift +++ b/Sources/DiscoveryV2/Discovery.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2019, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/DiscoveryV2/InsecureConnection.swift b/Sources/DiscoveryV2/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/DiscoveryV2/InsecureConnection.swift +++ b/Sources/DiscoveryV2/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/DiscoveryV2/Models/QueryLargePassages.swift b/Sources/DiscoveryV2/Models/QueryLargePassages.swift index f132b03e5..94f10ac8d 100644 --- a/Sources/DiscoveryV2/Models/QueryLargePassages.swift +++ b/Sources/DiscoveryV2/Models/QueryLargePassages.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2019, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/DiscoveryV2/Models/QueryResponsePassage.swift b/Sources/DiscoveryV2/Models/QueryResponsePassage.swift index 379da1e43..a63f0c611 100644 --- a/Sources/DiscoveryV2/Models/QueryResponsePassage.swift +++ b/Sources/DiscoveryV2/Models/QueryResponsePassage.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/DiscoveryV2/Models/QueryResultPassage.swift b/Sources/DiscoveryV2/Models/QueryResultPassage.swift index 7e2384392..2b6a4ed18 100644 --- a/Sources/DiscoveryV2/Models/QueryResultPassage.swift +++ b/Sources/DiscoveryV2/Models/QueryResultPassage.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2019, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/LanguageTranslatorV3/InsecureConnection.swift b/Sources/LanguageTranslatorV3/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/LanguageTranslatorV3/InsecureConnection.swift +++ b/Sources/LanguageTranslatorV3/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/NaturalLanguageClassifierV1/InsecureConnection.swift b/Sources/NaturalLanguageClassifierV1/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/NaturalLanguageClassifierV1/InsecureConnection.swift +++ b/Sources/NaturalLanguageClassifierV1/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/NaturalLanguageUnderstandingV1/InsecureConnection.swift b/Sources/NaturalLanguageUnderstandingV1/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/NaturalLanguageUnderstandingV1/InsecureConnection.swift +++ b/Sources/NaturalLanguageUnderstandingV1/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/NaturalLanguageUnderstandingV1/Models/AnalysisResults.swift b/Sources/NaturalLanguageUnderstandingV1/Models/AnalysisResults.swift index 74ff93103..5f47988ea 100644 --- a/Sources/NaturalLanguageUnderstandingV1/Models/AnalysisResults.swift +++ b/Sources/NaturalLanguageUnderstandingV1/Models/AnalysisResults.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2017, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/NaturalLanguageUnderstandingV1/Models/CategoriesOptions.swift b/Sources/NaturalLanguageUnderstandingV1/Models/CategoriesOptions.swift index 448e08a13..808e943bf 100644 --- a/Sources/NaturalLanguageUnderstandingV1/Models/CategoriesOptions.swift +++ b/Sources/NaturalLanguageUnderstandingV1/Models/CategoriesOptions.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2017, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/NaturalLanguageUnderstandingV1/Models/Features.swift b/Sources/NaturalLanguageUnderstandingV1/Models/Features.swift index a776128dc..f2a6cb56e 100644 --- a/Sources/NaturalLanguageUnderstandingV1/Models/Features.swift +++ b/Sources/NaturalLanguageUnderstandingV1/Models/Features.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2017, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/NaturalLanguageUnderstandingV1/Models/SentimentOptions.swift b/Sources/NaturalLanguageUnderstandingV1/Models/SentimentOptions.swift index 47430fb09..04383f2a9 100644 --- a/Sources/NaturalLanguageUnderstandingV1/Models/SentimentOptions.swift +++ b/Sources/NaturalLanguageUnderstandingV1/Models/SentimentOptions.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2017, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/NaturalLanguageUnderstandingV1/NaturalLanguageUnderstanding.swift b/Sources/NaturalLanguageUnderstandingV1/NaturalLanguageUnderstanding.swift index 9a31420b4..b79dfd07a 100644 --- a/Sources/NaturalLanguageUnderstandingV1/NaturalLanguageUnderstanding.swift +++ b/Sources/NaturalLanguageUnderstandingV1/NaturalLanguageUnderstanding.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2017, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/PersonalityInsightsV3/InsecureConnection.swift b/Sources/PersonalityInsightsV3/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/PersonalityInsightsV3/InsecureConnection.swift +++ b/Sources/PersonalityInsightsV3/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/SpeechToTextV1/InsecureConnection.swift b/Sources/SpeechToTextV1/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/SpeechToTextV1/InsecureConnection.swift +++ b/Sources/SpeechToTextV1/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/SpeechToTextV1/Models/SupportedFeatures.swift b/Sources/SpeechToTextV1/Models/SupportedFeatures.swift index 74a78d7c1..5b2101115 100644 --- a/Sources/SpeechToTextV1/Models/SupportedFeatures.swift +++ b/Sources/SpeechToTextV1/Models/SupportedFeatures.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/SpeechToTextV1/SpeechToText.swift b/Sources/SpeechToTextV1/SpeechToText.swift index 96792f6ff..a9c85c6c5 100644 --- a/Sources/SpeechToTextV1/SpeechToText.swift +++ b/Sources/SpeechToTextV1/SpeechToText.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/SpeechToTextV1/WebSockets/SpeechToTextEncoder.swift b/Sources/SpeechToTextV1/WebSockets/SpeechToTextEncoder.swift index 51c83b99d..0b3245a3e 100644 --- a/Sources/SpeechToTextV1/WebSockets/SpeechToTextEncoder.swift +++ b/Sources/SpeechToTextV1/WebSockets/SpeechToTextEncoder.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/SpeechToTextV1/WebSockets/SpeechToTextSocket.swift b/Sources/SpeechToTextV1/WebSockets/SpeechToTextSocket.swift index 0b26a71a5..951be8aed 100644 --- a/Sources/SpeechToTextV1/WebSockets/SpeechToTextSocket.swift +++ b/Sources/SpeechToTextV1/WebSockets/SpeechToTextSocket.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/SupportingFiles/Shared.swift b/Sources/SupportingFiles/Shared.swift index a687ccbde..0526bc5db 100644 --- a/Sources/SupportingFiles/Shared.swift +++ b/Sources/SupportingFiles/Shared.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/TextToSpeechV1/InsecureConnection.swift b/Sources/TextToSpeechV1/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/TextToSpeechV1/InsecureConnection.swift +++ b/Sources/TextToSpeechV1/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/TextToSpeechV1/Models/CustomModel.swift b/Sources/TextToSpeechV1/Models/CustomModel.swift index 9d33b2fa4..fcb417f79 100644 --- a/Sources/TextToSpeechV1/Models/CustomModel.swift +++ b/Sources/TextToSpeechV1/Models/CustomModel.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2020, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/TextToSpeechV1/TextToSpeech.swift b/Sources/TextToSpeechV1/TextToSpeech.swift index 17d2c682b..e64858267 100644 --- a/Sources/TextToSpeechV1/TextToSpeech.swift +++ b/Sources/TextToSpeechV1/TextToSpeech.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/TextToSpeechV1/TextToSpeechDecoder.swift b/Sources/TextToSpeechV1/TextToSpeechDecoder.swift index e32105e07..51c2ce343 100644 --- a/Sources/TextToSpeechV1/TextToSpeechDecoder.swift +++ b/Sources/TextToSpeechV1/TextToSpeechDecoder.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/ToneAnalyzerV3/InsecureConnection.swift b/Sources/ToneAnalyzerV3/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/ToneAnalyzerV3/InsecureConnection.swift +++ b/Sources/ToneAnalyzerV3/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/VisualRecognitionV3/InsecureConnection.swift b/Sources/VisualRecognitionV3/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/VisualRecognitionV3/InsecureConnection.swift +++ b/Sources/VisualRecognitionV3/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/VisualRecognitionV4/InsecureConnection.swift b/Sources/VisualRecognitionV4/InsecureConnection.swift index b5ccdfe94..3a06b1975 100644 --- a/Sources/VisualRecognitionV4/InsecureConnection.swift +++ b/Sources/VisualRecognitionV4/InsecureConnection.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/AssistantV1Tests/AssistantTests.swift b/Tests/AssistantV1Tests/AssistantTests.swift index ed5e8c4ec..54a9e91b2 100644 --- a/Tests/AssistantV1Tests/AssistantTests.swift +++ b/Tests/AssistantV1Tests/AssistantTests.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/AssistantV1Tests/AssistantV1UnitTests.swift b/Tests/AssistantV1Tests/AssistantV1UnitTests.swift index f393f2039..c91a1d0be 100644 --- a/Tests/AssistantV1Tests/AssistantV1UnitTests.swift +++ b/Tests/AssistantV1Tests/AssistantV1UnitTests.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2018, 2020. + * (C) Copyright IBM Corp. 2018, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/AssistantV2Tests/AssistantV2Tests.swift b/Tests/AssistantV2Tests/AssistantV2Tests.swift index d5ab953bb..92b4e45fb 100644 --- a/Tests/AssistantV2Tests/AssistantV2Tests.swift +++ b/Tests/AssistantV2Tests/AssistantV2Tests.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/DiscoveryV2Tests/DiscoveryV2Tests.swift b/Tests/DiscoveryV2Tests/DiscoveryV2Tests.swift index 743f9dd93..c5e017a51 100644 --- a/Tests/DiscoveryV2Tests/DiscoveryV2Tests.swift +++ b/Tests/DiscoveryV2Tests/DiscoveryV2Tests.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/NaturalLanguageUnderstandingV1Tests/NaturalLanguageUnderstandingV1Tests.swift b/Tests/NaturalLanguageUnderstandingV1Tests/NaturalLanguageUnderstandingV1Tests.swift index e3ca92d73..e96bdddd5 100644 --- a/Tests/NaturalLanguageUnderstandingV1Tests/NaturalLanguageUnderstandingV1Tests.swift +++ b/Tests/NaturalLanguageUnderstandingV1Tests/NaturalLanguageUnderstandingV1Tests.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2017, 2020. + * (C) Copyright IBM Corp. 2017, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/SpeechToTextV1Tests/SpeechToTextTests.swift b/Tests/SpeechToTextV1Tests/SpeechToTextTests.swift index fd8fc98ce..51b7e38c6 100644 --- a/Tests/SpeechToTextV1Tests/SpeechToTextTests.swift +++ b/Tests/SpeechToTextV1Tests/SpeechToTextTests.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/TextToSpeechV1Tests/TextToSpeechTests.swift b/Tests/TextToSpeechV1Tests/TextToSpeechTests.swift index 8fe9984d8..7b9e41b0e 100644 --- a/Tests/TextToSpeechV1Tests/TextToSpeechTests.swift +++ b/Tests/TextToSpeechV1Tests/TextToSpeechTests.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2020. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Tests/VisualRecognitionV3Tests/VisualRecognitionTestUtilities.swift b/Tests/VisualRecognitionV3Tests/VisualRecognitionTestUtilities.swift index 2063b32a2..c2d404922 100644 --- a/Tests/VisualRecognitionV3Tests/VisualRecognitionTestUtilities.swift +++ b/Tests/VisualRecognitionV3Tests/VisualRecognitionTestUtilities.swift @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2016, 2019. + * (C) Copyright IBM Corp. 2016, 2021. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.