Skip to content

Commit 2f57eb8

Browse files
committed
Add SPDX style license and copyright boilerplate
Signed-off-by: Lukas Puehringer <[email protected]>
1 parent 8e9afc9 commit 2f57eb8

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tuf/api/metadata.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright New York University and the TUF contributors
2+
# SPDX-License-Identifier: MIT OR Apache-2.0
3+
14
"""TUF role metadata model.
25
36
This module provides container classes for TUF role metadata, including methods

tuf/api/serialization/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright New York University and the TUF contributors
2+
# SPDX-License-Identifier: MIT OR Apache-2.0
3+
14
"""TUF role metadata de/serialization.
25
36
This sub-package provides abstract base classes and concrete implementations to

tuf/api/serialization/json.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright New York University and the TUF contributors
2+
# SPDX-License-Identifier: MIT OR Apache-2.0
3+
14
"""TUF role metadata JSON serialization and deserialization.
25
36
This module provides concrete implementations to serialize and deserialize TUF

0 commit comments

Comments
 (0)