summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/termios.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libc/termios.c')
-rw-r--r--c/src/lib/libc/termios.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libc/termios.c b/c/src/lib/libc/termios.c
index ef4b593a80..8d365ae3f0 100644
--- a/c/src/lib/libc/termios.c
+++ b/c/src/lib/libc/termios.c
@@ -1,13 +1,20 @@
/*
* TERMIOS serial line support
*
- * Author:
+ * Authors:
* W. Eric Norum
* Saskatchewan Accelerator Laboratory
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
*
+ * AND
+ *
+ * Katsutoshi Shibuya
+ * BU Denken Co.,Ltd.
+ * Sapporo, JAPAN
+ * shibuya@mxb.meshnet.or.jp
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.