summaryrefslogtreecommitdiff
path: root/src/upb_varint_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_varint_decoder.h')
-rw-r--r--src/upb_varint_decoder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/upb_varint_decoder.h b/src/upb_varint_decoder.h
index 8619596..6d88022 100644
--- a/src/upb_varint_decoder.h
+++ b/src/upb_varint_decoder.h
@@ -1,13 +1,14 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
+ * Copyright (c) 2011 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
+ *
* A number of routines for varint decoding (we keep them all around to have
* multiple approaches available for benchmarking). All of these functions
* require the buffer to have at least 10 bytes available; if we don't know
* for sure that there are 10 bytes, then there is only one viable option
* (branching on every byte).
- *
- * Copyright (c) 2011 Joshua Haberman. See LICENSE for details.
*/
#ifndef UPB_VARINT_DECODER_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback