diff --git a/Copyright.txt b/Copyright.txt
index f8ad35da7be7ffd7734b6ba94cbd9ff9387ac6f9..65c2661a9a5f353cedb781e5b42eaaec86627d9a 100644
--- a/Copyright.txt
+++ b/Copyright.txt
@@ -20,6 +20,7 @@ The following individuals and institutions are among the Contributors:
 * Greg S. Eisenhauer <eisen@cc.gatech.edu> 
 * William F. Goody <godoywf@ornl.gov>
 * Norbert Podhorszki <pnorbert@ornl.gov>
+* Ruonan (Jason) Wang <wangr1@ornl.gov>
 
 See version control history for details of individual contributions.
 
diff --git a/examples/hello/datamanWriter/helloDataManWriter.cpp b/examples/hello/datamanWriter/helloDataManWriter.cpp
index b2276254e98cb3075c77518a786b9f05b1840129..c4d7ac1ad5e14820d15cdcea74bc99cec3bebefa 100644
--- a/examples/hello/datamanWriter/helloDataManWriter.cpp
+++ b/examples/hello/datamanWriter/helloDataManWriter.cpp
@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
         if (!datamanSettings.isUserDefined())
         {
             // if not defined by user, we can change the default settings
-            datamanSettings.SetEngine("DatamanWriter");
+            datamanSettings.SetEngine("DataManWriter");
             datamanSettings.SetParameters("peer-to-peer=yes", "real_time=yes",
                                           "compress=no");
             datamanSettings.AddTransport("Mdtm", "localIP=128.0.0.0.1",