2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>

* smp01/smp01.doc, smp02/smp02.doc, smp03/smp03.doc, smp04/smp04.doc,
	smp05/smp05.doc, smp07/smp07.doc, smp08/smp08.doc, smp08/system.h,
	smp08/tasks.c: Update copyright.
This commit is contained in:
Joel Sherrill
2011-06-29 17:38:53 +00:00
parent 5c5f653412
commit d01badce5b
10 changed files with 17 additions and 24 deletions
+6
View File
@@ -1,3 +1,9 @@
2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* smp01/smp01.doc, smp02/smp02.doc, smp03/smp03.doc, smp04/smp04.doc,
smp05/smp05.doc, smp07/smp07.doc, smp08/smp08.doc, smp08/system.h,
smp08/tasks.c: Update copyright.
2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file.
+1 -1
View File
@@ -1,7 +1,7 @@
#
# $Id$
#
# COPYRIGHT (c) 1989-1999.
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
+1 -1
View File
@@ -1,7 +1,7 @@
#
# $Id$
#
# COPYRIGHT (c) 1989-1999.
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
+1 -1
View File
@@ -1,7 +1,7 @@
#
# $Id$
#
# COPYRIGHT (c) 1989-1999.
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
+1 -1
View File
@@ -1,7 +1,7 @@
#
# $Id$
#
# COPYRIGHT (c) 1989-1999.
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
+1 -1
View File
@@ -1,7 +1,7 @@
#
# $Id$
#
# COPYRIGHT (c) 1989-2010.
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
+1 -1
View File
@@ -1,7 +1,7 @@
#
# $Id$
#
# COPYRIGHT (c) 1989-2010.
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
+1 -1
View File
@@ -1,7 +1,7 @@
#
# $Id$
#
# COPYRIGHT (c) 1989-1999.
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
+2 -7
View File
@@ -1,9 +1,5 @@
/* system.h
*
* This include file contains information that is included in every
* function in the test set.
*
* COPYRIGHT (c) 1989-2009.
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,7 +12,6 @@
#include "tmacros.h"
#include "test_support.h"
/* functions */
rtems_task Init(
+2 -10
View File
@@ -1,13 +1,5 @@
/* Test_task
*
* This routine serves as a test task. It verifies the basic task
* switching capabilities of the executive.
*
* Input parameters: NONE
*
* Output parameters: NONE
*
* COPYRIGHT (c) 1989-2009.
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be