Skip to content

Commit

Permalink
fix:licence
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tarasov committed Sep 15, 2024
1 parent be89fb3 commit 7e95dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT-0
// SPDX-License-Identifier: Apache-2.0

import { Duration, RemovalPolicy } from 'aws-cdk-lib';
import { EbsDeviceVolumeType, IVpc, SubnetSelection } from 'aws-cdk-lib/aws-ec2';
Expand Down
2 changes: 1 addition & 1 deletion framework/src/consumption/lib/opensearch/opensearch.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT-0
// SPDX-License-Identifier: Apache-2.0

import { RemovalPolicy, Stack, Duration, Aws, CustomResource } from 'aws-cdk-lib';
import { EbsDeviceVolumeType, ISecurityGroup, IVpc, Peer, Port, SecurityGroup, SubnetType } from 'aws-cdk-lib/aws-ec2';
Expand Down

0 comments on commit 7e95dbe

Please sign in to comment.