From 2bc28acbb7661d78cf6aef0f02e34d35d89873c0 Mon Sep 17 00:00:00 2001 From: SarthakDev12 Date: Wed, 7 Aug 2024 11:04:34 +0530 Subject: [PATCH] add valory header --- download_binaries.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/download_binaries.sh b/download_binaries.sh index db12c6223..7a40a8820 100755 --- a/download_binaries.sh +++ b/download_binaries.sh @@ -1,5 +1,23 @@ #!/bin/bash +# ------------------------------------------------------------------------------ +# +# Copyright 2023-2024 Valory AG +# +# 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. +# +# ------------------------------------------------------------------------------ + BIN_DIR="electron/bins/" mkdir -p $BIN_DIR