From 25ccb769b5cb3d79209ce52fc23ca8a5342b1440 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 30 Nov 2017 13:26:44 -0500 Subject: [PATCH] Add copyright and license to unit test scripts Signed-off-by: Vladimir Diaz --- tests/aggregate_tests.py | 5 ++++- tests/repository_data/generate.py | 5 ++++- tests/repository_data/generate_project_data.py | 8 +++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/tests/aggregate_tests.py b/tests/aggregate_tests.py index b65077a5..231ce4cb 100755 --- a/tests/aggregate_tests.py +++ b/tests/aggregate_tests.py @@ -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 + """ aggregate_tests.py @@ -16,7 +19,7 @@ unit tests. -Zane Fisher - See LICENSE for licensing information. + See LICENSE-MIT.txt OR LICENSE-APACHE.txt for licensing information. Run all the unit tests from every .py file beginning with "test_" in diff --git a/tests/repository_data/generate.py b/tests/repository_data/generate.py index 18064de7..2d94958a 100755 --- a/tests/repository_data/generate.py +++ b/tests/repository_data/generate.py @@ -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 + """ generate.py @@ -11,7 +14,7 @@ February 26, 2014. - See LICENSE for licensing information. + See LICENSE-MIT.txt OR LICENSE-APACHE.txt for licensing information. Provide a set of pre-generated key files and a basic repository that unit diff --git a/tests/repository_data/generate_project_data.py b/tests/repository_data/generate_project_data.py index 1d25681c..c4ec6265 100755 --- a/tests/repository_data/generate_project_data.py +++ b/tests/repository_data/generate_project_data.py @@ -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 + """ generate_project_data.py @@ -7,8 +10,11 @@ Santiago Torres + + January 22, 2014. + - See LICENSE for licensing information. + See LICENSE-MIT.txt OR LICENSE-APACHE.txt for licensing information. Generate a pre-fabricated set of metadata files for 'test_developer_tool.py'