summaryrefslogtreecommitdiff
path: root/src/proto/packet.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/packet.proto')
-rw-r--r--src/proto/packet.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/proto/packet.proto b/src/proto/packet.proto
index c07206742..53f69e533 100644
--- a/src/proto/packet.proto
+++ b/src/proto/packet.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2013 ARM Limited
+// Copyright (c) 2012-2013,2017 ARM Limited
// All rights reserved
//
// The license below extends only to copyright in the software and shall
@@ -35,6 +35,8 @@
//
// Authors: Andreas Hansson
+syntax = "proto2";
+
// Put all the generated messages in a namespace
package ProtoMessage;