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

Commit 5c933cd

Browse files
authored
Merge pull request #459 from samhansen/apache-20-licenses
Assume Apache 2.0 license for vendor/nestlabs modules
2 parents 4a9c960 + ca4dfe7 commit 5c933cd

File tree

5 files changed

+50
-30
lines changed

5 files changed

+50
-30
lines changed

src/lib/profiles/vendor/nestlabs/device-description/NestProductIdentifiers.hpp

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/*
2-
*
32
* Copyright (c) 2014-2018 Nest Labs, Inc.
3+
* Copyright (c) 2019 Google, LLC.
44
* All rights reserved.
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
*
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.
1317
*/
1418

1519
/**

src/lib/profiles/vendor/nestlabs/dropcam-legacy-pairing/DropcamLegacyPairing.cpp

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/*
2-
*
32
* Copyright (c) 2016 Nest Labs, Inc.
3+
* Copyright (c) 2019 Google, LLC.
44
* All rights reserved.
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
*
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.
1317
*/
1418

1519
/**

src/lib/profiles/vendor/nestlabs/dropcam-legacy-pairing/DropcamLegacyPairing.h

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/*
2-
*
32
* Copyright (c) 2016 Nest Labs, Inc.
3+
* Copyright (c) 2019 Google, LLC.
44
* All rights reserved.
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
*
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.
1317
*/
1418

1519
/**

src/lib/profiles/vendor/nestlabs/thermostat/IfjStatusStr.cpp

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/*
2-
*
32
* Copyright (c) 2016 Nest Labs, Inc.
3+
* Copyright (c) 2019 Google, LLC.
44
* All rights reserved.
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
*
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.
1317
*/
1418

1519
/**

src/lib/profiles/vendor/nestlabs/thermostat/NestThermostatWeaveConstants.h

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/*
2-
*
32
* Copyright (c) 2013-2014 Nest Labs, Inc.
3+
* Copyright (c) 2019 Google, LLC.
44
* All rights reserved.
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
*
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.
1317
*/
1418

1519
/**

0 commit comments

Comments
 (0)