Skip to content

Commit f661132

Browse files
committed
file licensing
1 parent ca976f0 commit f661132

File tree

124 files changed

+124
-123
lines changed

Some content is hidden

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

124 files changed

+124
-123
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion

KNOWN_ISSUES.md

Lines changed: 1 addition & 1 deletion

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ continuous-delivery-scripts = {editable = true, path = "."}
2222
allow_prereleases = false
2323

2424
[packages]
25-
continuous-delivery-scripts = {editable = true, path = "."}
2625
types-toml = "*"
2726
types-setuptools = "*"
27+
continuous-delivery-scripts = {file = ".", editable = true}

README.md

Lines changed: 1 addition & 1 deletion

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-2022 Arm Limited or its affiliates and Contributors. All rights reserved.
2+
# Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Scripts and utilities used by the CI pipeline."""

0 commit comments

Comments
 (0)