Skip to content

Commit d073af1

Browse files
Sadik.Ozermathias-arm
authored andcommitted
Update licence to Apache V2
Signed-off-by: Sadik.Ozer <[email protected]>
1 parent b84a7d3 commit d073af1

File tree

3 files changed

+36
-87
lines changed

3 files changed

+36
-87
lines changed

source/board/max32660evsys.c

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,21 @@
33
* @brief board ID for the Maxim Integrated's MAX32660-EVSYS
44
*
55
* DAPLink Interface Firmware
6+
* Copyright (c) 2009-2021, ARM Limited, All Rights Reserved
7+
* SPDX-License-Identifier: Apache-2.0
68
*
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
812
*
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
1514
*
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+
*/
3821

3922
#include "target_family.h"
4023
#include "target_board.h"

source/family/maxim/max32660/flash_blob.c

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,21 @@
33
* @brief Flash algorithm for the MAX32660
44
*
55
* DAPLink Interface Firmware
6+
* Copyright (c) 2009-2021, ARM Limited, All Rights Reserved
7+
* SPDX-License-Identifier: Apache-2.0
68
*
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
812
*
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
1514
*
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+
*/
3821

3922
#include "flash_blob.h"
4023

source/family/maxim/max32660/target.c

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,21 @@
33
* @brief Target information for the MAX32660
44
*
55
* DAPLink Interface Firmware
6+
* Copyright (c) 2009-2021, ARM Limited, All Rights Reserved
7+
* SPDX-License-Identifier: Apache-2.0
68
*
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
812
*
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
1514
*
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+
*/
3821

3922
#include "target_config.h"
4023

0 commit comments

Comments
 (0)