From b796c1b31729e3e8f2501c30c0b8856f773b555c Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Sun, 20 Mar 2011 13:49:16 -0700 Subject: 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. --- src/upb_decoder.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/upb_decoder.h') diff --git a/src/upb_decoder.h b/src/upb_decoder.h index af2124c..32a989a 100644 --- a/src/upb_decoder.h +++ b/src/upb_decoder.h @@ -1,6 +1,9 @@ /* * upb - a minimalist implementation of protocol buffers. * + * Copyright (c) 2009-2010 Google Inc. See LICENSE for details. + * Author: Josh Haberman + * * upb_decoder implements a high performance, streaming decoder for protobuf * data that works by implementing upb_src and getting its data from a * upb_bytesrc. @@ -9,8 +12,6 @@ * if the bytesrc returns UPB_STATUS_TRYAGAIN it is not possible to resume the * decoder when data becomes available again. Support for this could be added, * but it would add complexity and perhaps cost efficiency also. - * - * Copyright (c) 2009-2010 Joshua Haberman. See LICENSE for details. */ #ifndef UPB_DECODER_H_ -- cgit v1.2.3