Skip to content

Commit 29426b4

Browse files
authored
Update cc.h (project-chip#24009)
Fix the License text
1 parent 5855310 commit 29426b4

File tree

1 file changed

+11
-11
lines changed
  • src/lwip/cyw30739/arch

1 file changed

+11
-11
lines changed

src/lwip/cyw30739/arch/cc.h

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*
22
*
3-
* Copyright (c) 2020 Nest Labs, Inc.
4-
* All rights reserved.
3+
* Copyright (c) 2020 Project CHIP Authors
4+
* Copyright (c) 2019 Nest Labs, Inc.
55
*
6-
* This document is the property of Nest. It is considered
7-
* confidential and proprietary information.
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
89
*
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.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1211
*
13-
* Description:
14-
* This file defines processor-architecture- and toolchain-
15-
* specific constants and types required for building
16-
* LwIP against FreeRTOS.
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
1717
*
1818
*/
1919
#pragma once

0 commit comments

Comments
 (0)