aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2024-03-07 22:52:09 +0000
committerDan Albert <danalbert@google.com>2024-03-07 22:52:09 +0000
commit50b41058253447431545f8f3f3dbd7897a8e762e (patch)
tree4ccfc00348dd709bf558646ade77fb80c8f73e83
parentd0ae4056b3fd10fda3c863fb4d59b04960e93bc9 (diff)
downloadexternal_updater-50b41058253447431545f8f3f3dbd7897a8e762e.tar.gz
Add missing copyright header to new file.
Bug: None Test: None Change-Id: I88410235a9f6e63f737f23ea2fe6ae7d316ff57f
-rw-r--r--tests/test_updater_utils.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test_updater_utils.py b/tests/test_updater_utils.py
index 90aca8a..632ba9a 100644
--- a/tests/test_updater_utils.py
+++ b/tests/test_updater_utils.py
@@ -1,3 +1,18 @@
+#
+# Copyright (C) 2024 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.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
import unittest
import updater_utils