Skip to content

Commit 31f4fd9

Browse files
committed
swift license
1 parent b5eacd0 commit 31f4fd9

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

scripts/check_format.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
##===----------------------------------------------------------------------===##
3+
##
4+
## This source file is part of the Swift OpenAPI Lambda open source project
5+
##
6+
## Copyright (c) 2023 Amazon.com, Inc. or its affiliates
7+
## and the Swift OpenAPI Lambda project authors
8+
## Licensed under Apache License v2.0
9+
##
10+
## See LICENSE.txt for license information
11+
## See CONTRIBUTORS.txt for the list of Swift OpenAPI Lambda project authors
12+
##
13+
## SPDX-License-Identifier: Apache-2.0
14+
##
15+
##===----------------------------------------------------------------------===##
16+
217
# ===----------------------------------------------------------------------===//
318
#
419
# This source file is part of the Swift.org open source project

scripts/check_license.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/bin/bash
2+
##===----------------------------------------------------------------------===##
3+
##
4+
## This source file is part of the Swift OpenAPI Lambda open source project
5+
##
6+
## Copyright (c) 2023 Amazon.com, Inc. or its affiliates
7+
## and the Swift OpenAPI Lambda project authors
8+
## Licensed under Apache License v2.0
9+
##
10+
## See LICENSE.txt for license information
11+
## See CONTRIBUTORS.txt for the list of Swift OpenAPI Lambda project authors
12+
##
13+
## SPDX-License-Identifier: Apache-2.0
14+
##
15+
##===----------------------------------------------------------------------===##
16+
217
# ===----------------------------------------------------------------------===//
318
#
419
# This source file is part of the Swift.org open source project

0 commit comments

Comments
 (0)