summaryrefslogtreecommitdiff
path: root/proto/atoms.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/atoms.proto')
-rw-r--r--proto/atoms.proto16
1 files changed, 15 insertions, 1 deletions
diff --git a/proto/atoms.proto b/proto/atoms.proto
index 293b466..69e7c41 100644
--- a/proto/atoms.proto
+++ b/proto/atoms.proto
@@ -1,3 +1,16 @@
+// Copyright 2022 Google LLC
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
syntax = "proto2";
package mobiledatadownload.logs;
@@ -8,9 +21,10 @@ option java_outer_classname = "AtomsProto";
/**
* These protos are duplicates of the MobileDataDownload protos logged as
- * MODE_BYTES in go/atoms.proto.
+ * MODE_BYTES in <internal>.
* TODO(b/243579271): remove this duplication
*/
+
/** Shared data among MobileDataDownload statistics. Not meant to be a top level
* atom proto.*/
message MobileDataDownloadFileGroupStats {