summaryrefslogtreecommitdiff
path: root/misc/pascal/libpas
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 17:32:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 17:32:42 +0000
commit0661f846bdd4ef584ab5d0e85e3fecf74a1d9922 (patch)
treeaa19d58f3fe49b859a526586b75d665ad06ac75f /misc/pascal/libpas
parentd2e8f9f549edebda7029cca0d5704e09ea93f679 (diff)
downloadnuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.tar.gz
nuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.tar.bz2
nuttx-0661f846bdd4ef584ab5d0e85e3fecf74a1d9922.zip
Email address change in misc/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5144 42af7a65-404d-4744-a932-0658087f49c3
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