Permalink
Browse files
Add syntax to proto files
- Loading branch information...
|
@@ -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 |
|
|
|
@@ -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; |
|
|
|
|
|
|
|
|
@@ -1,3 +1,5 @@ |
|
|
|
syntax = "proto2"; |
|
|
|
|
|
|
|
package pb.tagreader; |
|
|
|
|
|
|
|
message SongMetadata { |
|
|
0 comments on commit
956df42