Add syntax to proto files

This commit is contained in:
Jonas Kvinge 2019-01-27 01:15:43 +01:00 committed by John Maguire
parent 3256e81414
commit 956df42caa
3 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,8 @@
// Note: this file is licensed under the Apache License instead of GPL, so
// 3rd party applications or libraries can use another license besides GPL.
syntax = "proto2";
package pb.remote;
// The supported message types

View File

@ -18,6 +18,7 @@
// it is used by the Spotify blob which links against libspotify and is not GPL
// compatible.
syntax = "proto2";
package pb.spotify;

View File

@ -1,3 +1,5 @@
syntax = "proto2";
package pb.tagreader;
message SongMetadata {