From f94fb08bff488b7654ff5d717e38dbaa861055eb Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 1 Jul 2018 18:13:29 +0300 Subject: [PATCH] Augment /components/esptool_py/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/esptool_py/Makefile.projbuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/components/esptool_py/Makefile.projbuild b/components/esptool_py/Makefile.projbuild index dce6b0a..835ce79 100644 --- a/components/esptool_py/Makefile.projbuild +++ b/components/esptool_py/Makefile.projbuild @@ -1,5 +1,20 @@ +# Copyright 2016-2017 Espressif Systems (Shanghai) PTE LTD +# # Component support for esptool.py. Doesn't do much by itself, # components have their own flash targets that can use these variables. +# +# 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. + ESPPORT ?= $(CONFIG_ESPTOOLPY_PORT) ESPBAUD ?= $(CONFIG_ESPTOOLPY_BAUD) ESPFLASHMODE ?= $(CONFIG_ESPTOOLPY_FLASHMODE) -- 2.11.4.GIT