From 8a74126760533e1e761edc9e97b9b571d9d0fe94 Mon Sep 17 00:00:00 2001 From: tom doron Date: Thu, 4 Mar 2021 13:49:12 -0800 Subject: [PATCH] add notice file motivation: add notice for scripts that came from SwiftNIO changes: add notice file --- NOTICE.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 NOTICE.txt diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 00000000..d82d8e67 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,35 @@ + + The SwiftAWSLambdaRuntime Project + ================================= + +Please visit the SwiftAWSLambdaRuntime web site for more information: + + * https://github.com/swift-server/swift-aws-lambda-runtime + +Copyright 2017-2021 The SwiftAWSLambdaRuntime Project + +The SwiftAWSLambdaRuntime Project licenses this file to you under the Apache License, +version 2.0 (the "License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at: + + https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations +under the License. + +Also, please refer to each LICENSE.txt file, which is located in +the 'license' directory of the distribution file, for the license terms of the +components that this product depends on. + +------------------------------------------------------------------------------- + + +This product contains a derivation various scripts from SwiftNIO. + + * LICENSE (Apache License 2.0): + * https://www.apache.org/licenses/LICENSE-2.0 + * HOMEPAGE: + * https://github.com/apple/swift-nio