Skip to content

Commit bac7d27

Browse files
committed
chore: add license to files
1 parent 29e74b8 commit bac7d27

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

stream_mem_stress_test/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
13
import express from 'express'
24
import { kmsDecryptStream, kmsEncryptStream } from './memory'
35

stream_mem_stress_test/memory.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
13
import {
24
KmsKeyringNode,
35
buildClient,

0 commit comments

Comments
 (0)