From ae555e2b7d5019a9b4e275af78c72b553014b7df Mon Sep 17 00:00:00 2001 From: Jan Jongboom Date: Mon, 18 Dec 2017 14:09:12 +0000 Subject: [PATCH] Add license header to main.cpp --- src/main.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index a3a3ed8..257ed54 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,20 @@ +/* +* PackageLicenseDeclared: Apache-2.0 +* Copyright (c) 2017 ARM Limited +* +* 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. +*/ + #include "mbed.h" #include "AT45BlockDevice.h" #include "FlashIAP.h"