From 9e31d11116e03c52fd52d4c3347bc9d9681a3e00 Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Mon, 13 Aug 2018 12:33:45 +0300 Subject: [PATCH] Update apache license to config-files (#1781) --- source/configs/base/cfg_ethernet.h | 17 +++++++++++++++++ source/configs/base/cfg_local_socket.h | 17 +++++++++++++++++ source/configs/base/cfg_lowpan_border_router.h | 17 +++++++++++++++++ source/configs/base/cfg_lowpan_host.h | 17 +++++++++++++++++ source/configs/base/cfg_lowpan_router.h | 17 +++++++++++++++++ source/configs/base/cfg_rf_tunnel.h | 17 +++++++++++++++++ source/configs/base/cfg_thread_border_router.h | 17 +++++++++++++++++ source/configs/base/cfg_thread_end_device.h | 16 ++++++++++++++++ .../configs/base/cfg_thread_full_end_device.h | 17 +++++++++++++++++ source/configs/base/cfg_thread_router.h | 16 ++++++++++++++++ source/configs/cfg_ethernet_host.h | 2 +- source/configs/cfg_generic.h | 2 +- source/configs/cfg_lowpan_border_router.h | 2 +- .../cfg_lowpan_border_router_rf_tunnel.h | 2 +- .../cfg_lowpan_border_router_rf_tunnel_ecc.h | 2 +- ...lowpan_border_router_rf_tunnel_ecc_release.h | 2 +- source/configs/cfg_lowpan_host.h | 2 +- source/configs/cfg_lowpan_router.h | 2 +- source/configs/cfg_lowpan_router_ecc.h | 2 +- source/configs/cfg_lowpan_router_ecc_release.h | 2 +- source/configs/cfg_nanostack_full.h | 2 +- source/configs/cfg_nanostack_full_debug.h | 2 +- source/configs/cfg_rf_interface.h | 17 +++++++++++++++++ source/configs/cfg_thread_border_router.h | 2 +- source/configs/cfg_thread_end_device.h | 2 +- source/configs/cfg_thread_full_end_device.h | 2 +- source/configs/cfg_thread_router.h | 2 +- source/configs/cfg_thread_thci.h | 2 +- 28 files changed, 202 insertions(+), 17 deletions(-) diff --git a/source/configs/base/cfg_ethernet.h b/source/configs/base/cfg_ethernet.h index 35fd65af7aa..6c1b6c0156c 100644 --- a/source/configs/base/cfg_ethernet.h +++ b/source/configs/base/cfg_ethernet.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + /* Config Flags for Ethernet Bootstrap */ #define HAVE_ETHERNET diff --git a/source/configs/base/cfg_local_socket.h b/source/configs/base/cfg_local_socket.h index 570ad810fb2..4eed70c5314 100644 --- a/source/configs/base/cfg_local_socket.h +++ b/source/configs/base/cfg_local_socket.h @@ -1 +1,18 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + #define HAVE_LOCAL_SOCKET diff --git a/source/configs/base/cfg_lowpan_border_router.h b/source/configs/base/cfg_lowpan_border_router.h index 19aa05ac042..56b598e7f14 100644 --- a/source/configs/base/cfg_lowpan_border_router.h +++ b/source/configs/base/cfg_lowpan_border_router.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + /* Config Flags for 6LoWPAN Border router */ #include "cfg_lowpan_router.h" diff --git a/source/configs/base/cfg_lowpan_host.h b/source/configs/base/cfg_lowpan_host.h index 272227bd853..11484d1b451 100644 --- a/source/configs/base/cfg_lowpan_host.h +++ b/source/configs/base/cfg_lowpan_host.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + /* Config Flags for 6LoWPAN Host */ #define HAVE_IPV6_ND #define HAVE_6LOWPAN_ND diff --git a/source/configs/base/cfg_lowpan_router.h b/source/configs/base/cfg_lowpan_router.h index 4c825f78b7d..6dd4a93471f 100644 --- a/source/configs/base/cfg_lowpan_router.h +++ b/source/configs/base/cfg_lowpan_router.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + /* Config Flags for 6LoWPAN Router */ #include "cfg_lowpan_host.h" diff --git a/source/configs/base/cfg_rf_tunnel.h b/source/configs/base/cfg_rf_tunnel.h index f943f1420c7..6e6b09acb01 100644 --- a/source/configs/base/cfg_rf_tunnel.h +++ b/source/configs/base/cfg_rf_tunnel.h @@ -1 +1,18 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + #define HAVE_RF_TUNNEL diff --git a/source/configs/base/cfg_thread_border_router.h b/source/configs/base/cfg_thread_border_router.h index 20707249bfe..be579f1e39b 100644 --- a/source/configs/base/cfg_thread_border_router.h +++ b/source/configs/base/cfg_thread_border_router.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + #include "cfg_thread_router.h" #define HAVE_THREAD_BORDER_ROUTER diff --git a/source/configs/base/cfg_thread_end_device.h b/source/configs/base/cfg_thread_end_device.h index 9c13a150aa7..4cab9f26a18 100644 --- a/source/configs/base/cfg_thread_end_device.h +++ b/source/configs/base/cfg_thread_end_device.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ /* Thread feature is active with minimal functionality */ #define HAVE_THREAD diff --git a/source/configs/base/cfg_thread_full_end_device.h b/source/configs/base/cfg_thread_full_end_device.h index 3d5e80a872c..7a605f4d1dc 100644 --- a/source/configs/base/cfg_thread_full_end_device.h +++ b/source/configs/base/cfg_thread_full_end_device.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + /** * Thread Full End Device configuration file. */ diff --git a/source/configs/base/cfg_thread_router.h b/source/configs/base/cfg_thread_router.h index e9bfb92cd89..a15d0ba5a36 100644 --- a/source/configs/base/cfg_thread_router.h +++ b/source/configs/base/cfg_thread_router.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ #include "cfg_thread_full_end_device.h" diff --git a/source/configs/cfg_ethernet_host.h b/source/configs/cfg_ethernet_host.h index f2c2c00e701..7a68772bc19 100644 --- a/source/configs/cfg_ethernet_host.h +++ b/source/configs/cfg_ethernet_host.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Arm Limited and affiliates. + * Copyright (c) 2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_generic.h b/source/configs/cfg_generic.h index 9911db7f0f8..9f8bdd91589 100644 --- a/source/configs/cfg_generic.h +++ b/source/configs/cfg_generic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016-2017, Arm Limited and affiliates. + * Copyright (c) 2014, 2016-2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_border_router.h b/source/configs/cfg_lowpan_border_router.h index 898f2b7cdbe..6ec843c10e0 100644 --- a/source/configs/cfg_lowpan_border_router.h +++ b/source/configs/cfg_lowpan_border_router.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, Arm Limited and affiliates. + * Copyright (c) 2015-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_border_router_rf_tunnel.h b/source/configs/cfg_lowpan_border_router_rf_tunnel.h index 774c5e8ab78..bad93740196 100644 --- a/source/configs/cfg_lowpan_border_router_rf_tunnel.h +++ b/source/configs/cfg_lowpan_border_router_rf_tunnel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc.h b/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc.h index 3e4438b807e..63fd2ca007f 100644 --- a/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc.h +++ b/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, Arm Limited and affiliates. + * Copyright (c) 2015-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc_release.h b/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc_release.h index 3140f6295e6..2a7ae8bf99c 100644 --- a/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc_release.h +++ b/source/configs/cfg_lowpan_border_router_rf_tunnel_ecc_release.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, Arm Limited and affiliates. + * Copyright (c) 2015-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_host.h b/source/configs/cfg_lowpan_host.h index b0a7a313f59..03533192aa9 100644 --- a/source/configs/cfg_lowpan_host.h +++ b/source/configs/cfg_lowpan_host.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, Arm Limited and affiliates. + * Copyright (c) 2015-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_router.h b/source/configs/cfg_lowpan_router.h index 5659ec6046c..b119cc3e9df 100644 --- a/source/configs/cfg_lowpan_router.h +++ b/source/configs/cfg_lowpan_router.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, Arm Limited and affiliates. + * Copyright (c) 2015-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_router_ecc.h b/source/configs/cfg_lowpan_router_ecc.h index 4d63cec8cd8..be863e9c5bd 100644 --- a/source/configs/cfg_lowpan_router_ecc.h +++ b/source/configs/cfg_lowpan_router_ecc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_lowpan_router_ecc_release.h b/source/configs/cfg_lowpan_router_ecc_release.h index 42b887d5034..f189344917b 100644 --- a/source/configs/cfg_lowpan_router_ecc_release.h +++ b/source/configs/cfg_lowpan_router_ecc_release.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_nanostack_full.h b/source/configs/cfg_nanostack_full.h index 65d6cd5f809..9aa6ba0738f 100644 --- a/source/configs/cfg_nanostack_full.h +++ b/source/configs/cfg_nanostack_full.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2016, Arm Limited and affiliates. + * Copyright (c) 2014-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_nanostack_full_debug.h b/source/configs/cfg_nanostack_full_debug.h index 696ea4ce4db..980a0499e41 100644 --- a/source/configs/cfg_nanostack_full_debug.h +++ b/source/configs/cfg_nanostack_full_debug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, Arm Limited and affiliates. + * Copyright (c) 2015-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_rf_interface.h b/source/configs/cfg_rf_interface.h index 185deba60c8..e4d1787adfd 100644 --- a/source/configs/cfg_rf_interface.h +++ b/source/configs/cfg_rf_interface.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016-2018, Arm Limited and affiliates. + * SPDX-License-Identifier: Apache-2.0 + * + * 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. + */ + #include "base/cfg_lowpan_host.h" #include "base/cfg_local_socket.h" #include "base/cfg_rf_tunnel.h" diff --git a/source/configs/cfg_thread_border_router.h b/source/configs/cfg_thread_border_router.h index 5a7c80b704d..bf0df9a149d 100644 --- a/source/configs/cfg_thread_border_router.h +++ b/source/configs/cfg_thread_border_router.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_thread_end_device.h b/source/configs/cfg_thread_end_device.h index 0729bdffe89..1b7d93d89c9 100644 --- a/source/configs/cfg_thread_end_device.h +++ b/source/configs/cfg_thread_end_device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Arm Limited and affiliates. + * Copyright (c) 2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_thread_full_end_device.h b/source/configs/cfg_thread_full_end_device.h index 66a4438a4e5..92ebdccc05d 100644 --- a/source/configs/cfg_thread_full_end_device.h +++ b/source/configs/cfg_thread_full_end_device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Arm Limited and affiliates. + * Copyright (c) 2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_thread_router.h b/source/configs/cfg_thread_router.h index 01e4958c7a5..f348ccd5de6 100644 --- a/source/configs/cfg_thread_router.h +++ b/source/configs/cfg_thread_router.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, Arm Limited and affiliates. + * Copyright (c) 2015-2016, 2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/configs/cfg_thread_thci.h b/source/configs/cfg_thread_thci.h index de7d4316af8..ad66413a0a2 100644 --- a/source/configs/cfg_thread_thci.h +++ b/source/configs/cfg_thread_thci.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017, Arm Limited and affiliates. + * Copyright (c) 2016-2018, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License");