All source files: Added UC Copyright. Added jefft0 email address.
diff --git a/ndn-cpp/c/util/dynamic-uchar-array.c b/ndn-cpp/c/util/dynamic-uchar-array.c
index d961e7f..aa573e8 100644
--- a/ndn-cpp/c/util/dynamic-uchar-array.c
+++ b/ndn-cpp/c/util/dynamic-uchar-array.c
@@ -1,5 +1,6 @@
/**
- * @author: Jeff Thompson
+ * Copyright (C) 2013 Regents of the University of California.
+ * @author: Jeff Thompson <jefft0@remap.ucla.edu>
* See COPYING for copyright and distribution information.
*/
@@ -24,4 +25,4 @@
self->length = newLength;
return NDN_ERROR_success;
-}
\ No newline at end of file
+}