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_stream.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/upb_stream.h') diff --git a/src/upb_stream.h b/src/upb_stream.h index 9221a6b..f2ae11c 100644 --- a/src/upb_stream.h +++ b/src/upb_stream.h @@ -1,6 +1,9 @@ /* * upb - a minimalist implementation of protocol buffers. * + * Copyright (c) 2010-2011 Google Inc. See LICENSE for details. + * Author: Josh Haberman + * * This file defines general-purpose streaming data interfaces: * * - upb_handlers: represents a set of callbacks, very much like in XML's SAX @@ -20,9 +23,6 @@ * with input that came from protobuf binary format, protobuf text format, or * even an in-memory upb_msg -- the pretty printer will not know the * difference. - * - * Copyright (c) 2010-2011 Joshua Haberman. See LICENSE for details. - * */ #ifndef UPB_STREAM_H -- cgit v1.2.3