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

Commit e4b2a3d

Browse files
committed
Copy data-access.proto from the official version in openweave-wdlc
Copy from commit c827473f8c762af08391667da1f99ef81bd8a22f in openweave-wdlc
1 parent 3022787 commit e4b2a3d

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

src/test-apps/happy/test-templates/generated/wdl/data_access.proto

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
/*
22
*
3-
* Copyright (c) 2016 Nest Labs, Inc.
3+
* Copyright (c) 2019 Google LLC.
4+
* Copyright (c) 2016-2018 Nest Labs, Inc.
45
* All rights reserved.
56
*
6-
* This document is the property of Nest. It is considered
7-
* confidential and proprietary information.
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
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+
* http://www.apache.org/licenses/LICENSE-2.0
1212
*
13-
*
14-
* Contact:
15-
* Version:
16-
*
17-
* Revision history:
18-
* Date Version Owner/Summary
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
*/
19+
20+
/**
21+
* @file
22+
* This file defines Weave Data Language (WDL) event priorities and
23+
* schema access controls, privileges, and variability qualities.
1924
*
2025
*/
2126

@@ -44,8 +49,8 @@ enum EventImportance {
4449
/**
4550
* Production Critical importance denotes events whose loss would have
4651
* significant impact on critical customer-facing features. They are the
47-
* highest importance and should be used sparingly and with consideration
48-
* of product constraints like power and memory.
52+
* highest importance/priority and should be used sparingly and with consideration
53+
* of product constraints like power and memory.
4954
*/
5055
EVENT_IMPORTANCE_PRODUCTION_CRITICAL = 1;
5156

0 commit comments

Comments
 (0)