From de69daa0954addc7beffaf47c73c1b20c84159ff Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Thu, 8 Sep 2022 19:52:24 -0500 Subject: [PATCH] Add missing version headers --- tools/build_libunwind.sh | 4 ++++ tools/detect_libunwind.sh | 4 ++++ tools/generate_protos.sh | 4 ++++ tools/update_version.sh | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/tools/build_libunwind.sh b/tools/build_libunwind.sh index 1c0d2a1..9cf9c73 100755 --- a/tools/build_libunwind.sh +++ b/tools/build_libunwind.sh @@ -1,5 +1,9 @@ #!/bin/sh +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + set -e LLVM_VERSION=13.0.1 diff --git a/tools/detect_libunwind.sh b/tools/detect_libunwind.sh index 4c60fa5..506c367 100755 --- a/tools/detect_libunwind.sh +++ b/tools/detect_libunwind.sh @@ -1,5 +1,9 @@ #!/bin/sh +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + WARNING="\ **WARNING**: llvm-libunwind could not be found on your system. This will likely result in *significantly* worse performance when gathering diff --git a/tools/generate_protos.sh b/tools/generate_protos.sh index c814174..5a01d19 100755 --- a/tools/generate_protos.sh +++ b/tools/generate_protos.sh @@ -1,5 +1,9 @@ #!/bin/sh +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + TOOLS_DIR=$(dirname "$0") PPROF_DIR="$TOOLS_DIR/pprof" COMMIT=70bd9ae97f40a5e0ef03e61bec8e90f3a5732191 diff --git a/tools/update_version.sh b/tools/update_version.sh index 046a093..e8aec2b 100755 --- a/tools/update_version.sh +++ b/tools/update_version.sh @@ -1,5 +1,9 @@ #!/bin/bash +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + cd "$(dirname "$0")/.." version_file=src/alys/VERSION -- 2.45.2