mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add copyright and license to unit test scripts
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
fb05f65e70
commit
25ccb769b5
3 changed files with 15 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Copyright 2013 - 2017, New York University and the TUF contributors
|
||||
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
"""
|
||||
<Program Name>
|
||||
aggregate_tests.py
|
||||
|
|
@ -16,7 +19,7 @@
|
|||
unit tests. -Zane Fisher
|
||||
|
||||
<Copyright>
|
||||
See LICENSE for licensing information.
|
||||
See LICENSE-MIT.txt OR LICENSE-APACHE.txt for licensing information.
|
||||
|
||||
<Purpose>
|
||||
Run all the unit tests from every .py file beginning with "test_" in
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Copyright 2014 - 2017, New York University and the TUF contributors
|
||||
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
"""
|
||||
<Program Name>
|
||||
generate.py
|
||||
|
|
@ -11,7 +14,7 @@
|
|||
February 26, 2014.
|
||||
|
||||
<Copyright>
|
||||
See LICENSE for licensing information.
|
||||
See LICENSE-MIT.txt OR LICENSE-APACHE.txt for licensing information.
|
||||
|
||||
<Purpose>
|
||||
Provide a set of pre-generated key files and a basic repository that unit
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Copyright 2014 - 2017, New York University and the TUF contributors
|
||||
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
"""
|
||||
<Program Name>
|
||||
generate_project_data.py
|
||||
|
|
@ -7,8 +10,11 @@
|
|||
<Author>
|
||||
Santiago Torres <torresariass@gmail.com>
|
||||
|
||||
<Started>
|
||||
January 22, 2014.
|
||||
|
||||
<Copyright>
|
||||
See LICENSE for licensing information.
|
||||
See LICENSE-MIT.txt OR LICENSE-APACHE.txt for licensing information.
|
||||
|
||||
<Purpose>
|
||||
Generate a pre-fabricated set of metadata files for 'test_developer_tool.py'
|
||||
|
|
|
|||
Loading…
Reference in a new issue