summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-22 17:20:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-22 17:20:27 +0000
commit03f2154e519e5d2e620163624baa4a9241449415 (patch)
tree4b81d55f479da1df2e337d52b6cd46c7d07be57b /c/src/lib/libmisc
parentLICENSE file is now only in top directory. (diff)
downloadrtems-03f2154e519e5d2e620163624baa4a9241449415.tar.bz2
headers updated to reflect new style copyright notice as part
of switching to the modified GNU GPL.
Diffstat (limited to 'c/src/lib/libmisc')
-rw-r--r--c/src/lib/libmisc/cpuuse/cpuuse.c10
-rw-r--r--c/src/lib/libmisc/cpuuse/cpuuse.h10
-rw-r--r--c/src/lib/libmisc/cpuuse/internal.h10
-rw-r--r--c/src/lib/libmisc/stackchk/check.c10
-rw-r--r--c/src/lib/libmisc/stackchk/internal.h10
-rw-r--r--c/src/lib/libmisc/stackchk/stackchk.h10
6 files changed, 30 insertions, 30 deletions
diff --git a/c/src/lib/libmisc/cpuuse/cpuuse.c b/c/src/lib/libmisc/cpuuse/cpuuse.c
index d62fab506f..475765b4db 100644
--- a/c/src/lib/libmisc/cpuuse/cpuuse.c
+++ b/c/src/lib/libmisc/cpuuse/cpuuse.c
@@ -1,13 +1,13 @@
/*
* CPU Usage Reporter
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994, 1996.
+ * COPYRIGHT (c) 1989-1997. 1996.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
+ * Copyright assigned to U.S. Government, 1994.
*
- * This material may be reproduced by or for the U.S. Government pursuant
- * to the copyright license under the clause at DFARS 252.227-7013. This
- * notice must appear in all copies of this file and its derivatives.
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* check.c,v 1.13 1996/04/22 16:51:52 joel Exp
*
diff --git a/c/src/lib/libmisc/cpuuse/cpuuse.h b/c/src/lib/libmisc/cpuuse/cpuuse.h
index 11b7fc1015..db5a258e7e 100644
--- a/c/src/lib/libmisc/cpuuse/cpuuse.h
+++ b/c/src/lib/libmisc/cpuuse/cpuuse.h
@@ -3,13 +3,13 @@
* This include file contains information necessary to utilize
* and install the cpu usage reporting mechanism.
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994, 1996.
+ * COPYRIGHT (c) 1989-1997. 1996.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
+ * Copyright assigned to U.S. Government, 1994.
*
- * This material may be reproduced by or for the U.S. Government pursuant
- * to the copyright license under the clause at DFARS 252.227-7013. This
- * notice must appear in all copies of this file and its derivatives.
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp
*/
diff --git a/c/src/lib/libmisc/cpuuse/internal.h b/c/src/lib/libmisc/cpuuse/internal.h
index a8c4c28044..678973f517 100644
--- a/c/src/lib/libmisc/cpuuse/internal.h
+++ b/c/src/lib/libmisc/cpuuse/internal.h
@@ -3,13 +3,13 @@
* This include file contains internal information
* for the RTEMS stack checker.
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
+ * Copyright assigned to U.S. Government, 1994.
*
- * This material may be reproduced by or for the U.S. Government pursuant
- * to the copyright license under the clause at DFARS 252.227-7013. This
- * notice must appear in all copies of this file and its derivatives.
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* internal.h,v 1.5 1995/12/19 20:13:50 joel Exp
*/
diff --git a/c/src/lib/libmisc/stackchk/check.c b/c/src/lib/libmisc/stackchk/check.c
index ad06b7b650..45887c3929 100644
--- a/c/src/lib/libmisc/stackchk/check.c
+++ b/c/src/lib/libmisc/stackchk/check.c
@@ -6,13 +6,13 @@
* CPU grows up or down and installs the correct
* extension routines for that direction.
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
+ * Copyright assigned to U.S. Government, 1994.
*
- * This material may be reproduced by or for the U.S. Government pursuant
- * to the copyright license under the clause at DFARS 252.227-7013. This
- * notice must appear in all copies of this file and its derivatives.
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* $Id$
*
diff --git a/c/src/lib/libmisc/stackchk/internal.h b/c/src/lib/libmisc/stackchk/internal.h
index e98ec7e92e..6d665a4594 100644
--- a/c/src/lib/libmisc/stackchk/internal.h
+++ b/c/src/lib/libmisc/stackchk/internal.h
@@ -3,13 +3,13 @@
* This include file contains internal information
* for the RTEMS stack checker.
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
+ * Copyright assigned to U.S. Government, 1994.
*
- * This material may be reproduced by or for the U.S. Government pursuant
- * to the copyright license under the clause at DFARS 252.227-7013. This
- * notice must appear in all copies of this file and its derivatives.
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* $Id$
*/
diff --git a/c/src/lib/libmisc/stackchk/stackchk.h b/c/src/lib/libmisc/stackchk/stackchk.h
index f3281c63fe..006b6f3727 100644
--- a/c/src/lib/libmisc/stackchk/stackchk.h
+++ b/c/src/lib/libmisc/stackchk/stackchk.h
@@ -3,13 +3,13 @@
* This include file contains information necessary to utilize
* and install the stack checker mechanism.
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
+ * Copyright assigned to U.S. Government, 1994.
*
- * This material may be reproduced by or for the U.S. Government pursuant
- * to the copyright license under the clause at DFARS 252.227-7013. This
- * notice must appear in all copies of this file and its derivatives.
+ * The license and distribution terms for this file may in
+ * the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* $Id$
*/