Skip to content

Commit 23bbbc1

Browse files
committed
Add license header to scripts
1 parent 65deff5 commit 23bbbc1

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/changelog/new-entry.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
Create new changelog entries for a specific package.
46
"""

scripts/changelog/new-release.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
Create a new release by consolidating changelog entries from next-release directory
46
into a version JSON file (x.y.z.json).

scripts/changelog/render.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
Render changelog entries from version JSON files using Jinja templates.
46
"""

0 commit comments

Comments
 (0)