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/upbc.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/upbc.c') diff --git a/src/upbc.c b/src/upbc.c index 4fa8a71..956a1b2 100644 --- a/src/upbc.c +++ b/src/upbc.c @@ -1,11 +1,12 @@ /* * upb - a minimalist implementation of protocol buffers. * - * upbc is the upb compiler. This is some deep code that I wish could be - * easier to understand, but by its nature it is doing some very "meta" - * kinds of things. + * Copyright (c) 2009 Google Inc. See LICENSE for details. + * Author: Josh Haberman * - * Copyright (c) 2009 Joshua Haberman. See LICENSE for details. + * upbc is the upb compiler, which at the moment simply takes a + * protocol descriptor and outputs a header file containing the + * names and types of the fields. */ #include -- cgit v1.2.3