[rtems commit] libtests/uid01: Fix Copyright information

Gedare Bloom gedare at rtems.org
Thu Jan 9 15:11:42 UTC 2014


Module:    rtems
Branch:    master
Commit:    895020409377090bf1ebfd940ca2f6ecb13cd920
Changeset: http://git.rtems.org/rtems/commit/?id=895020409377090bf1ebfd940ca2f6ecb13cd920

Author:    Daniel Ramirez <javamonn at gmail.com>
Date:      Wed Dec 18 22:58:53 2013 -0600

libtests/uid01: Fix Copyright information

---

 testsuites/libtests/uid01/init.c                |    9 ++++-----
 testsuites/libtests/uid01/msmouse.c             |    9 ++++-----
 testsuites/libtests/uid01/serial_mouse_config.c |    8 ++++++++
 testsuites/libtests/uid01/uid01.doc             |    9 ++++-----
 4 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/testsuites/libtests/uid01/init.c b/testsuites/libtests/uid01/init.c
index 0335347..369f9fe 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 at 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 1957d32..adf2810 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 at 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 09e420a..ba416ad 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 at 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 4a7481e..cec36f8 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 at 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.




More information about the vc mailing list