commit | e5b37a54a46b660c55224630b41515f8bdffdeba | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 15:39:01 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 15:39:01 2013 -0700 |
tree | 580f1850e702ef46db49ab9e8d9d37ddd0d322d2 | |
parent | d6e8fa110b9857a6752b8adfc1aa26dab315dc1b [diff] |
Added attribution to Meki.
diff --git a/ndn-cpp/c/encoding/BinaryXMLDecoder.c b/ndn-cpp/c/encoding/BinaryXMLDecoder.c index bbf5e55..60040ae 100644 --- a/ndn-cpp/c/encoding/BinaryXMLDecoder.c +++ b/ndn-cpp/c/encoding/BinaryXMLDecoder.c
@@ -1,5 +1,6 @@ /** * @author: Jeff Thompson + * Derived from BinaryXMLDecoder.js by Meki Cheraoui. * See COPYING for copyright and distribution information. */
diff --git a/ndn-cpp/c/encoding/BinaryXMLEncoder.c b/ndn-cpp/c/encoding/BinaryXMLEncoder.c index a618abf..ad7a5d1 100644 --- a/ndn-cpp/c/encoding/BinaryXMLEncoder.c +++ b/ndn-cpp/c/encoding/BinaryXMLEncoder.c
@@ -1,5 +1,6 @@ /** * @author: Jeff Thompson + * Derived from BinaryXMLEncoder.js by Meki Cheraoui. * See COPYING for copyright and distribution information. */