Updated license header

pull/8324/head
Ganesh Ramachandran 2018-10-26 12:08:56 +05:30
parent 4cbdfb380f
commit ac7bb55105
2 changed files with 26 additions and 8 deletions

View File

@ -1,9 +1,18 @@
/* mbed Microcontroller Library - CMSIS for TMPM3HQ
* Copyright (C) 2011 ARM Limited. All rights reserved.
/* mbed Microcontroller Library
* (C)Copyright TOSHIBA ELECTRONIC DEVICES & STORAGE CORPORATION 2018 All rights reserved
*
* A generic CMSIS include header, pulling in TMPM3HQ specifics
* 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.
*/
#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

View File

@ -1,9 +1,18 @@
/* mbed Microcontroller Library - cmsis_nvic for TMPM3HQ
* Copyright (c) 2011 ARM Limited. All rights reserved.
/* mbed Microcontroller Library
* (C)Copyright TOSHIBA ELECTRONIC DEVICES & STORAGE CORPORATION 2018 All rights reserved
*
* CMSIS-style functionality to support dynamic vectors
* 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.
*/
#ifndef MBED_CMSIS_NVIC_H
#define MBED_CMSIS_NVIC_H