Add SPDX style license and copyright boilerplate

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
Lukas Puehringer 2021-03-04 16:25:36 +01:00
parent 8e9afc96f9
commit 2f57eb8ed7
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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