summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Shombert <shombert@google.com>2023-12-08 21:00:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-12-08 21:00:06 +0000
commit586e52fd8751d83040895c1b6c9b5cc98ee814b5 (patch)
treece4f7bd3ec93c787b79e5c882ba255ded2d50535
parent25818f3c5d2b653650d3e3ef4708bdb1c36281ae (diff)
parent02109b73395bacef06bda97a673ded491025654c (diff)
downloadsqlite-586e52fd8751d83040895c1b6c9b5cc98ee814b5.tar.gz
Merge "Revert "Delete Apache license from the sqlite build script"" into main
-rwxr-xr-xREBUILD-ANDROID-PATCH.bash13
1 files changed, 13 insertions, 0 deletions
diff --git a/REBUILD-ANDROID-PATCH.bash b/REBUILD-ANDROID-PATCH.bash
index 4e3cf68..734e296 100755
--- a/REBUILD-ANDROID-PATCH.bash
+++ b/REBUILD-ANDROID-PATCH.bash
@@ -1,5 +1,18 @@
#!/bin/bash
#
+# Copyright (C) 2023 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.
# This script updates SQLite source files with a SQLite tarball.
#