From deb09ac6643d1c52cdc70ec85b0cdfd066a9ef22 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 1 Jul 2018 18:24:02 +0300 Subject: [PATCH] Augment /components/bootloader/Makefile.projbuild with notice (apache-2.0) This file is imported from esp-idf-v3 were it had no license notice. The Espressif copyright line is created by combining information about Espressif copyright in esp-idf and copyright years obtained through esp-idf-v3 git commit history. --- components/bootloader/Makefile.projbuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/components/bootloader/Makefile.projbuild b/components/bootloader/Makefile.projbuild index 7876635..764b8e3 100644 --- a/components/bootloader/Makefile.projbuild +++ b/components/bootloader/Makefile.projbuild @@ -1,3 +1,5 @@ +# Copyright 2016-2017 Espressif Systems (Shanghai) PTE LTD +# # Bootloader component (top-level project parts) # # The bootloader is not a real component that gets linked into the project. @@ -8,6 +10,18 @@ # zero some variables the ESP-IDF project.mk makefile exports first, to not # let them interfere. # +# 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. + BOOTLOADER_COMPONENT_PATH := $(COMPONENT_PATH) BOOTLOADER_BUILD_DIR=$(abspath $(BUILD_DIR_BASE)/bootloader) BOOTLOADER_BIN=$(BOOTLOADER_BUILD_DIR)/bootloader.bin -- 2.11.4.GIT