mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* libcsupport/src/__times.c, libmisc/cpuuse/cpuusagedata.c, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c, rtems/include/rtems/rtems/types.h, rtems/src/ratemongetstatistics.c, rtems/src/ratemonreportstatistics.c, score/src/threaddispatch.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c: Updated copyright line.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||||
|
|
||||||
|
* libcsupport/src/__times.c, libmisc/cpuuse/cpuusagedata.c,
|
||||||
|
libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c,
|
||||||
|
rtems/include/rtems/rtems/types.h, rtems/src/ratemongetstatistics.c,
|
||||||
|
rtems/src/ratemonreportstatistics.c, score/src/threaddispatch.c,
|
||||||
|
score/src/threadinitialize.c, score/src/threadtickletimeslice.c:
|
||||||
|
Updated copyright line.
|
||||||
|
|
||||||
2009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
2009-12-02 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac, libcsupport/src/__times.c,
|
* configure.ac, libcsupport/src/__times.c,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* times() - POSIX 1003.1b 4.5.2 - Get Process Times
|
* times() - POSIX 1003.1b 4.5.2 - Get Process Times
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2008.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CPU Usage Reporter - Shared Data
|
* CPU Usage Reporter - Shared Data
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007
|
* COPYRIGHT (c) 1989-2009
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CPU Usage Reporter
|
* CPU Usage Reporter
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007
|
* COPYRIGHT (c) 1989-2009
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* CPU Usage Reporter
|
* CPU Usage Reporter
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007
|
* COPYRIGHT (c) 1989-2009
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* @brief Types used by the Classic API.
|
* @brief Types used by the Classic API.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* COPYRIGHT (c) 1989-2008.
|
/* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Rate Monotonic Manager -- Get Statistics
|
* Rate Monotonic Manager -- Get Statistics
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Rate Monotonic Manager -- Report Statistics for All Periods
|
* Rate Monotonic Manager -- Report Statistics for All Periods
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* Thread Handler
|
* Thread Handler
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* Thread Handler
|
* Thread Handler
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2008.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* Thread Handler
|
* Thread Handler
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
|
|||||||
Reference in New Issue
Block a user