Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 7a1da3f

Browse files
committed
Add Apache license/Google LLC copyright on configuration files
LwIP headers and adaptation C files have been created as a part of the device adaptation layer, and were tagged with an incorrect license header upon committing to OpenWeave. This commit addresses the issue
1 parent de3ca7f commit 7a1da3f

File tree

4 files changed

+55
-28
lines changed

4 files changed

+55
-28
lines changed

src/lwip/freertos/arch/sys_arch.h

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
/*
2-
*
3-
* Copyright (c) 2015 Nest Labs, Inc.
2+
* Copyright (c) 2018-2019 Google LLC.
43
* All rights reserved.
54
*
6-
* This document is the property of Nest. It is considered
7-
* confidential and proprietary information.
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
88
*
9-
* This document may not be reproduced or transmitted in any form,
10-
* in whole or in part, without the express written permission of
11-
* Nest.
9+
* http://www.apache.org/licenses/LICENSE-2.0
1210
*
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+
*/
17+
18+
/*
1319
* Description:
1420
* LwIP sys_arch definitions for use with FreeRTOS.
1521
*

src/lwip/freertos/sys_arch.c

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
/*
2-
*
3-
* Copyright (c) 2015 Nest Labs, Inc.
2+
* Copyright (c) 2018-2019 Google LLC.
43
* All rights reserved.
54
*
6-
* This document is the property of Nest. It is considered
7-
* confidential and proprietary information.
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
810
*
9-
* This document may not be reproduced or transmitted in any form,
10-
* in whole or in part, without the express written permission of
11-
* Nest.
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+
*/
17+
18+
/*
1219
*
1320
* Description:
1421
* LwIP sys_arch definitions for use with FreeRTOS.

src/lwip/nrf5/arch/cc.h

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
/*
2-
*
3-
* Copyright (c) 2012 Nest Labs, Inc.
2+
* Copyright (c) 2018-2019 Google LLC.
43
* All rights reserved.
54
*
6-
* This document is the property of Nest. It is considered
7-
* confidential and proprietary information.
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
810
*
9-
* This document may not be reproduced or transmitted in any form,
10-
* in whole or in part, without the express written permission of
11-
* Nest.
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+
*/
17+
18+
/*
1219
*
1320
* Description:
1421
* This file defines processor-architecture- and toolchain-

src/lwip/nrf5/arch/perf.h

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
/*
2-
*
3-
* Copyright (c) 2012 Nest Labs, Inc.
2+
* Copyright (c) 2018-2019 Google LLC.
43
* All rights reserved.
54
*
6-
* This document is the property of Nest. It is considered
7-
* confidential and proprietary information.
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
810
*
9-
* This document may not be reproduced or transmitted in any form,
10-
* in whole or in part, without the express written permission of
11-
* Nest.
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+
*/
17+
18+
/*
1219
*
1320
* Description:
1421
* This file defines processor-architecture-specific constants,

0 commit comments

Comments
 (0)