From 0d8fae7dc7acaf2c5e0f96af71e81ad991ca2c5a Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 24 Jun 2018 16:53:04 +0300 Subject: [PATCH] Augment esp32.bootloader.ld 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 bootloader and copyright years obtained through esp-idf-v3 git commit history. --- .../bootloader/subproject/main/esp32.bootloader.ld | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/components/bootloader/subproject/main/esp32.bootloader.ld b/components/bootloader/subproject/main/esp32.bootloader.ld index 54fe1a9..4d23804 100644 --- a/components/bootloader/subproject/main/esp32.bootloader.ld +++ b/components/bootloader/subproject/main/esp32.bootloader.ld @@ -1,7 +1,18 @@ -/* -Linker file used to link the bootloader. -*/ - +/* Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD + * + * Linker file used to link the bootloader. + * + * 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. */ /* Simplified memory map for the bootloader -- 2.11.4.GIT