summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/uid01
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-18 22:58:53 -0600
committerGedare Bloom <gedare@rtems.org>2014-01-09 10:18:45 -0500
commit895020409377090bf1ebfd940ca2f6ecb13cd920 (patch)
tree0331929a251c8974784b4f4f917de2ce3e8f2bdf /testsuites/libtests/uid01
parentlibtests: added test to confirm patch fixes bug (diff)
downloadrtems-895020409377090bf1ebfd940ca2f6ecb13cd920.tar.bz2
libtests/uid01: Fix Copyright information
Diffstat (limited to 'testsuites/libtests/uid01')
-rw-r--r--testsuites/libtests/uid01/init.c9
-rw-r--r--testsuites/libtests/uid01/msmouse.c9
-rw-r--r--testsuites/libtests/uid01/serial_mouse_config.c8
-rw-r--r--testsuites/libtests/uid01/uid01.doc9
4 files changed, 20 insertions, 15 deletions
diff --git a/testsuites/libtests/uid01/init.c b/testsuites/libtests/uid01/init.c
index 0335347e70..369f9fe024 100644
--- a/testsuites/libtests/uid01/init.c
+++ b/testsuites/libtests/uid01/init.c
@@ -1,10 +1,9 @@
/*
- * COPYRIGHT (c) 2013.
- * On-Line Applications Research Corporation (OAR).
+ * Copyright (c) 2013 Daniel Ramirez <javamonn@gmail.com>
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/testsuites/libtests/uid01/msmouse.c b/testsuites/libtests/uid01/msmouse.c
index 1957d32bdd..adf2810317 100644
--- a/testsuites/libtests/uid01/msmouse.c
+++ b/testsuites/libtests/uid01/msmouse.c
@@ -1,10 +1,9 @@
/*
- * COPYRIGHT (c) 1989-2011.
- * On-Line Applications Research Corporation (OAR).
+ * Copyright (c) 2013 Daniel Ramirez <javamonn@gmail.com>
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/testsuites/libtests/uid01/serial_mouse_config.c b/testsuites/libtests/uid01/serial_mouse_config.c
index 09e420a3f2..ba416adf56 100644
--- a/testsuites/libtests/uid01/serial_mouse_config.c
+++ b/testsuites/libtests/uid01/serial_mouse_config.c
@@ -1,4 +1,12 @@
/*
+ * Copyright (c) 2013 Daniel Ramirez <javamonn@gmail.com>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ */
+
+/*
*
* MODULE DESCRIPTION:
* This module implements the RTEMS drivers for the PC serial ports
diff --git a/testsuites/libtests/uid01/uid01.doc b/testsuites/libtests/uid01/uid01.doc
index 4a7481e72e..cec36f819e 100644
--- a/testsuites/libtests/uid01/uid01.doc
+++ b/testsuites/libtests/uid01/uid01.doc
@@ -1,9 +1,8 @@
-# COPYRIGHT (c) 2013.
-# On-Line Applications Research Corporation (OAR).
+# Copyright (c) 2013 Daniel Ramirez <javamonn@gmail.com>
#
-# The license and distribution terms for this file may be
-# found in the file LICENSE in this distribution or at
-# http://www.rtems.com/license/LICENSE.
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
#
This file describes the directives and concepts tested by this test set.