Add copyright and license to unit test scripts

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2017-11-30 13:26:44 -05:00
parent fb05f65e70
commit 25ccb769b5
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A
3 changed files with 15 additions and 3 deletions

View file

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

View file

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

View file

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