mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add SPDX style license and copyright boilerplate
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
parent
8e9afc96f9
commit
2f57eb8ed7
3 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright New York University and the TUF contributors
|
||||
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
"""TUF role metadata model.
|
||||
|
||||
This module provides container classes for TUF role metadata, including methods
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright New York University and the TUF contributors
|
||||
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
"""TUF role metadata de/serialization.
|
||||
|
||||
This sub-package provides abstract base classes and concrete implementations to
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright New York University and the TUF contributors
|
||||
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
"""TUF role metadata JSON serialization and deserialization.
|
||||
|
||||
This module provides concrete implementations to serialize and deserialize TUF
|
||||
|
|
|
|||
Loading…
Reference in a new issue