summaryrefslogtreecommitdiff
path: root/misc/pascal/libpas
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pascal/libpas')
-rw-r--r--misc/pascal/libpas/Make.defs2
-rw-r--r--misc/pascal/libpas/Makefile2
-rw-r--r--misc/pascal/libpas/pextension.c2
-rw-r--r--misc/pascal/libpas/psignextend16.c2
-rw-r--r--misc/pascal/libpas/pswap.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/misc/pascal/libpas/Make.defs b/misc/pascal/libpas/Make.defs
index 558f6b507..2a0fbed8c 100644
--- a/misc/pascal/libpas/Make.defs
+++ b/misc/pascal/libpas/Make.defs
@@ -3,7 +3,7 @@
# NuttX runtime makefile fragment
#
# Copyright (C) 2008 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/pascal/libpas/Makefile b/misc/pascal/libpas/Makefile
index b686daa89..82ac36ab8 100644
--- a/misc/pascal/libpas/Makefile
+++ b/misc/pascal/libpas/Makefile
@@ -2,7 +2,7 @@
# libpas/Makefile
#
# Copyright (C) 2008 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/pascal/libpas/pextension.c b/misc/pascal/libpas/pextension.c
index ae883a097..bdb2a9acc 100644
--- a/misc/pascal/libpas/pextension.c
+++ b/misc/pascal/libpas/pextension.c
@@ -3,7 +3,7 @@
* Manage file extensions
*
* Copyright (C) 2008-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/pascal/libpas/psignextend16.c b/misc/pascal/libpas/psignextend16.c
index c30bba193..e05d20fc2 100644
--- a/misc/pascal/libpas/psignextend16.c
+++ b/misc/pascal/libpas/psignextend16.c
@@ -3,7 +3,7 @@
* 16-bit sign extension
*
* Copyright (C) 2008-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/pascal/libpas/pswap.c b/misc/pascal/libpas/pswap.c
index 772425993..035988ff9 100644
--- a/misc/pascal/libpas/pswap.c
+++ b/misc/pascal/libpas/pswap.c
@@ -3,7 +3,7 @@
* Byte swapping to handling endian-ness conversions
*
* Copyright (C) 2008-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