aboutsummaryrefslogtreecommitdiff
path: root/nuttx/lib/queue
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/queue')
-rw-r--r--nuttx/lib/queue/dq_addafter.c2
-rw-r--r--nuttx/lib/queue/dq_addbefore.c2
-rw-r--r--nuttx/lib/queue/dq_addfirst.c2
-rw-r--r--nuttx/lib/queue/dq_addlast.c2
-rw-r--r--nuttx/lib/queue/dq_rem.c2
-rw-r--r--nuttx/lib/queue/dq_remfirst.c2
-rw-r--r--nuttx/lib/queue/dq_remlast.c2
-rw-r--r--nuttx/lib/queue/sq_addafter.c2
-rw-r--r--nuttx/lib/queue/sq_addfirst.c2
-rw-r--r--nuttx/lib/queue/sq_addlast.c2
-rw-r--r--nuttx/lib/queue/sq_rem.c2
-rw-r--r--nuttx/lib/queue/sq_remafter.c2
-rw-r--r--nuttx/lib/queue/sq_remfirst.c2
-rw-r--r--nuttx/lib/queue/sq_remlast.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/nuttx/lib/queue/dq_addafter.c b/nuttx/lib/queue/dq_addafter.c
index e9f0d9a3e..bfbe0052d 100644
--- a/nuttx/lib/queue/dq_addafter.c
+++ b/nuttx/lib/queue/dq_addafter.c
@@ -2,7 +2,7 @@
* lib/queue/dq_addafter.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/dq_addbefore.c b/nuttx/lib/queue/dq_addbefore.c
index c49dff78b..d740ea830 100644
--- a/nuttx/lib/queue/dq_addbefore.c
+++ b/nuttx/lib/queue/dq_addbefore.c
@@ -2,7 +2,7 @@
* lib/queue/dq_addbefore.c
*
* Copyright (C) 2007, 2009, 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/nuttx/lib/queue/dq_addfirst.c b/nuttx/lib/queue/dq_addfirst.c
index 27da2c491..7c7312de3 100644
--- a/nuttx/lib/queue/dq_addfirst.c
+++ b/nuttx/lib/queue/dq_addfirst.c
@@ -2,7 +2,7 @@
* lib/queue/dq_addfirst.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/dq_addlast.c b/nuttx/lib/queue/dq_addlast.c
index c7a060961..745deb27d 100644
--- a/nuttx/lib/queue/dq_addlast.c
+++ b/nuttx/lib/queue/dq_addlast.c
@@ -2,7 +2,7 @@
* lib/queue/dq_addlast.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/dq_rem.c b/nuttx/lib/queue/dq_rem.c
index adf99efed..218427bf8 100644
--- a/nuttx/lib/queue/dq_rem.c
+++ b/nuttx/lib/queue/dq_rem.c
@@ -2,7 +2,7 @@
* lib/queue/dq_rem.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/dq_remfirst.c b/nuttx/lib/queue/dq_remfirst.c
index c42f3f2cc..26c5fd7a6 100644
--- a/nuttx/lib/queue/dq_remfirst.c
+++ b/nuttx/lib/queue/dq_remfirst.c
@@ -2,7 +2,7 @@
* lib/queue/dq_remfirst.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/dq_remlast.c b/nuttx/lib/queue/dq_remlast.c
index 6280a0e51..35adc73e2 100644
--- a/nuttx/lib/queue/dq_remlast.c
+++ b/nuttx/lib/queue/dq_remlast.c
@@ -2,7 +2,7 @@
* lib/queue/dq_remlast.c
*
* Copyright (C) 2007, 2008, 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/nuttx/lib/queue/sq_addafter.c b/nuttx/lib/queue/sq_addafter.c
index 05e1157fd..965ac2844 100644
--- a/nuttx/lib/queue/sq_addafter.c
+++ b/nuttx/lib/queue/sq_addafter.c
@@ -2,7 +2,7 @@
* lib/queue/sq_addafter.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/sq_addfirst.c b/nuttx/lib/queue/sq_addfirst.c
index 8f55053d4..8fc8e0619 100644
--- a/nuttx/lib/queue/sq_addfirst.c
+++ b/nuttx/lib/queue/sq_addfirst.c
@@ -2,7 +2,7 @@
* lib/queue/sq_addfirst.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/sq_addlast.c b/nuttx/lib/queue/sq_addlast.c
index 15054a703..f9f9625cc 100644
--- a/nuttx/lib/queue/sq_addlast.c
+++ b/nuttx/lib/queue/sq_addlast.c
@@ -2,7 +2,7 @@
* lib/queue/sq_addlast.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/sq_rem.c b/nuttx/lib/queue/sq_rem.c
index 972e8e1c3..6ba52354d 100644
--- a/nuttx/lib/queue/sq_rem.c
+++ b/nuttx/lib/queue/sq_rem.c
@@ -2,7 +2,7 @@
* lib/queue/sq_rem.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/sq_remafter.c b/nuttx/lib/queue/sq_remafter.c
index 781a2b6ad..4dcfb06e4 100644
--- a/nuttx/lib/queue/sq_remafter.c
+++ b/nuttx/lib/queue/sq_remafter.c
@@ -2,7 +2,7 @@
* lib/queue/sq_remafter.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/sq_remfirst.c b/nuttx/lib/queue/sq_remfirst.c
index 5a273ad6a..43df6de41 100644
--- a/nuttx/lib/queue/sq_remfirst.c
+++ b/nuttx/lib/queue/sq_remfirst.c
@@ -2,7 +2,7 @@
* lib/queue/sq_remfirst.c
*
* Copyright (C) 2007, 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/nuttx/lib/queue/sq_remlast.c b/nuttx/lib/queue/sq_remlast.c
index a66c6bcbb..92cdbde98 100644
--- a/nuttx/lib/queue/sq_remlast.c
+++ b/nuttx/lib/queue/sq_remlast.c
@@ -2,7 +2,7 @@
* lib/queue/sq_remlast.c
*
* Copyright (C) 2007, 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