Skip to content

Commit 6cc9f53

Browse files
authoredJan 15, 2025
fix: add build specs to copyright check (#5025)
1 parent 46f2d74 commit 6cc9f53

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
 

‎codebuild/bin/header_mistake_scanner.sh

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ S2N_FILES=$(find "$PWD" -type f -name "s2n_*.[ch]")
1919
S2N_FILES+=" "
2020
S2N_FILES+=$(find "$PWD"/codebuild/ -type f -name "*.sh")
2121
S2N_FILES+=" "
22+
S2N_FILES+=$(find "$PWD"/codebuild/ -type f -name "*.yml")
23+
S2N_FILES+=" "
2224
S2N_FILES+=$(find "$PWD"/tests/ -type f -name "*.sh")
2325
S2N_FILES+=" "
2426
S2N_FILES+=$(find "$PWD"/tests/integrationv2 -type f -name "*.py")

‎codebuild/spec/buildspec_al2023_ktls.yml

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
---
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5+
# this file except in compliance with the License. A copy of the License is
6+
# located at
7+
#
8+
# http://aws.amazon.com/apache2.0/
9+
#
10+
# or in the "license" file accompanying this file. This file is distributed on an
11+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12+
# implied. See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
215
# This is designed to work with CodeBuild's reserved instances fleet and curated Ec2 AMI for AL2023.
316
version: 0.2
417
env:

‎codebuild/spec/buildspec_amazonlinux.yml

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
---
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5+
# this file except in compliance with the License. A copy of the License is
6+
# located at
7+
#
8+
# http://aws.amazon.com/apache2.0/
9+
#
10+
# or in the "license" file accompanying this file. This file is distributed on an
11+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12+
# implied. See the License for the specific language governing permissions and
13+
# limitations under the License.
114
version: 0.2
215

316
env:

0 commit comments

Comments
 (0)
Failed to load comments.