diff --git a/plugins/node/opentelemetry-instrumentation-aws-sdk/src/aws-sdk.types.ts b/plugins/node/opentelemetry-instrumentation-aws-sdk/src/aws-sdk.types.ts index d921487ada..32b2b6c722 100644 --- a/plugins/node/opentelemetry-instrumentation-aws-sdk/src/aws-sdk.types.ts +++ b/plugins/node/opentelemetry-instrumentation-aws-sdk/src/aws-sdk.types.ts @@ -14,6 +14,14 @@ * limitations under the License. */ +/* + * AWS SDK for JavaScript + * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * This product includes software developed at + * Amazon Web Services, Inc. (http://aws.amazon.com/). + */ + /* These are slightly modified and simplified versions of the actual SQS types included in the official distribution: