Skip to content

Commit 9a06a75

Browse files
authored
Merge pull request #1921 from akselsm/efm32-license-update
[EFM32] Update license texts.
2 parents f03943c + 8bdfb6c commit 9a06a75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+730
-1253
lines changed

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/Modules.h

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023
#ifndef MBED_MODULES_H

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/PeripheralNames.h

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023
#ifndef MBED_PERIPHERALNAMES_H

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/PeripheralPins.c

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/PeripheralPins.h

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/PinNames.h

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023
#ifndef MBED_PINNAMES_H

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/PortNames.h

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023
#ifndef MBED_PORTNAMES_H

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/device.h

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
1-
// The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
2-
// Check the 'features' section of the target description in 'targets.json' for more details.
31
/***************************************************************************//**
42
* @file device.h
53
*******************************************************************************
64
* @section License
75
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
86
*******************************************************************************
97
*
10-
* Permission is granted to anyone to use this software for any purpose,
11-
* including commercial applications, and to alter it and redistribute it
12-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
139
*
14-
* 1. The origin of this software must not be misrepresented; you must not
15-
* claim that you wrote the original software.
16-
* 2. Altered source versions must be plainly marked as such, and must not be
17-
* misrepresented as being the original software.
18-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1913
*
20-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
21-
* obligation to support this Software. Silicon Labs is providing the
22-
* Software "AS IS", with no express or implied warranties of any kind,
23-
* including, but not limited to, any implied warranties of merchantability
24-
* or fitness for any particular purpose or warranties against infringement
25-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2615
*
27-
* Silicon Labs will not be liable for any consequential, incidental, or
28-
* special damages, or any other relief, or for any claim by any third party,
29-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
3021
*
3122
******************************************************************************/
3223
#ifndef MBED_DEVICE_H

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG_STK3700/device_peripherals.h

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023
#ifndef MBED_DEVICE_PERIPHERALS_H

hal/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32HG_STK3400/Modules.h

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,19 @@
55
* <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
66
*******************************************************************************
77
*
8-
* Permission is granted to anyone to use this software for any purpose,
9-
* including commercial applications, and to alter it and redistribute it
10-
* freely, subject to the following restrictions:
8+
* SPDX-License-Identifier: Apache-2.0
119
*
12-
* 1. The origin of this software must not be misrepresented; you must not
13-
* claim that you wrote the original software.
14-
* 2. Altered source versions must be plainly marked as such, and must not be
15-
* misrepresented as being the original software.
16-
* 3. This notice may not be removed or altered from any source distribution.
10+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11+
* not use this file except in compliance with the License.
12+
* You may obtain a copy of the License at
1713
*
18-
* DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no
19-
* obligation to support this Software. Silicon Labs is providing the
20-
* Software "AS IS", with no express or implied warranties of any kind,
21-
* including, but not limited to, any implied warranties of merchantability
22-
* or fitness for any particular purpose or warranties against infringement
23-
* of any proprietary rights of a third party.
14+
* http://www.apache.org/licenses/LICENSE-2.0
2415
*
25-
* Silicon Labs will not be liable for any consequential, incidental, or
26-
* special damages, or any other relief, or for any claim by any third party,
27-
* arising from your use of this Software.
16+
* Unless required by applicable law or agreed to in writing, software
17+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
* See the License for the specific language governing permissions and
20+
* limitations under the License.
2821
*
2922
******************************************************************************/
3023
#ifndef MBED_MODULES_H

0 commit comments

Comments
 (0)