| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,6 @@ | |||
| 1 | + # Copyright 2021-2024, New York University and the TUF contributors | ||
| 2 | + # SPDX-License-Identifier: MIT OR Apache-2.0 | ||
| 3 | + | ||
| 1 | 4 | """ | |
| 2 | 5 | A TUF repository example using the low-level TUF Metadata API. | |
| 3 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,6 @@ | |||
| 1 | + # Copyright 2021-2025, New York University and the TUF contributors | ||
| 2 | + # SPDX-License-Identifier: MIT OR Apache-2.0 | ||
| 3 | + | ||
| 1 | 4 | """ | |
| 2 | 5 | A TUF hash bin delegation example using the low-level TUF Metadata API. | |
| 3 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Copyright New York University and the TUF contributors | ||
| 1 | + # Copyright 2022-2024, New York University and the TUF contributors | ||
| 2 | 2 | # SPDX-License-Identifier: MIT OR Apache-2.0 | |
| 3 | 3 | """ | |
| 4 | 4 | A TUF succinct hash bin delegation example using the low-level TUF Metadata API. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,2 @@ | |||
| 1 | + # Copyright 2013-2024, the TUF contributors | ||
| 2 | + # SPDX-License-Identifier: MIT OR Apache-2.0 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,2 @@ | |||
| 1 | + # Copyright 2013-2022, New York University and the TUF contributors | ||
| 2 | + # SPDX-License-Identifier: MIT OR Apache-2.0 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,8 @@ | |||
| 1 | - """Script for generating new metadata files.""" | ||
| 2 | - | ||
| 3 | - # Copyright New York University and the TUF contributors | ||
| 1 | + # Copyright 2022-2024, New York University and the TUF contributors | ||
| 4 | 2 | # SPDX-License-Identifier: MIT OR Apache-2.0 | |
| 5 | 3 | ||
| 4 | + """Script for generating new metadata files.""" | ||
| 5 | + | ||
| 6 | 6 | from __future__ import annotations | |
| 7 | 7 | ||
| 8 | 8 | import os | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Copyright New York University and the TUF contributors | ||
| 1 | + # Copyright 2022-2025, New York University and the TUF contributors | ||
| 2 | 2 | # SPDX-License-Identifier: MIT OR Apache-2.0 | |
| 3 | 3 | ||
| 4 | 4 | """Test __eq__ implementations of classes inside tuf/api/metadata.py.""" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,8 @@ | |||
| 1 | - """Unit tests for 'tests/generated_data/generate_md.py'.""" | ||
| 2 | - | ||
| 3 | - # Copyright New York University and the TUF contributors | ||
| 1 | + # Copyright 2022-2024, New York University and the TUF contributors | ||
| 4 | 2 | # SPDX-License-Identifier: MIT OR Apache-2.0 | |
| 5 | 3 | ||
| 4 | + """Unit tests for 'tests/generated_data/generate_md.py'.""" | ||
| 5 | + | ||
| 6 | 6 | import sys | |
| 7 | 7 | import unittest | |
| 8 | 8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Copyright New York University and the TUF contributors | ||
| 1 | + # Copyright 2021-2024, New York University and the TUF contributors | ||
| 2 | 2 | # SPDX-License-Identifier: MIT OR Apache-2.0 | |
| 3 | 3 | ||
| 4 | 4 | """Unit tests testing tuf/api/metadata.py classes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,6 @@ | |||
| 1 | + # Copyright 2021-2026, the TUF contributors | ||
| 2 | + # SPDX-License-Identifier: MIT OR Apache-2.0 | ||
| 3 | + | ||
| 1 | 4 | """Unit tests for 'tuf/ngclient/_internal/trusted_metadata_set.py'.""" | |
| 2 | 5 | ||
| 3 | 6 | from __future__ import annotations | |
| Back | FazBrowse Home | New Git URL |
0 commit comments