summaryrefslogtreecommitdiff
path: root/src/upb_atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_atomic.h')
-rw-r--r--src/upb_atomic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upb_atomic.h b/src/upb_atomic.h
index 87d06fe..b1ba60d 100644
--- a/src/upb_atomic.h
+++ b/src/upb_atomic.h
@@ -1,7 +1,8 @@
/*
* upb - a minimalist implementation of protocol buffers.
*
- * Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
+ * Copyright (c) 2009 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
*
* Only a very small part of upb is thread-safe. Notably, individual
* messages, arrays, and strings are *not* thread safe for mutating.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback