|
1 | 1 | /* |
2 | 2 | * |
3 | | - * Copyright (c) 2016 Nest Labs, Inc. |
| 3 | + * Copyright (c) 2019 Google LLC. |
| 4 | + * Copyright (c) 2016-2018 Nest Labs, Inc. |
4 | 5 | * All rights reserved. |
5 | 6 | * |
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 |
8 | 10 | * |
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 |
12 | 12 | * |
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. |
19 | 24 | * |
20 | 25 | */ |
21 | 26 |
|
@@ -44,8 +49,8 @@ enum EventImportance { |
44 | 49 | /** |
45 | 50 | * Production Critical importance denotes events whose loss would have |
46 | 51 | * 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. |
49 | 54 | */ |
50 | 55 | EVENT_IMPORTANCE_PRODUCTION_CRITICAL = 1; |
51 | 56 |
|
|
0 commit comments