Update references with my old legal name/email to my current name/email address

No functional change

Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
diff --git a/scripts/abspath.sh b/scripts/abspath.sh
index a7f0cf6..f086248 100755
--- a/scripts/abspath.sh
+++ b/scripts/abspath.sh
@@ -18,7 +18,7 @@
 #    with this program; if not, write to the Free Software Foundation, Inc.,
 #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
-# Garrett Cooper, January 2010
+# Ngie Cooper, January 2010
 #
 
 . "${0%/*}/lib/file_functions.sh"
diff --git a/scripts/detect_distro.sh b/scripts/detect_distro.sh
index db2f6f6..df9d927 100755
--- a/scripts/detect_distro.sh
+++ b/scripts/detect_distro.sh
@@ -18,7 +18,7 @@
 #    with this program; if not, write to the Free Software Foundation, Inc.,
 #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
-# Garrett Cooper, January 2010
+# Ngie Cooper, January 2010
 #
 #
 
diff --git a/scripts/lib/file_functions.sh b/scripts/lib/file_functions.sh
index fe15bd1..32c4331 100644
--- a/scripts/lib/file_functions.sh
+++ b/scripts/lib/file_functions.sh
@@ -18,7 +18,7 @@
 #    with this program; if not, write to the Free Software Foundation, Inc.,
 #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
-# Garrett Cooper, January 2010
+# Ngie Cooper, January 2010
 #
 # POSIX compliant bourne shell functions for performing make 3.81
 # compliancy in 3.80 with a minimal set of external commands
diff --git a/scripts/realpath.sh b/scripts/realpath.sh
index a43a6af..d05088e 100755
--- a/scripts/realpath.sh
+++ b/scripts/realpath.sh
@@ -18,7 +18,7 @@
 #    with this program; if not, write to the Free Software Foundation, Inc.,
 #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
-# Garrett Cooper, January 2010
+# Ngie Cooper, January 2010
 #
 
 . "${0%/*}/lib/file_functions.sh"
diff --git a/scripts/safe_rm.sh b/scripts/safe_rm.sh
index 56a9b80..68e9614 100755
--- a/scripts/safe_rm.sh
+++ b/scripts/safe_rm.sh
@@ -23,7 +23,7 @@
 # been added to the build tests that should be run before each release to avoid
 # build regressions).
 #
-# Garrett Cooper, February 2010
+# Ngie Cooper, February 2010
 #
 
 . "${0%/*}/lib/file_functions.sh"
diff --git a/scripts/tests/test_abspath.sh b/scripts/tests/test_abspath.sh
index 51c73ea..8861cc5 100755
--- a/scripts/tests/test_abspath.sh
+++ b/scripts/tests/test_abspath.sh
@@ -18,7 +18,7 @@
 #    with this program; if not, write to the Free Software Foundation, Inc.,
 #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
-# Garrett Cooper, January 2010
+# Ngie Cooper, January 2010
 #
 
 SCRIPTS_DIR="$(readlink -f ${0%/*}/..)"
diff --git a/scripts/tests/test_safe_rm.sh b/scripts/tests/test_safe_rm.sh
index 572c652..92bf534 100755
--- a/scripts/tests/test_safe_rm.sh
+++ b/scripts/tests/test_safe_rm.sh
@@ -18,7 +18,7 @@
 #    with this program; if not, write to the Free Software Foundation, Inc.,
 #    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
-# Garrett Cooper, February 2010
+# Ngie Cooper, February 2010
 #
 
 export SIMULATE_RM=1