summaryrefslogtreecommitdiff
path: root/apps/graphics
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 16:58:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 16:58:49 +0000
commitd2e8f9f549edebda7029cca0d5704e09ea93f679 (patch)
tree069643454e1936db021400ccac6a92c4587bc240 /apps/graphics
parent05a6ec77b4fc41cc5b866b9228ee037fbf3eb902 (diff)
downloadpx4-nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.tar.gz
px4-nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.tar.bz2
px4-nuttx-d2e8f9f549edebda7029cca0d5704e09ea93f679.zip
Email address change in apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/graphics')
-rw-r--r--apps/graphics/Makefile2
-rw-r--r--apps/graphics/tiff/Makefile2
-rw-r--r--apps/graphics/tiff/tiff_addstrip.c2
-rw-r--r--apps/graphics/tiff/tiff_finalize.c2
-rw-r--r--apps/graphics/tiff/tiff_initialize.c2
-rw-r--r--apps/graphics/tiff/tiff_internal.h2
-rw-r--r--apps/graphics/tiff/tiff_utils.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/apps/graphics/Makefile b/apps/graphics/Makefile
index 01775a2e3..ddd26e536 100644
--- a/apps/graphics/Makefile
+++ b/apps/graphics/Makefile
@@ -2,7 +2,7 @@
# apps/graphics/Makefile
#
# Copyright (C) 2011 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/apps/graphics/tiff/Makefile b/apps/graphics/tiff/Makefile
index 617717c65..af487c1a9 100644
--- a/apps/graphics/tiff/Makefile
+++ b/apps/graphics/tiff/Makefile
@@ -2,7 +2,7 @@
# apps/graphics/tiff/Makefile
#
# Copyright (C) 2011 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/apps/graphics/tiff/tiff_addstrip.c b/apps/graphics/tiff/tiff_addstrip.c
index fa2a50e72..7b5c4fb8f 100644
--- a/apps/graphics/tiff/tiff_addstrip.c
+++ b/apps/graphics/tiff/tiff_addstrip.c
@@ -2,7 +2,7 @@
* apps/graphics/tiff/tiff_addstrip.c
*
* Copyright (C) 2011 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/apps/graphics/tiff/tiff_finalize.c b/apps/graphics/tiff/tiff_finalize.c
index 0d7a222a5..abae79b63 100644
--- a/apps/graphics/tiff/tiff_finalize.c
+++ b/apps/graphics/tiff/tiff_finalize.c
@@ -2,7 +2,7 @@
* apps/graphics/tiff/tiff_finalize.c
*
* Copyright (C) 2011 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/apps/graphics/tiff/tiff_initialize.c b/apps/graphics/tiff/tiff_initialize.c
index 3e1328eb2..ddd5fc29d 100644
--- a/apps/graphics/tiff/tiff_initialize.c
+++ b/apps/graphics/tiff/tiff_initialize.c
@@ -2,7 +2,7 @@
* apps/graphics/tiff/tiff_initialize.c
*
* Copyright (C) 2011 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/apps/graphics/tiff/tiff_internal.h b/apps/graphics/tiff/tiff_internal.h
index 5596122fa..c7226e04d 100644
--- a/apps/graphics/tiff/tiff_internal.h
+++ b/apps/graphics/tiff/tiff_internal.h
@@ -2,7 +2,7 @@
* apps/graphics/tiff/tiff_internal.h
*
* Copyright (C) 2011 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/apps/graphics/tiff/tiff_utils.c b/apps/graphics/tiff/tiff_utils.c
index c326d0274..33886d796 100644
--- a/apps/graphics/tiff/tiff_utils.c
+++ b/apps/graphics/tiff/tiff_utils.c
@@ -2,7 +2,7 @@
* apps/graphics/tiff/tiff_utils.c
*
* Copyright (C) 2011 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