diff --git a/Makefile b/Makefile index 94f2532fd..b0368a472 100644 --- a/Makefile +++ b/Makefile @@ -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, July 2009 +# Ngie Cooper, July 2009 # # Force IDcheck.sh to fix any issues found with $(DESTDIR)/etc/group and diff --git a/doc/Makefile b/doc/Makefile index b5f5b4c08..e28df6853 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/doc/build-system-guide.txt b/doc/build-system-guide.txt index 491d5f17e..e9717f1ae 100644 --- a/doc/build-system-guide.txt +++ b/doc/build-system-guide.txt @@ -7,7 +7,7 @@ the new and improved Makefile system. Changelog: - * Initial version: Garrett Cooper + * Initial version: Ngie Cooper * Reformated for asciidoc: Cyril Hrubis ****************************************************************************** diff --git a/doc/man1/Makefile b/doc/man1/Makefile index fa5ae4db4..ecd2b6da9 100644 --- a/doc/man1/Makefile +++ b/doc/man1/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # MANPREFIX := 1 diff --git a/doc/man3/Makefile b/doc/man3/Makefile index 1a7a5a3a3..ff36ddd15 100644 --- a/doc/man3/Makefile +++ b/doc/man3/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # MANPREFIX := 3 diff --git a/doc/style-guide.txt b/doc/style-guide.txt index 7f93a6d96..08f126cfa 100644 --- a/doc/style-guide.txt +++ b/doc/style-guide.txt @@ -12,7 +12,7 @@ in this document. Changelog: - * Initial version: Garrett Cooper + * Initial version: Ngie Cooper * Reformatted for asciidoc: Cyril Hrubis ********************************************************************** diff --git a/execltp.in b/execltp.in index 2167992bb..470a2dc58 100755 --- a/execltp.in +++ b/execltp.in @@ -6,7 +6,7 @@ complain about complexity involved with trying to use LTP in my organization -_-. - Copyright (C) 2009-2012, Garrett Cooper + Copyright (C) 2009-2012, Ngie Cooper This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -279,7 +279,7 @@ def main(): group = OptionGroup(parser, 'Copyright', '%(prog)s version %(version)s, Copyright (C) ' - '2009-2012, Garrett Cooper %(prog)s comes with ' + '2009-2012, Ngie Cooper %(prog)s comes with ' 'ABSOLUTELY NO WARRANTY; ' 'This is free software, and you are welcome to ' 'redistribute it under certain conditions (See the ' diff --git a/include/Makefile b/include/Makefile index 243fd8aa9..7588e6600 100644 --- a/include/Makefile +++ b/include/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/include/lapi/rt_sigaction.h b/include/lapi/rt_sigaction.h index 66ccb3e39..18236db62 100644 --- a/include/lapi/rt_sigaction.h +++ b/include/lapi/rt_sigaction.h @@ -22,7 +22,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Author: Liu Bo - * Author: Garrett Cooper + * Author: Ngie Cooper * */ diff --git a/include/mk/automake.mk b/include/mk/automake.mk index 309947c5b..219d015d0 100644 --- a/include/mk/automake.mk +++ b/include/mk/automake.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # Override these variables to use non-system available tools. diff --git a/include/mk/config.mk.default b/include/mk/config.mk.default index c20f901b6..dff3479db 100644 --- a/include/mk/config.mk.default +++ b/include/mk/config.mk.default @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # See this page for more info about LEX*: diff --git a/include/mk/config.mk.in b/include/mk/config.mk.in index 04b34e2e2..dde2a9e55 100644 --- a/include/mk/config.mk.in +++ b/include/mk/config.mk.in @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # See this page for more info about LEX*: diff --git a/include/mk/env_post.mk b/include/mk/env_post.mk index 499cd67a6..4c57fffe4 100644 --- a/include/mk/env_post.mk +++ b/include/mk/env_post.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # ENV_PRE_LOADED ?= $(error You must load env_pre.mk before including this file) diff --git a/include/mk/env_pre.mk b/include/mk/env_pre.mk index b8d47d466..c4a1f4708 100644 --- a/include/mk/env_pre.mk +++ b/include/mk/env_pre.mk @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # # This Makefile must be included first. NO IF'S, AND'S, OR BUT'S. # diff --git a/include/mk/features.mk.default b/include/mk/features.mk.default index 22a0f0e45..94b8b0c54 100644 --- a/include/mk/features.mk.default +++ b/include/mk/features.mk.default @@ -17,7 +17,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, October 2010 +# Ngie Cooper, October 2010 # # Tools enable knobs diff --git a/include/mk/features.mk.in b/include/mk/features.mk.in index 8030be71f..7536b6f20 100644 --- a/include/mk/features.mk.in +++ b/include/mk/features.mk.in @@ -17,7 +17,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, October 2010 +# Ngie Cooper, October 2010 # # Tools enable knobs diff --git a/include/mk/functions.mk b/include/mk/functions.mk index 9c9bca20d..6f67b5af8 100644 --- a/include/mk/functions.mk +++ b/include/mk/functions.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # SQUOTE := ' diff --git a/include/mk/generic_leaf_target.inc b/include/mk/generic_leaf_target.inc index a88586fd2..dd54d05e9 100644 --- a/include/mk/generic_leaf_target.inc +++ b/include/mk/generic_leaf_target.inc @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # diff --git a/include/mk/generic_leaf_target.mk b/include/mk/generic_leaf_target.mk index cb6db5e90..908d0b000 100644 --- a/include/mk/generic_leaf_target.mk +++ b/include/mk/generic_leaf_target.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # include $(top_srcdir)/include/mk/env_post.mk diff --git a/include/mk/generic_trunk_target.inc b/include/mk/generic_trunk_target.inc index c49e3c6b9..cc255c62a 100644 --- a/include/mk/generic_trunk_target.inc +++ b/include/mk/generic_trunk_target.inc @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # diff --git a/include/mk/generic_trunk_target.mk b/include/mk/generic_trunk_target.mk index f480ef6ab..576b32db3 100644 --- a/include/mk/generic_trunk_target.mk +++ b/include/mk/generic_trunk_target.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # include $(top_srcdir)/include/mk/env_post.mk diff --git a/include/mk/gitignore.mk b/include/mk/gitignore.mk index 984b6e8f9..475206dcd 100644 --- a/include/mk/gitignore.mk +++ b/include/mk/gitignore.mk @@ -17,7 +17,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 2011 +# Ngie Cooper, January 2011 # CLEAN_TARGETS+= gitignore_clean diff --git a/include/mk/lib.mk b/include/mk/lib.mk index 456db24ff..36e1ba17b 100644 --- a/include/mk/lib.mk +++ b/include/mk/lib.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # Copyright (C) Cyril Hrubis 2012 # diff --git a/include/mk/man.mk b/include/mk/man.mk index f0b452587..c94af61b1 100644 --- a/include/mk/man.mk +++ b/include/mk/man.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # ifeq ($(strip $(MANPREFIX)),) diff --git a/include/mk/testcases.mk b/include/mk/testcases.mk index ea26d4f4e..f453f4e35 100644 --- a/include/mk/testcases.mk +++ b/include/mk/testcases.mk @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # include $(top_srcdir)/include/mk/env_pre.mk diff --git a/include/old/ltp_signal.h b/include/old/ltp_signal.h index 294007b38..02ee8349a 100644 --- a/include/old/ltp_signal.h +++ b/include/old/ltp_signal.h @@ -22,7 +22,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Author: Liu Bo - * Author: Garrett Cooper + * Author: Ngie Cooper * */ diff --git a/include/tst_common.h b/include/tst_common.h index 729d7f2de..e4466d574 100644 --- a/include/tst_common.h +++ b/include/tst_common.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 Cyril Hrubis * Copyright (c) 2013 Stanislav Kholmanskikh - * Copyright (c) 2010 Garrett Cooper + * Copyright (c) 2010 Ngie Cooper * Copyright (c) 2008 Mike Frysinger * * This program is free software: you can redistribute it and/or modify diff --git a/lib/Makefile b/lib/Makefile index 663455ee3..de45bef0f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/m4/GNUmakefile b/m4/GNUmakefile index 79c8ae27e..a76308ef7 100644 --- a/m4/GNUmakefile +++ b/m4/GNUmakefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/m4/ltp-cap.m4 b/m4/ltp-cap.m4 index c7e8d3a3f..834ab36f7 100644 --- a/m4/ltp-cap.m4 +++ b/m4/ltp-cap.m4 @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl Author: Garrett Cooper +dnl Author: Ngie Cooper dnl dnl diff --git a/m4/ltp-numa.m4 b/m4/ltp-numa.m4 index 60ae07b6f..30650cd00 100644 --- a/m4/ltp-numa.m4 +++ b/m4/ltp-numa.m4 @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl Author: Garrett Cooper +dnl Author: Ngie Cooper dnl dnl diff --git a/m4/ltp-prctl.m4 b/m4/ltp-prctl.m4 index d10aae667..55872efde 100644 --- a/m4/ltp-prctl.m4 +++ b/m4/ltp-prctl.m4 @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl Author: Garrett Cooper +dnl Author: Ngie Cooper dnl dnl diff --git a/m4/ltp-signal.m4 b/m4/ltp-signal.m4 index f7258f7f7..e0a9335ba 100644 --- a/m4/ltp-signal.m4 +++ b/m4/ltp-signal.m4 @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl Author: Garrett Cooper +dnl Author: Ngie Cooper dnl dnl diff --git a/m4/ltp-time.m4 b/m4/ltp-time.m4 index b49872659..9d2954778 100644 --- a/m4/ltp-time.m4 +++ b/m4/ltp-time.m4 @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl Author: Garrett Cooper +dnl Author: Ngie Cooper dnl dnl diff --git a/m4/ltp-unshare.m4 b/m4/ltp-unshare.m4 index 7b5ce2d10..de8da7317 100644 --- a/m4/ltp-unshare.m4 +++ b/m4/ltp-unshare.m4 @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl Author: Garrett Cooper +dnl Author: Ngie Cooper dnl dnl diff --git a/pan/Makefile b/pan/Makefile index a4b575b48..8cefa99ae 100644 --- a/pan/Makefile +++ b/pan/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/runtest/Makefile b/runtest/Makefile index 87025594c..b7caaee06 100644 --- a/runtest/Makefile +++ b/runtest/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/scenario_groups/Makefile b/scenario_groups/Makefile index 66fdc80ec..2978675d9 100644 --- a/scenario_groups/Makefile +++ b/scenario_groups/Makefile @@ -17,7 +17,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, November 2010 +# Ngie Cooper, November 2010 # top_srcdir ?= .. diff --git a/scripts/abspath.sh b/scripts/abspath.sh index a7f0cf616..f0862480a 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 db2f6f6bc..df9d927e9 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 fe15bd195..32c433171 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 a43a6afc1..d05088eb3 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 56a9b80fd..68e961405 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 51c73eae0..8861cc5a5 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 572c65232..92bf534e6 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 diff --git a/testcases/Makefile b/testcases/Makefile index 61993fee3..b04e6309f 100644 --- a/testcases/Makefile +++ b/testcases/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/testcases/commands/Makefile b/testcases/commands/Makefile index 9da27c3b2..fba3a521b 100644 --- a/testcases/commands/Makefile +++ b/testcases/commands/Makefile @@ -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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../.. diff --git a/testcases/commands/ar/Makefile b/testcases/commands/ar/Makefile index 2ae268ccf..3b694a359 100644 --- a/testcases/commands/ar/Makefile +++ b/testcases/commands/ar/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/at/Makefile b/testcases/commands/at/Makefile index fd630927e..ca3fb04fe 100644 --- a/testcases/commands/at/Makefile +++ b/testcases/commands/at/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/cp/Makefile b/testcases/commands/cp/Makefile index c5cdda948..f71e9f3e8 100644 --- a/testcases/commands/cp/Makefile +++ b/testcases/commands/cp/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/cpio/Makefile b/testcases/commands/cpio/Makefile index 32c111ce2..55a8912cb 100644 --- a/testcases/commands/cpio/Makefile +++ b/testcases/commands/cpio/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/cron/Makefile b/testcases/commands/cron/Makefile index 1b49488e0..4969ec7bb 100644 --- a/testcases/commands/cron/Makefile +++ b/testcases/commands/cron/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/eject/Makefile b/testcases/commands/eject/Makefile index d22173d02..d805ac555 100644 --- a/testcases/commands/eject/Makefile +++ b/testcases/commands/eject/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/file/Makefile b/testcases/commands/file/Makefile index 387380ebc..e6257a1ff 100644 --- a/testcases/commands/file/Makefile +++ b/testcases/commands/file/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/gzip/Makefile b/testcases/commands/gzip/Makefile index 5c1c256dc..502781b57 100644 --- a/testcases/commands/gzip/Makefile +++ b/testcases/commands/gzip/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/ld/Makefile b/testcases/commands/ld/Makefile index 9e97c6620..4b7ca9630 100644 --- a/testcases/commands/ld/Makefile +++ b/testcases/commands/ld/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/ldd/Makefile b/testcases/commands/ldd/Makefile index 52e712101..6a6af0798 100644 --- a/testcases/commands/ldd/Makefile +++ b/testcases/commands/ldd/Makefile @@ -13,7 +13,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# Garrett Cooper, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/ln/Makefile b/testcases/commands/ln/Makefile index 4edf5cbb7..c32fe5c54 100644 --- a/testcases/commands/ln/Makefile +++ b/testcases/commands/ln/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/logrotate/Makefile b/testcases/commands/logrotate/Makefile index 2bab1b313..c3a701b87 100644 --- a/testcases/commands/logrotate/Makefile +++ b/testcases/commands/logrotate/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/mail/Makefile b/testcases/commands/mail/Makefile index 4bc661742..650790cbf 100644 --- a/testcases/commands/mail/Makefile +++ b/testcases/commands/mail/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/mkdir/Makefile b/testcases/commands/mkdir/Makefile index 94f12a011..285a3a288 100644 --- a/testcases/commands/mkdir/Makefile +++ b/testcases/commands/mkdir/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/mv/Makefile b/testcases/commands/mv/Makefile index a3a3c4054..ca594a50a 100644 --- a/testcases/commands/mv/Makefile +++ b/testcases/commands/mv/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/nm/Makefile b/testcases/commands/nm/Makefile index 596ddb986..37a9d7872 100644 --- a/testcases/commands/nm/Makefile +++ b/testcases/commands/nm/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/su/Makefile b/testcases/commands/su/Makefile index dd220e608..da2ff036f 100644 --- a/testcases/commands/su/Makefile +++ b/testcases/commands/su/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/tar/Makefile b/testcases/commands/tar/Makefile index ac1fa4c82..7406b1f11 100644 --- a/testcases/commands/tar/Makefile +++ b/testcases/commands/tar/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/tpm-tools/Makefile b/testcases/commands/tpm-tools/Makefile index 191f2b85b..8b5b205da 100644 --- a/testcases/commands/tpm-tools/Makefile +++ b/testcases/commands/tpm-tools/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/commands/tpm-tools/tpm/Makefile b/testcases/commands/tpm-tools/tpm/Makefile index 3c087bac6..f62cc14d1 100644 --- a/testcases/commands/tpm-tools/tpm/Makefile +++ b/testcases/commands/tpm-tools/tpm/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/commands/tpm-tools/tpm/tpm_changeauth/Makefile b/testcases/commands/tpm-tools/tpm/tpm_changeauth/Makefile index 91177d840..a52e38691 100644 --- a/testcases/commands/tpm-tools/tpm/tpm_changeauth/Makefile +++ b/testcases/commands/tpm-tools/tpm/tpm_changeauth/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpm/tpm_clear/Makefile b/testcases/commands/tpm-tools/tpm/tpm_clear/Makefile index eb93af78a..96ed9d847 100644 --- a/testcases/commands/tpm-tools/tpm/tpm_clear/Makefile +++ b/testcases/commands/tpm-tools/tpm/tpm_clear/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpm/tpm_getpubek/Makefile b/testcases/commands/tpm-tools/tpm/tpm_getpubek/Makefile index bd8720437..a42b51d49 100644 --- a/testcases/commands/tpm-tools/tpm/tpm_getpubek/Makefile +++ b/testcases/commands/tpm-tools/tpm/tpm_getpubek/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/Makefile b/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/Makefile index 183d6cb34..4a646a0a6 100644 --- a/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/Makefile +++ b/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpm/tpm_selftest/Makefile b/testcases/commands/tpm-tools/tpm/tpm_selftest/Makefile index 353a82291..589ae8e14 100644 --- a/testcases/commands/tpm-tools/tpm/tpm_selftest/Makefile +++ b/testcases/commands/tpm-tools/tpm/tpm_selftest/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpm/tpm_takeownership/Makefile b/testcases/commands/tpm-tools/tpm/tpm_takeownership/Makefile index bfbb41361..9803f04ec 100644 --- a/testcases/commands/tpm-tools/tpm/tpm_takeownership/Makefile +++ b/testcases/commands/tpm-tools/tpm/tpm_takeownership/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpm/tpm_version/Makefile b/testcases/commands/tpm-tools/tpm/tpm_version/Makefile index 6c218525b..26e64f25d 100644 --- a/testcases/commands/tpm-tools/tpm/tpm_version/Makefile +++ b/testcases/commands/tpm-tools/tpm/tpm_version/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpmtoken/Makefile b/testcases/commands/tpm-tools/tpmtoken/Makefile index 63565d964..f9c6fde69 100644 --- a/testcases/commands/tpm-tools/tpmtoken/Makefile +++ b/testcases/commands/tpm-tools/tpmtoken/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/Makefile b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/Makefile index 964ac8e27..130d83939 100644 --- a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/Makefile +++ b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/Makefile b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/Makefile index b57b9606e..81e84dd6d 100644 --- a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/Makefile +++ b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects/Makefile b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects/Makefile index 53080c967..9ebaf6be7 100644 --- a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects/Makefile +++ b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/Makefile b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/Makefile index 112e8cf79..8d1ffae72 100644 --- a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/Makefile +++ b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/Makefile b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/Makefile index e47ffa533..1c85dc0d3 100644 --- a/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/Makefile +++ b/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/commands/unzip/Makefile b/testcases/commands/unzip/Makefile index aa3b69984..fdebbce22 100644 --- a/testcases/commands/unzip/Makefile +++ b/testcases/commands/unzip/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile index 19fe84aeb..4dd11296f 100644 --- a/testcases/kernel/Makefile +++ b/testcases/kernel/Makefile @@ -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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../.. diff --git a/testcases/kernel/connectors/Makefile b/testcases/kernel/connectors/Makefile index 7661c5791..04d8a4b91 100644 --- a/testcases/kernel/connectors/Makefile +++ b/testcases/kernel/connectors/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/connectors/pec/Makefile b/testcases/kernel/connectors/pec/Makefile index 79866a465..fa0aa6828 100644 --- a/testcases/kernel/connectors/pec/Makefile +++ b/testcases/kernel/connectors/pec/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/containers/Makefile.inc b/testcases/kernel/containers/Makefile.inc index 0750f50ba..179809bc1 100644 --- a/testcases/kernel/containers/Makefile.inc +++ b/testcases/kernel/containers/Makefile.inc @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # DO NOT USE THIS FILE FOR containers / libclone!!! diff --git a/testcases/kernel/controllers/Makefile b/testcases/kernel/controllers/Makefile index 80e5e9e36..404073947 100644 --- a/testcases/kernel/controllers/Makefile +++ b/testcases/kernel/controllers/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/controllers/Makefile.inc b/testcases/kernel/controllers/Makefile.inc index b1062834e..4ca0b5ac3 100644 --- a/testcases/kernel/controllers/Makefile.inc +++ b/testcases/kernel/controllers/Makefile.inc @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # DO NOT USE THIS FILE FOR controllers / libcontrollers!!! diff --git a/testcases/kernel/controllers/cgroup/Makefile b/testcases/kernel/controllers/cgroup/Makefile index 96da7a227..0cd60adae 100644 --- a/testcases/kernel/controllers/cgroup/Makefile +++ b/testcases/kernel/controllers/cgroup/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/cgroup_fj/Makefile b/testcases/kernel/controllers/cgroup_fj/Makefile index d18e67295..2fca42058 100644 --- a/testcases/kernel/controllers/cgroup_fj/Makefile +++ b/testcases/kernel/controllers/cgroup_fj/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/cpuacct/Makefile b/testcases/kernel/controllers/cpuacct/Makefile index 9cc67b455..34ec049ae 100644 --- a/testcases/kernel/controllers/cpuacct/Makefile +++ b/testcases/kernel/controllers/cpuacct/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/cpuctl/Makefile b/testcases/kernel/controllers/cpuctl/Makefile index ab1e8ea2e..93a1b26c1 100644 --- a/testcases/kernel/controllers/cpuctl/Makefile +++ b/testcases/kernel/controllers/cpuctl/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/cpuctl_fj/Makefile b/testcases/kernel/controllers/cpuctl_fj/Makefile index d7420befd..b0bf9b1b2 100644 --- a/testcases/kernel/controllers/cpuctl_fj/Makefile +++ b/testcases/kernel/controllers/cpuctl_fj/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/cpuset/Makefile b/testcases/kernel/controllers/cpuset/Makefile index d988d0c96..153cd2b20 100644 --- a/testcases/kernel/controllers/cpuset/Makefile +++ b/testcases/kernel/controllers/cpuset/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/cpuset/Makefile.inc b/testcases/kernel/controllers/cpuset/Makefile.inc index 9e002f4cd..db6a84305 100644 --- a/testcases/kernel/controllers/cpuset/Makefile.inc +++ b/testcases/kernel/controllers/cpuset/Makefile.inc @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # LIBCPUSET_DIR := ../cpuset_lib diff --git a/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/Makefile index 9ff9f8db3..6d7d5092e 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/Makefile index c430a152d..265562288 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/Makefile index 10c29b272..0c60b2025 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/Makefile index 340e8e1cb..e5c984b84 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_inherit_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_inherit_test/Makefile index 5848ee0ff..d2a4528bb 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_inherit_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_inherit_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_lib/Makefile b/testcases/kernel/controllers/cpuset/cpuset_lib/Makefile index 87a5743aa..322d03cac 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_lib/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_lib/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # Cyril Hrubis, October 2009 # diff --git a/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/Makefile index de886883b..86b3f273c 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/Makefile index f7fd3f2ae..fe9cc18b5 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/Makefile index 9345f3ca4..b3c76f0de 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_memory_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_memory_test/Makefile index e5bb08285..d427026a2 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_memory_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_memory_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile b/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile index 54393e720..6de1f8901 100644 --- a/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile +++ b/testcases/kernel/controllers/cpuset/cpuset_syscall_test/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/freezer/Makefile b/testcases/kernel/controllers/freezer/Makefile index b9ca22df6..aa2893531 100644 --- a/testcases/kernel/controllers/freezer/Makefile +++ b/testcases/kernel/controllers/freezer/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/io-throttle/Makefile b/testcases/kernel/controllers/io-throttle/Makefile index 0e97ab2fb..ceeba7362 100644 --- a/testcases/kernel/controllers/io-throttle/Makefile +++ b/testcases/kernel/controllers/io-throttle/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/libcontrollers/Makefile b/testcases/kernel/controllers/libcontrollers/Makefile index 7762ce083..88918cf2d 100644 --- a/testcases/kernel/controllers/libcontrollers/Makefile +++ b/testcases/kernel/controllers/libcontrollers/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/memcg/Makefile b/testcases/kernel/controllers/memcg/Makefile index df1c98a5c..74a67b251 100644 --- a/testcases/kernel/controllers/memcg/Makefile +++ b/testcases/kernel/controllers/memcg/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/controllers/memcg/control/Makefile b/testcases/kernel/controllers/memcg/control/Makefile index 0dbc994d7..a0456ac5d 100644 --- a/testcases/kernel/controllers/memcg/control/Makefile +++ b/testcases/kernel/controllers/memcg/control/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/memcg/functional/Makefile b/testcases/kernel/controllers/memcg/functional/Makefile index 0a2502900..c4ae9f4e0 100644 --- a/testcases/kernel/controllers/memcg/functional/Makefile +++ b/testcases/kernel/controllers/memcg/functional/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/memcg/regression/Makefile b/testcases/kernel/controllers/memcg/regression/Makefile index 8399c3fae..36d0f5d57 100644 --- a/testcases/kernel/controllers/memcg/regression/Makefile +++ b/testcases/kernel/controllers/memcg/regression/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/memcg/stress/Makefile b/testcases/kernel/controllers/memcg/stress/Makefile index 0dbc994d7..a0456ac5d 100644 --- a/testcases/kernel/controllers/memcg/stress/Makefile +++ b/testcases/kernel/controllers/memcg/stress/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/controllers/memctl/Makefile b/testcases/kernel/controllers/memctl/Makefile index 99fb5e02e..346b9e7a0 100644 --- a/testcases/kernel/controllers/memctl/Makefile +++ b/testcases/kernel/controllers/memctl/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/Makefile b/testcases/kernel/fs/Makefile index 81310f504..d843b48b8 100644 --- a/testcases/kernel/fs/Makefile +++ b/testcases/kernel/fs/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/fs/acls/Makefile b/testcases/kernel/fs/acls/Makefile index d684254c4..4f1564377 100644 --- a/testcases/kernel/fs/acls/Makefile +++ b/testcases/kernel/fs/acls/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/doio/Makefile b/testcases/kernel/fs/doio/Makefile index 253e80403..449e100a5 100644 --- a/testcases/kernel/fs/doio/Makefile +++ b/testcases/kernel/fs/doio/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/fs-bench/Makefile b/testcases/kernel/fs/fs-bench/Makefile index 8807ffc1d..bc570f7eb 100644 --- a/testcases/kernel/fs/fs-bench/Makefile +++ b/testcases/kernel/fs/fs-bench/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/fs_bind/Makefile b/testcases/kernel/fs/fs_bind/Makefile index cf06da843..26d640831 100644 --- a/testcases/kernel/fs/fs_bind/Makefile +++ b/testcases/kernel/fs/fs_bind/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/fs_bind/bin/Makefile b/testcases/kernel/fs/fs_bind/bin/Makefile index 750840bb9..2c09a286d 100644 --- a/testcases/kernel/fs/fs_bind/bin/Makefile +++ b/testcases/kernel/fs/fs_bind/bin/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/fs/fs_di/Makefile b/testcases/kernel/fs/fs_di/Makefile index 2082a6e8b..0f6e32700 100644 --- a/testcases/kernel/fs/fs_di/Makefile +++ b/testcases/kernel/fs/fs_di/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/fs_inod/Makefile b/testcases/kernel/fs/fs_inod/Makefile index abc0079d0..00f40878d 100644 --- a/testcases/kernel/fs/fs_inod/Makefile +++ b/testcases/kernel/fs/fs_inod/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/fs_perms/Makefile b/testcases/kernel/fs/fs_perms/Makefile index c0377cc20..6a7bfd61c 100644 --- a/testcases/kernel/fs/fs_perms/Makefile +++ b/testcases/kernel/fs/fs_perms/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/fsstress/Makefile b/testcases/kernel/fs/fsstress/Makefile index 38acce037..bb1d4ce89 100644 --- a/testcases/kernel/fs/fsstress/Makefile +++ b/testcases/kernel/fs/fsstress/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/fsx-linux/Makefile b/testcases/kernel/fs/fsx-linux/Makefile index f55ec53f0..956486b8a 100644 --- a/testcases/kernel/fs/fsx-linux/Makefile +++ b/testcases/kernel/fs/fsx-linux/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/ftest/Makefile b/testcases/kernel/fs/ftest/Makefile index 91ba28d09..1566c5c31 100644 --- a/testcases/kernel/fs/ftest/Makefile +++ b/testcases/kernel/fs/ftest/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/inode/Makefile b/testcases/kernel/fs/inode/Makefile index 1c0c44b00..3cb92ff7d 100644 --- a/testcases/kernel/fs/inode/Makefile +++ b/testcases/kernel/fs/inode/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/lftest/Makefile b/testcases/kernel/fs/lftest/Makefile index 4c42caae5..7102ee5c3 100644 --- a/testcases/kernel/fs/lftest/Makefile +++ b/testcases/kernel/fs/lftest/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/linktest/Makefile b/testcases/kernel/fs/linktest/Makefile index 08495e5fd..b3a2c1f5d 100644 --- a/testcases/kernel/fs/linktest/Makefile +++ b/testcases/kernel/fs/linktest/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/fs/linktest/linktest.sh b/testcases/kernel/fs/linktest/linktest.sh index c2e1bdba1..bc78f1e4a 100755 --- a/testcases/kernel/fs/linktest/linktest.sh +++ b/testcases/kernel/fs/linktest/linktest.sh @@ -21,7 +21,7 @@ # FILE(s) : linktest.sh README # DESCRIPTION : Regression test for max links per file # USE : linktest.sh -# AUTHOR : Garrett Cooper (yanegomi@gmail.com) +# AUTHOR : Ngie Cooper (yaneurabeya@gmail.com) # HISTORY : # A rewrite of testcases/kernel/fs/linktest.pl diff --git a/testcases/kernel/fs/openfile/Makefile b/testcases/kernel/fs/openfile/Makefile index 9b8a162eb..5e5331821 100644 --- a/testcases/kernel/fs/openfile/Makefile +++ b/testcases/kernel/fs/openfile/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/hotplug/Makefile b/testcases/kernel/hotplug/Makefile index 0cde12bc3..11baa73f4 100644 --- a/testcases/kernel/hotplug/Makefile +++ b/testcases/kernel/hotplug/Makefile @@ -17,7 +17,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, December 2009 +# Ngie Cooper, December 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/hotplug/memory_hotplug/Makefile b/testcases/kernel/hotplug/memory_hotplug/Makefile index 6c317867c..d1ba65e65 100644 --- a/testcases/kernel/hotplug/memory_hotplug/Makefile +++ b/testcases/kernel/hotplug/memory_hotplug/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/include/Makefile b/testcases/kernel/include/Makefile index bfb08cb82..d6e7175c1 100644 --- a/testcases/kernel/include/Makefile +++ b/testcases/kernel/include/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/io/Makefile b/testcases/kernel/io/Makefile index 196be9f98..88ba99692 100644 --- a/testcases/kernel/io/Makefile +++ b/testcases/kernel/io/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/io/aio/aio02/Makefile b/testcases/kernel/io/aio/aio02/Makefile index 7d7163458..a99807c26 100644 --- a/testcases/kernel/io/aio/aio02/Makefile +++ b/testcases/kernel/io/aio/aio02/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/io/disktest/Makefile b/testcases/kernel/io/disktest/Makefile index 2b3308ff1..d10d98434 100644 --- a/testcases/kernel/io/disktest/Makefile +++ b/testcases/kernel/io/disktest/Makefile @@ -52,7 +52,7 @@ # the tests into dummy apps which print out TCONF messages due to # lack-of-build support. # -# Signed-off-by: Garrett Cooper +# Signed-off-by: Ngie Cooper # # Revision 1.11 2008/02/14 08:22:22 subrata_modak # Disktest application update to version 1.4.2, by, Brent Yardley diff --git a/testcases/kernel/io/ltp-aiodio/Makefile b/testcases/kernel/io/ltp-aiodio/Makefile index 383a646d5..49f5ab0aa 100644 --- a/testcases/kernel/io/ltp-aiodio/Makefile +++ b/testcases/kernel/io/ltp-aiodio/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 top_srcdir ?= ../../../.. diff --git a/testcases/kernel/ipc/Makefile b/testcases/kernel/ipc/Makefile index 10ae0e9be..801c83a9f 100644 --- a/testcases/kernel/ipc/Makefile +++ b/testcases/kernel/ipc/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/ipc/semaphore/Makefile b/testcases/kernel/ipc/semaphore/Makefile index 7ee6189c0..9ab85745d 100644 --- a/testcases/kernel/ipc/semaphore/Makefile +++ b/testcases/kernel/ipc/semaphore/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/mem/Makefile b/testcases/kernel/mem/Makefile index bd7fe7aba..eb8f3a44b 100644 --- a/testcases/kernel/mem/Makefile +++ b/testcases/kernel/mem/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/mem/hugetlb/Makefile.inc b/testcases/kernel/mem/hugetlb/Makefile.inc index c07d60094..9a4aa8795 100644 --- a/testcases/kernel/mem/hugetlb/Makefile.inc +++ b/testcases/kernel/mem/hugetlb/Makefile.inc @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # DO NOT USE THIS FILE FOR hugetlb / lib!!! diff --git a/testcases/kernel/mem/hugetlb/hugemmap/Makefile b/testcases/kernel/mem/hugetlb/hugemmap/Makefile index 2473acaf7..bfe1976f5 100644 --- a/testcases/kernel/mem/hugetlb/hugemmap/Makefile +++ b/testcases/kernel/mem/hugetlb/hugemmap/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/mem/hugetlb/hugeshmat/Makefile b/testcases/kernel/mem/hugetlb/hugeshmat/Makefile index f51f6b956..e12fc791e 100644 --- a/testcases/kernel/mem/hugetlb/hugeshmat/Makefile +++ b/testcases/kernel/mem/hugetlb/hugeshmat/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/mem/hugetlb/hugeshmctl/Makefile b/testcases/kernel/mem/hugetlb/hugeshmctl/Makefile index 3edcd7b8f..44dc6a013 100644 --- a/testcases/kernel/mem/hugetlb/hugeshmctl/Makefile +++ b/testcases/kernel/mem/hugetlb/hugeshmctl/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/mem/hugetlb/hugeshmdt/Makefile b/testcases/kernel/mem/hugetlb/hugeshmdt/Makefile index 812b7f20e..7f6ffadb7 100644 --- a/testcases/kernel/mem/hugetlb/hugeshmdt/Makefile +++ b/testcases/kernel/mem/hugetlb/hugeshmdt/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/mem/mtest01/Makefile b/testcases/kernel/mem/mtest01/Makefile index 6c91c51d1..dbf538779 100644 --- a/testcases/kernel/mem/mtest01/Makefile +++ b/testcases/kernel/mem/mtest01/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/mem/mtest05/Makefile b/testcases/kernel/mem/mtest05/Makefile index b2051cff6..ec0344161 100644 --- a/testcases/kernel/mem/mtest05/Makefile +++ b/testcases/kernel/mem/mtest05/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/mem/mtest06/Makefile b/testcases/kernel/mem/mtest06/Makefile index bd15e668f..88e46329c 100644 --- a/testcases/kernel/mem/mtest06/Makefile +++ b/testcases/kernel/mem/mtest06/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/mem/mtest07/Makefile b/testcases/kernel/mem/mtest07/Makefile index 1d9b5d972..65302960e 100644 --- a/testcases/kernel/mem/mtest07/Makefile +++ b/testcases/kernel/mem/mtest07/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/mem/page/Makefile b/testcases/kernel/mem/page/Makefile index 0276d9f83..9777e4f7d 100644 --- a/testcases/kernel/mem/page/Makefile +++ b/testcases/kernel/mem/page/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/mem/shmt/Makefile b/testcases/kernel/mem/shmt/Makefile index 35c1f26cb..ee37fd9ab 100644 --- a/testcases/kernel/mem/shmt/Makefile +++ b/testcases/kernel/mem/shmt/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/module/Makefile b/testcases/kernel/module/Makefile index 4e03b7a53..cc2a0e01c 100644 --- a/testcases/kernel/module/Makefile +++ b/testcases/kernel/module/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/pty/Makefile b/testcases/kernel/pty/Makefile index 2040a8136..f9fc4f57e 100644 --- a/testcases/kernel/pty/Makefile +++ b/testcases/kernel/pty/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/sched/Makefile b/testcases/kernel/sched/Makefile index 6245ed0c1..6a57d79ee 100644 --- a/testcases/kernel/sched/Makefile +++ b/testcases/kernel/sched/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/sched/clisrv/Makefile b/testcases/kernel/sched/clisrv/Makefile index 0c293d3af..af43b7efd 100644 --- a/testcases/kernel/sched/clisrv/Makefile +++ b/testcases/kernel/sched/clisrv/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/sched/hyperthreading/Makefile b/testcases/kernel/sched/hyperthreading/Makefile index 44d94f26e..7fb1a450d 100644 --- a/testcases/kernel/sched/hyperthreading/Makefile +++ b/testcases/kernel/sched/hyperthreading/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/sched/hyperthreading/ht_affinity/Makefile b/testcases/kernel/sched/hyperthreading/ht_affinity/Makefile index e6c1abf81..10fec96dc 100644 --- a/testcases/kernel/sched/hyperthreading/ht_affinity/Makefile +++ b/testcases/kernel/sched/hyperthreading/ht_affinity/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/sched/hyperthreading/ht_enabled/Makefile b/testcases/kernel/sched/hyperthreading/ht_enabled/Makefile index 76be88fde..9c1e139d6 100644 --- a/testcases/kernel/sched/hyperthreading/ht_enabled/Makefile +++ b/testcases/kernel/sched/hyperthreading/ht_enabled/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile b/testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile index bc84e51d3..2ff6f04ba 100644 --- a/testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile +++ b/testcases/kernel/sched/hyperthreading/ht_interrupt/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/sched/process_stress/Makefile b/testcases/kernel/sched/process_stress/Makefile index 8719939b4..011017c65 100644 --- a/testcases/kernel/sched/process_stress/Makefile +++ b/testcases/kernel/sched/process_stress/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/sched/pthreads/Makefile b/testcases/kernel/sched/pthreads/Makefile index c9932c7cf..4527e0d51 100644 --- a/testcases/kernel/sched/pthreads/Makefile +++ b/testcases/kernel/sched/pthreads/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/sched/sched_stress/Makefile b/testcases/kernel/sched/sched_stress/Makefile index 140b6305e..60bdc6936 100644 --- a/testcases/kernel/sched/sched_stress/Makefile +++ b/testcases/kernel/sched/sched_stress/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/sched/tool/Makefile b/testcases/kernel/sched/tool/Makefile index 76936baf3..0e07a6c9b 100644 --- a/testcases/kernel/sched/tool/Makefile +++ b/testcases/kernel/sched/tool/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/security/Makefile b/testcases/kernel/security/Makefile index 0bb816f87..0b4b98b83 100644 --- a/testcases/kernel/security/Makefile +++ b/testcases/kernel/security/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/security/integrity/ima/Makefile b/testcases/kernel/security/integrity/ima/Makefile index b3ec226dc..1290e6f6f 100644 --- a/testcases/kernel/security/integrity/ima/Makefile +++ b/testcases/kernel/security/integrity/ima/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/kernel/security/integrity/ima/policy/Makefile b/testcases/kernel/security/integrity/ima/policy/Makefile index 1d34ec2c3..a960f9d84 100644 --- a/testcases/kernel/security/integrity/ima/policy/Makefile +++ b/testcases/kernel/security/integrity/ima/policy/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../../.. diff --git a/testcases/kernel/security/integrity/ima/src/Makefile b/testcases/kernel/security/integrity/ima/src/Makefile index b07a9f853..0f4cf8c12 100644 --- a/testcases/kernel/security/integrity/ima/src/Makefile +++ b/testcases/kernel/security/integrity/ima/src/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../../.. diff --git a/testcases/kernel/security/integrity/ima/tests/Makefile b/testcases/kernel/security/integrity/ima/tests/Makefile index 18038af91..b2ccdb60d 100644 --- a/testcases/kernel/security/integrity/ima/tests/Makefile +++ b/testcases/kernel/security/integrity/ima/tests/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../../.. diff --git a/testcases/kernel/security/mmc_security/Makefile b/testcases/kernel/security/mmc_security/Makefile index 72d5fcecb..8afff154a 100644 --- a/testcases/kernel/security/mmc_security/Makefile +++ b/testcases/kernel/security/mmc_security/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/security/smack/smack_common.sh b/testcases/kernel/security/smack/smack_common.sh index d4165d13e..e26e3d40d 100755 --- a/testcases/kernel/security/smack/smack_common.sh +++ b/testcases/kernel/security/smack/smack_common.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, July 2009 +# Ngie Cooper, July 2009 # # This file serves the sole purpose of executing every common piece of # prerequisite code for all of the smack tests, s.t. a lot of duplicate shell diff --git a/testcases/kernel/security/tomoyo/Makefile b/testcases/kernel/security/tomoyo/Makefile index cb73ba501..00e4cc3ed 100644 --- a/testcases/kernel/security/tomoyo/Makefile +++ b/testcases/kernel/security/tomoyo/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/syscalls/Makefile b/testcases/kernel/syscalls/Makefile index 80f7fb6a7..45a00cf7d 100644 --- a/testcases/kernel/syscalls/Makefile +++ b/testcases/kernel/syscalls/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/kernel/syscalls/inotify/inotify.h b/testcases/kernel/syscalls/inotify/inotify.h index 68fe3b5f6..ac731bcb2 100644 --- a/testcases/kernel/syscalls/inotify/inotify.h +++ b/testcases/kernel/syscalls/inotify/inotify.h @@ -22,7 +22,7 @@ * with this program; if not, write the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Garrett Cooper, April 2012 + * Ngie Cooper, April 2012 */ #ifndef _INOTIFY_H diff --git a/testcases/kernel/syscalls/inotify/inotify04.c b/testcases/kernel/syscalls/inotify/inotify04.c index 1b6c6d23d..1a18341c5 100644 --- a/testcases/kernel/syscalls/inotify/inotify04.c +++ b/testcases/kernel/syscalls/inotify/inotify04.c @@ -20,7 +20,7 @@ * with this program; if not, write the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Garrett Cooper, April 2012 + * Ngie Cooper, April 2012 */ /**************************************************************************** diff --git a/testcases/kernel/syscalls/ipc/Makefile.inc b/testcases/kernel/syscalls/ipc/Makefile.inc index c7890a9dc..839b4e4e7 100644 --- a/testcases/kernel/syscalls/ipc/Makefile.inc +++ b/testcases/kernel/syscalls/ipc/Makefile.inc @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # DO NOT USE THIS FILE FOR ipc / lib!!! diff --git a/testcases/kernel/syscalls/nftw/Makefile b/testcases/kernel/syscalls/nftw/Makefile index 1707dadd2..9cb5a81da 100644 --- a/testcases/kernel/syscalls/nftw/Makefile +++ b/testcases/kernel/syscalls/nftw/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/syscalls/perf_event_open/Makefile b/testcases/kernel/syscalls/perf_event_open/Makefile index 65276cfec..3c07fe47a 100644 --- a/testcases/kernel/syscalls/perf_event_open/Makefile +++ b/testcases/kernel/syscalls/perf_event_open/Makefile @@ -15,7 +15,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/kernel/syscalls/ptrace/ptrace05.c b/testcases/kernel/syscalls/ptrace/ptrace05.c index 1167ea8b8..f81d3d3c0 100644 --- a/testcases/kernel/syscalls/ptrace/ptrace05.c +++ b/testcases/kernel/syscalls/ptrace/ptrace05.c @@ -4,7 +4,7 @@ * ptrace05 - an app which ptraces itself as per arbitrarily specified signals, * over a user specified range. * - * Copyright (C) 2009, Garrett Cooper + * Copyright (C) 2009, Ngie Cooper * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testcases/kernel/syscalls/utils/compat_16.mk b/testcases/kernel/syscalls/utils/compat_16.mk index 36ece1bf4..337890877 100644 --- a/testcases/kernel/syscalls/utils/compat_16.mk +++ b/testcases/kernel/syscalls/utils/compat_16.mk @@ -17,7 +17,7 @@ # # Author: Masatake YAMATO -# Technique used here is suggested by Garrett Cooper +# Technique used here is suggested by Ngie Cooper # Usage: # diff --git a/testcases/kernel/syscalls/utils/newer_64.mk b/testcases/kernel/syscalls/utils/newer_64.mk index 1125cbd98..8cd7e03c8 100644 --- a/testcases/kernel/syscalls/utils/newer_64.mk +++ b/testcases/kernel/syscalls/utils/newer_64.mk @@ -17,7 +17,7 @@ # # Author: Masatake YAMATO -# Technique used here is suggested by Garrett Cooper +# Technique used here is suggested by Ngie Cooper # This file does the same things on foo64 system call # as compat_16.mk does on foo16. See both compat_16.mk diff --git a/testcases/kernel/timers/Makefile b/testcases/kernel/timers/Makefile index 69c4e85eb..15c164062 100644 --- a/testcases/kernel/timers/Makefile +++ b/testcases/kernel/timers/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/lib/Makefile b/testcases/lib/Makefile index 628257838..1127a59fe 100644 --- a/testcases/lib/Makefile +++ b/testcases/lib/Makefile @@ -17,7 +17,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, August 2009 +# Ngie Cooper, August 2009 # top_srcdir ?= ../.. diff --git a/testcases/lib/cmdlib.sh b/testcases/lib/cmdlib.sh index 104504fff..e4986c39c 100644 --- a/testcases/lib/cmdlib.sh +++ b/testcases/lib/cmdlib.sh @@ -19,7 +19,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, August 2009 +# Ngie Cooper, August 2009 # set -u diff --git a/testcases/lib/daemonlib.sh b/testcases/lib/daemonlib.sh index aa0a159ac..2dcb1554d 100644 --- a/testcases/lib/daemonlib.sh +++ b/testcases/lib/daemonlib.sh @@ -1,7 +1,7 @@ #!/bin/sh # # Copyright (C) 2009, Cisco Systems Inc. -# Garrett Cooper, August 2009 +# Ngie Cooper, August 2009 # Copyright (C) 2012-2014 Linux Test Project # # This program is free software; you can redistribute it and/or modify diff --git a/testcases/lib/net_cmdlib.sh b/testcases/lib/net_cmdlib.sh index d3488f93d..fefe33d77 100644 --- a/testcases/lib/net_cmdlib.sh +++ b/testcases/lib/net_cmdlib.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, August 2009 +# Ngie Cooper, August 2009 # . cmdlib.sh diff --git a/testcases/misc/Makefile b/testcases/misc/Makefile index d89cb9c98..fee8decad 100644 --- a/testcases/misc/Makefile +++ b/testcases/misc/Makefile @@ -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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../.. diff --git a/testcases/misc/crash/Makefile b/testcases/misc/crash/Makefile index 26350eac9..d2c02a6e2 100644 --- a/testcases/misc/crash/Makefile +++ b/testcases/misc/crash/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/misc/f00f/Makefile b/testcases/misc/f00f/Makefile index 7645de47c..ef2c3b634 100644 --- a/testcases/misc/f00f/Makefile +++ b/testcases/misc/f00f/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/misc/math/Makefile b/testcases/misc/math/Makefile index aed5d0117..f0becf686 100644 --- a/testcases/misc/math/Makefile +++ b/testcases/misc/math/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/misc/math/float/Makefile b/testcases/misc/math/float/Makefile index f52f2033c..79dda35d6 100644 --- a/testcases/misc/math/float/Makefile +++ b/testcases/misc/math/float/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/misc/math/float/bessel/Makefile b/testcases/misc/math/float/bessel/Makefile index df31dc4ce..8dd36a978 100644 --- a/testcases/misc/math/float/bessel/Makefile +++ b/testcases/misc/math/float/bessel/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/misc/math/float/exp_log/Makefile b/testcases/misc/math/float/exp_log/Makefile index 22386a3af..cf4f4c4d2 100644 --- a/testcases/misc/math/float/exp_log/Makefile +++ b/testcases/misc/math/float/exp_log/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/misc/math/float/iperb/Makefile b/testcases/misc/math/float/iperb/Makefile index 6b538d1ab..aef82026c 100644 --- a/testcases/misc/math/float/iperb/Makefile +++ b/testcases/misc/math/float/iperb/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/misc/math/float/power/Makefile b/testcases/misc/math/float/power/Makefile index b489e69a8..4d08dd276 100644 --- a/testcases/misc/math/float/power/Makefile +++ b/testcases/misc/math/float/power/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/misc/math/float/trigo/Makefile b/testcases/misc/math/float/trigo/Makefile index 4abf9f975..39f465d14 100644 --- a/testcases/misc/math/float/trigo/Makefile +++ b/testcases/misc/math/float/trigo/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/Makefile b/testcases/network/Makefile index c61253789..69901a718 100644 --- a/testcases/network/Makefile +++ b/testcases/network/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../.. diff --git a/testcases/network/iproute/Makefile b/testcases/network/iproute/Makefile index 334ad0276..0774380fb 100644 --- a/testcases/network/iproute/Makefile +++ b/testcases/network/iproute/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/iptables/Makefile b/testcases/network/iptables/Makefile index 4849d9156..afb96e9cb 100644 --- a/testcases/network/iptables/Makefile +++ b/testcases/network/iptables/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/multicast/Makefile b/testcases/network/multicast/Makefile index 86e3ff159..6ade5e5b7 100644 --- a/testcases/network/multicast/Makefile +++ b/testcases/network/multicast/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/multicast/mc_cmds/Makefile b/testcases/network/multicast/mc_cmds/Makefile index 6579ad168..cf5ae6f49 100644 --- a/testcases/network/multicast/mc_cmds/Makefile +++ b/testcases/network/multicast/mc_cmds/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/multicast/mc_commo/Makefile b/testcases/network/multicast/mc_commo/Makefile index dac2fb860..f183ca51d 100644 --- a/testcases/network/multicast/mc_commo/Makefile +++ b/testcases/network/multicast/mc_commo/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/multicast/mc_member/Makefile b/testcases/network/multicast/mc_member/Makefile index ce95a4dbc..78cb8823b 100644 --- a/testcases/network/multicast/mc_member/Makefile +++ b/testcases/network/multicast/mc_member/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/multicast/mc_opts/Makefile b/testcases/network/multicast/mc_opts/Makefile index e00dedd76..ceeaa5912 100644 --- a/testcases/network/multicast/mc_opts/Makefile +++ b/testcases/network/multicast/mc_opts/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/nfs/Makefile b/testcases/network/nfs/Makefile index c9dd3bf25..6665fd3b8 100644 --- a/testcases/network/nfs/Makefile +++ b/testcases/network/nfs/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/nfs/fsx-linux/Makefile b/testcases/network/nfs/fsx-linux/Makefile index eaf88a8c4..3234c71c7 100644 --- a/testcases/network/nfs/fsx-linux/Makefile +++ b/testcases/network/nfs/fsx-linux/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/nfs/nfslock01/Makefile b/testcases/network/nfs/nfslock01/Makefile index fa7c97e13..e58fb440e 100644 --- a/testcases/network/nfs/nfslock01/Makefile +++ b/testcases/network/nfs/nfslock01/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/nfs/nfsstat01/Makefile b/testcases/network/nfs/nfsstat01/Makefile index 8723dd75c..73ed60931 100644 --- a/testcases/network/nfs/nfsstat01/Makefile +++ b/testcases/network/nfs/nfsstat01/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/nfsv4/Makefile b/testcases/network/nfsv4/Makefile index 02a01d08f..a311eaa42 100644 --- a/testcases/network/nfsv4/Makefile +++ b/testcases/network/nfsv4/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/nfsv4/acl/Makefile b/testcases/network/nfsv4/acl/Makefile index 8bc78c298..8c55a6bbd 100644 --- a/testcases/network/nfsv4/acl/Makefile +++ b/testcases/network/nfsv4/acl/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/nfsv4/locks/Makefile b/testcases/network/nfsv4/locks/Makefile index 1cffdf22e..5812dea3a 100644 --- a/testcases/network/nfsv4/locks/Makefile +++ b/testcases/network/nfsv4/locks/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/rpc/Makefile b/testcases/network/rpc/Makefile index 39e9faad2..e6c377736 100644 --- a/testcases/network/rpc/Makefile +++ b/testcases/network/rpc/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/rpc/basic_tests/Makefile b/testcases/network/rpc/basic_tests/Makefile index 316081308..66e9d5675 100644 --- a/testcases/network/rpc/basic_tests/Makefile +++ b/testcases/network/rpc/basic_tests/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/rpc/basic_tests/rpc01/Makefile b/testcases/network/rpc/basic_tests/rpc01/Makefile index b07e14e9c..953b21a9a 100644 --- a/testcases/network/rpc/basic_tests/rpc01/Makefile +++ b/testcases/network/rpc/basic_tests/rpc01/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/rpc/basic_tests/rpcinfo/Makefile b/testcases/network/rpc/basic_tests/rpcinfo/Makefile index 5ef595130..f48bba672 100644 --- a/testcases/network/rpc/basic_tests/rpcinfo/Makefile +++ b/testcases/network/rpc/basic_tests/rpcinfo/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/rpc/basic_tests/rup/Makefile b/testcases/network/rpc/basic_tests/rup/Makefile index 567c3d83b..6b8386a55 100644 --- a/testcases/network/rpc/basic_tests/rup/Makefile +++ b/testcases/network/rpc/basic_tests/rup/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/rpc/basic_tests/rusers/Makefile b/testcases/network/rpc/basic_tests/rusers/Makefile index 6d7ea41c3..72715e32f 100644 --- a/testcases/network/rpc/basic_tests/rusers/Makefile +++ b/testcases/network/rpc/basic_tests/rusers/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/sockets/Makefile b/testcases/network/sockets/Makefile index 763d72e75..057b353b4 100644 --- a/testcases/network/sockets/Makefile +++ b/testcases/network/sockets/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/stress/Makefile b/testcases/network/stress/Makefile index c072ff846..2b26ac4d6 100644 --- a/testcases/network/stress/Makefile +++ b/testcases/network/stress/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/stress/broken_ip/Makefile b/testcases/network/stress/broken_ip/Makefile index af5b54d68..29775d823 100644 --- a/testcases/network/stress/broken_ip/Makefile +++ b/testcases/network/stress/broken_ip/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/dns/Makefile b/testcases/network/stress/dns/Makefile index d15ce29f7..10f00bf20 100644 --- a/testcases/network/stress/dns/Makefile +++ b/testcases/network/stress/dns/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/ftp/Makefile b/testcases/network/stress/ftp/Makefile index 1a1e9f438..c0ea3d48a 100644 --- a/testcases/network/stress/ftp/Makefile +++ b/testcases/network/stress/ftp/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/http/Makefile b/testcases/network/stress/http/Makefile index 0523238c1..ddc45c1ae 100644 --- a/testcases/network/stress/http/Makefile +++ b/testcases/network/stress/http/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/icmp/Makefile b/testcases/network/stress/icmp/Makefile index 272cc73a1..61a142a5a 100644 --- a/testcases/network/stress/icmp/Makefile +++ b/testcases/network/stress/icmp/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/icmp/multi-diffip/Makefile b/testcases/network/stress/icmp/multi-diffip/Makefile index d114c452f..d0bfb3701 100644 --- a/testcases/network/stress/icmp/multi-diffip/Makefile +++ b/testcases/network/stress/icmp/multi-diffip/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/icmp/multi-diffnic/Makefile b/testcases/network/stress/icmp/multi-diffnic/Makefile index 4746e87f8..5eb10125f 100644 --- a/testcases/network/stress/icmp/multi-diffnic/Makefile +++ b/testcases/network/stress/icmp/multi-diffnic/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/interface/Makefile b/testcases/network/stress/interface/Makefile index f4fda671b..86ba1e9f1 100644 --- a/testcases/network/stress/interface/Makefile +++ b/testcases/network/stress/interface/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/multicast/Makefile b/testcases/network/stress/multicast/Makefile index 79286a85d..474e066c1 100644 --- a/testcases/network/stress/multicast/Makefile +++ b/testcases/network/stress/multicast/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/multicast/grp-operation/Makefile b/testcases/network/stress/multicast/grp-operation/Makefile index 37d28f01a..a57b72d0f 100644 --- a/testcases/network/stress/multicast/grp-operation/Makefile +++ b/testcases/network/stress/multicast/grp-operation/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/multicast/packet-flood/Makefile b/testcases/network/stress/multicast/packet-flood/Makefile index 53b536112..8e144ec40 100644 --- a/testcases/network/stress/multicast/packet-flood/Makefile +++ b/testcases/network/stress/multicast/packet-flood/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/multicast/query-flood/Makefile b/testcases/network/stress/multicast/query-flood/Makefile index e49995506..5146a22a1 100644 --- a/testcases/network/stress/multicast/query-flood/Makefile +++ b/testcases/network/stress/multicast/query-flood/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/ns-tools/Makefile b/testcases/network/stress/ns-tools/Makefile index 944a5db0c..df9ba42e3 100644 --- a/testcases/network/stress/ns-tools/Makefile +++ b/testcases/network/stress/ns-tools/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/route/Makefile b/testcases/network/stress/route/Makefile index 0632e8c1a..2e5eaa2f2 100644 --- a/testcases/network/stress/route/Makefile +++ b/testcases/network/stress/route/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/ssh/Makefile b/testcases/network/stress/ssh/Makefile index 05bc06fa7..633d1c0e5 100644 --- a/testcases/network/stress/ssh/Makefile +++ b/testcases/network/stress/ssh/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/tcp/Makefile b/testcases/network/stress/tcp/Makefile index 1bd9dba5c..e9d385805 100644 --- a/testcases/network/stress/tcp/Makefile +++ b/testcases/network/stress/tcp/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/tcp/multi-diffip/Makefile b/testcases/network/stress/tcp/multi-diffip/Makefile index d94f9d382..ccf58633d 100644 --- a/testcases/network/stress/tcp/multi-diffip/Makefile +++ b/testcases/network/stress/tcp/multi-diffip/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/multi-diffnic/Makefile b/testcases/network/stress/tcp/multi-diffnic/Makefile index d25d20e8f..b0894ac67 100644 --- a/testcases/network/stress/tcp/multi-diffnic/Makefile +++ b/testcases/network/stress/tcp/multi-diffnic/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/multi-diffport/Makefile b/testcases/network/stress/tcp/multi-diffport/Makefile index 5e0bdf2c8..cfd508502 100644 --- a/testcases/network/stress/tcp/multi-diffport/Makefile +++ b/testcases/network/stress/tcp/multi-diffport/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/multi-sameport/Makefile b/testcases/network/stress/tcp/multi-sameport/Makefile index fb127b888..dd6f269e3 100644 --- a/testcases/network/stress/tcp/multi-sameport/Makefile +++ b/testcases/network/stress/tcp/multi-sameport/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/uni-basic/Makefile b/testcases/network/stress/tcp/uni-basic/Makefile index 09f1071a3..310e8f047 100644 --- a/testcases/network/stress/tcp/uni-basic/Makefile +++ b/testcases/network/stress/tcp/uni-basic/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/uni-dsackoff/Makefile b/testcases/network/stress/tcp/uni-dsackoff/Makefile index df31c1a24..4b858b1d6 100644 --- a/testcases/network/stress/tcp/uni-dsackoff/Makefile +++ b/testcases/network/stress/tcp/uni-dsackoff/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/uni-pktlossdup/Makefile b/testcases/network/stress/tcp/uni-pktlossdup/Makefile index 54cf4691d..d6511f753 100644 --- a/testcases/network/stress/tcp/uni-pktlossdup/Makefile +++ b/testcases/network/stress/tcp/uni-pktlossdup/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/uni-sackoff/Makefile b/testcases/network/stress/tcp/uni-sackoff/Makefile index 890aa2742..ef469d633 100644 --- a/testcases/network/stress/tcp/uni-sackoff/Makefile +++ b/testcases/network/stress/tcp/uni-sackoff/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/uni-smallsend/Makefile b/testcases/network/stress/tcp/uni-smallsend/Makefile index 27c8c2c6d..ba5fbbb43 100644 --- a/testcases/network/stress/tcp/uni-smallsend/Makefile +++ b/testcases/network/stress/tcp/uni-smallsend/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/uni-tso/Makefile b/testcases/network/stress/tcp/uni-tso/Makefile index 64e985986..7aafd1613 100644 --- a/testcases/network/stress/tcp/uni-tso/Makefile +++ b/testcases/network/stress/tcp/uni-tso/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/tcp/uni-winscale/Makefile b/testcases/network/stress/tcp/uni-winscale/Makefile index bf051cf93..895848604 100644 --- a/testcases/network/stress/tcp/uni-winscale/Makefile +++ b/testcases/network/stress/tcp/uni-winscale/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/udp/Makefile b/testcases/network/stress/udp/Makefile index 31e1f7d66..213641f22 100644 --- a/testcases/network/stress/udp/Makefile +++ b/testcases/network/stress/udp/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/stress/udp/multi-diffip/Makefile b/testcases/network/stress/udp/multi-diffip/Makefile index a0f21482f..654704021 100644 --- a/testcases/network/stress/udp/multi-diffip/Makefile +++ b/testcases/network/stress/udp/multi-diffip/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/udp/multi-diffnic/Makefile b/testcases/network/stress/udp/multi-diffnic/Makefile index 607ec12e8..d542555a2 100644 --- a/testcases/network/stress/udp/multi-diffnic/Makefile +++ b/testcases/network/stress/udp/multi-diffnic/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/udp/multi-diffport/Makefile b/testcases/network/stress/udp/multi-diffport/Makefile index a76c32213..66714c95c 100644 --- a/testcases/network/stress/udp/multi-diffport/Makefile +++ b/testcases/network/stress/udp/multi-diffport/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/stress/udp/uni-basic/Makefile b/testcases/network/stress/udp/uni-basic/Makefile index bfd3d193a..4f9c91e01 100644 --- a/testcases/network/stress/udp/uni-basic/Makefile +++ b/testcases/network/stress/udp/uni-basic/Makefile @@ -17,7 +17,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, October 2009 +# Ngie Cooper, October 2009 # top_srcdir ?= ../../../../.. diff --git a/testcases/network/tcp_cmds/Makefile b/testcases/network/tcp_cmds/Makefile index a3a82242c..748e02469 100644 --- a/testcases/network/tcp_cmds/Makefile +++ b/testcases/network/tcp_cmds/Makefile @@ -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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/tcp_cmds/Makefile.inc b/testcases/network/tcp_cmds/Makefile.inc index 8ef871775..114141b2c 100644 --- a/testcases/network/tcp_cmds/Makefile.inc +++ b/testcases/network/tcp_cmds/Makefile.inc @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # GENERATE_FILE_DIR := ../.. diff --git a/testcases/network/tcp_cmds/echo/Makefile b/testcases/network/tcp_cmds/echo/Makefile index 0817939d2..f26c248e5 100644 --- a/testcases/network/tcp_cmds/echo/Makefile +++ b/testcases/network/tcp_cmds/echo/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/finger/Makefile b/testcases/network/tcp_cmds/finger/Makefile index 025dfb66c..891a44f00 100644 --- a/testcases/network/tcp_cmds/finger/Makefile +++ b/testcases/network/tcp_cmds/finger/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/ftp/Makefile b/testcases/network/tcp_cmds/ftp/Makefile index 5b8561841..35022f8b9 100644 --- a/testcases/network/tcp_cmds/ftp/Makefile +++ b/testcases/network/tcp_cmds/ftp/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/host/Makefile b/testcases/network/tcp_cmds/host/Makefile index 333047d26..7920a0e29 100644 --- a/testcases/network/tcp_cmds/host/Makefile +++ b/testcases/network/tcp_cmds/host/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/ipneigh/Makefile b/testcases/network/tcp_cmds/ipneigh/Makefile index baab67be2..8dc4c5699 100644 --- a/testcases/network/tcp_cmds/ipneigh/Makefile +++ b/testcases/network/tcp_cmds/ipneigh/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/netstat/Makefile b/testcases/network/tcp_cmds/netstat/Makefile index 87b6964a7..b660d6666 100644 --- a/testcases/network/tcp_cmds/netstat/Makefile +++ b/testcases/network/tcp_cmds/netstat/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/ping/Makefile b/testcases/network/tcp_cmds/ping/Makefile index 29429e761..703f8cef7 100644 --- a/testcases/network/tcp_cmds/ping/Makefile +++ b/testcases/network/tcp_cmds/ping/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/rcp/Makefile b/testcases/network/tcp_cmds/rcp/Makefile index 1da03b66d..7cb00b096 100644 --- a/testcases/network/tcp_cmds/rcp/Makefile +++ b/testcases/network/tcp_cmds/rcp/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/rdist/Makefile b/testcases/network/tcp_cmds/rdist/Makefile index de954891b..0d2ad6a29 100644 --- a/testcases/network/tcp_cmds/rdist/Makefile +++ b/testcases/network/tcp_cmds/rdist/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/rlogin/Makefile b/testcases/network/tcp_cmds/rlogin/Makefile index ccc2884a0..97acadb1e 100644 --- a/testcases/network/tcp_cmds/rlogin/Makefile +++ b/testcases/network/tcp_cmds/rlogin/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/rsh/Makefile b/testcases/network/tcp_cmds/rsh/Makefile index b408556cd..f8870a3ec 100644 --- a/testcases/network/tcp_cmds/rsh/Makefile +++ b/testcases/network/tcp_cmds/rsh/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/rwho/Makefile b/testcases/network/tcp_cmds/rwho/Makefile index 385bce250..508fc85e1 100644 --- a/testcases/network/tcp_cmds/rwho/Makefile +++ b/testcases/network/tcp_cmds/rwho/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/sendfile/Makefile b/testcases/network/tcp_cmds/sendfile/Makefile index 124ce5d90..88aec5ebf 100644 --- a/testcases/network/tcp_cmds/sendfile/Makefile +++ b/testcases/network/tcp_cmds/sendfile/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/ssh/Makefile b/testcases/network/tcp_cmds/ssh/Makefile index 9202eba73..8ce99e068 100644 --- a/testcases/network/tcp_cmds/ssh/Makefile +++ b/testcases/network/tcp_cmds/ssh/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/tcpdump/Makefile b/testcases/network/tcp_cmds/tcpdump/Makefile index 43213b2c1..60831e10f 100644 --- a/testcases/network/tcp_cmds/tcpdump/Makefile +++ b/testcases/network/tcp_cmds/tcpdump/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/tcp_cmds/telnet/Makefile b/testcases/network/tcp_cmds/telnet/Makefile index 7d5f7c825..af8d121cc 100644 --- a/testcases/network/tcp_cmds/telnet/Makefile +++ b/testcases/network/tcp_cmds/telnet/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/network/traceroute/Makefile b/testcases/network/traceroute/Makefile index 4a8c89f0b..54ed24c49 100644 --- a/testcases/network/traceroute/Makefile +++ b/testcases/network/traceroute/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/network/xinetd/Makefile b/testcases/network/xinetd/Makefile index c3a80734c..cdaadb19b 100644 --- a/testcases/network/xinetd/Makefile +++ b/testcases/network/xinetd/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/open_posix_testsuite/BUILD b/testcases/open_posix_testsuite/BUILD index 092140517..2fd7f0762 100644 --- a/testcases/open_posix_testsuite/BUILD +++ b/testcases/open_posix_testsuite/BUILD @@ -181,4 +181,4 @@ Maintainers: Julie Fleischer Adam Li Contributors: Jerome Marchand Ulrich Drepper - Garrett Cooper + Ngie Cooper diff --git a/testcases/open_posix_testsuite/COPYING b/testcases/open_posix_testsuite/COPYING index e6c82e3f0..02f6fccca 100644 --- a/testcases/open_posix_testsuite/COPYING +++ b/testcases/open_posix_testsuite/COPYING @@ -1,4 +1,4 @@ -All sourcecode generated from scratch by Garrett Cooper is BSD 2-clause +All sourcecode generated from scratch by Ngie Cooper is BSD 2-clause licensed. All legacy openposix test suite code is GPLv2+ licensed. You must honor the respective license when copying code. diff --git a/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests b/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests index 39c66e450..0231838e2 100644 --- a/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests +++ b/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests @@ -112,4 +112,4 @@ More details about these features can be found on the OpenGroup site Contributors: rusty.lynch REMOVE-THIS AT intel DOT com julie.n.fleischer REMOVE-THIS AT intel DOT com rolla.n.selbak REMOVE-THIS AT intel DOT com - yanegomi REMOTE-THIS AT gmail DOT com + yaneurabeya REMOVE-THIS AT gmail DOT com diff --git a/testcases/open_posix_testsuite/Makefile b/testcases/open_posix_testsuite/Makefile index e1c7bcd74..0601fa648 100644 --- a/testcases/open_posix_testsuite/Makefile +++ b/testcases/open_posix_testsuite/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # # Makefiles that are considered critical to execution; if they don't exist diff --git a/testcases/open_posix_testsuite/bin/Makefile b/testcases/open_posix_testsuite/bin/Makefile index b36e8a9e9..d9fd13800 100644 --- a/testcases/open_posix_testsuite/bin/Makefile +++ b/testcases/open_posix_testsuite/bin/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, July 2010 +# Ngie Cooper, July 2010 # top_srcdir?= .. diff --git a/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh b/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh index 39ff98914..9a255d698 100755 --- a/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh +++ b/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh @@ -4,7 +4,7 @@ # # See COPYING for licensing details. # -# Garrett Cooper, July 2010 +# Ngie Cooper, July 2010 # FAILED=0 diff --git a/testcases/open_posix_testsuite/bin/run-tests.sh b/testcases/open_posix_testsuite/bin/run-tests.sh index 5ee568775..c2fddcf53 100755 --- a/testcases/open_posix_testsuite/bin/run-tests.sh +++ b/testcases/open_posix_testsuite/bin/run-tests.sh @@ -5,7 +5,7 @@ # # run_test contains logic moved out of Makefile. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # LOGFILE=${LOGFILE:=logfile} diff --git a/testcases/open_posix_testsuite/conformance/Makefile b/testcases/open_posix_testsuite/conformance/Makefile index 2c6c557b1..c101b7ff6 100644 --- a/testcases/open_posix_testsuite/conformance/Makefile +++ b/testcases/open_posix_testsuite/conformance/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # all clean distclean-makefiles install test: diff --git a/testcases/open_posix_testsuite/conformance/behavior/Makefile b/testcases/open_posix_testsuite/conformance/behavior/Makefile index 376afcd12..b09527fd3 100644 --- a/testcases/open_posix_testsuite/conformance/behavior/Makefile +++ b/testcases/open_posix_testsuite/conformance/behavior/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # all clean install test: diff --git a/testcases/open_posix_testsuite/conformance/definitions/Makefile b/testcases/open_posix_testsuite/conformance/definitions/Makefile index 376afcd12..b09527fd3 100644 --- a/testcases/open_posix_testsuite/conformance/definitions/Makefile +++ b/testcases/open_posix_testsuite/conformance/definitions/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # all clean install test: diff --git a/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/1-1.c b/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/1-1.c index 5b29a9c65..7bd3435d9 100644 --- a/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/1-1.c +++ b/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/1-1.c @@ -1,5 +1,5 @@ /* - * Garrett Cooper, August 2010 + * Ngie Cooper, August 2010 * * Verify that mq_flags, mq_maxmsg, mq_msgsize, and mq_curmsgs exist in the * struct mq_attr structure and are long integers as per the diff --git a/testcases/open_posix_testsuite/conformance/interfaces/Makefile b/testcases/open_posix_testsuite/conformance/interfaces/Makefile index 376afcd12..b09527fd3 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/Makefile +++ b/testcases/open_posix_testsuite/conformance/interfaces/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # all clean install test: diff --git a/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/5-1.c b/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/5-1.c index aab6250bc..d73207e29 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/5-1.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/5-1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Garrett Cooper. + * Copyright (c) 2010, Ngie Cooper. * * The clock_getcpuclockid() function shall fail and return EPERM if the * requesting process does not have permission to access the CPU-time clock for diff --git a/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/6-1.c b/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/6-1.c index ab3f39734..401f5606e 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/6-1.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/6-1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Garrett Cooper. + * Copyright (c) 2010, Ngie Cooper. * * The clock_getcpuclockid() function may fail and return ESRCH if no process * can be found corresponding to the process specified by pid. diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/1-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/1-1.c index e60548434..9b3a60654 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/1-1.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/1-1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Garrett Cooper. + * Copyright (c) 2010, Ngie Cooper. * * Test that pthread_mutex_getprioceiling() returns the current prioceiling of * the mutex with PTHREAD_PRIO_PROTECT. diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-1.c index fcaa9babe..1b8d7360e 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-1.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Garrett Cooper. + * Copyright (c) 2010, Ngie Cooper. * * Test that pthread_mutex_getprioceiling() fails because: * diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-2.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-2.c index 95bf96b36..98449bfe4 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-2.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Garrett Cooper. + * Copyright (c) 2010, Ngie Cooper. * * Test that pthread_mutex_getprioceiling() fails because: * diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-3.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-3.c index 96b944e40..bdfed508f 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-3.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/3-3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Garrett Cooper. + * Copyright (c) 2010, Ngie Cooper. * * Test that pthread_mutex_getprioceiling() fails because: * diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/1-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/1-1.c index 8ee685f34..12b6cec03 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/1-1.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/1-1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Garrett Cooper. + * Copyright (c) 2010, Ngie Cooper. * * Test that pthread_mutex_setprioceiling() * diff --git a/testcases/open_posix_testsuite/functional/Makefile b/testcases/open_posix_testsuite/functional/Makefile index 9cbf16a3c..b647f0796 100644 --- a/testcases/open_posix_testsuite/functional/Makefile +++ b/testcases/open_posix_testsuite/functional/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # all clean install test: diff --git a/testcases/open_posix_testsuite/functional/threads/Makefile b/testcases/open_posix_testsuite/functional/threads/Makefile index e67c7cf7d..6cf8b0642 100644 --- a/testcases/open_posix_testsuite/functional/threads/Makefile +++ b/testcases/open_posix_testsuite/functional/threads/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # all clean install test: diff --git a/testcases/open_posix_testsuite/scripts/generate-makefiles.sh b/testcases/open_posix_testsuite/scripts/generate-makefiles.sh index f11871223..67a60c8cb 100755 --- a/testcases/open_posix_testsuite/scripts/generate-makefiles.sh +++ b/testcases/open_posix_testsuite/scripts/generate-makefiles.sh @@ -13,7 +13,7 @@ # # See COPYING for more details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # generate_locate_test_makefile() { @@ -282,7 +282,7 @@ generate_makefiles() { export PATH="$PATH:`dirname "$0"`" -AUTHORDATE=`grep "Garrett Cooper" "$0" | head -n 1 | sed 's,# *,,'` +AUTHORDATE=`grep "Ngie Cooper" "$0" | head -n 1 | sed 's,# *,,'` PREFIX=`print-prefix.sh` EXEC_PREFIX="${PREFIX}/bin" TOP_SRCDIR=${TOP_SRCDIR:=`dirname "$0"`/..} diff --git a/testcases/open_posix_testsuite/stress/Makefile b/testcases/open_posix_testsuite/stress/Makefile index 376afcd12..b09527fd3 100644 --- a/testcases/open_posix_testsuite/stress/Makefile +++ b/testcases/open_posix_testsuite/stress/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # all clean install test: diff --git a/testcases/open_posix_testsuite/tools/Makefile b/testcases/open_posix_testsuite/tools/Makefile index 53e43bb47..9a9f0481d 100644 --- a/testcases/open_posix_testsuite/tools/Makefile +++ b/testcases/open_posix_testsuite/tools/Makefile @@ -1,7 +1,7 @@ # # Read COPYING for licensing details. # -# Garrett Cooper, June 2010 +# Ngie Cooper, June 2010 # top_srcdir?= .. diff --git a/testcases/realtime/Makefile b/testcases/realtime/Makefile index 654d3e30e..a7491654c 100644 --- a/testcases/realtime/Makefile +++ b/testcases/realtime/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../.. diff --git a/testcases/realtime/config.mk b/testcases/realtime/config.mk index e13a2dcdf..4aa505518 100644 --- a/testcases/realtime/config.mk +++ b/testcases/realtime/config.mk @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # diff --git a/testcases/realtime/func/Makefile b/testcases/realtime/func/Makefile index 794bc9c36..96a09218f 100644 --- a/testcases/realtime/func/Makefile +++ b/testcases/realtime/func/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../.. diff --git a/testcases/realtime/func/async_handler/Makefile b/testcases/realtime/func/async_handler/Makefile index f334cfa83..944d48c90 100644 --- a/testcases/realtime/func/async_handler/Makefile +++ b/testcases/realtime/func/async_handler/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/gtod_latency/Makefile b/testcases/realtime/func/gtod_latency/Makefile index 89d82c956..b282a2077 100644 --- a/testcases/realtime/func/gtod_latency/Makefile +++ b/testcases/realtime/func/gtod_latency/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/hrtimer-prio/Makefile b/testcases/realtime/func/hrtimer-prio/Makefile index d294ee2d1..0e3deaac7 100644 --- a/testcases/realtime/func/hrtimer-prio/Makefile +++ b/testcases/realtime/func/hrtimer-prio/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/matrix_mult/Makefile b/testcases/realtime/func/matrix_mult/Makefile index 3d8913339..3c68b6544 100644 --- a/testcases/realtime/func/matrix_mult/Makefile +++ b/testcases/realtime/func/matrix_mult/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/measurement/Makefile b/testcases/realtime/func/measurement/Makefile index 36343e9fb..afbbde746 100644 --- a/testcases/realtime/func/measurement/Makefile +++ b/testcases/realtime/func/measurement/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/periodic_cpu_load/Makefile b/testcases/realtime/func/periodic_cpu_load/Makefile index e7ec8fcac..e35f5830b 100644 --- a/testcases/realtime/func/periodic_cpu_load/Makefile +++ b/testcases/realtime/func/periodic_cpu_load/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/pi-tests/Makefile b/testcases/realtime/func/pi-tests/Makefile index 7a7a57ad8..68616a711 100644 --- a/testcases/realtime/func/pi-tests/Makefile +++ b/testcases/realtime/func/pi-tests/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/pi_perf/Makefile b/testcases/realtime/func/pi_perf/Makefile index 196fca8f9..643236690 100644 --- a/testcases/realtime/func/pi_perf/Makefile +++ b/testcases/realtime/func/pi_perf/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/prio-preempt/Makefile b/testcases/realtime/func/prio-preempt/Makefile index b4c0b2e21..3ac49594d 100644 --- a/testcases/realtime/func/prio-preempt/Makefile +++ b/testcases/realtime/func/prio-preempt/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/prio-wake/Makefile b/testcases/realtime/func/prio-wake/Makefile index 6cea976bc..528f47277 100644 --- a/testcases/realtime/func/prio-wake/Makefile +++ b/testcases/realtime/func/prio-wake/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/pthread_kill_latency/Makefile b/testcases/realtime/func/pthread_kill_latency/Makefile index fd3a059a3..cac3ad8cc 100644 --- a/testcases/realtime/func/pthread_kill_latency/Makefile +++ b/testcases/realtime/func/pthread_kill_latency/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/rt-migrate/Makefile b/testcases/realtime/func/rt-migrate/Makefile index ae4f6105f..1af8807a2 100644 --- a/testcases/realtime/func/rt-migrate/Makefile +++ b/testcases/realtime/func/rt-migrate/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/sched_football/Makefile b/testcases/realtime/func/sched_football/Makefile index a5117fd76..61753f030 100644 --- a/testcases/realtime/func/sched_football/Makefile +++ b/testcases/realtime/func/sched_football/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/sched_jitter/Makefile b/testcases/realtime/func/sched_jitter/Makefile index 827a0dbc0..25323044b 100644 --- a/testcases/realtime/func/sched_jitter/Makefile +++ b/testcases/realtime/func/sched_jitter/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/sched_latency/Makefile b/testcases/realtime/func/sched_latency/Makefile index b7327dfd9..a7306978d 100644 --- a/testcases/realtime/func/sched_latency/Makefile +++ b/testcases/realtime/func/sched_latency/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/func/thread_clock/Makefile b/testcases/realtime/func/thread_clock/Makefile index 5cac45155..99145aa0e 100644 --- a/testcases/realtime/func/thread_clock/Makefile +++ b/testcases/realtime/func/thread_clock/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/lib/Makefile b/testcases/realtime/lib/Makefile index fc4784b98..9a29ee7ce 100644 --- a/testcases/realtime/lib/Makefile +++ b/testcases/realtime/lib/Makefile @@ -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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../.. diff --git a/testcases/realtime/m4/GNUmakefile b/testcases/realtime/m4/GNUmakefile index 24123e6ac..2a5b4c613 100644 --- a/testcases/realtime/m4/GNUmakefile +++ b/testcases/realtime/m4/GNUmakefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/testcases/realtime/perf/Makefile b/testcases/realtime/perf/Makefile index bf0368d3e..8d91f5a51 100644 --- a/testcases/realtime/perf/Makefile +++ b/testcases/realtime/perf/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../.. diff --git a/testcases/realtime/perf/latency/Makefile b/testcases/realtime/perf/latency/Makefile index e8f334569..17661aa1f 100644 --- a/testcases/realtime/perf/latency/Makefile +++ b/testcases/realtime/perf/latency/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testcases/realtime/stress/Makefile b/testcases/realtime/stress/Makefile index ad10e6956..511153104 100644 --- a/testcases/realtime/stress/Makefile +++ b/testcases/realtime/stress/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../.. diff --git a/testcases/realtime/stress/pi-tests/Makefile b/testcases/realtime/stress/pi-tests/Makefile index 5edc3b4e2..1881f7565 100644 --- a/testcases/realtime/stress/pi-tests/Makefile +++ b/testcases/realtime/stress/pi-tests/Makefile @@ -17,7 +17,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, September 2009 +# Ngie Cooper, September 2009 # top_srcdir ?= ../../../.. diff --git a/testscripts/Makefile b/testscripts/Makefile index c0cec1501..9bae48950 100644 --- a/testscripts/Makefile +++ b/testscripts/Makefile @@ -17,7 +17,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, December 2009 +# Ngie Cooper, December 2009 # top_srcdir ?= .. diff --git a/testscripts/build/build_test_function.sh b/testscripts/build/build_test_function.sh index a70642dcc..9ba558272 100755 --- a/testscripts/build/build_test_function.sh +++ b/testscripts/build/build_test_function.sh @@ -16,7 +16,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 # # Temporary directory setup. diff --git a/testscripts/build/default_runtest_set.awk b/testscripts/build/default_runtest_set.awk index 38ea9129e..dcd4a47cd 100755 --- a/testscripts/build/default_runtest_set.awk +++ b/testscripts/build/default_runtest_set.awk @@ -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, July 2009 +# Ngie Cooper, July 2009 # # Invoke this awk script like: # diff --git a/testscripts/build/ltp-missing-install-files.py b/testscripts/build/ltp-missing-install-files.py index 612ae5d76..1ab40a09f 100755 --- a/testscripts/build/ltp-missing-install-files.py +++ b/testscripts/build/ltp-missing-install-files.py @@ -19,7 +19,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, July 2009 +# Ngie Cooper, July 2009 # # Please invoke this script with --help to determine usage. # diff --git a/testscripts/build/test_install_in_build_tree.sh b/testscripts/build/test_install_in_build_tree.sh index e1a8d94e8..5626e0ff4 100755 --- a/testscripts/build/test_install_in_build_tree.sh +++ b/testscripts/build/test_install_in_build_tree.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 export PATH="${0%/*}:$PATH" diff --git a/testscripts/build/test_install_out_of_build_tree.sh b/testscripts/build/test_install_out_of_build_tree.sh index 307cf6542..8962e13b1 100755 --- a/testscripts/build/test_install_out_of_build_tree.sh +++ b/testscripts/build/test_install_out_of_build_tree.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 export PATH="${0%/*}:$PATH" diff --git a/testscripts/build/test_out_of_build_tree.sh b/testscripts/build/test_out_of_build_tree.sh index 275a68af2..4223b9082 100755 --- a/testscripts/build/test_out_of_build_tree.sh +++ b/testscripts/build/test_out_of_build_tree.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 export PATH="${0%/*}:$PATH" diff --git a/tools/Makefile b/tools/Makefile index 59d713a54..53bc8ef77 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= .. diff --git a/tools/apicmds/Makefile b/tools/apicmds/Makefile index e46abc5a3..6c35ab502 100644 --- a/tools/apicmds/Makefile +++ b/tools/apicmds/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../.. diff --git a/tools/create_dmesg_entries_for_each_test.awk b/tools/create_dmesg_entries_for_each_test.awk index 3629f0744..25d750a55 100644 --- a/tools/create_dmesg_entries_for_each_test.awk +++ b/tools/create_dmesg_entries_for_each_test.awk @@ -19,7 +19,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, April 2012 +# Ngie Cooper, April 2012 # NF && ! /^#/ { diff --git a/tools/create_kernel_faults_in_loops_and_probability.awk b/tools/create_kernel_faults_in_loops_and_probability.awk index 97b3861ad..e2ec3b515 100644 --- a/tools/create_kernel_faults_in_loops_and_probability.awk +++ b/tools/create_kernel_faults_in_loops_and_probability.awk @@ -19,7 +19,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, April 2012 +# Ngie Cooper, April 2012 # NF && ! /^#/ { diff --git a/tools/create_valgrind_check.awk b/tools/create_valgrind_check.awk index 21621c5f1..05cf6fac4 100644 --- a/tools/create_valgrind_check.awk +++ b/tools/create_valgrind_check.awk @@ -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, April 2012 +# Ngie Cooper, April 2012 # # XXX: this script doesn't handle items that would be executed via pan with diff --git a/tools/genload/Makefile b/tools/genload/Makefile index 2384d2c5d..8bf4d2755 100644 --- a/tools/genload/Makefile +++ b/tools/genload/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../.. diff --git a/utils/benchmark/ebizzy-0.3/Makefile b/utils/benchmark/ebizzy-0.3/Makefile index 41aadd412..e362619fe 100644 --- a/utils/benchmark/ebizzy-0.3/Makefile +++ b/utils/benchmark/ebizzy-0.3/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # # IMPORT NOTE: Be careful when upgrading this component as running the diff --git a/utils/benchmark/kernbench-0.42/Makefile b/utils/benchmark/kernbench-0.42/Makefile index 976ae397e..0beb525ff 100644 --- a/utils/benchmark/kernbench-0.42/Makefile +++ b/utils/benchmark/kernbench-0.42/Makefile @@ -17,7 +17,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, November 2009 +# Ngie Cooper, November 2009 # top_srcdir ?= ../../.. diff --git a/utils/sctp/Makefile b/utils/sctp/Makefile index 181e6f3d5..93551b3ac 100644 --- a/utils/sctp/Makefile +++ b/utils/sctp/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../.. diff --git a/utils/sctp/lib/Makefile b/utils/sctp/lib/Makefile index 810bbb690..c0cb35b4e 100644 --- a/utils/sctp/lib/Makefile +++ b/utils/sctp/lib/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../.. diff --git a/utils/sctp/testlib/Makefile b/utils/sctp/testlib/Makefile index e7b5a51a2..2977f45b3 100644 --- a/utils/sctp/testlib/Makefile +++ b/utils/sctp/testlib/Makefile @@ -17,7 +17,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, July 2009 +# Ngie Cooper, July 2009 # top_srcdir ?= ../../..