From 157023342f58e3d2dd01a3b2082621d402722248 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Tue, 11 Apr 2017 11:23:53 -0500 Subject: [PATCH] Add license to configuration header --- tools/config/header.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tools/config/header.tmpl b/tools/config/header.tmpl index de4945b19a..cfbf5647cd 100644 --- a/tools/config/header.tmpl +++ b/tools/config/header.tmpl @@ -1,3 +1,20 @@ +/* + * mbed SDK + * 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. + */ + // Automatically generated configuration file. // DO NOT EDIT, content will be overwritten.