Skip to content

Commit e84deb6

Browse files
committed
add headers to python scripts
1 parent a6d58c1 commit e84deb6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/get_upstream_versions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
# SPDX-License-Identifier: Apache-2.0
24

35
import os
46
import re

scripts/update_dependencies.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
# SPDX-License-Identifier: Apache-2.0
24

35
import os
46
import re

0 commit comments

Comments
 (0)