Skip to content

Commit c6be911

Browse files
committed
Remove duplicate SPDX info
1 parent 249ebec commit c6be911

File tree

1 file changed

+1
-4
lines changed
  • swift/example_code/s3/presigned-urls

1 file changed

+1
-4
lines changed

swift/example_code/s3/presigned-urls/test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5-
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
6-
# SPDX-License-Identifier: Apache-2.0
7-
#
85
# A script that is run by `swiftbuild.py` instead of using `swiftc test` to
96
# test this example, which does not have a standard Swift test available.
107
#
118
# A swiftbuild test script returns 0 on success, any other integer on fail.
129

1310
# There are no tests for this example, so always pass.
14-
exit 0
11+
exit 0

0 commit comments

Comments
 (0)