Skip to content

Commit 128ee84

Browse files
committed
licensed files
1 parent 2a32192 commit 128ee84

File tree

89 files changed

+116
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+116
-80
lines changed

continuous_delivery_scripts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Scripts and utilities used by the CI pipeline."""

continuous_delivery_scripts/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""The version number is based on semantic versioning.

continuous_delivery_scripts/assert_news.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Checks if valid news files are created for changes in the project."""

continuous_delivery_scripts/create_news_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Easy news files generation.

continuous_delivery_scripts/generate_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Generates documentation."""

continuous_delivery_scripts/generate_news.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Handles usage of towncrier for automated changelog generation and pyautoversion for versioning."""

continuous_delivery_scripts/get_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Retrieves configuration values."""

continuous_delivery_scripts/language_specifics.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Copyright (C) 2020 Arm. All rights reserved.
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
15
"""Language plugins Loader."""
26

37
import logging

continuous_delivery_scripts/license_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020 Arm Mbed. All rights reserved.
2+
# Copyright (C) 2020 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Apply copyright and licensing to all source files present in a project.

continuous_delivery_scripts/plugins/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Copyright (C) 2020 Arm. All rights reserved.
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
15
"""Language specific actions."""
26
import glob
37
import os

0 commit comments

Comments
 (0)