drivers: modify author's email address
authorJunhwan Park <junhwan.park@samsung.com>
Thu, 11 May 2017 14:37:52 +0000 (23:37 +0900)
committerJunhwan Park <junhwan.park@samsung.com>
Thu, 11 May 2017 14:37:56 +0000 (23:37 +0900)
The e-mail address of the author of the file is incorrect. I think it is
a bug that occurred when changing nuttx to tinyara in batch.

Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
16 files changed:
os/drivers/usbdev/Make.defs
os/drivers/usbdev/cdcacm.c
os/drivers/usbdev/cdcacm.h
os/drivers/usbdev/cdcacm_desc.c
os/drivers/usbdev/composite.c
os/drivers/usbdev/composite.h
os/drivers/usbdev/composite_desc.c
os/drivers/usbdev/pl2303.c
os/drivers/usbdev/usbdev_strings.c
os/drivers/usbdev/usbdev_trace.c
os/drivers/usbdev/usbdev_trprintf.c
os/drivers/usbdev/usbmsc.c
os/drivers/usbdev/usbmsc.h
os/drivers/usbdev/usbmsc_desc.c
os/drivers/usbdev/usbmsc_scsi.c
os/drivers/wireless/scsc/Make.defs

index a0d57f6..764bb88 100644 (file)
@@ -19,7 +19,7 @@
 # drivers/usbdev/Make.defs
 #
 #   Copyright (C) 2008, 2010-2013 Gregory Nutt. All rights reserved.
-#   Author: Gregory Nutt <gnutt@tinyara.org>
+#   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
index 00b4559..9584ff5 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/cdcacm.c
  *
  *   Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index 3eed514..a56c14e 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/cdcacm.h
  *
  *   Copyright (C) 2011-2012, 2015 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index ca088d3..0782284 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/cdcacm_desc.c
  *
  *   Copyright (C) 2011-2012, 2015 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index f0f4081..2485603 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/composite.c
  *
  *   Copyright (C) 2012 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index c2b7dac..cb0cdc9 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/composite.h
  *
  *   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index dc8f47c..a68d023 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/composite_desc.c
  *
  *   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index 2811e5f..9497a19 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/pl2303.c
  *
  *   Copyright (C) 2008-2013, 2015 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   Author: Gregory Nutt <gnutt@nuttx.org>
  *
  * This logic emulates the Prolific PL2303 serial/USB converter
  *
index 0ef766b..7fe8a33 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/usbdev_strings.c
  *
  *   Copyright (C) 2013 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index d697df7..f84b302 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/usbdev_trace.c
  *
  *   Copyright (C) 2008-2010, 2012 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index 62a5305..fda5327 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/usbdev_trprintf.c
  *
  *   Copyright (C) 2008-2010, 2012-2013 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index 82579c4..588630a 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/usbmsc.c
  *
  *   Copyright (C) 2008-2012 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   Author: Gregory Nutt <gnutt@nuttx.org>
  *
  * Mass storage class device.  Bulk-only with SCSI subclass.
  *
index 126f00f..6f7808f 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/usbmsc.h
  *
  *   Copyright (C) 2008-2013, 2015 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   Author: Gregory Nutt <gnutt@nuttx.org>
  *
  * Mass storage class device.  Bulk-only with SCSI subclass.
  *
index d61e695..68d17d9 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/usbmsc_desc.c
  *
  *   Copyright (C) 2011-2012, 2015 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   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
index 16f0bf7..d8d47fe 100644 (file)
@@ -19,7 +19,7 @@
  * drivers/usbdev/usbmsc_scsi.c
  *
  *   Copyright (C) 2008-2010, 2012 Gregory Nutt. All rights reserved.
- *   Author: Gregory Nutt <gnutt@tinyara.org>
+ *   Author: Gregory Nutt <gnutt@nuttx.org>
  *
  * Mass storage class device.  Bulk-only with SCSI subclass.
  *
index 663f6f9..e1c2e5c 100644 (file)
@@ -2,7 +2,7 @@
 # drivers/wireless/Make.defs
 #
 #   Copyright (C) 2013 Gregory Nutt. All rights reserved.
-#   Author: Gregory Nutt <gnutt@tinyara.org>
+#   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