From 8c7376d857e08ae1999223e34eb43734a38a9fd2 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 1 Jul 2018 18:31:57 +0300 Subject: [PATCH] Augment /components/bootloader/subproject/Makefile 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/subproject/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/bootloader/subproject/Makefile b/components/bootloader/subproject/Makefile index e01dc3c..23f3d8b 100644 --- a/components/bootloader/subproject/Makefile +++ b/components/bootloader/subproject/Makefile @@ -1,7 +1,19 @@ +# Copyright 2016-2017 Espressif Systems (Shanghai) PTE LTD # # This is a project Makefile. It is assumed the directory this Makefile resides in is a # project subdirectory. # +# 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. ifeq ("$(MAKELEVEL)","0") $(error Bootloader makefile expects to be run as part of 'make bootloader' from a top-level project.) endif -- 2.11.4.GIT