Skip to content

Commit 0c4a503

Browse files
committed
licence and fix issues
1 parent 4409157 commit 0c4a503

File tree

103 files changed

+144
-179
lines changed

Some content is hidden

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

103 files changed

+144
-179
lines changed

Pipfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ pytest = "*"
1616
pyfakefs = "*"
1717
pytest-cov = "*"
1818
wheel = "*"
19-
continuous-delivery-scripts = {editable = true, path = "."}
19+
continuous-delivery-scripts = {path = "."}
2020
pre-commit = "*"
2121

2222
[pipenv]
2323
allow_prereleases = true
24+
25+
[packages]
26+
continuous-delivery-scripts = {path = "."}

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. All rights reserved.
2+
# Copyright (C) 2020-2021 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. All rights reserved.
2+
# Copyright (C) 2020-2021 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. All rights reserved.
2+
# Copyright (C) 2020-2021 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. All rights reserved.
2+
# Copyright (C) 2020-2021 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. All rights reserved.
2+
# Copyright (C) 2020-2021 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. All rights reserved.
2+
# Copyright (C) 2020-2021 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. All rights reserved.
2+
# Copyright (C) 2020-2021 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Retrieves configuration values."""

continuous_delivery_scripts/language_specifics.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. All rights reserved.
2+
# Copyright (C) 2020-2021 Arm. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Language plugins Loader."""

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. All rights reserved.
2+
# Copyright (C) 2020-2021 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.

0 commit comments

Comments
 (0)