Skip to content

Commit e8b86e5

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

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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,

stream_mem_stress_test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"server",
1313
"inspect"
1414
],
15-
"author": "NodeSource",
16-
"license": "MIT",
15+
"author": "[email protected]",
16+
"license": "Apache-2.0",
1717
"dependencies": {
1818
"@aws-crypto/client-node": "^3.1.1",
1919
"express": "^4.18.1"

0 commit comments

Comments
 (0)