From fa9ef954f833b7eb6a01ab3d55d7369bee13668b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 2003 18:53:21 +0000 Subject: 2003-09-04 Joel Sherrill * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h, include/rtems++/rtemsMessageQueue.h, include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h, include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h, include/rtems++/rtemsTimer.h, src/rtemsEvent.cc, src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc, src/rtemsTimer.cc: URL for license changed. --- c/src/librtems++/ChangeLog | 11 +++++++++++ c/src/librtems++/include/rtems++/rtemsEvent.h | 2 +- c/src/librtems++/include/rtems++/rtemsInterrupt.h | 2 +- c/src/librtems++/include/rtems++/rtemsMessageQueue.h | 2 +- c/src/librtems++/include/rtems++/rtemsSemaphore.h | 2 +- c/src/librtems++/include/rtems++/rtemsStatusCode.h | 2 +- c/src/librtems++/include/rtems++/rtemsTask.h | 2 +- c/src/librtems++/include/rtems++/rtemsTaskMode.h | 2 +- c/src/librtems++/include/rtems++/rtemsTimer.h | 2 +- c/src/librtems++/src/rtemsEvent.cc | 2 +- c/src/librtems++/src/rtemsInterrupt.cc | 2 +- c/src/librtems++/src/rtemsMessageQueue.cc | 2 +- c/src/librtems++/src/rtemsSemaphore.cc | 2 +- c/src/librtems++/src/rtemsStatusCode.cc | 2 +- c/src/librtems++/src/rtemsTask.cc | 2 +- c/src/librtems++/src/rtemsTimer.cc | 2 +- 16 files changed, 26 insertions(+), 15 deletions(-) (limited to 'c/src') diff --git a/c/src/librtems++/ChangeLog b/c/src/librtems++/ChangeLog index 7813e2dc74..67ebb44985 100644 --- a/c/src/librtems++/ChangeLog +++ b/c/src/librtems++/ChangeLog @@ -1,3 +1,14 @@ +2003-09-04 Joel Sherrill + + * include/rtems++/rtemsEvent.h, include/rtems++/rtemsInterrupt.h, + include/rtems++/rtemsMessageQueue.h, + include/rtems++/rtemsSemaphore.h, include/rtems++/rtemsStatusCode.h, + include/rtems++/rtemsTask.h, include/rtems++/rtemsTaskMode.h, + include/rtems++/rtemsTimer.h, src/rtemsEvent.cc, + src/rtemsInterrupt.cc, src/rtemsMessageQueue.cc, + src/rtemsSemaphore.cc, src/rtemsStatusCode.cc, src/rtemsTask.cc, + src/rtemsTimer.cc: URL for license changed. + 2003-08-18 Ralf Corsepius * Makefile.am: Reflect having moved aclocal/. diff --git a/c/src/librtems++/include/rtems++/rtemsEvent.h b/c/src/librtems++/include/rtems++/rtemsEvent.h index 3cc19eeb32..fceaab134a 100644 --- a/c/src/librtems++/include/rtems++/rtemsEvent.h +++ b/c/src/librtems++/include/rtems++/rtemsEvent.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/include/rtems++/rtemsInterrupt.h b/c/src/librtems++/include/rtems++/rtemsInterrupt.h index f722eb7683..377160d3e4 100644 --- a/c/src/librtems++/include/rtems++/rtemsInterrupt.h +++ b/c/src/librtems++/include/rtems++/rtemsInterrupt.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/include/rtems++/rtemsMessageQueue.h b/c/src/librtems++/include/rtems++/rtemsMessageQueue.h index 910c7279f7..02a4c5c853 100644 --- a/c/src/librtems++/include/rtems++/rtemsMessageQueue.h +++ b/c/src/librtems++/include/rtems++/rtemsMessageQueue.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/include/rtems++/rtemsSemaphore.h b/c/src/librtems++/include/rtems++/rtemsSemaphore.h index 9d4fdbeb58..dedffa83aa 100644 --- a/c/src/librtems++/include/rtems++/rtemsSemaphore.h +++ b/c/src/librtems++/include/rtems++/rtemsSemaphore.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/include/rtems++/rtemsStatusCode.h b/c/src/librtems++/include/rtems++/rtemsStatusCode.h index fee230868b..90da637cb1 100644 --- a/c/src/librtems++/include/rtems++/rtemsStatusCode.h +++ b/c/src/librtems++/include/rtems++/rtemsStatusCode.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/include/rtems++/rtemsTask.h b/c/src/librtems++/include/rtems++/rtemsTask.h index 08156428fb..aa0120051e 100644 --- a/c/src/librtems++/include/rtems++/rtemsTask.h +++ b/c/src/librtems++/include/rtems++/rtemsTask.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/include/rtems++/rtemsTaskMode.h b/c/src/librtems++/include/rtems++/rtemsTaskMode.h index 6d32897cc0..8febf68e99 100644 --- a/c/src/librtems++/include/rtems++/rtemsTaskMode.h +++ b/c/src/librtems++/include/rtems++/rtemsTaskMode.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/include/rtems++/rtemsTimer.h b/c/src/librtems++/include/rtems++/rtemsTimer.h index 43401bab73..29271f2fba 100644 --- a/c/src/librtems++/include/rtems++/rtemsTimer.h +++ b/c/src/librtems++/include/rtems++/rtemsTimer.h @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/src/rtemsEvent.cc b/c/src/librtems++/src/rtemsEvent.cc index a917f32836..4658fe2607 100644 --- a/c/src/librtems++/src/rtemsEvent.cc +++ b/c/src/librtems++/src/rtemsEvent.cc @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/src/rtemsInterrupt.cc b/c/src/librtems++/src/rtemsInterrupt.cc index 923a9fd350..db48cf8ae7 100644 --- a/c/src/librtems++/src/rtemsInterrupt.cc +++ b/c/src/librtems++/src/rtemsInterrupt.cc @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/src/rtemsMessageQueue.cc b/c/src/librtems++/src/rtemsMessageQueue.cc index c3183dc2b0..850dbe0cab 100644 --- a/c/src/librtems++/src/rtemsMessageQueue.cc +++ b/c/src/librtems++/src/rtemsMessageQueue.cc @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/src/rtemsSemaphore.cc b/c/src/librtems++/src/rtemsSemaphore.cc index 5821612618..f7d9fda42a 100644 --- a/c/src/librtems++/src/rtemsSemaphore.cc +++ b/c/src/librtems++/src/rtemsSemaphore.cc @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/src/rtemsStatusCode.cc b/c/src/librtems++/src/rtemsStatusCode.cc index e8e3f965ba..90378ee78d 100644 --- a/c/src/librtems++/src/rtemsStatusCode.cc +++ b/c/src/librtems++/src/rtemsStatusCode.cc @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/src/rtemsTask.cc b/c/src/librtems++/src/rtemsTask.cc index 619f7d4071..845aeb54d9 100644 --- a/c/src/librtems++/src/rtemsTask.cc +++ b/c/src/librtems++/src/rtemsTask.cc @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ diff --git a/c/src/librtems++/src/rtemsTimer.cc b/c/src/librtems++/src/rtemsTimer.cc index 835bfd74ce..4514ab0bcf 100644 --- a/c/src/librtems++/src/rtemsTimer.cc +++ b/c/src/librtems++/src/rtemsTimer.cc @@ -9,7 +9,7 @@ The license and distribution terms for this file may be found in the file LICENSE in this distribution or at - http://www.OARcorp.com/rtems/license.html. + http://www.rtems.com/license/LICENSE. ------------------------------------------------------------------------ -- cgit v1.2.3