Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases.
diff --git a/js/encoding/BinaryXMLDecoder.js b/js/encoding/BinaryXMLDecoder.js
index 53343f4..718f898 100644
--- a/js/encoding/BinaryXMLDecoder.js
+++ b/js/encoding/BinaryXMLDecoder.js
@@ -1,7 +1,7 @@
/*
* This class is used to decode ccnb binary elements (blob, type/value pairs).
*
- * @author: ucla-cs
+ * @author: Meki Cheraoui
* See COPYING for copyright and distribution information.
*/
diff --git a/js/encoding/BinaryXMLEncoder.js b/js/encoding/BinaryXMLEncoder.js
index 5460427..7883622 100644
--- a/js/encoding/BinaryXMLEncoder.js
+++ b/js/encoding/BinaryXMLEncoder.js
@@ -1,7 +1,7 @@
/*
* This class is used to encode ccnb binary elements (blob, type/value pairs).
*
- * @author: ucla-cs
+ * @author: Meki Cheraoui
* See COPYING for copyright and distribution information.
*/
diff --git a/js/encoding/BinaryXMLStructureDecoder.js b/js/encoding/BinaryXMLStructureDecoder.js
index 4ad3de9..04a3b56 100644
--- a/js/encoding/BinaryXMLStructureDecoder.js
+++ b/js/encoding/BinaryXMLStructureDecoder.js
@@ -2,7 +2,7 @@
* This class uses BinaryXMLDecoder to follow the structure of a ccnb binary element to
* determine its end.
*
- * @author: ucla-cs
+ * @author: Jeff Thompson
* See COPYING for copyright and distribution information.
*/
diff --git a/js/encoding/DataUtils.js b/js/encoding/DataUtils.js
index c725209..54f79de 100644
--- a/js/encoding/DataUtils.js
+++ b/js/encoding/DataUtils.js
@@ -1,6 +1,6 @@
/*
* This class contains utilities to help parse the data
- * author: ucla-cs
+ * author: Meki Cheraoui, Jeff Thompson
* See COPYING for copyright and distribution information.
*/
diff --git a/js/encoding/EncodingUtils.js b/js/encoding/EncodingUtils.js
index 07180d9..3f46204 100644
--- a/js/encoding/EncodingUtils.js
+++ b/js/encoding/EncodingUtils.js
@@ -1,6 +1,6 @@
/*
* This file contains utilities to help encode and decode NDN objects.
- * author: ucla-cs
+ * author: Meki Cheraoui
* See COPYING for copyright and distribution information.
*/
diff --git a/js/encoding/MimeTypes.js b/js/encoding/MimeTypes.js
index b5459ed..9689355 100644
--- a/js/encoding/MimeTypes.js
+++ b/js/encoding/MimeTypes.js
@@ -1,3 +1,9 @@
+/*
+ * This class defines MOME types based on the filename extension.
+ * author: Jeff Thompson
+ * See COPYING for copyright and distribution information.
+ */
+
var MimeTypes = {
/*
* Based on filename, return an object with properties contentType and charset.
diff --git a/js/encoding/TextXMLCodec.js b/js/encoding/TextXMLCodec.js
index b8d5662..97e5f15 100644
--- a/js/encoding/TextXMLCodec.js
+++ b/js/encoding/TextXMLCodec.js
@@ -1,6 +1,6 @@
//TODO INCOMPLETE
/*
- * @author: ucla-cs
+ * @author: Meki Cheraoui
* See COPYING for copyright and distribution information.
*
* Encodes CCN object into xml tags
diff --git a/js/encoding/TextXMLDecoder.js b/js/encoding/TextXMLDecoder.js
index 54bf2d7..784f217 100644
--- a/js/encoding/TextXMLDecoder.js
+++ b/js/encoding/TextXMLDecoder.js
@@ -1,7 +1,7 @@
//TODO INCOMPLETE
/*
- * @author: ucla-cs
+ * @author: Meki Cheraoui
* See COPYING for copyright and distribution information.
*
* Decodes CCN object into xml
diff --git a/js/encoding/TextXMLEncoder.js b/js/encoding/TextXMLEncoder.js
index b22aa0c..1b9f5a9 100644
--- a/js/encoding/TextXMLEncoder.js
+++ b/js/encoding/TextXMLEncoder.js
@@ -1,6 +1,6 @@
//TODO INCOMPLETE
/*
- * @author: ucla-cs
+ * @author: Meki Cheraoui
* See COPYING for copyright and distribution information.
*
* Encodes CCN object into xml