diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-21 10:50:46 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-21 22:20:59 +0100 |
commit | 680f90bc77e7a29991cab47f0feb9cd2536f5763 (patch) | |
tree | 78371c46a6cf81b3d3fc65803c690c07a7475326 /src | |
parent | 35ca613251d372335424a7d758411d3bb8c7bc00 (diff) | |
download | cmumble-680f90bc77e7a29991cab47f0feb9cd2536f5763.tar.gz cmumble-680f90bc77e7a29991cab47f0feb9cd2536f5763.tar.bz2 cmumble-680f90bc77e7a29991cab47f0feb9cd2536f5763.zip |
mumble.proto: Rephrase the copy warning
Diffstat (limited to 'src')
-rw-r--r-- | src/mumble.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mumble.proto b/src/mumble.proto index 33ee20e..9e146cd 100644 --- a/src/mumble.proto +++ b/src/mumble.proto @@ -1,4 +1,4 @@ -/* NOTE: Do not replace this file directly with future mumble.proto. +/* NOTE: Do not replace this file directly with future upstream Mumble.proto. We derive the message id from the position in this file. */ package MumbleProto; |