summaryrefslogtreecommitdiff
path: root/src/upb_encoder.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2011-03-20 13:49:16 -0700
committerJosh Haberman <jhaberman@gmail.com>2011-03-20 13:49:16 -0700
commitb796c1b31729e3e8f2501c30c0b8856f773b555c (patch)
tree7fb2c2ca17af3e33e506926dbf6747b0f610c553 /src/upb_encoder.h
parent8ef6873e0e14309a1715a252a650bab0ae1a33ef (diff)
Update copyright to be Google Inc.
This doesn't reflect any material change in how I will be working on upb, and I have no problem making this change. It's still open source under the BSD license, and I'll still be working on it well beyond the hours that constitute a normal job.
Diffstat (limited to 'src/upb_encoder.h')
-rw-r--r--src/upb_encoder.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/upb_encoder.h b/src/upb_encoder.h
index d8d4b4f..64c5047 100644
--- a/src/upb_encoder.h
+++ b/src/upb_encoder.h
@@ -1,13 +1,15 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Implements a upb_sink that writes protobuf data to the binary wire format.
+ * Copyright (c) 2009-2010 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
+ *
+ * Implements a set of upb_handlers that write protobuf data to the binary wire
+ * format.
*
* For messages that have any submessages, the encoder needs a buffer
* containing the submessage sizes, so they can be properly written at the
* front of each message. Note that groups do *not* have this requirement.
- *
- * Copyright (c) 2009-2010 Joshua Haberman. See LICENSE for details.
*/
#ifndef UPB_ENCODER_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback