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_glue.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/upb_glue.h') diff --git a/src/upb_glue.h b/src/upb_glue.h index afb7b59..d1a26d1 100644 --- a/src/upb_glue.h +++ b/src/upb_glue.h @@ -1,6 +1,9 @@ /* * upb - a minimalist implementation of protocol buffers. * + * Copyright (c) 2011 Google Inc. See LICENSE for details. + * Author: Josh Haberman + * * upb's core components like upb_decoder and upb_msg are carefully designed to * avoid depending on each other for maximum orthogonality. In other words, * you can use a upb_decoder to decode into *any* kind of structure; upb_msg is @@ -18,8 +21,6 @@ * time these functions are called. For this reason, if you are parsing lots * of data and efficiency is an issue, these may not be the best functions to * use (though they are useful for prototyping, before optimizing). - * - * Copyright (c) 2011 Joshua Haberman. See LICENSE for details. */ #ifndef UPB_GLUE_H -- cgit v1.2.3