summaryrefslogtreecommitdiff
path: root/scripts/start.sh
diff options
context:
space:
mode:
authorTyler <[email protected]>2025-04-21 10:04:03 -0700
committerGitHub <[email protected]>2025-04-21 10:04:03 -0700
commit7f95c594c094aea4a623528fd5c5eba16b654b79 (patch)
tree7c12dde57d4ec268a56e78715e1769a8e53fd884 /scripts/start.sh
parentfad526c63fb14877b9f64f9538d987e4ac1ac889 (diff)
More license headers, add a CONTRIBUTING.md file (also fix README.md formatting) (#81)
Diffstat (limited to 'scripts/start.sh')
-rwxr-xr-xscripts/start.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/start.sh b/scripts/start.sh
index 2c24c61d..51d239af 100755
--- a/scripts/start.sh
+++ b/scripts/start.sh
@@ -1,4 +1,18 @@
#!/bin/bash
+# Copyright 2025 Google LLC
+#
+# 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.
+
set -euo pipefail
# check build status, write warnings to file for app to display if needed