File tree Expand file tree Collapse file tree 27 files changed +363
-12
lines changed
libraries/nanostack-libservice/test/libService/unittest/nsnvmhelper
nanostack/mbed-mesh-api/source
platform/randlib/tests/unit/stubs
TARGET_MCU_K22F/TARGET_MCU_K22F512/device
TARGET_LPC11XX_11CXX/device
TARGET_MCU_LPC546XX/device
TARGET_RENESAS/TARGET_RZ_A1XX
TARGET_Silicon_Labs/TARGET_EFM32/common
TARGET_TOSHIBA/TARGET_TMPM46B/device Expand file tree Collapse file tree 27 files changed +363
-12
lines changed Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2015 ARM Limited. All rights reserved.
1+ /* mbed Microcontroller Library
2+ * Copyright (c) 2015 ARM Limited
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417
518#include " CppUTest/CommandLineTestRunner.h"
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2016 ARM Limited. All rights reserved.
1+ /* mbed Microcontroller Library
2+ * Copyright (c) 2016 ARM Limited
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417#include " CppUTest/TestHarness.h"
518#include " test_ns_nvm_helper.h"
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2016 ARM Limited. All rights reserved.
1+ /* mbed Microcontroller Library
2+ * Copyright (c) 2016 ARM Limited
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417
518#include <inttypes.h>
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2016 ARM Limited. All rights reserved.
1+ /* mbed Microcontroller Library
2+ * Copyright (c) 2016 ARM Limited
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417#ifndef TEST_NS_NVM_HELPER_H
518#define TEST_NS_NVM_HELPER_H
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2017 ARM Limited. All rights reserved.
1+ /* mbed Microcontroller Library
2+ * Copyright (c) 2017 ARM Limited
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417
518#include " NanostackEthernetInterface.h"
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2016, ARM Limited, All Rights Reserved
1+ /* mbed Microcontroller Library
2+ * Copyright (c) 2016 ARM Limited
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 */
417
518#include "ns_types.h"
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library - CMSIS
22 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 *
417 * A generic CMSIS include header, pulling in LPC11U24 specifics
518 */
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library - CMSIS
22 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
3+ * SPDX-License-Identifier: Apache-2.0
4+ *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
316 *
417 * A generic CMSIS include header, pulling in LPC11U24 specifics
518 */
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library - CMSIS
22 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
3+ * SPDX-License-Identifier: Apache-2.0
34 *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ *
417 * A generic CMSIS include header, pulling in LPC11U24 specifics
518 */
619
Original file line number Diff line number Diff line change 11/* mbed Microcontroller Library - CMSIS
22 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
3+ * SPDX-License-Identifier: Apache-2.0
34 *
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
8+ *
9+ * http://www.apache.org/licenses/LICENSE-2.0
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
16+ *
417 * A generic CMSIS include header, pulling in LPC11U24 specifics
518 */
619
You can’t perform that action at this time.
0 commit comments