From 5ed12ec81dbb1b2e612fe21f7579295c8d8cab33 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Aug 2025 10:25:25 -0400 Subject: standardize file header wrt licensing We've been slightly inconsistent in the license header in files. Standardize them so we can automate checking. Change-Id: I3cdf85c9485d33cac2bb05c8080dfada3e5a5e8d Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/500102 Reviewed-by: Gavin Mak Tested-by: Mike Frysinger Commit-Queue: Mike Frysinger --- tests/conftest.py | 2 +- tests/test_error.py | 2 +- tests/test_git_command.py | 2 +- tests/test_platform_utils.py | 2 +- tests/test_repo_trace.py | 2 +- tests/test_ssh.py | 2 +- tests/test_update_manpages.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/conftest.py b/tests/conftest.py index 938051b3..a13edd7a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2022 The Android Open Source Project +# Copyright (C) 2022 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_error.py b/tests/test_error.py index a74ed2d7..a0ff32c3 100644 --- a/tests/test_error.py +++ b/tests/test_error.py @@ -1,4 +1,4 @@ -# Copyright 2021 The Android Open Source Project +# Copyright (C) 2021 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_git_command.py b/tests/test_git_command.py index 16494499..5bdaca54 100644 --- a/tests/test_git_command.py +++ b/tests/test_git_command.py @@ -1,4 +1,4 @@ -# Copyright 2019 The Android Open Source Project +# Copyright (C) 2019 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_platform_utils.py b/tests/test_platform_utils.py index 7a42de01..aab8a52a 100644 --- a/tests/test_platform_utils.py +++ b/tests/test_platform_utils.py @@ -1,4 +1,4 @@ -# Copyright 2021 The Android Open Source Project +# Copyright (C) 2021 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_repo_trace.py b/tests/test_repo_trace.py index e4aeb5de..2ea34102 100644 --- a/tests/test_repo_trace.py +++ b/tests/test_repo_trace.py @@ -1,4 +1,4 @@ -# Copyright 2022 The Android Open Source Project +# Copyright (C) 2022 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_ssh.py b/tests/test_ssh.py index d74f7fe8..a15c0b5f 100644 --- a/tests/test_ssh.py +++ b/tests/test_ssh.py @@ -1,4 +1,4 @@ -# Copyright 2019 The Android Open Source Project +# Copyright (C) 2019 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_update_manpages.py b/tests/test_update_manpages.py index 12b19ec4..06e5d3f5 100644 --- a/tests/test_update_manpages.py +++ b/tests/test_update_manpages.py @@ -1,4 +1,4 @@ -# Copyright 2022 The Android Open Source Project +# Copyright (C) 2022 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- cgit v1.2.3-54-g00ecf