mor elicense fixes

This commit is contained in:
Sebastien Stormacq
2025-11-02 22:16:57 +01:00
parent 77d29af7a6
commit da47411f65
2 changed files with 15 additions and 1 deletions
@@ -1,4 +1,18 @@
#!/bin/sh
##===----------------------------------------------------------------------===##
##
## This source file is part of the SwiftAWSLambdaRuntime open source project
##
## Copyright SwiftAWSLambdaRuntime project authors
## Copyright (c) Amazon.com, Inc. or its affiliates.
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
## See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
##
## SPDX-License-Identifier: Apache-2.0
##
##===----------------------------------------------------------------------===##
# check if docker is installed
if ! which docker > /dev/null; then
@@ -1,4 +1,4 @@
///===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftAWSLambdaRuntime open source project
//