summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/arm
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/nxflat/arm')
-rw-r--r--misc/buildroot/toolchain/nxflat/arm/Makefile2
-rw-r--r--misc/buildroot/toolchain/nxflat/arm/arch.h2
-rw-r--r--misc/buildroot/toolchain/nxflat/arm/disarm.c4
-rw-r--r--misc/buildroot/toolchain/nxflat/arm/dyncall_skeleton.def2
4 files changed, 5 insertions, 5 deletions
diff --git a/misc/buildroot/toolchain/nxflat/arm/Makefile b/misc/buildroot/toolchain/nxflat/arm/Makefile
index 68abf2afd..967fe8054 100644
--- a/misc/buildroot/toolchain/nxflat/arm/Makefile
+++ b/misc/buildroot/toolchain/nxflat/arm/Makefile
@@ -2,7 +2,7 @@
# toolchain/nxflat/arm/Makefile
#
# Copyright (C) 2009 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/misc/buildroot/toolchain/nxflat/arm/arch.h b/misc/buildroot/toolchain/nxflat/arm/arch.h
index 83f25655a..7839d97f8 100644
--- a/misc/buildroot/toolchain/nxflat/arm/arch.h
+++ b/misc/buildroot/toolchain/nxflat/arm/arch.h
@@ -3,7 +3,7 @@
* ARM thumb2 ELF support for BFD.
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Simply lifted with minimal change from the BFD, binutils 2.19.1:
*
diff --git a/misc/buildroot/toolchain/nxflat/arm/disarm.c b/misc/buildroot/toolchain/nxflat/arm/disarm.c
index 5826df3b4..c1d8257de 100644
--- a/misc/buildroot/toolchain/nxflat/arm/disarm.c
+++ b/misc/buildroot/toolchain/nxflat/arm/disarm.c
@@ -3,13 +3,13 @@
* ARM Disassembler
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Derived from XFLAT:
*
* Copyright (c) 2006, Cadenux, LLC. All rights reserved.
* Copyright (c) 2006, Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Which simply lifted it from the BFD:
*
diff --git a/misc/buildroot/toolchain/nxflat/arm/dyncall_skeleton.def b/misc/buildroot/toolchain/nxflat/arm/dyncall_skeleton.def
index fbe8b5081..8a42e6486 100644
--- a/misc/buildroot/toolchain/nxflat/arm/dyncall_skeleton.def
+++ b/misc/buildroot/toolchain/nxflat/arm/dyncall_skeleton.def
@@ -2,7 +2,7 @@
* toolchain/nxflat/arm/dyncall_skeleton.def
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions