|
3 | 3 | * @brief board ID for the Maxim Integrated's MAX32660-EVSYS
|
4 | 4 | *
|
5 | 5 | * DAPLink Interface Firmware
|
| 6 | + * Copyright (c) 2009-2021, ARM Limited, All Rights Reserved |
| 7 | + * SPDX-License-Identifier: Apache-2.0 |
6 | 8 | *
|
7 |
| - * Copyright (C) Maxim Integrated Products, Inc., All Rights Reserved. |
| 9 | + * Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 10 | + * not use this file except in compliance with the License. |
| 11 | + * You may obtain a copy of the License at |
8 | 12 | *
|
9 |
| - * Permission is hereby granted, free of charge, to any person obtaining a |
10 |
| - * copy of this software and associated documentation files (the "Software"), |
11 |
| - * to deal in the Software without restriction, including without limitation |
12 |
| - * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
13 |
| - * and/or sell copies of the Software, and to permit persons to whom the |
14 |
| - * Software is furnished to do so, subject to the following conditions: |
| 13 | + * http://www.apache.org/licenses/LICENSE-2.0 |
15 | 14 | *
|
16 |
| - * The above copyright notice and this permission notice shall be included |
17 |
| - * in all copies or substantial portions of the Software. |
18 |
| - * |
19 |
| - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
20 |
| - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
21 |
| - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
22 |
| - * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES |
23 |
| - * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
24 |
| - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
25 |
| - * OTHER DEALINGS IN THE SOFTWARE. |
26 |
| - * |
27 |
| - * Except as contained in this notice, the name of Maxim Integrated |
28 |
| - * Products, Inc. shall not be used except as stated in the Maxim Integrated |
29 |
| - * Products, Inc. Branding Policy. |
30 |
| - * |
31 |
| - * The mere transfer of this software does not imply any licenses |
32 |
| - * of trade secrets, proprietary technology, copyrights, patents, |
33 |
| - * trademarks, maskwork rights, or any other form of intellectual |
34 |
| - * property whatsoever. Maxim Integrated Products, Inc. retains all |
35 |
| - * ownership rights. |
36 |
| - ******************************************************************************* |
37 |
| -*/ |
| 15 | + * Unless required by applicable law or agreed to in writing, software |
| 16 | + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 17 | + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | + * See the License for the specific language governing permissions and |
| 19 | + * limitations under the License. |
| 20 | + */ |
38 | 21 |
|
39 | 22 | #include "target_family.h"
|
40 | 23 | #include "target_board.h"
|
|
0 commit comments