summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 15:45:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 15:45:54 +0000
commit98e4ebf594f64761d6d4be0a00296a73d7f19277 (patch)
tree80715540a995d64ca3dee0a09f1c463b18f7e12e /c/src
parentRemoved include directory at "build" point and the link of this directory (diff)
downloadrtems-98e4ebf594f64761d6d4be0a00296a73d7f19277.tar.bz2
Fixed typo in the pointer to the license terms.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/libcsupport/include/clockdrv.h4
-rw-r--r--c/src/exec/libcsupport/include/console.h4
-rw-r--r--c/src/exec/libcsupport/include/iosupp.h4
-rw-r--r--c/src/exec/libcsupport/include/motorola/mc68230.h4
-rw-r--r--c/src/exec/libcsupport/include/rtems/libcsupport.h4
-rw-r--r--c/src/exec/libcsupport/include/spurious.h4
-rw-r--r--c/src/exec/libcsupport/include/sys/termios.h4
-rw-r--r--c/src/exec/libcsupport/include/timerdrv.h4
-rw-r--r--c/src/exec/libcsupport/include/vmeintr.h4
-rw-r--r--c/src/exec/libcsupport/include/zilog/z8036.h4
-rw-r--r--c/src/exec/libcsupport/include/zilog/z8530.h4
-rw-r--r--c/src/exec/libcsupport/include/zilog/z8536.h4
-rw-r--r--c/src/exec/libcsupport/src/__brk.c4
-rw-r--r--c/src/exec/libcsupport/src/__gettod.c4
-rw-r--r--c/src/exec/libcsupport/src/__times.c4
-rw-r--r--c/src/exec/libcsupport/src/hosterr.c4
-rw-r--r--c/src/exec/libcsupport/src/malloc.c4
-rw-r--r--c/src/exec/libcsupport/src/newlibc.c4
-rw-r--r--c/src/exec/libcsupport/src/no_libc.c4
-rw-r--r--c/src/exec/posix/headers/cond.h4
-rw-r--r--c/src/exec/posix/headers/condmp.h4
-rw-r--r--c/src/exec/posix/headers/config.h4
-rw-r--r--c/src/exec/posix/headers/intr.h4
-rw-r--r--c/src/exec/posix/headers/key.h4
-rw-r--r--c/src/exec/posix/headers/mqueue.h4
-rw-r--r--c/src/exec/posix/headers/mqueuemp.h4
-rw-r--r--c/src/exec/posix/headers/mutex.h4
-rw-r--r--c/src/exec/posix/headers/mutexmp.h4
-rw-r--r--c/src/exec/posix/headers/posixapi.h4
-rw-r--r--c/src/exec/posix/headers/pthread.h4
-rw-r--r--c/src/exec/posix/headers/pthreadmp.h4
-rw-r--r--c/src/exec/posix/headers/semaphore.h4
-rw-r--r--c/src/exec/posix/headers/semaphoremp.h4
-rw-r--r--c/src/exec/posix/headers/seterr.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/cond.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/condmp.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/config.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/intr.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/key.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/mqueue.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/mqueuemp.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/mutex.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/mutexmp.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/posixapi.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/pthread.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/pthreadmp.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/semaphore.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/semaphoremp.h4
-rw-r--r--c/src/exec/posix/include/rtems/posix/seterr.h4
-rw-r--r--c/src/exec/posix/inline/cond.inl4
-rw-r--r--c/src/exec/posix/inline/intr.inl4
-rw-r--r--c/src/exec/posix/inline/key.inl4
-rw-r--r--c/src/exec/posix/inline/mqueue.inl4
-rw-r--r--c/src/exec/posix/inline/mutex.inl4
-rw-r--r--c/src/exec/posix/inline/pthread.inl4
-rw-r--r--c/src/exec/posix/inline/rtems/posix/cond.inl4
-rw-r--r--c/src/exec/posix/inline/rtems/posix/intr.inl4
-rw-r--r--c/src/exec/posix/inline/rtems/posix/key.inl4
-rw-r--r--c/src/exec/posix/inline/rtems/posix/mqueue.inl4
-rw-r--r--c/src/exec/posix/inline/rtems/posix/mutex.inl4
-rw-r--r--c/src/exec/posix/inline/rtems/posix/pthread.inl4
-rw-r--r--c/src/exec/posix/inline/rtems/posix/semaphore.inl4
-rw-r--r--c/src/exec/posix/inline/semaphore.inl4
-rw-r--r--c/src/exec/rtems/headers/asr.h4
-rw-r--r--c/src/exec/rtems/headers/attr.h4
-rw-r--r--c/src/exec/rtems/headers/clock.h4
-rw-r--r--c/src/exec/rtems/headers/config.h4
-rw-r--r--c/src/exec/rtems/headers/dpmem.h4
-rw-r--r--c/src/exec/rtems/headers/event.h4
-rw-r--r--c/src/exec/rtems/headers/eventmp.h4
-rw-r--r--c/src/exec/rtems/headers/eventset.h4
-rw-r--r--c/src/exec/rtems/headers/intr.h4
-rw-r--r--c/src/exec/rtems/headers/message.h4
-rw-r--r--c/src/exec/rtems/headers/modes.h4
-rw-r--r--c/src/exec/rtems/headers/mp.h4
-rw-r--r--c/src/exec/rtems/headers/msgmp.h4
-rw-r--r--c/src/exec/rtems/headers/options.h4
-rw-r--r--c/src/exec/rtems/headers/part.h4
-rw-r--r--c/src/exec/rtems/headers/partmp.h4
-rw-r--r--c/src/exec/rtems/headers/ratemon.h4
-rw-r--r--c/src/exec/rtems/headers/region.h4
-rw-r--r--c/src/exec/rtems/headers/regionmp.h4
-rw-r--r--c/src/exec/rtems/headers/rtems.h4
-rw-r--r--c/src/exec/rtems/headers/rtemsapi.h4
-rw-r--r--c/src/exec/rtems/headers/sem.h4
-rw-r--r--c/src/exec/rtems/headers/semmp.h4
-rw-r--r--c/src/exec/rtems/headers/signal.h4
-rw-r--r--c/src/exec/rtems/headers/signalmp.h4
-rw-r--r--c/src/exec/rtems/headers/status.h4
-rw-r--r--c/src/exec/rtems/headers/support.h4
-rw-r--r--c/src/exec/rtems/headers/taskmp.h4
-rw-r--r--c/src/exec/rtems/headers/tasks.h4
-rw-r--r--c/src/exec/rtems/headers/timer.h4
-rw-r--r--c/src/exec/rtems/headers/types.h4
-rw-r--r--c/src/exec/rtems/include/rtems.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/asr.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/attr.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/clock.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/config.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/dpmem.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/event.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/eventmp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/eventset.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/intr.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/message.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/modes.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/mp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/msgmp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/options.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/part.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/partmp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/ratemon.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/region.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/regionmp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/rtemsapi.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/sem.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/semmp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/signal.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/signalmp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/status.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/support.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/taskmp.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/tasks.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/timer.h4
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/types.h4
-rw-r--r--c/src/exec/rtems/inline/asr.inl4
-rw-r--r--c/src/exec/rtems/inline/attr.inl4
-rw-r--r--c/src/exec/rtems/inline/dpmem.inl4
-rw-r--r--c/src/exec/rtems/inline/event.inl4
-rw-r--r--c/src/exec/rtems/inline/eventset.inl4
-rw-r--r--c/src/exec/rtems/inline/message.inl4
-rw-r--r--c/src/exec/rtems/inline/modes.inl4
-rw-r--r--c/src/exec/rtems/inline/options.inl4
-rw-r--r--c/src/exec/rtems/inline/part.inl4
-rw-r--r--c/src/exec/rtems/inline/ratemon.inl4
-rw-r--r--c/src/exec/rtems/inline/region.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/asr.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/attr.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/dpmem.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/event.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/eventset.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/message.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/modes.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/options.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/part.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/ratemon.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/region.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/sem.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/status.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/support.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/tasks.inl4
-rw-r--r--c/src/exec/rtems/inline/rtems/rtems/timer.inl4
-rw-r--r--c/src/exec/rtems/inline/sem.inl4
-rw-r--r--c/src/exec/rtems/inline/status.inl4
-rw-r--r--c/src/exec/rtems/inline/support.inl4
-rw-r--r--c/src/exec/rtems/inline/tasks.inl4
-rw-r--r--c/src/exec/rtems/inline/timer.inl4
-rw-r--r--c/src/exec/rtems/macros/asr.inl4
-rw-r--r--c/src/exec/rtems/macros/attr.inl4
-rw-r--r--c/src/exec/rtems/macros/dpmem.inl4
-rw-r--r--c/src/exec/rtems/macros/event.inl4
-rw-r--r--c/src/exec/rtems/macros/eventset.inl4
-rw-r--r--c/src/exec/rtems/macros/message.inl4
-rw-r--r--c/src/exec/rtems/macros/modes.inl4
-rw-r--r--c/src/exec/rtems/macros/options.inl4
-rw-r--r--c/src/exec/rtems/macros/part.inl4
-rw-r--r--c/src/exec/rtems/macros/ratemon.inl4
-rw-r--r--c/src/exec/rtems/macros/region.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/asr.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/attr.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/dpmem.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/event.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/eventset.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/message.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/modes.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/options.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/part.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/ratemon.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/region.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/sem.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/status.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/support.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/tasks.inl4
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/timer.inl4
-rw-r--r--c/src/exec/rtems/macros/sem.inl4
-rw-r--r--c/src/exec/rtems/macros/status.inl4
-rw-r--r--c/src/exec/rtems/macros/support.inl4
-rw-r--r--c/src/exec/rtems/macros/tasks.inl4
-rw-r--r--c/src/exec/rtems/macros/timer.inl4
-rw-r--r--c/src/exec/rtems/optman/no-dpmem.c4
-rw-r--r--c/src/exec/rtems/optman/no-event.c4
-rw-r--r--c/src/exec/rtems/optman/no-mp.c4
-rw-r--r--c/src/exec/rtems/optman/no-msg.c4
-rw-r--r--c/src/exec/rtems/optman/no-part.c4
-rw-r--r--c/src/exec/rtems/optman/no-region.c4
-rw-r--r--c/src/exec/rtems/optman/no-rtmon.c4
-rw-r--r--c/src/exec/rtems/optman/no-sem.c4
-rw-r--r--c/src/exec/rtems/optman/no-signal.c4
-rw-r--r--c/src/exec/rtems/optman/no-timer.c4
-rw-r--r--c/src/exec/rtems/src/attr.c4
-rw-r--r--c/src/exec/rtems/src/clock.c4
-rw-r--r--c/src/exec/rtems/src/dpmem.c4
-rw-r--r--c/src/exec/rtems/src/event.c4
-rw-r--r--c/src/exec/rtems/src/eventmp.c4
-rw-r--r--c/src/exec/rtems/src/intr.c4
-rw-r--r--c/src/exec/rtems/src/intrbody.c4
-rw-r--r--c/src/exec/rtems/src/mp.c4
-rw-r--r--c/src/exec/rtems/src/msg.c4
-rw-r--r--c/src/exec/rtems/src/msgmp.c4
-rw-r--r--c/src/exec/rtems/src/part.c4
-rw-r--r--c/src/exec/rtems/src/partmp.c4
-rw-r--r--c/src/exec/rtems/src/ratemon.c4
-rw-r--r--c/src/exec/rtems/src/region.c4
-rw-r--r--c/src/exec/rtems/src/regionmp.c4
-rw-r--r--c/src/exec/rtems/src/rtclock.c4
-rw-r--r--c/src/exec/rtems/src/rtemstimer.c4
-rw-r--r--c/src/exec/rtems/src/sem.c4
-rw-r--r--c/src/exec/rtems/src/semmp.c4
-rw-r--r--c/src/exec/rtems/src/signal.c4
-rw-r--r--c/src/exec/rtems/src/signalmp.c4
-rw-r--r--c/src/exec/rtems/src/taskmp.c4
-rw-r--r--c/src/exec/rtems/src/tasks.c4
-rw-r--r--c/src/exec/rtems/src/timer.c4
-rw-r--r--c/src/exec/sapi/headers/confdefs.h4
-rw-r--r--c/src/exec/sapi/headers/config.h4
-rw-r--r--c/src/exec/sapi/headers/directives.h4
-rw-r--r--c/src/exec/sapi/headers/extension.h4
-rw-r--r--c/src/exec/sapi/headers/fatal.h4
-rw-r--r--c/src/exec/sapi/headers/init.h4
-rw-r--r--c/src/exec/sapi/headers/io.h4
-rw-r--r--c/src/exec/sapi/headers/mptables.h4
-rw-r--r--c/src/exec/sapi/headers/sptables.h4
-rw-r--r--c/src/exec/sapi/include/confdefs.h4
-rw-r--r--c/src/exec/sapi/include/rtems/config.h4
-rw-r--r--c/src/exec/sapi/include/rtems/directives.h4
-rw-r--r--c/src/exec/sapi/include/rtems/extension.h4
-rw-r--r--c/src/exec/sapi/include/rtems/fatal.h4
-rw-r--r--c/src/exec/sapi/include/rtems/init.h4
-rw-r--r--c/src/exec/sapi/include/rtems/io.h4
-rw-r--r--c/src/exec/sapi/include/rtems/mptables.h4
-rw-r--r--c/src/exec/sapi/include/rtems/sptables.h4
-rw-r--r--c/src/exec/sapi/inline/extension.inl4
-rw-r--r--c/src/exec/sapi/inline/rtems/extension.inl4
-rw-r--r--c/src/exec/sapi/macros/extension.inl4
-rw-r--r--c/src/exec/sapi/macros/rtems/extension.inl4
-rw-r--r--c/src/exec/sapi/optman/no-ext.c4
-rw-r--r--c/src/exec/sapi/optman/no-io.c4
-rw-r--r--c/src/exec/sapi/src/debug.c4
-rw-r--r--c/src/exec/sapi/src/exinit.c4
-rw-r--r--c/src/exec/sapi/src/extension.c4
-rw-r--r--c/src/exec/sapi/src/fatal.c4
-rw-r--r--c/src/exec/sapi/src/io.c4
-rw-r--r--c/src/exec/sapi/src/posixapi.c4
-rw-r--r--c/src/exec/sapi/src/rtemsapi.c4
-rw-r--r--c/src/exec/score/cpu/a29k/a29k.h4
-rw-r--r--c/src/exec/score/cpu/a29k/a29ktypes.h4
-rw-r--r--c/src/exec/score/cpu/a29k/cpu.c4
-rw-r--r--c/src/exec/score/cpu/a29k/cpu.h4
-rw-r--r--c/src/exec/score/cpu/a29k/cpu_asm.h4
-rw-r--r--c/src/exec/score/cpu/a29k/cpu_asm.s4
-rw-r--r--c/src/exec/score/cpu/a29k/rtems.c4
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu.c4
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu.h4
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu_asm.s4
-rw-r--r--c/src/exec/score/cpu/hppa1.1/hppa.h4
-rw-r--r--c/src/exec/score/cpu/hppa1.1/rtems.s4
-rw-r--r--c/src/exec/score/cpu/i386/cpu.c4
-rw-r--r--c/src/exec/score/cpu/i386/cpu.h4
-rw-r--r--c/src/exec/score/cpu/i386/cpu_asm.s4
-rw-r--r--c/src/exec/score/cpu/i386/i386.h4
-rw-r--r--c/src/exec/score/cpu/i386/i386types.h4
-rw-r--r--c/src/exec/score/cpu/i386/rtems.s4
-rw-r--r--c/src/exec/score/cpu/i960/cpu.c4
-rw-r--r--c/src/exec/score/cpu/i960/cpu.h4
-rw-r--r--c/src/exec/score/cpu/i960/cpu_asm.s4
-rw-r--r--c/src/exec/score/cpu/i960/i960.h4
-rw-r--r--c/src/exec/score/cpu/i960/i960types.h4
-rw-r--r--c/src/exec/score/cpu/i960/rtems.s4
-rw-r--r--c/src/exec/score/cpu/m68k/cpu.c4
-rw-r--r--c/src/exec/score/cpu/m68k/cpu.h4
-rw-r--r--c/src/exec/score/cpu/m68k/cpu_asm.s4
-rw-r--r--c/src/exec/score/cpu/m68k/m68k.h4
-rw-r--r--c/src/exec/score/cpu/m68k/m68ktypes.h4
-rw-r--r--c/src/exec/score/cpu/m68k/rtems.s4
-rw-r--r--c/src/exec/score/cpu/mips/cpu.c4
-rw-r--r--c/src/exec/score/cpu/mips/cpu_asm.S4
-rw-r--r--c/src/exec/score/cpu/mips/cpu_asm.h4
-rw-r--r--c/src/exec/score/cpu/mips/rtems.c4
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.c4
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.h4
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu_asm.S4
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu_asm.h4
-rw-r--r--c/src/exec/score/cpu/mips64orion/mips64orion.h4
-rw-r--r--c/src/exec/score/cpu/mips64orion/mipstypes.h4
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems.c4
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu.c4
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu.h4
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu_asm.c4
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu_asm.h4
-rw-r--r--c/src/exec/score/cpu/no_cpu/no_cpu.h4
-rw-r--r--c/src/exec/score/cpu/no_cpu/no_cputypes.h4
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems.c4
-rw-r--r--c/src/exec/score/cpu/powerpc/cpu.c4
-rw-r--r--c/src/exec/score/cpu/powerpc/cpu.h4
-rw-r--r--c/src/exec/score/cpu/powerpc/cpu_asm.s4
-rw-r--r--c/src/exec/score/cpu/powerpc/ppc.h4
-rw-r--r--c/src/exec/score/cpu/powerpc/ppctypes.h4
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems.s4
-rw-r--r--c/src/exec/score/cpu/sparc/cpu.c4
-rw-r--r--c/src/exec/score/cpu/sparc/cpu.h4
-rw-r--r--c/src/exec/score/cpu/sparc/cpu_asm.s4
-rw-r--r--c/src/exec/score/cpu/sparc/erc32.h4
-rw-r--r--c/src/exec/score/cpu/sparc/rtems.s4
-rw-r--r--c/src/exec/score/cpu/sparc/sparc.h4
-rw-r--r--c/src/exec/score/cpu/sparc/sparctypes.h4
-rw-r--r--c/src/exec/score/cpu/unix/cpu.c4
-rw-r--r--c/src/exec/score/cpu/unix/cpu.h4
-rw-r--r--c/src/exec/score/cpu/unix/unix.h4
-rw-r--r--c/src/exec/score/cpu/unix/unixtypes.h4
-rw-r--r--c/src/exec/score/headers/address.h4
-rw-r--r--c/src/exec/score/headers/apiext.h4
-rw-r--r--c/src/exec/score/headers/bitfield.h4
-rw-r--r--c/src/exec/score/headers/chain.h4
-rw-r--r--c/src/exec/score/headers/context.h4
-rw-r--r--c/src/exec/score/headers/copyrt.h4
-rw-r--r--c/src/exec/score/headers/coremsg.h4
-rw-r--r--c/src/exec/score/headers/coremutex.h4
-rw-r--r--c/src/exec/score/headers/coresem.h4
-rw-r--r--c/src/exec/score/headers/debug.h4
-rw-r--r--c/src/exec/score/headers/heap.h4
-rw-r--r--c/src/exec/score/headers/interr.h4
-rw-r--r--c/src/exec/score/headers/isr.h4
-rw-r--r--c/src/exec/score/headers/mpci.h4
-rw-r--r--c/src/exec/score/headers/mppkt.h4
-rw-r--r--c/src/exec/score/headers/object.h4
-rw-r--r--c/src/exec/score/headers/objectmp.h4
-rw-r--r--c/src/exec/score/headers/priority.h4
-rw-r--r--c/src/exec/score/headers/stack.h4
-rw-r--r--c/src/exec/score/headers/states.h4
-rw-r--r--c/src/exec/score/headers/sysstate.h4
-rw-r--r--c/src/exec/score/headers/system.h4
-rw-r--r--c/src/exec/score/headers/thread.h4
-rw-r--r--c/src/exec/score/headers/threadmp.h4
-rw-r--r--c/src/exec/score/headers/threadq.h4
-rw-r--r--c/src/exec/score/headers/tod.h4
-rw-r--r--c/src/exec/score/headers/tqdata.h4
-rw-r--r--c/src/exec/score/headers/userext.h4
-rw-r--r--c/src/exec/score/headers/watchdog.h4
-rw-r--r--c/src/exec/score/headers/wkspace.h4
-rw-r--r--c/src/exec/score/include/rtems/debug.h4
-rw-r--r--c/src/exec/score/include/rtems/score/address.h4
-rw-r--r--c/src/exec/score/include/rtems/score/apiext.h4
-rw-r--r--c/src/exec/score/include/rtems/score/bitfield.h4
-rw-r--r--c/src/exec/score/include/rtems/score/chain.h4
-rw-r--r--c/src/exec/score/include/rtems/score/context.h4
-rw-r--r--c/src/exec/score/include/rtems/score/copyrt.h4
-rw-r--r--c/src/exec/score/include/rtems/score/coremsg.h4
-rw-r--r--c/src/exec/score/include/rtems/score/coremutex.h4
-rw-r--r--c/src/exec/score/include/rtems/score/coresem.h4
-rw-r--r--c/src/exec/score/include/rtems/score/heap.h4
-rw-r--r--c/src/exec/score/include/rtems/score/interr.h4
-rw-r--r--c/src/exec/score/include/rtems/score/isr.h4
-rw-r--r--c/src/exec/score/include/rtems/score/mpci.h4
-rw-r--r--c/src/exec/score/include/rtems/score/mppkt.h4
-rw-r--r--c/src/exec/score/include/rtems/score/object.h4
-rw-r--r--c/src/exec/score/include/rtems/score/objectmp.h4
-rw-r--r--c/src/exec/score/include/rtems/score/priority.h4
-rw-r--r--c/src/exec/score/include/rtems/score/stack.h4
-rw-r--r--c/src/exec/score/include/rtems/score/states.h4
-rw-r--r--c/src/exec/score/include/rtems/score/sysstate.h4
-rw-r--r--c/src/exec/score/include/rtems/score/thread.h4
-rw-r--r--c/src/exec/score/include/rtems/score/threadmp.h4
-rw-r--r--c/src/exec/score/include/rtems/score/threadq.h4
-rw-r--r--c/src/exec/score/include/rtems/score/tod.h4
-rw-r--r--c/src/exec/score/include/rtems/score/tqdata.h4
-rw-r--r--c/src/exec/score/include/rtems/score/userext.h4
-rw-r--r--c/src/exec/score/include/rtems/score/watchdog.h4
-rw-r--r--c/src/exec/score/include/rtems/score/wkspace.h4
-rw-r--r--c/src/exec/score/include/rtems/system.h4
-rw-r--r--c/src/exec/score/inline/address.inl4
-rw-r--r--c/src/exec/score/inline/chain.inl4
-rw-r--r--c/src/exec/score/inline/coremsg.inl4
-rw-r--r--c/src/exec/score/inline/coremutex.inl4
-rw-r--r--c/src/exec/score/inline/coresem.inl4
-rw-r--r--c/src/exec/score/inline/heap.inl4
-rw-r--r--c/src/exec/score/inline/isr.inl4
-rw-r--r--c/src/exec/score/inline/mppkt.inl4
-rw-r--r--c/src/exec/score/inline/object.inl4
-rw-r--r--c/src/exec/score/inline/objectmp.inl4
-rw-r--r--c/src/exec/score/inline/priority.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/address.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/chain.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/coremsg.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/coremutex.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/coresem.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/heap.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/isr.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/mppkt.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/object.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/objectmp.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/priority.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/stack.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/states.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/sysstate.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/thread.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/threadmp.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/tod.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/tqdata.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/userext.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/watchdog.inl4
-rw-r--r--c/src/exec/score/inline/rtems/score/wkspace.inl4
-rw-r--r--c/src/exec/score/inline/stack.inl4
-rw-r--r--c/src/exec/score/inline/states.inl4
-rw-r--r--c/src/exec/score/inline/sysstate.inl4
-rw-r--r--c/src/exec/score/inline/thread.inl4
-rw-r--r--c/src/exec/score/inline/threadmp.inl4
-rw-r--r--c/src/exec/score/inline/tod.inl4
-rw-r--r--c/src/exec/score/inline/tqdata.inl4
-rw-r--r--c/src/exec/score/inline/userext.inl4
-rw-r--r--c/src/exec/score/inline/watchdog.inl4
-rw-r--r--c/src/exec/score/inline/wkspace.inl4
-rw-r--r--c/src/exec/score/macros/address.inl4
-rw-r--r--c/src/exec/score/macros/chain.inl4
-rw-r--r--c/src/exec/score/macros/coremsg.inl4
-rw-r--r--c/src/exec/score/macros/coremutex.inl4
-rw-r--r--c/src/exec/score/macros/coresem.inl4
-rw-r--r--c/src/exec/score/macros/heap.inl4
-rw-r--r--c/src/exec/score/macros/isr.inl4
-rw-r--r--c/src/exec/score/macros/mppkt.inl4
-rw-r--r--c/src/exec/score/macros/object.inl4
-rw-r--r--c/src/exec/score/macros/objectmp.inl4
-rw-r--r--c/src/exec/score/macros/priority.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/address.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/chain.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/coremsg.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/coremutex.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/coresem.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/heap.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/isr.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/mppkt.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/object.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/objectmp.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/priority.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/stack.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/states.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/sysstate.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/thread.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/threadmp.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/tod.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/tqdata.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/userext.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/watchdog.inl4
-rw-r--r--c/src/exec/score/macros/rtems/score/wkspace.inl4
-rw-r--r--c/src/exec/score/macros/stack.inl4
-rw-r--r--c/src/exec/score/macros/states.inl4
-rw-r--r--c/src/exec/score/macros/sysstate.inl4
-rw-r--r--c/src/exec/score/macros/thread.inl4
-rw-r--r--c/src/exec/score/macros/threadmp.inl4
-rw-r--r--c/src/exec/score/macros/tod.inl4
-rw-r--r--c/src/exec/score/macros/tqdata.inl4
-rw-r--r--c/src/exec/score/macros/userext.inl4
-rw-r--r--c/src/exec/score/macros/watchdog.inl4
-rw-r--r--c/src/exec/score/macros/wkspace.inl4
-rw-r--r--c/src/exec/score/src/apiext.c4
-rw-r--r--c/src/exec/score/src/chain.c4
-rw-r--r--c/src/exec/score/src/coremsg.c4
-rw-r--r--c/src/exec/score/src/coremutex.c4
-rw-r--r--c/src/exec/score/src/coresem.c4
-rw-r--r--c/src/exec/score/src/coretod.c4
-rw-r--r--c/src/exec/score/src/heap.c4
-rw-r--r--c/src/exec/score/src/interr.c4
-rw-r--r--c/src/exec/score/src/isr.c4
-rw-r--r--c/src/exec/score/src/mpci.c4
-rw-r--r--c/src/exec/score/src/object.c4
-rw-r--r--c/src/exec/score/src/objectmp.c4
-rw-r--r--c/src/exec/score/src/thread.c4
-rw-r--r--c/src/exec/score/src/threadmp.c4
-rw-r--r--c/src/exec/score/src/threadq.c4
-rw-r--r--c/src/exec/score/src/tod.c4
-rw-r--r--c/src/exec/score/src/userext.c4
-rw-r--r--c/src/exec/score/src/watchdog.c4
-rw-r--r--c/src/exec/score/src/wkspace.c4
-rw-r--r--c/src/exec/score/tools/hppa1.1/genoffsets.c8
-rw-r--r--c/src/exec/score/tools/unix/gensize.c8
-rw-r--r--c/src/lib/include/clockdrv.h4
-rw-r--r--c/src/lib/include/console.h4
-rw-r--r--c/src/lib/include/iosupp.h4
-rw-r--r--c/src/lib/include/motorola/mc68230.h4
-rw-r--r--c/src/lib/include/rtems/libcsupport.h4
-rw-r--r--c/src/lib/include/spurious.h4
-rw-r--r--c/src/lib/include/sys/termios.h4
-rw-r--r--c/src/lib/include/timerdrv.h4
-rw-r--r--c/src/lib/include/vmeintr.h4
-rw-r--r--c/src/lib/include/zilog/z8036.h4
-rw-r--r--c/src/lib/include/zilog/z8530.h4
-rw-r--r--c/src/lib/include/zilog/z8536.h4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/console/console.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/main.c4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/tools/print_dump.c4
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/tty/tty.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/console/console.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/i386/force386/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/exit.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/ldsegs.s4
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/i386/force386/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/i386/force386/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/i386/go32/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/i386/go32/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/i386/go32/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/i386/go32/startup/exit.c4
-rw-r--r--c/src/lib/libbsp/i386/go32/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/i386/go32/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/i386/go32/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/console/console.c4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/i386/i386ex/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/console/console.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/exit.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/i960/cvme961/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/spurious/spinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/misc/interr.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/spurious/spinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi68k/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/start/start302.s4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/start302/start302.s4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/start/start360.s4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/start360/start360.s4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/idp/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/idp/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/idp/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/console/console.c4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/m68k/shared/setvec.c4
-rw-r--r--c/src/lib/libbsp/mips/p4000/console/console.c4
-rw-r--r--c/src/lib/libbsp/mips/p4000/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/mips/p4000/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/console/console.c4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/console/console.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c4
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/shared/sbrk.c4
-rw-r--r--c/src/lib/libbsp/shmdr/addlq.c4
-rw-r--r--c/src/lib/libbsp/shmdr/cnvpkt.c4
-rw-r--r--c/src/lib/libbsp/shmdr/dump.c4
-rw-r--r--c/src/lib/libbsp/shmdr/fatal.c4
-rw-r--r--c/src/lib/libbsp/shmdr/getlq.c4
-rw-r--r--c/src/lib/libbsp/shmdr/getpkt.c4
-rw-r--r--c/src/lib/libbsp/shmdr/init.c4
-rw-r--r--c/src/lib/libbsp/shmdr/initlq.c4
-rw-r--r--c/src/lib/libbsp/shmdr/intr.c4
-rw-r--r--c/src/lib/libbsp/shmdr/mpci.h4
-rw-r--r--c/src/lib/libbsp/shmdr/mpisr.c4
-rw-r--r--c/src/lib/libbsp/shmdr/poll.c4
-rw-r--r--c/src/lib/libbsp/shmdr/receive.c4
-rw-r--r--c/src/lib/libbsp/shmdr/retpkt.c4
-rw-r--r--c/src/lib/libbsp/shmdr/send.c4
-rw-r--r--c/src/lib/libbsp/shmdr/setckvec.c4
-rw-r--r--c/src/lib/libbsp/shmdr/shm.h4
-rw-r--r--c/src/lib/libbsp/shmdr/shm_driver.h4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/clock/ckinit.c4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/console.c4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/timer/timer.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/clock/clock.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/console/console.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h4
-rw-r--r--c/src/lib/libbsp/unix/posix/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/intr.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/lock.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/bspclean.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/bspstart.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/exit.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/setvec.c4
-rw-r--r--c/src/lib/libbsp/unix/posix/timer/timer.c4
-rw-r--r--c/src/lib/libc/__brk.c4
-rw-r--r--c/src/lib/libc/__gettod.c4
-rw-r--r--c/src/lib/libc/__times.c4
-rw-r--r--c/src/lib/libc/hosterr.c4
-rw-r--r--c/src/lib/libc/internal.h4
-rw-r--r--c/src/lib/libc/libcsupport.h4
-rw-r--r--c/src/lib/libc/malloc.c4
-rw-r--r--c/src/lib/libc/newlibc.c4
-rw-r--r--c/src/lib/libc/no_libc.c4
-rw-r--r--c/src/lib/libc/support.c4
-rw-r--r--c/src/lib/libc/syscalls.c4
-rw-r--r--c/src/lib/libcpu/hppa1.1/clock/clock.c4
-rw-r--r--c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c4
-rw-r--r--c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h4
-rw-r--r--c/src/lib/libcpu/hppa1.1/timer/timer.c4
-rw-r--r--c/src/lib/libcpu/mips/clock/ckinit.c4
-rw-r--r--c/src/lib/libcpu/mips/timer/timer.c4
-rw-r--r--c/src/lib/libcpu/mips64orion/clock/ckinit.c4
-rw-r--r--c/src/lib/libcpu/mips64orion/timer/timer.c4
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/clock/clock.c4
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/console.c4
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/timer/timer.c4
-rw-r--r--c/src/lib/libcpu/sparc/include/erc32.h4
-rw-r--r--c/src/lib/libmisc/cpuuse/cpuuse.c4
-rw-r--r--c/src/lib/libmisc/cpuuse/cpuuse.h4
-rw-r--r--c/src/lib/libmisc/cpuuse/internal.h4
-rw-r--r--c/src/lib/libmisc/stackchk/check.c4
-rw-r--r--c/src/lib/libmisc/stackchk/internal.h4
-rw-r--r--c/src/lib/libmisc/stackchk/stackchk.h4
-rw-r--r--c/src/lib/start/i960/start.s4
-rw-r--r--c/src/lib/start/m68k/start.s4
-rw-r--r--c/src/libchip/shmdr/addlq.c4
-rw-r--r--c/src/libchip/shmdr/cnvpkt.c4
-rw-r--r--c/src/libchip/shmdr/dump.c4
-rw-r--r--c/src/libchip/shmdr/fatal.c4
-rw-r--r--c/src/libchip/shmdr/getlq.c4
-rw-r--r--c/src/libchip/shmdr/getpkt.c4
-rw-r--r--c/src/libchip/shmdr/init.c4
-rw-r--r--c/src/libchip/shmdr/initlq.c4
-rw-r--r--c/src/libchip/shmdr/intr.c4
-rw-r--r--c/src/libchip/shmdr/mpci.h4
-rw-r--r--c/src/libchip/shmdr/mpisr.c4
-rw-r--r--c/src/libchip/shmdr/poll.c4
-rw-r--r--c/src/libchip/shmdr/receive.c4
-rw-r--r--c/src/libchip/shmdr/retpkt.c4
-rw-r--r--c/src/libchip/shmdr/send.c4
-rw-r--r--c/src/libchip/shmdr/setckvec.c4
-rw-r--r--c/src/libchip/shmdr/shm_driver.h4
-rw-r--r--c/src/libmisc/cpuuse/cpuuse.c4
-rw-r--r--c/src/libmisc/cpuuse/cpuuse.h4
-rw-r--r--c/src/libmisc/cpuuse/internal.h4
-rw-r--r--c/src/libmisc/stackchk/check.c4
-rw-r--r--c/src/libmisc/stackchk/internal.h4
-rw-r--r--c/src/libmisc/stackchk/stackchk.h4
-rw-r--r--c/src/optman/rtems/no-dpmem.c4
-rw-r--r--c/src/optman/rtems/no-event.c4
-rw-r--r--c/src/optman/rtems/no-mp.c4
-rw-r--r--c/src/optman/rtems/no-msg.c4
-rw-r--r--c/src/optman/rtems/no-part.c4
-rw-r--r--c/src/optman/rtems/no-region.c4
-rw-r--r--c/src/optman/rtems/no-rtmon.c4
-rw-r--r--c/src/optman/rtems/no-sem.c4
-rw-r--r--c/src/optman/rtems/no-signal.c4
-rw-r--r--c/src/optman/rtems/no-timer.c4
-rw-r--r--c/src/optman/sapi/no-ext.c4
-rw-r--r--c/src/optman/sapi/no-io.c4
-rw-r--r--c/src/tests/libtests/cpuuse/init.c4
-rw-r--r--c/src/tests/libtests/cpuuse/system.h4
-rw-r--r--c/src/tests/libtests/cpuuse/task1.c4
-rw-r--r--c/src/tests/libtests/cpuuse/task2.c4
-rw-r--r--c/src/tests/libtests/cpuuse/task3.c4
-rw-r--r--c/src/tests/libtests/cpuuse/tswitch.c4
-rw-r--r--c/src/tests/libtests/malloctest/init.c4
-rw-r--r--c/src/tests/libtests/malloctest/system.h4
-rw-r--r--c/src/tests/libtests/malloctest/task1.c4
-rw-r--r--c/src/tests/libtests/monitor/init.c4
-rw-r--r--c/src/tests/libtests/monitor/system.h4
-rw-r--r--c/src/tests/libtests/rtems++/Init.cc4
-rw-r--r--c/src/tests/libtests/rtems++/System.h4
-rw-r--r--c/src/tests/libtests/rtems++/Task1.cc4
-rw-r--r--c/src/tests/libtests/rtems++/Task2.cc4
-rw-r--r--c/src/tests/libtests/rtems++/Task3.cc4
-rw-r--r--c/src/tests/libtests/rtmonuse/getall.c4
-rw-r--r--c/src/tests/libtests/rtmonuse/init.c4
-rw-r--r--c/src/tests/libtests/rtmonuse/system.h4
-rw-r--r--c/src/tests/libtests/rtmonuse/task1.c4
-rw-r--r--c/src/tests/libtests/stackchk/blow.c4
-rw-r--r--c/src/tests/libtests/stackchk/init.c4
-rw-r--r--c/src/tests/libtests/stackchk/system.h4
-rw-r--r--c/src/tests/libtests/stackchk/task1.c4
-rw-r--r--c/src/tests/mptests/mp01/init.c4
-rw-r--r--c/src/tests/mptests/mp01/node1/mp01.doc4
-rw-r--r--c/src/tests/mptests/mp01/node2/mp01.doc4
-rw-r--r--c/src/tests/mptests/mp01/system.h4
-rw-r--r--c/src/tests/mptests/mp01/task1.c4
-rw-r--r--c/src/tests/mptests/mp02/init.c4
-rw-r--r--c/src/tests/mptests/mp02/node1/mp02.doc4
-rw-r--r--c/src/tests/mptests/mp02/node2/mp02.doc4
-rw-r--r--c/src/tests/mptests/mp02/system.h4
-rw-r--r--c/src/tests/mptests/mp02/task1.c4
-rw-r--r--c/src/tests/mptests/mp03/delay.c4
-rw-r--r--c/src/tests/mptests/mp03/init.c4
-rw-r--r--c/src/tests/mptests/mp03/node1/mp03.doc4
-rw-r--r--c/src/tests/mptests/mp03/node2/mp03.doc4
-rw-r--r--c/src/tests/mptests/mp03/system.h4
-rw-r--r--c/src/tests/mptests/mp03/task1.c4
-rw-r--r--c/src/tests/mptests/mp04/init.c4
-rw-r--r--c/src/tests/mptests/mp04/node1/mp04.doc4
-rw-r--r--c/src/tests/mptests/mp04/node2/mp04.doc4
-rw-r--r--c/src/tests/mptests/mp04/system.h4
-rw-r--r--c/src/tests/mptests/mp04/task1.c4
-rw-r--r--c/src/tests/mptests/mp05/asr.c4
-rw-r--r--c/src/tests/mptests/mp05/init.c4
-rw-r--r--c/src/tests/mptests/mp05/node1/mp05.doc4
-rw-r--r--c/src/tests/mptests/mp05/node2/mp05.doc4
-rw-r--r--c/src/tests/mptests/mp05/system.h4
-rw-r--r--c/src/tests/mptests/mp05/task1.c4
-rw-r--r--c/src/tests/mptests/mp06/init.c4
-rw-r--r--c/src/tests/mptests/mp06/node1/mp06.doc4
-rw-r--r--c/src/tests/mptests/mp06/node2/mp06.doc4
-rw-r--r--c/src/tests/mptests/mp06/system.h4
-rw-r--r--c/src/tests/mptests/mp06/task1.c4
-rw-r--r--c/src/tests/mptests/mp07/init.c4
-rw-r--r--c/src/tests/mptests/mp07/node1/mp07.doc4
-rw-r--r--c/src/tests/mptests/mp07/node2/mp07.doc4
-rw-r--r--c/src/tests/mptests/mp07/system.h4
-rw-r--r--c/src/tests/mptests/mp07/task1.c4
-rw-r--r--c/src/tests/mptests/mp08/init.c4
-rw-r--r--c/src/tests/mptests/mp08/node1/mp08.doc4
-rw-r--r--c/src/tests/mptests/mp08/node2/mp08.doc4
-rw-r--r--c/src/tests/mptests/mp08/system.h4
-rw-r--r--c/src/tests/mptests/mp08/task1.c4
-rw-r--r--c/src/tests/mptests/mp09/init.c4
-rw-r--r--c/src/tests/mptests/mp09/node1/mp09.doc4
-rw-r--r--c/src/tests/mptests/mp09/node2/mp09.doc4
-rw-r--r--c/src/tests/mptests/mp09/recvmsg.c4
-rw-r--r--c/src/tests/mptests/mp09/sendmsg.c4
-rw-r--r--c/src/tests/mptests/mp09/system.h4
-rw-r--r--c/src/tests/mptests/mp09/task1.c4
-rw-r--r--c/src/tests/mptests/mp10/init.c4
-rw-r--r--c/src/tests/mptests/mp10/node1/mp10.doc4
-rw-r--r--c/src/tests/mptests/mp10/node2/mp10.doc4
-rw-r--r--c/src/tests/mptests/mp10/system.h4
-rw-r--r--c/src/tests/mptests/mp10/task1.c4
-rw-r--r--c/src/tests/mptests/mp10/task2.c4
-rw-r--r--c/src/tests/mptests/mp10/task3.c4
-rw-r--r--c/src/tests/mptests/mp11/init.c4
-rw-r--r--c/src/tests/mptests/mp11/node1/mp11.doc4
-rw-r--r--c/src/tests/mptests/mp11/node2/mp11.doc4
-rw-r--r--c/src/tests/mptests/mp11/system.h4
-rw-r--r--c/src/tests/mptests/mp12/init.c4
-rw-r--r--c/src/tests/mptests/mp12/node1/mp12.doc4
-rw-r--r--c/src/tests/mptests/mp12/node2/mp12.doc4
-rw-r--r--c/src/tests/mptests/mp12/system.h4
-rw-r--r--c/src/tests/mptests/mp13/init.c4
-rw-r--r--c/src/tests/mptests/mp13/node1/mp13.doc4
-rw-r--r--c/src/tests/mptests/mp13/node2/mp13.doc4
-rw-r--r--c/src/tests/mptests/mp13/system.h4
-rw-r--r--c/src/tests/mptests/mp13/task1.c4
-rw-r--r--c/src/tests/mptests/mp13/task2.c4
-rw-r--r--c/src/tests/mptests/mp14/delay.c4
-rw-r--r--c/src/tests/mptests/mp14/evtask1.c4
-rw-r--r--c/src/tests/mptests/mp14/evtmtask.c4
-rw-r--r--c/src/tests/mptests/mp14/exit.c4
-rw-r--r--c/src/tests/mptests/mp14/init.c4
-rw-r--r--c/src/tests/mptests/mp14/msgtask1.c4
-rw-r--r--c/src/tests/mptests/mp14/node1/mp14.doc4
-rw-r--r--c/src/tests/mptests/mp14/node2/mp14.doc4
-rw-r--r--c/src/tests/mptests/mp14/pttask1.c4
-rw-r--r--c/src/tests/mptests/mp14/smtask1.c4
-rw-r--r--c/src/tests/mptests/mp14/system.h4
-rw-r--r--c/src/tests/psxtests/psx01/init.c4
-rw-r--r--c/src/tests/psxtests/psx01/system.h4
-rw-r--r--c/src/tests/psxtests/psx01/task.c4
-rw-r--r--c/src/tests/psxtests/psx02/init.c4
-rw-r--r--c/src/tests/psxtests/psx02/system.h4
-rw-r--r--c/src/tests/psxtests/psx02/task.c4
-rw-r--r--c/src/tests/psxtests/psx03/init.c4
-rw-r--r--c/src/tests/psxtests/psx03/system.h4
-rw-r--r--c/src/tests/psxtests/psx03/task.c4
-rw-r--r--c/src/tests/psxtests/psx04/init.c4
-rw-r--r--c/src/tests/psxtests/psx04/system.h4
-rw-r--r--c/src/tests/psxtests/psx04/task1.c4
-rw-r--r--c/src/tests/psxtests/psx04/task2.c4
-rw-r--r--c/src/tests/psxtests/psx04/task3.c4
-rw-r--r--c/src/tests/psxtests/psx05/init.c4
-rw-r--r--c/src/tests/psxtests/psx05/system.h4
-rw-r--r--c/src/tests/psxtests/psx05/task.c4
-rw-r--r--c/src/tests/psxtests/psx05/task2.c4
-rw-r--r--c/src/tests/psxtests/psx05/task3.c4
-rw-r--r--c/src/tests/psxtests/psx06/init.c4
-rw-r--r--c/src/tests/psxtests/psx06/system.h4
-rw-r--r--c/src/tests/psxtests/psx06/task.c4
-rw-r--r--c/src/tests/psxtests/psx06/task2.c4
-rw-r--r--c/src/tests/psxtests/psx07/init.c4
-rw-r--r--c/src/tests/psxtests/psx07/system.h4
-rw-r--r--c/src/tests/psxtests/psx07/task.c4
-rw-r--r--c/src/tests/psxtests/psx08/init.c4
-rw-r--r--c/src/tests/psxtests/psx08/system.h4
-rw-r--r--c/src/tests/psxtests/psx08/task.c4
-rw-r--r--c/src/tests/psxtests/psx08/task2.c4
-rw-r--r--c/src/tests/psxtests/psx09/init.c4
-rw-r--r--c/src/tests/psxtests/psx09/system.h4
-rw-r--r--c/src/tests/psxtests/psx10/init.c4
-rw-r--r--c/src/tests/psxtests/psx10/system.h4
-rw-r--r--c/src/tests/psxtests/psx10/task.c4
-rw-r--r--c/src/tests/psxtests/psx10/task2.c4
-rw-r--r--c/src/tests/psxtests/psx10/task3.c4
-rw-r--r--c/src/tests/psxtests/psx11/init.c4
-rw-r--r--c/src/tests/psxtests/psx11/system.h4
-rw-r--r--c/src/tests/psxtests/psx11/task.c4
-rw-r--r--c/src/tests/psxtests/psx12/init.c4
-rw-r--r--c/src/tests/psxtests/psx12/system.h4
-rw-r--r--c/src/tests/psxtests/psx12/task.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/clock06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond07.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond08.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond09.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/cond10.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/key01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/key02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/key03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/key04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex07.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex08.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex09.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex10.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex11.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex12.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex13.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex14.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex15.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/mutex16.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc07.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc08.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc09.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc10.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc11.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc12.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc13.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/proc14.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread07.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread08.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread09.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread10.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread11.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread12.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread13.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread14.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread15.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread16.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread17.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread18.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread19.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread20.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread21.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread22.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread23.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread24.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread25.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread26.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread27.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread28.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread29.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread30.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread31.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread32.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread33.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread34.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread35.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread36.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched07.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/sched08.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal07.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal08.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal09.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal10.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal11.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal12.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal13.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal14.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal15.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal16.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal17.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal18.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal19.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal20.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal21.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/signal22.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time06.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time07.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time08.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time09.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time10.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time11.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time12.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/time13.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer01.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer02.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer05.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer06.c4
-rw-r--r--c/src/tests/samples/README4
-rw-r--r--c/src/tests/samples/base_mp/apptask.c4
-rw-r--r--c/src/tests/samples/base_mp/init.c4
-rw-r--r--c/src/tests/samples/base_mp/node1/base_mp.doc4
-rw-r--r--c/src/tests/samples/base_mp/node2/base_mp.doc4
-rw-r--r--c/src/tests/samples/base_mp/system.h4
-rw-r--r--c/src/tests/samples/base_sp/apptask.c4
-rw-r--r--c/src/tests/samples/base_sp/base_sp.doc4
-rw-r--r--c/src/tests/samples/base_sp/init.c4
-rw-r--r--c/src/tests/samples/base_sp/system.h4
-rw-r--r--c/src/tests/samples/cdtest/init.c4
-rw-r--r--c/src/tests/samples/cdtest/main.cc4
-rw-r--r--c/src/tests/samples/cdtest/system.h4
-rw-r--r--c/src/tests/samples/hello/hello.doc4
-rw-r--r--c/src/tests/samples/hello/init.c4
-rw-r--r--c/src/tests/samples/hello/system.h4
-rw-r--r--c/src/tests/samples/paranoia/init.c4
-rw-r--r--c/src/tests/samples/paranoia/paranoia.doc4
-rw-r--r--c/src/tests/samples/paranoia/system.h4
-rw-r--r--c/src/tests/samples/ticker/init.c4
-rw-r--r--c/src/tests/samples/ticker/system.h4
-rw-r--r--c/src/tests/samples/ticker/tasks.c4
-rw-r--r--c/src/tests/samples/ticker/ticker.doc4
-rw-r--r--c/src/tests/sptests/sp01/init.c4
-rw-r--r--c/src/tests/sptests/sp01/sp01.doc4
-rw-r--r--c/src/tests/sptests/sp01/system.h4
-rw-r--r--c/src/tests/sptests/sp01/task1.c4
-rw-r--r--c/src/tests/sptests/sp02/init.c4
-rw-r--r--c/src/tests/sptests/sp02/preempt.c4
-rw-r--r--c/src/tests/sptests/sp02/sp02.doc4
-rw-r--r--c/src/tests/sptests/sp02/system.h4
-rw-r--r--c/src/tests/sptests/sp02/task1.c4
-rw-r--r--c/src/tests/sptests/sp02/task2.c4
-rw-r--r--c/src/tests/sptests/sp02/task3.c4
-rw-r--r--c/src/tests/sptests/sp03/init.c4
-rw-r--r--c/src/tests/sptests/sp03/sp03.doc4
-rw-r--r--c/src/tests/sptests/sp03/system.h4
-rw-r--r--c/src/tests/sptests/sp03/task1.c4
-rw-r--r--c/src/tests/sptests/sp03/task2.c4
-rw-r--r--c/src/tests/sptests/sp04/init.c4
-rw-r--r--c/src/tests/sptests/sp04/sp04.doc4
-rw-r--r--c/src/tests/sptests/sp04/system.h4
-rw-r--r--c/src/tests/sptests/sp04/task1.c4
-rw-r--r--c/src/tests/sptests/sp04/task2.c4
-rw-r--r--c/src/tests/sptests/sp04/task3.c4
-rw-r--r--c/src/tests/sptests/sp04/tswitch.c4
-rw-r--r--c/src/tests/sptests/sp05/init.c4
-rw-r--r--c/src/tests/sptests/sp05/sp05.doc4
-rw-r--r--c/src/tests/sptests/sp05/system.h4
-rw-r--r--c/src/tests/sptests/sp05/task1.c4
-rw-r--r--c/src/tests/sptests/sp05/task2.c4
-rw-r--r--c/src/tests/sptests/sp05/task3.c4
-rw-r--r--c/src/tests/sptests/sp06/init.c4
-rw-r--r--c/src/tests/sptests/sp06/sp06.doc4
-rw-r--r--c/src/tests/sptests/sp06/system.h4
-rw-r--r--c/src/tests/sptests/sp06/task1.c4
-rw-r--r--c/src/tests/sptests/sp06/task2.c4
-rw-r--r--c/src/tests/sptests/sp06/task3.c4
-rw-r--r--c/src/tests/sptests/sp07/init.c4
-rw-r--r--c/src/tests/sptests/sp07/sp07.doc4
-rw-r--r--c/src/tests/sptests/sp07/system.h4
-rw-r--r--c/src/tests/sptests/sp07/task1.c4
-rw-r--r--c/src/tests/sptests/sp07/task2.c4
-rw-r--r--c/src/tests/sptests/sp07/task3.c4
-rw-r--r--c/src/tests/sptests/sp07/task4.c4
-rw-r--r--c/src/tests/sptests/sp07/taskexit.c4
-rw-r--r--c/src/tests/sptests/sp07/tcreate.c4
-rw-r--r--c/src/tests/sptests/sp07/tdelete.c4
-rw-r--r--c/src/tests/sptests/sp07/trestart.c4
-rw-r--r--c/src/tests/sptests/sp07/tstart.c4
-rw-r--r--c/src/tests/sptests/sp08/init.c4
-rw-r--r--c/src/tests/sptests/sp08/sp08.doc4
-rw-r--r--c/src/tests/sptests/sp08/system.h4
-rw-r--r--c/src/tests/sptests/sp08/task1.c4
-rw-r--r--c/src/tests/sptests/sp09/delay.c4
-rw-r--r--c/src/tests/sptests/sp09/init.c4
-rw-r--r--c/src/tests/sptests/sp09/isr.c4
-rw-r--r--c/src/tests/sptests/sp09/screen01.c4
-rw-r--r--c/src/tests/sptests/sp09/screen02.c4
-rw-r--r--c/src/tests/sptests/sp09/screen03.c4
-rw-r--r--c/src/tests/sptests/sp09/screen04.c4
-rw-r--r--c/src/tests/sptests/sp09/screen05.c4
-rw-r--r--c/src/tests/sptests/sp09/screen06.c4
-rw-r--r--c/src/tests/sptests/sp09/screen07.c4
-rw-r--r--c/src/tests/sptests/sp09/screen08.c4
-rw-r--r--c/src/tests/sptests/sp09/screen09.c4
-rw-r--r--c/src/tests/sptests/sp09/screen10.c4
-rw-r--r--c/src/tests/sptests/sp09/screen11.c4
-rw-r--r--c/src/tests/sptests/sp09/screen12.c4
-rw-r--r--c/src/tests/sptests/sp09/screen13.c4
-rw-r--r--c/src/tests/sptests/sp09/screen14.c4
-rw-r--r--c/src/tests/sptests/sp09/sp09.doc4
-rw-r--r--c/src/tests/sptests/sp09/system.h4
-rw-r--r--c/src/tests/sptests/sp09/task1.c4
-rw-r--r--c/src/tests/sptests/sp09/task2.c4
-rw-r--r--c/src/tests/sptests/sp09/task3.c4
-rw-r--r--c/src/tests/sptests/sp09/task4.c4
-rw-r--r--c/src/tests/sptests/sp11/init.c4
-rw-r--r--c/src/tests/sptests/sp11/sp11.doc4
-rw-r--r--c/src/tests/sptests/sp11/system.h4
-rw-r--r--c/src/tests/sptests/sp11/task1.c4
-rw-r--r--c/src/tests/sptests/sp11/task2.c4
-rw-r--r--c/src/tests/sptests/sp11/timer.c4
-rw-r--r--c/src/tests/sptests/sp12/init.c4
-rw-r--r--c/src/tests/sptests/sp12/pridrv.c4
-rw-r--r--c/src/tests/sptests/sp12/pritask.c4
-rw-r--r--c/src/tests/sptests/sp12/sp12.doc4
-rw-r--r--c/src/tests/sptests/sp12/system.h4
-rw-r--r--c/src/tests/sptests/sp12/task1.c4
-rw-r--r--c/src/tests/sptests/sp12/task2.c4
-rw-r--r--c/src/tests/sptests/sp12/task3.c4
-rw-r--r--c/src/tests/sptests/sp12/task4.c4
-rw-r--r--c/src/tests/sptests/sp12/task5.c4
-rw-r--r--c/src/tests/sptests/sp13/fillbuff.c4
-rw-r--r--c/src/tests/sptests/sp13/init.c4
-rw-r--r--c/src/tests/sptests/sp13/putbuff.c4
-rw-r--r--c/src/tests/sptests/sp13/sp13.doc4
-rw-r--r--c/src/tests/sptests/sp13/system.h4
-rw-r--r--c/src/tests/sptests/sp13/task1.c4
-rw-r--r--c/src/tests/sptests/sp13/task2.c4
-rw-r--r--c/src/tests/sptests/sp13/task3.c4
-rw-r--r--c/src/tests/sptests/sp14/asr.c4
-rw-r--r--c/src/tests/sptests/sp14/init.c4
-rw-r--r--c/src/tests/sptests/sp14/sp14.doc4
-rw-r--r--c/src/tests/sptests/sp14/system.h4
-rw-r--r--c/src/tests/sptests/sp14/task1.c4
-rw-r--r--c/src/tests/sptests/sp14/task2.c4
-rw-r--r--c/src/tests/sptests/sp15/init.c4
-rw-r--r--c/src/tests/sptests/sp15/sp15.doc4
-rw-r--r--c/src/tests/sptests/sp15/system.h4
-rw-r--r--c/src/tests/sptests/sp15/task1.c4
-rw-r--r--c/src/tests/sptests/sp16/init.c4
-rw-r--r--c/src/tests/sptests/sp16/sp16.doc4
-rw-r--r--c/src/tests/sptests/sp16/system.h4
-rw-r--r--c/src/tests/sptests/sp16/task1.c4
-rw-r--r--c/src/tests/sptests/sp16/task2.c4
-rw-r--r--c/src/tests/sptests/sp16/task3.c4
-rw-r--r--c/src/tests/sptests/sp16/task4.c4
-rw-r--r--c/src/tests/sptests/sp16/task5.c4
-rw-r--r--c/src/tests/sptests/sp17/asr.c4
-rw-r--r--c/src/tests/sptests/sp17/init.c4
-rw-r--r--c/src/tests/sptests/sp17/sp17.doc4
-rw-r--r--c/src/tests/sptests/sp17/system.h4
-rw-r--r--c/src/tests/sptests/sp17/task1.c4
-rw-r--r--c/src/tests/sptests/sp17/task2.c4
-rw-r--r--c/src/tests/sptests/sp19/first.c4
-rw-r--r--c/src/tests/sptests/sp19/fptask.c4
-rw-r--r--c/src/tests/sptests/sp19/fptest.h4
-rw-r--r--c/src/tests/sptests/sp19/init.c4
-rw-r--r--c/src/tests/sptests/sp19/inttest.h4
-rw-r--r--c/src/tests/sptests/sp19/sp19.doc4
-rw-r--r--c/src/tests/sptests/sp19/system.h4
-rw-r--r--c/src/tests/sptests/sp19/task1.c4
-rw-r--r--c/src/tests/sptests/sp20/getall.c4
-rw-r--r--c/src/tests/sptests/sp20/init.c4
-rw-r--r--c/src/tests/sptests/sp20/sp20.doc4
-rw-r--r--c/src/tests/sptests/sp20/system.h4
-rw-r--r--c/src/tests/sptests/sp20/task1.c4
-rw-r--r--c/src/tests/sptests/sp21/init.c4
-rw-r--r--c/src/tests/sptests/sp21/sp21.doc4
-rw-r--r--c/src/tests/sptests/sp21/system.h4
-rw-r--r--c/src/tests/sptests/sp21/task1.c4
-rw-r--r--c/src/tests/sptests/sp22/delay.c4
-rw-r--r--c/src/tests/sptests/sp22/init.c4
-rw-r--r--c/src/tests/sptests/sp22/prtime.c4
-rw-r--r--c/src/tests/sptests/sp22/sp22.doc4
-rw-r--r--c/src/tests/sptests/sp22/system.h4
-rw-r--r--c/src/tests/sptests/sp22/task1.c4
-rw-r--r--c/src/tests/sptests/sp23/init.c4
-rw-r--r--c/src/tests/sptests/sp23/sp23.doc4
-rw-r--r--c/src/tests/sptests/sp23/system.h4
-rw-r--r--c/src/tests/sptests/sp23/task1.c4
-rw-r--r--c/src/tests/sptests/sp24/init.c4
-rw-r--r--c/src/tests/sptests/sp24/resume.c4
-rw-r--r--c/src/tests/sptests/sp24/sp24.doc4
-rw-r--r--c/src/tests/sptests/sp24/system.h4
-rw-r--r--c/src/tests/sptests/sp24/task1.c4
-rw-r--r--c/src/tests/sptests/sp25/init.c4
-rw-r--r--c/src/tests/sptests/sp25/sp25.doc4
-rw-r--r--c/src/tests/sptests/sp25/system.h4
-rw-r--r--c/src/tests/sptests/sp25/task1.c4
-rw-r--r--c/src/tests/sptests/spfatal/fatal.c4
-rw-r--r--c/src/tests/sptests/spfatal/init.c4
-rw-r--r--c/src/tests/sptests/spfatal/puterr.c4
-rw-r--r--c/src/tests/sptests/spfatal/spfatal.doc4
-rw-r--r--c/src/tests/sptests/spfatal/system.h4
-rw-r--r--c/src/tests/sptests/spfatal/task1.c4
-rw-r--r--c/src/tests/sptests/spsize/getint.c4
-rw-r--r--c/src/tests/sptests/spsize/init.c4
-rw-r--r--c/src/tests/sptests/spsize/size.c4
-rw-r--r--c/src/tests/sptests/spsize/system.h4
-rw-r--r--c/src/tests/support/include/tmacros.h4
-rw-r--r--c/src/tests/support/stubdr/close.c4
-rw-r--r--c/src/tests/support/stubdr/cntrl.c4
-rw-r--r--c/src/tests/support/stubdr/init.c4
-rw-r--r--c/src/tests/support/stubdr/open.c4
-rw-r--r--c/src/tests/support/stubdr/read.c4
-rw-r--r--c/src/tests/support/stubdr/stubdrv.h4
-rw-r--r--c/src/tests/support/stubdr/write.c4
-rw-r--r--c/src/tests/tmtests/include/timesys.h4
-rw-r--r--c/src/tests/tmtests/tm01/system.h4
-rw-r--r--c/src/tests/tmtests/tm01/task1.c4
-rw-r--r--c/src/tests/tmtests/tm01/tm01.doc4
-rw-r--r--c/src/tests/tmtests/tm02/system.h4
-rw-r--r--c/src/tests/tmtests/tm02/task1.c4
-rw-r--r--c/src/tests/tmtests/tm02/tm02.doc4
-rw-r--r--c/src/tests/tmtests/tm03/system.h4
-rw-r--r--c/src/tests/tmtests/tm03/task1.c4
-rw-r--r--c/src/tests/tmtests/tm03/tm03.doc4
-rw-r--r--c/src/tests/tmtests/tm04/system.h4
-rw-r--r--c/src/tests/tmtests/tm04/task1.c4
-rw-r--r--c/src/tests/tmtests/tm04/tm04.doc4
-rw-r--r--c/src/tests/tmtests/tm05/system.h4
-rw-r--r--c/src/tests/tmtests/tm05/task1.c4
-rw-r--r--c/src/tests/tmtests/tm05/tm05.doc4
-rw-r--r--c/src/tests/tmtests/tm06/system.h4
-rw-r--r--c/src/tests/tmtests/tm06/task1.c4
-rw-r--r--c/src/tests/tmtests/tm06/tm06.doc4
-rw-r--r--c/src/tests/tmtests/tm07/system.h4
-rw-r--r--c/src/tests/tmtests/tm07/task1.c4
-rw-r--r--c/src/tests/tmtests/tm07/tm07.doc4
-rw-r--r--c/src/tests/tmtests/tm08/system.h4
-rw-r--r--c/src/tests/tmtests/tm08/task1.c4
-rw-r--r--c/src/tests/tmtests/tm08/tm08.doc4
-rw-r--r--c/src/tests/tmtests/tm09/system.h4
-rw-r--r--c/src/tests/tmtests/tm09/task1.c4
-rw-r--r--c/src/tests/tmtests/tm09/tm09.doc4
-rw-r--r--c/src/tests/tmtests/tm10/system.h4
-rw-r--r--c/src/tests/tmtests/tm10/task1.c4
-rw-r--r--c/src/tests/tmtests/tm10/tm10.doc4
-rw-r--r--c/src/tests/tmtests/tm11/system.h4
-rw-r--r--c/src/tests/tmtests/tm11/task1.c4
-rw-r--r--c/src/tests/tmtests/tm11/tm11.doc4
-rw-r--r--c/src/tests/tmtests/tm12/system.h4
-rw-r--r--c/src/tests/tmtests/tm12/task1.c4
-rw-r--r--c/src/tests/tmtests/tm12/tm12.doc4
-rw-r--r--c/src/tests/tmtests/tm13/system.h4
-rw-r--r--c/src/tests/tmtests/tm13/task1.c4
-rw-r--r--c/src/tests/tmtests/tm13/tm13.doc4
-rw-r--r--c/src/tests/tmtests/tm14/system.h4
-rw-r--r--c/src/tests/tmtests/tm14/task1.c4
-rw-r--r--c/src/tests/tmtests/tm14/tm14.doc4
-rw-r--r--c/src/tests/tmtests/tm15/system.h4
-rw-r--r--c/src/tests/tmtests/tm15/task1.c4
-rw-r--r--c/src/tests/tmtests/tm15/tm15.doc4
-rw-r--r--c/src/tests/tmtests/tm16/system.h4
-rw-r--r--c/src/tests/tmtests/tm16/task1.c4
-rw-r--r--c/src/tests/tmtests/tm16/tm16.doc4
-rw-r--r--c/src/tests/tmtests/tm17/system.h4
-rw-r--r--c/src/tests/tmtests/tm17/task1.c4
-rw-r--r--c/src/tests/tmtests/tm17/tm17.doc4
-rw-r--r--c/src/tests/tmtests/tm18/system.h4
-rw-r--r--c/src/tests/tmtests/tm18/task1.c4
-rw-r--r--c/src/tests/tmtests/tm18/tm18.doc4
-rw-r--r--c/src/tests/tmtests/tm19/system.h4
-rw-r--r--c/src/tests/tmtests/tm19/task1.c4
-rw-r--r--c/src/tests/tmtests/tm19/tm19.doc4
-rw-r--r--c/src/tests/tmtests/tm20/system.h4
-rw-r--r--c/src/tests/tmtests/tm20/task1.c4
-rw-r--r--c/src/tests/tmtests/tm20/tm20.doc4
-rw-r--r--c/src/tests/tmtests/tm21/system.h4
-rw-r--r--c/src/tests/tmtests/tm21/task1.c4
-rw-r--r--c/src/tests/tmtests/tm21/tm21.doc4
-rw-r--r--c/src/tests/tmtests/tm22/system.h4
-rw-r--r--c/src/tests/tmtests/tm22/task1.c4
-rw-r--r--c/src/tests/tmtests/tm22/tm22.doc4
-rw-r--r--c/src/tests/tmtests/tm23/system.h4
-rw-r--r--c/src/tests/tmtests/tm23/task1.c4
-rw-r--r--c/src/tests/tmtests/tm23/tm23.doc4
-rw-r--r--c/src/tests/tmtests/tm24/system.h4
-rw-r--r--c/src/tests/tmtests/tm24/task1.c4
-rw-r--r--c/src/tests/tmtests/tm24/tm24.doc4
-rw-r--r--c/src/tests/tmtests/tm25/system.h4
-rw-r--r--c/src/tests/tmtests/tm25/task1.c4
-rw-r--r--c/src/tests/tmtests/tm25/tm25.doc4
-rw-r--r--c/src/tests/tmtests/tm26/fptest.h4
-rw-r--r--c/src/tests/tmtests/tm26/system.h4
-rw-r--r--c/src/tests/tmtests/tm26/task1.c4
-rw-r--r--c/src/tests/tmtests/tm26/tm26.doc4
-rw-r--r--c/src/tests/tmtests/tm27/system.h4
-rw-r--r--c/src/tests/tmtests/tm27/task1.c4
-rw-r--r--c/src/tests/tmtests/tm27/tm27.doc4
-rw-r--r--c/src/tests/tmtests/tm28/system.h4
-rw-r--r--c/src/tests/tmtests/tm28/task1.c4
-rw-r--r--c/src/tests/tmtests/tm28/tm28.doc4
-rw-r--r--c/src/tests/tmtests/tm29/system.h4
-rw-r--r--c/src/tests/tmtests/tm29/task1.c4
-rw-r--r--c/src/tests/tmtests/tm29/tm29.doc4
-rw-r--r--c/src/tests/tmtests/tmck/system.h4
-rw-r--r--c/src/tests/tmtests/tmck/task1.c4
-rw-r--r--c/src/tests/tmtests/tmck/tmck.doc4
-rw-r--r--c/src/tests/tmtests/tmoverhd/dumrtems.h4
-rw-r--r--c/src/tests/tmtests/tmoverhd/empty.c4
-rw-r--r--c/src/tests/tmtests/tmoverhd/system.h4
-rw-r--r--c/src/tests/tmtests/tmoverhd/testtask.c4
-rw-r--r--c/src/tests/tmtests/tmoverhd/tmoverhd.doc4
1383 files changed, 2770 insertions, 2770 deletions
diff --git a/c/src/exec/libcsupport/include/clockdrv.h b/c/src/exec/libcsupport/include/clockdrv.h
index 368c292f8f..36eed5048a 100644
--- a/c/src/exec/libcsupport/include/clockdrv.h
+++ b/c/src/exec/libcsupport/include/clockdrv.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/console.h b/c/src/exec/libcsupport/include/console.h
index b3437eed91..208b2b2f3a 100644
--- a/c/src/exec/libcsupport/include/console.h
+++ b/c/src/exec/libcsupport/include/console.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/iosupp.h b/c/src/exec/libcsupport/include/iosupp.h
index 69e6195a2f..2a656ca002 100644
--- a/c/src/exec/libcsupport/include/iosupp.h
+++ b/c/src/exec/libcsupport/include/iosupp.h
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/motorola/mc68230.h b/c/src/exec/libcsupport/include/motorola/mc68230.h
index cafcd318be..736a83f0ca 100644
--- a/c/src/exec/libcsupport/include/motorola/mc68230.h
+++ b/c/src/exec/libcsupport/include/motorola/mc68230.h
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/rtems/libcsupport.h b/c/src/exec/libcsupport/include/rtems/libcsupport.h
index 470a35b51a..b48950f4c0 100644
--- a/c/src/exec/libcsupport/include/rtems/libcsupport.h
+++ b/c/src/exec/libcsupport/include/rtems/libcsupport.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/spurious.h b/c/src/exec/libcsupport/include/spurious.h
index 1250b60d56..36fcaba904 100644
--- a/c/src/exec/libcsupport/include/spurious.h
+++ b/c/src/exec/libcsupport/include/spurious.h
@@ -5,8 +5,8 @@
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/sys/termios.h b/c/src/exec/libcsupport/include/sys/termios.h
index d64d57b8c3..4f068e4adb 100644
--- a/c/src/exec/libcsupport/include/sys/termios.h
+++ b/c/src/exec/libcsupport/include/sys/termios.h
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/timerdrv.h b/c/src/exec/libcsupport/include/timerdrv.h
index e7dd1c37a3..3c520ee579 100644
--- a/c/src/exec/libcsupport/include/timerdrv.h
+++ b/c/src/exec/libcsupport/include/timerdrv.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/vmeintr.h b/c/src/exec/libcsupport/include/vmeintr.h
index 2052acecbb..afb429bcc7 100644
--- a/c/src/exec/libcsupport/include/vmeintr.h
+++ b/c/src/exec/libcsupport/include/vmeintr.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/zilog/z8036.h b/c/src/exec/libcsupport/include/zilog/z8036.h
index b2b2c073cb..ead98b1742 100644
--- a/c/src/exec/libcsupport/include/zilog/z8036.h
+++ b/c/src/exec/libcsupport/include/zilog/z8036.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/zilog/z8530.h b/c/src/exec/libcsupport/include/zilog/z8530.h
index cd6399844f..e1e0dd3731 100644
--- a/c/src/exec/libcsupport/include/zilog/z8530.h
+++ b/c/src/exec/libcsupport/include/zilog/z8530.h
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/include/zilog/z8536.h b/c/src/exec/libcsupport/include/zilog/z8536.h
index 8d72f2c8af..e011816253 100644
--- a/c/src/exec/libcsupport/include/zilog/z8536.h
+++ b/c/src/exec/libcsupport/include/zilog/z8536.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/src/__brk.c b/c/src/exec/libcsupport/src/__brk.c
index 853ace5e02..30d8a92b68 100644
--- a/c/src/exec/libcsupport/src/__brk.c
+++ b/c/src/exec/libcsupport/src/__brk.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/src/__gettod.c b/c/src/exec/libcsupport/src/__gettod.c
index 1cb3fd8b60..b3f091a1b3 100644
--- a/c/src/exec/libcsupport/src/__gettod.c
+++ b/c/src/exec/libcsupport/src/__gettod.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/src/__times.c b/c/src/exec/libcsupport/src/__times.c
index fb46d0238d..406ef9999c 100644
--- a/c/src/exec/libcsupport/src/__times.c
+++ b/c/src/exec/libcsupport/src/__times.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/src/hosterr.c b/c/src/exec/libcsupport/src/hosterr.c
index 7c0838a2e0..a2703676be 100644
--- a/c/src/exec/libcsupport/src/hosterr.c
+++ b/c/src/exec/libcsupport/src/hosterr.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/src/malloc.c b/c/src/exec/libcsupport/src/malloc.c
index 580cb97da1..b93950131a 100644
--- a/c/src/exec/libcsupport/src/malloc.c
+++ b/c/src/exec/libcsupport/src/malloc.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/libcsupport/src/newlibc.c b/c/src/exec/libcsupport/src/newlibc.c
index da50cdeeb5..9feb16e2db 100644
--- a/c/src/exec/libcsupport/src/newlibc.c
+++ b/c/src/exec/libcsupport/src/newlibc.c
@@ -2,8 +2,8 @@
/*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Description:
diff --git a/c/src/exec/libcsupport/src/no_libc.c b/c/src/exec/libcsupport/src/no_libc.c
index 19c9ac836d..6dd7c933e8 100644
--- a/c/src/exec/libcsupport/src/no_libc.c
+++ b/c/src/exec/libcsupport/src/no_libc.c
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/cond.h b/c/src/exec/posix/headers/cond.h
index 24dbcbfef6..723099abb9 100644
--- a/c/src/exec/posix/headers/cond.h
+++ b/c/src/exec/posix/headers/cond.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/condmp.h b/c/src/exec/posix/headers/condmp.h
index 75ab97a63b..d3e8bce740 100644
--- a/c/src/exec/posix/headers/condmp.h
+++ b/c/src/exec/posix/headers/condmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/config.h b/c/src/exec/posix/headers/config.h
index ff1ec637e5..084fdf290e 100644
--- a/c/src/exec/posix/headers/config.h
+++ b/c/src/exec/posix/headers/config.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/intr.h b/c/src/exec/posix/headers/intr.h
index 85ae20de93..26abb92074 100644
--- a/c/src/exec/posix/headers/intr.h
+++ b/c/src/exec/posix/headers/intr.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/key.h b/c/src/exec/posix/headers/key.h
index 11cb365905..117c4508c8 100644
--- a/c/src/exec/posix/headers/key.h
+++ b/c/src/exec/posix/headers/key.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/mqueue.h b/c/src/exec/posix/headers/mqueue.h
index 2301bcef4c..c5c0116cd7 100644
--- a/c/src/exec/posix/headers/mqueue.h
+++ b/c/src/exec/posix/headers/mqueue.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/mqueuemp.h b/c/src/exec/posix/headers/mqueuemp.h
index c5fb1232ec..b4513447de 100644
--- a/c/src/exec/posix/headers/mqueuemp.h
+++ b/c/src/exec/posix/headers/mqueuemp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/mutex.h b/c/src/exec/posix/headers/mutex.h
index 9a3fedc444..4dd71de549 100644
--- a/c/src/exec/posix/headers/mutex.h
+++ b/c/src/exec/posix/headers/mutex.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/mutexmp.h b/c/src/exec/posix/headers/mutexmp.h
index d58f34925a..016e3285f7 100644
--- a/c/src/exec/posix/headers/mutexmp.h
+++ b/c/src/exec/posix/headers/mutexmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/posixapi.h b/c/src/exec/posix/headers/posixapi.h
index 5da4d6a1e2..9cf3bea3e0 100644
--- a/c/src/exec/posix/headers/posixapi.h
+++ b/c/src/exec/posix/headers/posixapi.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/pthread.h b/c/src/exec/posix/headers/pthread.h
index 29d9a7eef9..ebbf955902 100644
--- a/c/src/exec/posix/headers/pthread.h
+++ b/c/src/exec/posix/headers/pthread.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/pthreadmp.h b/c/src/exec/posix/headers/pthreadmp.h
index 0165fe6d36..37ef54eb8b 100644
--- a/c/src/exec/posix/headers/pthreadmp.h
+++ b/c/src/exec/posix/headers/pthreadmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/semaphore.h b/c/src/exec/posix/headers/semaphore.h
index 5b38fadce0..32e156ecb8 100644
--- a/c/src/exec/posix/headers/semaphore.h
+++ b/c/src/exec/posix/headers/semaphore.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/semaphoremp.h b/c/src/exec/posix/headers/semaphoremp.h
index ff4cd16988..b02b4322e4 100644
--- a/c/src/exec/posix/headers/semaphoremp.h
+++ b/c/src/exec/posix/headers/semaphoremp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/headers/seterr.h b/c/src/exec/posix/headers/seterr.h
index 5174624d43..dfe7b95d6e 100644
--- a/c/src/exec/posix/headers/seterr.h
+++ b/c/src/exec/posix/headers/seterr.h
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/cond.h b/c/src/exec/posix/include/rtems/posix/cond.h
index 24dbcbfef6..723099abb9 100644
--- a/c/src/exec/posix/include/rtems/posix/cond.h
+++ b/c/src/exec/posix/include/rtems/posix/cond.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/condmp.h b/c/src/exec/posix/include/rtems/posix/condmp.h
index 75ab97a63b..d3e8bce740 100644
--- a/c/src/exec/posix/include/rtems/posix/condmp.h
+++ b/c/src/exec/posix/include/rtems/posix/condmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/config.h b/c/src/exec/posix/include/rtems/posix/config.h
index ff1ec637e5..084fdf290e 100644
--- a/c/src/exec/posix/include/rtems/posix/config.h
+++ b/c/src/exec/posix/include/rtems/posix/config.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/intr.h b/c/src/exec/posix/include/rtems/posix/intr.h
index 85ae20de93..26abb92074 100644
--- a/c/src/exec/posix/include/rtems/posix/intr.h
+++ b/c/src/exec/posix/include/rtems/posix/intr.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/key.h b/c/src/exec/posix/include/rtems/posix/key.h
index 11cb365905..117c4508c8 100644
--- a/c/src/exec/posix/include/rtems/posix/key.h
+++ b/c/src/exec/posix/include/rtems/posix/key.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/mqueue.h b/c/src/exec/posix/include/rtems/posix/mqueue.h
index 2301bcef4c..c5c0116cd7 100644
--- a/c/src/exec/posix/include/rtems/posix/mqueue.h
+++ b/c/src/exec/posix/include/rtems/posix/mqueue.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/mqueuemp.h b/c/src/exec/posix/include/rtems/posix/mqueuemp.h
index c5fb1232ec..b4513447de 100644
--- a/c/src/exec/posix/include/rtems/posix/mqueuemp.h
+++ b/c/src/exec/posix/include/rtems/posix/mqueuemp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/mutex.h b/c/src/exec/posix/include/rtems/posix/mutex.h
index 9a3fedc444..4dd71de549 100644
--- a/c/src/exec/posix/include/rtems/posix/mutex.h
+++ b/c/src/exec/posix/include/rtems/posix/mutex.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/mutexmp.h b/c/src/exec/posix/include/rtems/posix/mutexmp.h
index d58f34925a..016e3285f7 100644
--- a/c/src/exec/posix/include/rtems/posix/mutexmp.h
+++ b/c/src/exec/posix/include/rtems/posix/mutexmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/posixapi.h b/c/src/exec/posix/include/rtems/posix/posixapi.h
index 5da4d6a1e2..9cf3bea3e0 100644
--- a/c/src/exec/posix/include/rtems/posix/posixapi.h
+++ b/c/src/exec/posix/include/rtems/posix/posixapi.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/pthread.h b/c/src/exec/posix/include/rtems/posix/pthread.h
index 29d9a7eef9..ebbf955902 100644
--- a/c/src/exec/posix/include/rtems/posix/pthread.h
+++ b/c/src/exec/posix/include/rtems/posix/pthread.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/pthreadmp.h b/c/src/exec/posix/include/rtems/posix/pthreadmp.h
index 0165fe6d36..37ef54eb8b 100644
--- a/c/src/exec/posix/include/rtems/posix/pthreadmp.h
+++ b/c/src/exec/posix/include/rtems/posix/pthreadmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/semaphore.h b/c/src/exec/posix/include/rtems/posix/semaphore.h
index 5b38fadce0..32e156ecb8 100644
--- a/c/src/exec/posix/include/rtems/posix/semaphore.h
+++ b/c/src/exec/posix/include/rtems/posix/semaphore.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/semaphoremp.h b/c/src/exec/posix/include/rtems/posix/semaphoremp.h
index ff4cd16988..b02b4322e4 100644
--- a/c/src/exec/posix/include/rtems/posix/semaphoremp.h
+++ b/c/src/exec/posix/include/rtems/posix/semaphoremp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/include/rtems/posix/seterr.h b/c/src/exec/posix/include/rtems/posix/seterr.h
index 5174624d43..dfe7b95d6e 100644
--- a/c/src/exec/posix/include/rtems/posix/seterr.h
+++ b/c/src/exec/posix/include/rtems/posix/seterr.h
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/cond.inl b/c/src/exec/posix/inline/cond.inl
index c61892cd1e..aa0ef64074 100644
--- a/c/src/exec/posix/inline/cond.inl
+++ b/c/src/exec/posix/inline/cond.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/intr.inl b/c/src/exec/posix/inline/intr.inl
index cf666cec4e..e7feb7801f 100644
--- a/c/src/exec/posix/inline/intr.inl
+++ b/c/src/exec/posix/inline/intr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/key.inl b/c/src/exec/posix/inline/key.inl
index 3611960322..c46bb45f19 100644
--- a/c/src/exec/posix/inline/key.inl
+++ b/c/src/exec/posix/inline/key.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/mqueue.inl b/c/src/exec/posix/inline/mqueue.inl
index 56be2e346f..e7f1b6206b 100644
--- a/c/src/exec/posix/inline/mqueue.inl
+++ b/c/src/exec/posix/inline/mqueue.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/mutex.inl b/c/src/exec/posix/inline/mutex.inl
index 8dcdb4c24e..2228a6ebd7 100644
--- a/c/src/exec/posix/inline/mutex.inl
+++ b/c/src/exec/posix/inline/mutex.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/pthread.inl b/c/src/exec/posix/inline/pthread.inl
index 9a37cd1f55..282613d05d 100644
--- a/c/src/exec/posix/inline/pthread.inl
+++ b/c/src/exec/posix/inline/pthread.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/rtems/posix/cond.inl b/c/src/exec/posix/inline/rtems/posix/cond.inl
index c61892cd1e..aa0ef64074 100644
--- a/c/src/exec/posix/inline/rtems/posix/cond.inl
+++ b/c/src/exec/posix/inline/rtems/posix/cond.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/rtems/posix/intr.inl b/c/src/exec/posix/inline/rtems/posix/intr.inl
index cf666cec4e..e7feb7801f 100644
--- a/c/src/exec/posix/inline/rtems/posix/intr.inl
+++ b/c/src/exec/posix/inline/rtems/posix/intr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/rtems/posix/key.inl b/c/src/exec/posix/inline/rtems/posix/key.inl
index 3611960322..c46bb45f19 100644
--- a/c/src/exec/posix/inline/rtems/posix/key.inl
+++ b/c/src/exec/posix/inline/rtems/posix/key.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/rtems/posix/mqueue.inl b/c/src/exec/posix/inline/rtems/posix/mqueue.inl
index 56be2e346f..e7f1b6206b 100644
--- a/c/src/exec/posix/inline/rtems/posix/mqueue.inl
+++ b/c/src/exec/posix/inline/rtems/posix/mqueue.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/rtems/posix/mutex.inl b/c/src/exec/posix/inline/rtems/posix/mutex.inl
index 8dcdb4c24e..2228a6ebd7 100644
--- a/c/src/exec/posix/inline/rtems/posix/mutex.inl
+++ b/c/src/exec/posix/inline/rtems/posix/mutex.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/rtems/posix/pthread.inl b/c/src/exec/posix/inline/rtems/posix/pthread.inl
index 9a37cd1f55..282613d05d 100644
--- a/c/src/exec/posix/inline/rtems/posix/pthread.inl
+++ b/c/src/exec/posix/inline/rtems/posix/pthread.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/rtems/posix/semaphore.inl b/c/src/exec/posix/inline/rtems/posix/semaphore.inl
index 83dcaf65ca..a8d457ccc8 100644
--- a/c/src/exec/posix/inline/rtems/posix/semaphore.inl
+++ b/c/src/exec/posix/inline/rtems/posix/semaphore.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/posix/inline/semaphore.inl b/c/src/exec/posix/inline/semaphore.inl
index 83dcaf65ca..a8d457ccc8 100644
--- a/c/src/exec/posix/inline/semaphore.inl
+++ b/c/src/exec/posix/inline/semaphore.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/asr.h b/c/src/exec/rtems/headers/asr.h
index 9631f93d40..cc1ffb1a6f 100644
--- a/c/src/exec/rtems/headers/asr.h
+++ b/c/src/exec/rtems/headers/asr.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/attr.h b/c/src/exec/rtems/headers/attr.h
index 84f79f636f..8c49e80a6a 100644
--- a/c/src/exec/rtems/headers/attr.h
+++ b/c/src/exec/rtems/headers/attr.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/clock.h b/c/src/exec/rtems/headers/clock.h
index 6bdc06483d..ce96824e7d 100644
--- a/c/src/exec/rtems/headers/clock.h
+++ b/c/src/exec/rtems/headers/clock.h
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/config.h b/c/src/exec/rtems/headers/config.h
index 0bdf3c974b..a4156559d5 100644
--- a/c/src/exec/rtems/headers/config.h
+++ b/c/src/exec/rtems/headers/config.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/dpmem.h b/c/src/exec/rtems/headers/dpmem.h
index 0405e800a8..6f33f0bcd4 100644
--- a/c/src/exec/rtems/headers/dpmem.h
+++ b/c/src/exec/rtems/headers/dpmem.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/event.h b/c/src/exec/rtems/headers/event.h
index 42f6b89e89..fd117bbcfc 100644
--- a/c/src/exec/rtems/headers/event.h
+++ b/c/src/exec/rtems/headers/event.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/eventmp.h b/c/src/exec/rtems/headers/eventmp.h
index f934f20a4e..b556c54dc2 100644
--- a/c/src/exec/rtems/headers/eventmp.h
+++ b/c/src/exec/rtems/headers/eventmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/eventset.h b/c/src/exec/rtems/headers/eventset.h
index a85254b3de..69669184ef 100644
--- a/c/src/exec/rtems/headers/eventset.h
+++ b/c/src/exec/rtems/headers/eventset.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/intr.h b/c/src/exec/rtems/headers/intr.h
index d28ae8b1dc..f0d928eee7 100644
--- a/c/src/exec/rtems/headers/intr.h
+++ b/c/src/exec/rtems/headers/intr.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/message.h b/c/src/exec/rtems/headers/message.h
index 0b7928848f..4d77016e25 100644
--- a/c/src/exec/rtems/headers/message.h
+++ b/c/src/exec/rtems/headers/message.h
@@ -20,8 +20,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/modes.h b/c/src/exec/rtems/headers/modes.h
index 90327636c1..fd2c10edbe 100644
--- a/c/src/exec/rtems/headers/modes.h
+++ b/c/src/exec/rtems/headers/modes.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/mp.h b/c/src/exec/rtems/headers/mp.h
index 0fabd202aa..312f598b8c 100644
--- a/c/src/exec/rtems/headers/mp.h
+++ b/c/src/exec/rtems/headers/mp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/msgmp.h b/c/src/exec/rtems/headers/msgmp.h
index b3cd2d9936..edeb98ea03 100644
--- a/c/src/exec/rtems/headers/msgmp.h
+++ b/c/src/exec/rtems/headers/msgmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/options.h b/c/src/exec/rtems/headers/options.h
index 79ebcf9fc2..b6ab8e3f30 100644
--- a/c/src/exec/rtems/headers/options.h
+++ b/c/src/exec/rtems/headers/options.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/part.h b/c/src/exec/rtems/headers/part.h
index eda5649f70..3a367477dc 100644
--- a/c/src/exec/rtems/headers/part.h
+++ b/c/src/exec/rtems/headers/part.h
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/partmp.h b/c/src/exec/rtems/headers/partmp.h
index 19bc2c7d61..7aed7fdc79 100644
--- a/c/src/exec/rtems/headers/partmp.h
+++ b/c/src/exec/rtems/headers/partmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/ratemon.h b/c/src/exec/rtems/headers/ratemon.h
index 251bb88dac..9331c331b8 100644
--- a/c/src/exec/rtems/headers/ratemon.h
+++ b/c/src/exec/rtems/headers/ratemon.h
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/region.h b/c/src/exec/rtems/headers/region.h
index ae191f62e4..f21f76daf5 100644
--- a/c/src/exec/rtems/headers/region.h
+++ b/c/src/exec/rtems/headers/region.h
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/regionmp.h b/c/src/exec/rtems/headers/regionmp.h
index a0560a4558..b135b26e20 100644
--- a/c/src/exec/rtems/headers/regionmp.h
+++ b/c/src/exec/rtems/headers/regionmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/rtems.h b/c/src/exec/rtems/headers/rtems.h
index b78eec9b6b..9db8ea6e74 100644
--- a/c/src/exec/rtems/headers/rtems.h
+++ b/c/src/exec/rtems/headers/rtems.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/rtemsapi.h b/c/src/exec/rtems/headers/rtemsapi.h
index 2ceb6ab577..583614a8e4 100644
--- a/c/src/exec/rtems/headers/rtemsapi.h
+++ b/c/src/exec/rtems/headers/rtemsapi.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/sem.h b/c/src/exec/rtems/headers/sem.h
index 321724ed53..f5060c169e 100644
--- a/c/src/exec/rtems/headers/sem.h
+++ b/c/src/exec/rtems/headers/sem.h
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/semmp.h b/c/src/exec/rtems/headers/semmp.h
index e3b161512d..b26fc865e1 100644
--- a/c/src/exec/rtems/headers/semmp.h
+++ b/c/src/exec/rtems/headers/semmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/signal.h b/c/src/exec/rtems/headers/signal.h
index 18fdeba88a..241b9760dc 100644
--- a/c/src/exec/rtems/headers/signal.h
+++ b/c/src/exec/rtems/headers/signal.h
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/signalmp.h b/c/src/exec/rtems/headers/signalmp.h
index fb9c0ea833..6fea9c2ec0 100644
--- a/c/src/exec/rtems/headers/signalmp.h
+++ b/c/src/exec/rtems/headers/signalmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/status.h b/c/src/exec/rtems/headers/status.h
index b0895bda8d..46618bb922 100644
--- a/c/src/exec/rtems/headers/status.h
+++ b/c/src/exec/rtems/headers/status.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/support.h b/c/src/exec/rtems/headers/support.h
index d5c9c494a0..dde7a017fa 100644
--- a/c/src/exec/rtems/headers/support.h
+++ b/c/src/exec/rtems/headers/support.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/taskmp.h b/c/src/exec/rtems/headers/taskmp.h
index 5d94e0c3c4..c77a11c5f3 100644
--- a/c/src/exec/rtems/headers/taskmp.h
+++ b/c/src/exec/rtems/headers/taskmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/tasks.h b/c/src/exec/rtems/headers/tasks.h
index 56813f4f9c..ab551567cb 100644
--- a/c/src/exec/rtems/headers/tasks.h
+++ b/c/src/exec/rtems/headers/tasks.h
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/timer.h b/c/src/exec/rtems/headers/timer.h
index 88e4f65f70..8f3155b15b 100644
--- a/c/src/exec/rtems/headers/timer.h
+++ b/c/src/exec/rtems/headers/timer.h
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/headers/types.h b/c/src/exec/rtems/headers/types.h
index a0004fbb8a..229c6b9321 100644
--- a/c/src/exec/rtems/headers/types.h
+++ b/c/src/exec/rtems/headers/types.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems.h b/c/src/exec/rtems/include/rtems.h
index b78eec9b6b..9db8ea6e74 100644
--- a/c/src/exec/rtems/include/rtems.h
+++ b/c/src/exec/rtems/include/rtems.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/asr.h b/c/src/exec/rtems/include/rtems/rtems/asr.h
index 9631f93d40..cc1ffb1a6f 100644
--- a/c/src/exec/rtems/include/rtems/rtems/asr.h
+++ b/c/src/exec/rtems/include/rtems/rtems/asr.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/attr.h b/c/src/exec/rtems/include/rtems/rtems/attr.h
index 84f79f636f..8c49e80a6a 100644
--- a/c/src/exec/rtems/include/rtems/rtems/attr.h
+++ b/c/src/exec/rtems/include/rtems/rtems/attr.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/clock.h b/c/src/exec/rtems/include/rtems/rtems/clock.h
index 6bdc06483d..ce96824e7d 100644
--- a/c/src/exec/rtems/include/rtems/rtems/clock.h
+++ b/c/src/exec/rtems/include/rtems/rtems/clock.h
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/config.h b/c/src/exec/rtems/include/rtems/rtems/config.h
index 0bdf3c974b..a4156559d5 100644
--- a/c/src/exec/rtems/include/rtems/rtems/config.h
+++ b/c/src/exec/rtems/include/rtems/rtems/config.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/dpmem.h b/c/src/exec/rtems/include/rtems/rtems/dpmem.h
index 0405e800a8..6f33f0bcd4 100644
--- a/c/src/exec/rtems/include/rtems/rtems/dpmem.h
+++ b/c/src/exec/rtems/include/rtems/rtems/dpmem.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/event.h b/c/src/exec/rtems/include/rtems/rtems/event.h
index 42f6b89e89..fd117bbcfc 100644
--- a/c/src/exec/rtems/include/rtems/rtems/event.h
+++ b/c/src/exec/rtems/include/rtems/rtems/event.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/eventmp.h b/c/src/exec/rtems/include/rtems/rtems/eventmp.h
index f934f20a4e..b556c54dc2 100644
--- a/c/src/exec/rtems/include/rtems/rtems/eventmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/eventmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/eventset.h b/c/src/exec/rtems/include/rtems/rtems/eventset.h
index a85254b3de..69669184ef 100644
--- a/c/src/exec/rtems/include/rtems/rtems/eventset.h
+++ b/c/src/exec/rtems/include/rtems/rtems/eventset.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/intr.h b/c/src/exec/rtems/include/rtems/rtems/intr.h
index d28ae8b1dc..f0d928eee7 100644
--- a/c/src/exec/rtems/include/rtems/rtems/intr.h
+++ b/c/src/exec/rtems/include/rtems/rtems/intr.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/message.h b/c/src/exec/rtems/include/rtems/rtems/message.h
index 0b7928848f..4d77016e25 100644
--- a/c/src/exec/rtems/include/rtems/rtems/message.h
+++ b/c/src/exec/rtems/include/rtems/rtems/message.h
@@ -20,8 +20,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/modes.h b/c/src/exec/rtems/include/rtems/rtems/modes.h
index 90327636c1..fd2c10edbe 100644
--- a/c/src/exec/rtems/include/rtems/rtems/modes.h
+++ b/c/src/exec/rtems/include/rtems/rtems/modes.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/mp.h b/c/src/exec/rtems/include/rtems/rtems/mp.h
index 0fabd202aa..312f598b8c 100644
--- a/c/src/exec/rtems/include/rtems/rtems/mp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/mp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/msgmp.h b/c/src/exec/rtems/include/rtems/rtems/msgmp.h
index b3cd2d9936..edeb98ea03 100644
--- a/c/src/exec/rtems/include/rtems/rtems/msgmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/msgmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/options.h b/c/src/exec/rtems/include/rtems/rtems/options.h
index 79ebcf9fc2..b6ab8e3f30 100644
--- a/c/src/exec/rtems/include/rtems/rtems/options.h
+++ b/c/src/exec/rtems/include/rtems/rtems/options.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/part.h b/c/src/exec/rtems/include/rtems/rtems/part.h
index eda5649f70..3a367477dc 100644
--- a/c/src/exec/rtems/include/rtems/rtems/part.h
+++ b/c/src/exec/rtems/include/rtems/rtems/part.h
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/partmp.h b/c/src/exec/rtems/include/rtems/rtems/partmp.h
index 19bc2c7d61..7aed7fdc79 100644
--- a/c/src/exec/rtems/include/rtems/rtems/partmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/partmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/ratemon.h b/c/src/exec/rtems/include/rtems/rtems/ratemon.h
index 251bb88dac..9331c331b8 100644
--- a/c/src/exec/rtems/include/rtems/rtems/ratemon.h
+++ b/c/src/exec/rtems/include/rtems/rtems/ratemon.h
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/region.h b/c/src/exec/rtems/include/rtems/rtems/region.h
index ae191f62e4..f21f76daf5 100644
--- a/c/src/exec/rtems/include/rtems/rtems/region.h
+++ b/c/src/exec/rtems/include/rtems/rtems/region.h
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/regionmp.h b/c/src/exec/rtems/include/rtems/rtems/regionmp.h
index a0560a4558..b135b26e20 100644
--- a/c/src/exec/rtems/include/rtems/rtems/regionmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/regionmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/rtemsapi.h b/c/src/exec/rtems/include/rtems/rtems/rtemsapi.h
index 2ceb6ab577..583614a8e4 100644
--- a/c/src/exec/rtems/include/rtems/rtems/rtemsapi.h
+++ b/c/src/exec/rtems/include/rtems/rtems/rtemsapi.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/sem.h b/c/src/exec/rtems/include/rtems/rtems/sem.h
index 321724ed53..f5060c169e 100644
--- a/c/src/exec/rtems/include/rtems/rtems/sem.h
+++ b/c/src/exec/rtems/include/rtems/rtems/sem.h
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/semmp.h b/c/src/exec/rtems/include/rtems/rtems/semmp.h
index e3b161512d..b26fc865e1 100644
--- a/c/src/exec/rtems/include/rtems/rtems/semmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/semmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/signal.h b/c/src/exec/rtems/include/rtems/rtems/signal.h
index 18fdeba88a..241b9760dc 100644
--- a/c/src/exec/rtems/include/rtems/rtems/signal.h
+++ b/c/src/exec/rtems/include/rtems/rtems/signal.h
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/signalmp.h b/c/src/exec/rtems/include/rtems/rtems/signalmp.h
index fb9c0ea833..6fea9c2ec0 100644
--- a/c/src/exec/rtems/include/rtems/rtems/signalmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/signalmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/status.h b/c/src/exec/rtems/include/rtems/rtems/status.h
index b0895bda8d..46618bb922 100644
--- a/c/src/exec/rtems/include/rtems/rtems/status.h
+++ b/c/src/exec/rtems/include/rtems/rtems/status.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/support.h b/c/src/exec/rtems/include/rtems/rtems/support.h
index d5c9c494a0..dde7a017fa 100644
--- a/c/src/exec/rtems/include/rtems/rtems/support.h
+++ b/c/src/exec/rtems/include/rtems/rtems/support.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/taskmp.h b/c/src/exec/rtems/include/rtems/rtems/taskmp.h
index 5d94e0c3c4..c77a11c5f3 100644
--- a/c/src/exec/rtems/include/rtems/rtems/taskmp.h
+++ b/c/src/exec/rtems/include/rtems/rtems/taskmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/tasks.h b/c/src/exec/rtems/include/rtems/rtems/tasks.h
index 56813f4f9c..ab551567cb 100644
--- a/c/src/exec/rtems/include/rtems/rtems/tasks.h
+++ b/c/src/exec/rtems/include/rtems/rtems/tasks.h
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/timer.h b/c/src/exec/rtems/include/rtems/rtems/timer.h
index 88e4f65f70..8f3155b15b 100644
--- a/c/src/exec/rtems/include/rtems/rtems/timer.h
+++ b/c/src/exec/rtems/include/rtems/rtems/timer.h
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/include/rtems/rtems/types.h b/c/src/exec/rtems/include/rtems/rtems/types.h
index a0004fbb8a..229c6b9321 100644
--- a/c/src/exec/rtems/include/rtems/rtems/types.h
+++ b/c/src/exec/rtems/include/rtems/rtems/types.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/asr.inl b/c/src/exec/rtems/inline/asr.inl
index 743c7ed5f7..5f94505758 100644
--- a/c/src/exec/rtems/inline/asr.inl
+++ b/c/src/exec/rtems/inline/asr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/attr.inl b/c/src/exec/rtems/inline/attr.inl
index 208dbcf1b4..6f4196cefd 100644
--- a/c/src/exec/rtems/inline/attr.inl
+++ b/c/src/exec/rtems/inline/attr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/dpmem.inl b/c/src/exec/rtems/inline/dpmem.inl
index 182a4c4094..9295b59883 100644
--- a/c/src/exec/rtems/inline/dpmem.inl
+++ b/c/src/exec/rtems/inline/dpmem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/event.inl b/c/src/exec/rtems/inline/event.inl
index 9de27085d0..087d2f648f 100644
--- a/c/src/exec/rtems/inline/event.inl
+++ b/c/src/exec/rtems/inline/event.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/eventset.inl b/c/src/exec/rtems/inline/eventset.inl
index 375b15c65c..fb28552c3b 100644
--- a/c/src/exec/rtems/inline/eventset.inl
+++ b/c/src/exec/rtems/inline/eventset.inl
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/message.inl b/c/src/exec/rtems/inline/message.inl
index d4895d0df5..32e5698d45 100644
--- a/c/src/exec/rtems/inline/message.inl
+++ b/c/src/exec/rtems/inline/message.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/modes.inl b/c/src/exec/rtems/inline/modes.inl
index 8cc1c2273a..ed25945940 100644
--- a/c/src/exec/rtems/inline/modes.inl
+++ b/c/src/exec/rtems/inline/modes.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/options.inl b/c/src/exec/rtems/inline/options.inl
index 9ed048ea7d..efc5ffbafa 100644
--- a/c/src/exec/rtems/inline/options.inl
+++ b/c/src/exec/rtems/inline/options.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/part.inl b/c/src/exec/rtems/inline/part.inl
index b29b023eb1..72cc2a38b0 100644
--- a/c/src/exec/rtems/inline/part.inl
+++ b/c/src/exec/rtems/inline/part.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/ratemon.inl b/c/src/exec/rtems/inline/ratemon.inl
index b5a4e9698f..9d7a49e69b 100644
--- a/c/src/exec/rtems/inline/ratemon.inl
+++ b/c/src/exec/rtems/inline/ratemon.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/region.inl b/c/src/exec/rtems/inline/region.inl
index c2d596c438..fe84cdad12 100644
--- a/c/src/exec/rtems/inline/region.inl
+++ b/c/src/exec/rtems/inline/region.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/asr.inl b/c/src/exec/rtems/inline/rtems/rtems/asr.inl
index 743c7ed5f7..5f94505758 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/asr.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/asr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/attr.inl b/c/src/exec/rtems/inline/rtems/rtems/attr.inl
index 208dbcf1b4..6f4196cefd 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/attr.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/attr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/dpmem.inl b/c/src/exec/rtems/inline/rtems/rtems/dpmem.inl
index 182a4c4094..9295b59883 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/dpmem.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/dpmem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/event.inl b/c/src/exec/rtems/inline/rtems/rtems/event.inl
index 9de27085d0..087d2f648f 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/event.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/event.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/eventset.inl b/c/src/exec/rtems/inline/rtems/rtems/eventset.inl
index 375b15c65c..fb28552c3b 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/eventset.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/eventset.inl
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/message.inl b/c/src/exec/rtems/inline/rtems/rtems/message.inl
index d4895d0df5..32e5698d45 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/message.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/message.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/modes.inl b/c/src/exec/rtems/inline/rtems/rtems/modes.inl
index 8cc1c2273a..ed25945940 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/modes.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/modes.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/options.inl b/c/src/exec/rtems/inline/rtems/rtems/options.inl
index 9ed048ea7d..efc5ffbafa 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/options.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/options.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/part.inl b/c/src/exec/rtems/inline/rtems/rtems/part.inl
index b29b023eb1..72cc2a38b0 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/part.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/part.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/ratemon.inl b/c/src/exec/rtems/inline/rtems/rtems/ratemon.inl
index b5a4e9698f..9d7a49e69b 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/ratemon.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/ratemon.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/region.inl b/c/src/exec/rtems/inline/rtems/rtems/region.inl
index c2d596c438..fe84cdad12 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/region.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/region.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/sem.inl b/c/src/exec/rtems/inline/rtems/rtems/sem.inl
index 25d0eeafe5..d31f0e8f38 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/sem.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/sem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/status.inl b/c/src/exec/rtems/inline/rtems/rtems/status.inl
index 733e749176..04bff2281c 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/status.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/status.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/support.inl b/c/src/exec/rtems/inline/rtems/rtems/support.inl
index 75274846f2..d30c768abc 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/support.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/support.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/tasks.inl b/c/src/exec/rtems/inline/rtems/rtems/tasks.inl
index b16ad40469..9722763d82 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/tasks.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/tasks.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/rtems/rtems/timer.inl b/c/src/exec/rtems/inline/rtems/rtems/timer.inl
index c773fc1ebc..3ddb075d85 100644
--- a/c/src/exec/rtems/inline/rtems/rtems/timer.inl
+++ b/c/src/exec/rtems/inline/rtems/rtems/timer.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/sem.inl b/c/src/exec/rtems/inline/sem.inl
index 25d0eeafe5..d31f0e8f38 100644
--- a/c/src/exec/rtems/inline/sem.inl
+++ b/c/src/exec/rtems/inline/sem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/status.inl b/c/src/exec/rtems/inline/status.inl
index 733e749176..04bff2281c 100644
--- a/c/src/exec/rtems/inline/status.inl
+++ b/c/src/exec/rtems/inline/status.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/support.inl b/c/src/exec/rtems/inline/support.inl
index 75274846f2..d30c768abc 100644
--- a/c/src/exec/rtems/inline/support.inl
+++ b/c/src/exec/rtems/inline/support.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/tasks.inl b/c/src/exec/rtems/inline/tasks.inl
index b16ad40469..9722763d82 100644
--- a/c/src/exec/rtems/inline/tasks.inl
+++ b/c/src/exec/rtems/inline/tasks.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/inline/timer.inl b/c/src/exec/rtems/inline/timer.inl
index c773fc1ebc..3ddb075d85 100644
--- a/c/src/exec/rtems/inline/timer.inl
+++ b/c/src/exec/rtems/inline/timer.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/asr.inl b/c/src/exec/rtems/macros/asr.inl
index dc6dc414b8..c09d04eb6f 100644
--- a/c/src/exec/rtems/macros/asr.inl
+++ b/c/src/exec/rtems/macros/asr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/attr.inl b/c/src/exec/rtems/macros/attr.inl
index a538d2bdd3..1a3903cb98 100644
--- a/c/src/exec/rtems/macros/attr.inl
+++ b/c/src/exec/rtems/macros/attr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/dpmem.inl b/c/src/exec/rtems/macros/dpmem.inl
index 9b12e66ab5..cc96f362c4 100644
--- a/c/src/exec/rtems/macros/dpmem.inl
+++ b/c/src/exec/rtems/macros/dpmem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/event.inl b/c/src/exec/rtems/macros/event.inl
index 5bc060ba69..3320e5987f 100644
--- a/c/src/exec/rtems/macros/event.inl
+++ b/c/src/exec/rtems/macros/event.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/eventset.inl b/c/src/exec/rtems/macros/eventset.inl
index a924935196..1e108c3875 100644
--- a/c/src/exec/rtems/macros/eventset.inl
+++ b/c/src/exec/rtems/macros/eventset.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/message.inl b/c/src/exec/rtems/macros/message.inl
index 6a0fe8f942..a9c9d41bb1 100644
--- a/c/src/exec/rtems/macros/message.inl
+++ b/c/src/exec/rtems/macros/message.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/modes.inl b/c/src/exec/rtems/macros/modes.inl
index 3c03b8c5f6..928cd40c18 100644
--- a/c/src/exec/rtems/macros/modes.inl
+++ b/c/src/exec/rtems/macros/modes.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/options.inl b/c/src/exec/rtems/macros/options.inl
index 41e4798d3c..675a778328 100644
--- a/c/src/exec/rtems/macros/options.inl
+++ b/c/src/exec/rtems/macros/options.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/part.inl b/c/src/exec/rtems/macros/part.inl
index f593acc577..a806fe5dae 100644
--- a/c/src/exec/rtems/macros/part.inl
+++ b/c/src/exec/rtems/macros/part.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/ratemon.inl b/c/src/exec/rtems/macros/ratemon.inl
index bdcaf25960..8b94d69a3a 100644
--- a/c/src/exec/rtems/macros/ratemon.inl
+++ b/c/src/exec/rtems/macros/ratemon.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/region.inl b/c/src/exec/rtems/macros/region.inl
index 98fca1031b..9d50eb82b7 100644
--- a/c/src/exec/rtems/macros/region.inl
+++ b/c/src/exec/rtems/macros/region.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/asr.inl b/c/src/exec/rtems/macros/rtems/rtems/asr.inl
index dc6dc414b8..c09d04eb6f 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/asr.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/asr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/attr.inl b/c/src/exec/rtems/macros/rtems/rtems/attr.inl
index a538d2bdd3..1a3903cb98 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/attr.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/attr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/dpmem.inl b/c/src/exec/rtems/macros/rtems/rtems/dpmem.inl
index 9b12e66ab5..cc96f362c4 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/dpmem.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/dpmem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/event.inl b/c/src/exec/rtems/macros/rtems/rtems/event.inl
index 5bc060ba69..3320e5987f 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/event.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/event.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/eventset.inl b/c/src/exec/rtems/macros/rtems/rtems/eventset.inl
index a924935196..1e108c3875 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/eventset.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/eventset.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/message.inl b/c/src/exec/rtems/macros/rtems/rtems/message.inl
index 6a0fe8f942..a9c9d41bb1 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/message.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/message.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/modes.inl b/c/src/exec/rtems/macros/rtems/rtems/modes.inl
index 3c03b8c5f6..928cd40c18 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/modes.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/modes.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/options.inl b/c/src/exec/rtems/macros/rtems/rtems/options.inl
index 41e4798d3c..675a778328 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/options.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/options.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/part.inl b/c/src/exec/rtems/macros/rtems/rtems/part.inl
index f593acc577..a806fe5dae 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/part.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/part.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/ratemon.inl b/c/src/exec/rtems/macros/rtems/rtems/ratemon.inl
index bdcaf25960..8b94d69a3a 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/ratemon.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/ratemon.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/region.inl b/c/src/exec/rtems/macros/rtems/rtems/region.inl
index 98fca1031b..9d50eb82b7 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/region.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/region.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/sem.inl b/c/src/exec/rtems/macros/rtems/rtems/sem.inl
index 15d1404acf..8e35646c78 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/sem.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/sem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/status.inl b/c/src/exec/rtems/macros/rtems/rtems/status.inl
index d90ec79234..3a9d4172ac 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/status.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/status.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/support.inl b/c/src/exec/rtems/macros/rtems/rtems/support.inl
index 59d3bfec95..42edbe624b 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/support.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/support.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/tasks.inl b/c/src/exec/rtems/macros/rtems/rtems/tasks.inl
index 12d8fc51cc..d8d6a8aae1 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/tasks.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/tasks.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/rtems/rtems/timer.inl b/c/src/exec/rtems/macros/rtems/rtems/timer.inl
index 0f9d9d56ef..dbd940c0f8 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/timer.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/timer.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/sem.inl b/c/src/exec/rtems/macros/sem.inl
index 15d1404acf..8e35646c78 100644
--- a/c/src/exec/rtems/macros/sem.inl
+++ b/c/src/exec/rtems/macros/sem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/status.inl b/c/src/exec/rtems/macros/status.inl
index d90ec79234..3a9d4172ac 100644
--- a/c/src/exec/rtems/macros/status.inl
+++ b/c/src/exec/rtems/macros/status.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/support.inl b/c/src/exec/rtems/macros/support.inl
index 59d3bfec95..42edbe624b 100644
--- a/c/src/exec/rtems/macros/support.inl
+++ b/c/src/exec/rtems/macros/support.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/tasks.inl b/c/src/exec/rtems/macros/tasks.inl
index 12d8fc51cc..d8d6a8aae1 100644
--- a/c/src/exec/rtems/macros/tasks.inl
+++ b/c/src/exec/rtems/macros/tasks.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/macros/timer.inl b/c/src/exec/rtems/macros/timer.inl
index 0f9d9d56ef..dbd940c0f8 100644
--- a/c/src/exec/rtems/macros/timer.inl
+++ b/c/src/exec/rtems/macros/timer.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-dpmem.c b/c/src/exec/rtems/optman/no-dpmem.c
index bab609f42f..4b9d78b426 100644
--- a/c/src/exec/rtems/optman/no-dpmem.c
+++ b/c/src/exec/rtems/optman/no-dpmem.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-event.c b/c/src/exec/rtems/optman/no-event.c
index 63b1014351..ab3c11aa6c 100644
--- a/c/src/exec/rtems/optman/no-event.c
+++ b/c/src/exec/rtems/optman/no-event.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-mp.c b/c/src/exec/rtems/optman/no-mp.c
index bad3476729..b4c974e6bb 100644
--- a/c/src/exec/rtems/optman/no-mp.c
+++ b/c/src/exec/rtems/optman/no-mp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-msg.c b/c/src/exec/rtems/optman/no-msg.c
index f5f3d6e551..8225114577 100644
--- a/c/src/exec/rtems/optman/no-msg.c
+++ b/c/src/exec/rtems/optman/no-msg.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-part.c b/c/src/exec/rtems/optman/no-part.c
index 7efb5b6f06..5150abd033 100644
--- a/c/src/exec/rtems/optman/no-part.c
+++ b/c/src/exec/rtems/optman/no-part.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-region.c b/c/src/exec/rtems/optman/no-region.c
index da97953e56..fe809ff96e 100644
--- a/c/src/exec/rtems/optman/no-region.c
+++ b/c/src/exec/rtems/optman/no-region.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-rtmon.c b/c/src/exec/rtems/optman/no-rtmon.c
index 01f539524b..1fae6edeb8 100644
--- a/c/src/exec/rtems/optman/no-rtmon.c
+++ b/c/src/exec/rtems/optman/no-rtmon.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-sem.c b/c/src/exec/rtems/optman/no-sem.c
index 334b94233e..ef725253f5 100644
--- a/c/src/exec/rtems/optman/no-sem.c
+++ b/c/src/exec/rtems/optman/no-sem.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-signal.c b/c/src/exec/rtems/optman/no-signal.c
index a8e0b4e610..de61dd12c4 100644
--- a/c/src/exec/rtems/optman/no-signal.c
+++ b/c/src/exec/rtems/optman/no-signal.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/optman/no-timer.c b/c/src/exec/rtems/optman/no-timer.c
index 6a8f17e0f9..a7fd4d4c04 100644
--- a/c/src/exec/rtems/optman/no-timer.c
+++ b/c/src/exec/rtems/optman/no-timer.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/attr.c b/c/src/exec/rtems/src/attr.c
index 2b4ebc18a2..e1392e0b2b 100644
--- a/c/src/exec/rtems/src/attr.c
+++ b/c/src/exec/rtems/src/attr.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/clock.c b/c/src/exec/rtems/src/clock.c
index 388e6f091f..f011c4a271 100644
--- a/c/src/exec/rtems/src/clock.c
+++ b/c/src/exec/rtems/src/clock.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/dpmem.c b/c/src/exec/rtems/src/dpmem.c
index 90026df3b3..9675fd7f3f 100644
--- a/c/src/exec/rtems/src/dpmem.c
+++ b/c/src/exec/rtems/src/dpmem.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/event.c b/c/src/exec/rtems/src/event.c
index 8df3a4edf5..8923e69b57 100644
--- a/c/src/exec/rtems/src/event.c
+++ b/c/src/exec/rtems/src/event.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/eventmp.c b/c/src/exec/rtems/src/eventmp.c
index c123fae488..0a281987fd 100644
--- a/c/src/exec/rtems/src/eventmp.c
+++ b/c/src/exec/rtems/src/eventmp.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/intr.c b/c/src/exec/rtems/src/intr.c
index 91eff38b06..754a9d298f 100644
--- a/c/src/exec/rtems/src/intr.c
+++ b/c/src/exec/rtems/src/intr.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/intrbody.c b/c/src/exec/rtems/src/intrbody.c
index eab124e8c7..ea18e81a1b 100644
--- a/c/src/exec/rtems/src/intrbody.c
+++ b/c/src/exec/rtems/src/intrbody.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/mp.c b/c/src/exec/rtems/src/mp.c
index a1fb6960a9..a466ecce89 100644
--- a/c/src/exec/rtems/src/mp.c
+++ b/c/src/exec/rtems/src/mp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/msg.c b/c/src/exec/rtems/src/msg.c
index ea01ee67cf..5e37bdff0c 100644
--- a/c/src/exec/rtems/src/msg.c
+++ b/c/src/exec/rtems/src/msg.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/msgmp.c b/c/src/exec/rtems/src/msgmp.c
index b7ded2cf30..052fd64551 100644
--- a/c/src/exec/rtems/src/msgmp.c
+++ b/c/src/exec/rtems/src/msgmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/part.c b/c/src/exec/rtems/src/part.c
index bdf51f9c2a..87e9790027 100644
--- a/c/src/exec/rtems/src/part.c
+++ b/c/src/exec/rtems/src/part.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/partmp.c b/c/src/exec/rtems/src/partmp.c
index 35e0b74364..d19ba044e9 100644
--- a/c/src/exec/rtems/src/partmp.c
+++ b/c/src/exec/rtems/src/partmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/ratemon.c b/c/src/exec/rtems/src/ratemon.c
index 2832e652e1..f5237feff6 100644
--- a/c/src/exec/rtems/src/ratemon.c
+++ b/c/src/exec/rtems/src/ratemon.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/region.c b/c/src/exec/rtems/src/region.c
index 414c7d41af..ea93711dbd 100644
--- a/c/src/exec/rtems/src/region.c
+++ b/c/src/exec/rtems/src/region.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/regionmp.c b/c/src/exec/rtems/src/regionmp.c
index 5cc4a2127c..23504d141f 100644
--- a/c/src/exec/rtems/src/regionmp.c
+++ b/c/src/exec/rtems/src/regionmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/rtclock.c b/c/src/exec/rtems/src/rtclock.c
index 388e6f091f..f011c4a271 100644
--- a/c/src/exec/rtems/src/rtclock.c
+++ b/c/src/exec/rtems/src/rtclock.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/rtemstimer.c b/c/src/exec/rtems/src/rtemstimer.c
index 967e8ba5ce..a5d13c75aa 100644
--- a/c/src/exec/rtems/src/rtemstimer.c
+++ b/c/src/exec/rtems/src/rtemstimer.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/sem.c b/c/src/exec/rtems/src/sem.c
index 553750a924..01aa6db614 100644
--- a/c/src/exec/rtems/src/sem.c
+++ b/c/src/exec/rtems/src/sem.c
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/semmp.c b/c/src/exec/rtems/src/semmp.c
index 9267990ed5..cff30d3ebb 100644
--- a/c/src/exec/rtems/src/semmp.c
+++ b/c/src/exec/rtems/src/semmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/signal.c b/c/src/exec/rtems/src/signal.c
index 9f6d8df1a3..f4bb0716d4 100644
--- a/c/src/exec/rtems/src/signal.c
+++ b/c/src/exec/rtems/src/signal.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/signalmp.c b/c/src/exec/rtems/src/signalmp.c
index 4bc696b901..bb2b3e9a88 100644
--- a/c/src/exec/rtems/src/signalmp.c
+++ b/c/src/exec/rtems/src/signalmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/taskmp.c b/c/src/exec/rtems/src/taskmp.c
index fc093fb83b..01857e3556 100644
--- a/c/src/exec/rtems/src/taskmp.c
+++ b/c/src/exec/rtems/src/taskmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/tasks.c b/c/src/exec/rtems/src/tasks.c
index 09568d4568..bbd2c652f6 100644
--- a/c/src/exec/rtems/src/tasks.c
+++ b/c/src/exec/rtems/src/tasks.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/rtems/src/timer.c b/c/src/exec/rtems/src/timer.c
index 967e8ba5ce..a5d13c75aa 100644
--- a/c/src/exec/rtems/src/timer.c
+++ b/c/src/exec/rtems/src/timer.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/confdefs.h b/c/src/exec/sapi/headers/confdefs.h
index b0d930672e..854de233b8 100644
--- a/c/src/exec/sapi/headers/confdefs.h
+++ b/c/src/exec/sapi/headers/confdefs.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/config.h b/c/src/exec/sapi/headers/config.h
index dd297e9d83..033162c0f8 100644
--- a/c/src/exec/sapi/headers/config.h
+++ b/c/src/exec/sapi/headers/config.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/directives.h b/c/src/exec/sapi/headers/directives.h
index a59c9981a3..785ab0760e 100644
--- a/c/src/exec/sapi/headers/directives.h
+++ b/c/src/exec/sapi/headers/directives.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/extension.h b/c/src/exec/sapi/headers/extension.h
index 6573644ed8..86fe5787a9 100644
--- a/c/src/exec/sapi/headers/extension.h
+++ b/c/src/exec/sapi/headers/extension.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/fatal.h b/c/src/exec/sapi/headers/fatal.h
index 5cb9a6460a..c570dd6a2d 100644
--- a/c/src/exec/sapi/headers/fatal.h
+++ b/c/src/exec/sapi/headers/fatal.h
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/init.h b/c/src/exec/sapi/headers/init.h
index 1a92f53e46..0e1867e44f 100644
--- a/c/src/exec/sapi/headers/init.h
+++ b/c/src/exec/sapi/headers/init.h
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/io.h b/c/src/exec/sapi/headers/io.h
index a1eddcf637..ea8fe9836d 100644
--- a/c/src/exec/sapi/headers/io.h
+++ b/c/src/exec/sapi/headers/io.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/mptables.h b/c/src/exec/sapi/headers/mptables.h
index 7a00554c23..bd1761b97c 100644
--- a/c/src/exec/sapi/headers/mptables.h
+++ b/c/src/exec/sapi/headers/mptables.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/headers/sptables.h b/c/src/exec/sapi/headers/sptables.h
index 3a99cfcfca..e66f478c87 100644
--- a/c/src/exec/sapi/headers/sptables.h
+++ b/c/src/exec/sapi/headers/sptables.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index b0d930672e..854de233b8 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/config.h b/c/src/exec/sapi/include/rtems/config.h
index dd297e9d83..033162c0f8 100644
--- a/c/src/exec/sapi/include/rtems/config.h
+++ b/c/src/exec/sapi/include/rtems/config.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/directives.h b/c/src/exec/sapi/include/rtems/directives.h
index a59c9981a3..785ab0760e 100644
--- a/c/src/exec/sapi/include/rtems/directives.h
+++ b/c/src/exec/sapi/include/rtems/directives.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/extension.h b/c/src/exec/sapi/include/rtems/extension.h
index 6573644ed8..86fe5787a9 100644
--- a/c/src/exec/sapi/include/rtems/extension.h
+++ b/c/src/exec/sapi/include/rtems/extension.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/fatal.h b/c/src/exec/sapi/include/rtems/fatal.h
index 5cb9a6460a..c570dd6a2d 100644
--- a/c/src/exec/sapi/include/rtems/fatal.h
+++ b/c/src/exec/sapi/include/rtems/fatal.h
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/init.h b/c/src/exec/sapi/include/rtems/init.h
index 1a92f53e46..0e1867e44f 100644
--- a/c/src/exec/sapi/include/rtems/init.h
+++ b/c/src/exec/sapi/include/rtems/init.h
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/io.h b/c/src/exec/sapi/include/rtems/io.h
index a1eddcf637..ea8fe9836d 100644
--- a/c/src/exec/sapi/include/rtems/io.h
+++ b/c/src/exec/sapi/include/rtems/io.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/mptables.h b/c/src/exec/sapi/include/rtems/mptables.h
index 7a00554c23..bd1761b97c 100644
--- a/c/src/exec/sapi/include/rtems/mptables.h
+++ b/c/src/exec/sapi/include/rtems/mptables.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/include/rtems/sptables.h b/c/src/exec/sapi/include/rtems/sptables.h
index 3a99cfcfca..e66f478c87 100644
--- a/c/src/exec/sapi/include/rtems/sptables.h
+++ b/c/src/exec/sapi/include/rtems/sptables.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/inline/extension.inl b/c/src/exec/sapi/inline/extension.inl
index 6a00bc6f58..128c27b85b 100644
--- a/c/src/exec/sapi/inline/extension.inl
+++ b/c/src/exec/sapi/inline/extension.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/inline/rtems/extension.inl b/c/src/exec/sapi/inline/rtems/extension.inl
index 6a00bc6f58..128c27b85b 100644
--- a/c/src/exec/sapi/inline/rtems/extension.inl
+++ b/c/src/exec/sapi/inline/rtems/extension.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/macros/extension.inl b/c/src/exec/sapi/macros/extension.inl
index 113cdf3154..2108032116 100644
--- a/c/src/exec/sapi/macros/extension.inl
+++ b/c/src/exec/sapi/macros/extension.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/macros/rtems/extension.inl b/c/src/exec/sapi/macros/rtems/extension.inl
index 113cdf3154..2108032116 100644
--- a/c/src/exec/sapi/macros/rtems/extension.inl
+++ b/c/src/exec/sapi/macros/rtems/extension.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/optman/no-ext.c b/c/src/exec/sapi/optman/no-ext.c
index 92387ba6cb..0d3413d544 100644
--- a/c/src/exec/sapi/optman/no-ext.c
+++ b/c/src/exec/sapi/optman/no-ext.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/optman/no-io.c b/c/src/exec/sapi/optman/no-io.c
index 273d9208ef..36de74cce3 100644
--- a/c/src/exec/sapi/optman/no-io.c
+++ b/c/src/exec/sapi/optman/no-io.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/src/debug.c b/c/src/exec/sapi/src/debug.c
index fc27831685..f93fe67e07 100644
--- a/c/src/exec/sapi/src/debug.c
+++ b/c/src/exec/sapi/src/debug.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/src/exinit.c b/c/src/exec/sapi/src/exinit.c
index 96da35e825..5e1b7f0bb0 100644
--- a/c/src/exec/sapi/src/exinit.c
+++ b/c/src/exec/sapi/src/exinit.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/src/extension.c b/c/src/exec/sapi/src/extension.c
index 10a828213d..4550d79e8a 100644
--- a/c/src/exec/sapi/src/extension.c
+++ b/c/src/exec/sapi/src/extension.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/src/fatal.c b/c/src/exec/sapi/src/fatal.c
index 534be655e8..665f555d9d 100644
--- a/c/src/exec/sapi/src/fatal.c
+++ b/c/src/exec/sapi/src/fatal.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/src/io.c b/c/src/exec/sapi/src/io.c
index f4f1b83c64..89f38caaaa 100644
--- a/c/src/exec/sapi/src/io.c
+++ b/c/src/exec/sapi/src/io.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/src/posixapi.c b/c/src/exec/sapi/src/posixapi.c
index 687ebd2edd..1964f9fc05 100644
--- a/c/src/exec/sapi/src/posixapi.c
+++ b/c/src/exec/sapi/src/posixapi.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/sapi/src/rtemsapi.c b/c/src/exec/sapi/src/rtemsapi.c
index 7156598835..61dc0128d7 100644
--- a/c/src/exec/sapi/src/rtemsapi.c
+++ b/c/src/exec/sapi/src/rtemsapi.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/a29k/a29k.h b/c/src/exec/score/cpu/a29k/a29k.h
index 0de0670675..9d3ded3b5e 100644
--- a/c/src/exec/score/cpu/a29k/a29k.h
+++ b/c/src/exec/score/cpu/a29k/a29k.h
@@ -3,8 +3,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/a29k/a29ktypes.h b/c/src/exec/score/cpu/a29k/a29ktypes.h
index c612a46b88..ebd3308bab 100644
--- a/c/src/exec/score/cpu/a29k/a29ktypes.h
+++ b/c/src/exec/score/cpu/a29k/a29ktypes.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/a29k/cpu.c b/c/src/exec/score/cpu/a29k/cpu.c
index df626a6371..df210f08f0 100644
--- a/c/src/exec/score/cpu/a29k/cpu.c
+++ b/c/src/exec/score/cpu/a29k/cpu.c
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/a29k/cpu.h b/c/src/exec/score/cpu/a29k/cpu.h
index 32c09def2c..c5d3f662a8 100644
--- a/c/src/exec/score/cpu/a29k/cpu.h
+++ b/c/src/exec/score/cpu/a29k/cpu.h
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/a29k/cpu_asm.h b/c/src/exec/score/cpu/a29k/cpu_asm.h
index 03c813dc09..f087cd99d5 100644
--- a/c/src/exec/score/cpu/a29k/cpu_asm.h
+++ b/c/src/exec/score/cpu/a29k/cpu_asm.h
@@ -8,8 +8,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/a29k/cpu_asm.s b/c/src/exec/score/cpu/a29k/cpu_asm.s
index d95950b974..bdbbfa604f 100644
--- a/c/src/exec/score/cpu/a29k/cpu_asm.s
+++ b/c/src/exec/score/cpu/a29k/cpu_asm.s
@@ -26,8 +26,8 @@
; * On-Line Applications Research Corporation (OAR).
; * Copyright assigned to U.S. Government, 1994.
; *
-; * The license and distribution terms for this file may in
-; * the file LICENSE in this distribution or at
+; * 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.
; *
; * $Id$
diff --git a/c/src/exec/score/cpu/a29k/rtems.c b/c/src/exec/score/cpu/a29k/rtems.c
index bf509ab474..7eaf3a2b6f 100644
--- a/c/src/exec/score/cpu/a29k/rtems.c
+++ b/c/src/exec/score/cpu/a29k/rtems.c
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.c b/c/src/exec/score/cpu/hppa1.1/cpu.c
index 49a7267ce6..282e0e53b6 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu.c
+++ b/c/src/exec/score/cpu/hppa1.1/cpu.c
@@ -3,8 +3,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.h b/c/src/exec/score/cpu/hppa1.1/cpu.h
index 8d0f356d86..3df9215730 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu.h
+++ b/c/src/exec/score/cpu/hppa1.1/cpu.h
@@ -5,8 +5,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Note:
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s
index 529c9be1e5..e6d9fd08d8 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s
+++ b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s
@@ -11,8 +11,8 @@
*
* COPYRIGHT (c) 1994,95 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/hppa1.1/hppa.h b/c/src/exec/score/cpu/hppa1.1/hppa.h
index 88ab99c4e0..049981ea84 100644
--- a/c/src/exec/score/cpu/hppa1.1/hppa.h
+++ b/c/src/exec/score/cpu/hppa1.1/hppa.h
@@ -6,8 +6,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Note:
diff --git a/c/src/exec/score/cpu/hppa1.1/rtems.s b/c/src/exec/score/cpu/hppa1.1/rtems.s
index 66764ae4d9..afa8f40198 100644
--- a/c/src/exec/score/cpu/hppa1.1/rtems.s
+++ b/c/src/exec/score/cpu/hppa1.1/rtems.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i386/cpu.c b/c/src/exec/score/cpu/i386/cpu.c
index c7f8ff2477..152566ed9d 100644
--- a/c/src/exec/score/cpu/i386/cpu.c
+++ b/c/src/exec/score/cpu/i386/cpu.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i386/cpu.h b/c/src/exec/score/cpu/i386/cpu.h
index f847de2b1a..7f3b4a5dff 100644
--- a/c/src/exec/score/cpu/i386/cpu.h
+++ b/c/src/exec/score/cpu/i386/cpu.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i386/cpu_asm.s b/c/src/exec/score/cpu/i386/cpu_asm.s
index 3bd4126a01..f28faaae67 100644
--- a/c/src/exec/score/cpu/i386/cpu_asm.s
+++ b/c/src/exec/score/cpu/i386/cpu_asm.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i386/i386.h b/c/src/exec/score/cpu/i386/i386.h
index e9e03be1a7..0f5551eda2 100644
--- a/c/src/exec/score/cpu/i386/i386.h
+++ b/c/src/exec/score/cpu/i386/i386.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i386/i386types.h b/c/src/exec/score/cpu/i386/i386types.h
index 1398062a08..a77c14e716 100644
--- a/c/src/exec/score/cpu/i386/i386types.h
+++ b/c/src/exec/score/cpu/i386/i386types.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i386/rtems.s b/c/src/exec/score/cpu/i386/rtems.s
index 74047d0781..5466704945 100644
--- a/c/src/exec/score/cpu/i386/rtems.s
+++ b/c/src/exec/score/cpu/i386/rtems.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i960/cpu.c b/c/src/exec/score/cpu/i960/cpu.c
index 6a3cf6595c..fac367e456 100644
--- a/c/src/exec/score/cpu/i960/cpu.c
+++ b/c/src/exec/score/cpu/i960/cpu.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i960/cpu.h b/c/src/exec/score/cpu/i960/cpu.h
index 06eaea8b0d..4230595ece 100644
--- a/c/src/exec/score/cpu/i960/cpu.h
+++ b/c/src/exec/score/cpu/i960/cpu.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i960/cpu_asm.s b/c/src/exec/score/cpu/i960/cpu_asm.s
index 795e96a746..7c35782a9a 100644
--- a/c/src/exec/score/cpu/i960/cpu_asm.s
+++ b/c/src/exec/score/cpu/i960/cpu_asm.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i960/i960.h b/c/src/exec/score/cpu/i960/i960.h
index 04e7c489f0..73049499d2 100644
--- a/c/src/exec/score/cpu/i960/i960.h
+++ b/c/src/exec/score/cpu/i960/i960.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i960/i960types.h b/c/src/exec/score/cpu/i960/i960types.h
index 6636812597..009c1d685b 100644
--- a/c/src/exec/score/cpu/i960/i960types.h
+++ b/c/src/exec/score/cpu/i960/i960types.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/i960/rtems.s b/c/src/exec/score/cpu/i960/rtems.s
index a3821b44dd..7b876326c7 100644
--- a/c/src/exec/score/cpu/i960/rtems.s
+++ b/c/src/exec/score/cpu/i960/rtems.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/m68k/cpu.c b/c/src/exec/score/cpu/m68k/cpu.c
index afbac7f813..c5370719a6 100644
--- a/c/src/exec/score/cpu/m68k/cpu.c
+++ b/c/src/exec/score/cpu/m68k/cpu.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/m68k/cpu.h b/c/src/exec/score/cpu/m68k/cpu.h
index 46500e90f1..20d5f19577 100644
--- a/c/src/exec/score/cpu/m68k/cpu.h
+++ b/c/src/exec/score/cpu/m68k/cpu.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/m68k/cpu_asm.s b/c/src/exec/score/cpu/m68k/cpu_asm.s
index 15985cf1ad..148937e822 100644
--- a/c/src/exec/score/cpu/m68k/cpu_asm.s
+++ b/c/src/exec/score/cpu/m68k/cpu_asm.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/m68k/m68k.h b/c/src/exec/score/cpu/m68k/m68k.h
index f4bdd83c4f..5924e1fad8 100644
--- a/c/src/exec/score/cpu/m68k/m68k.h
+++ b/c/src/exec/score/cpu/m68k/m68k.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/m68k/m68ktypes.h b/c/src/exec/score/cpu/m68k/m68ktypes.h
index fcae995892..8b5b5fc96a 100644
--- a/c/src/exec/score/cpu/m68k/m68ktypes.h
+++ b/c/src/exec/score/cpu/m68k/m68ktypes.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/m68k/rtems.s b/c/src/exec/score/cpu/m68k/rtems.s
index 60995cad46..0abbccc497 100644
--- a/c/src/exec/score/cpu/m68k/rtems.s
+++ b/c/src/exec/score/cpu/m68k/rtems.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips/cpu.c b/c/src/exec/score/cpu/mips/cpu.c
index 0b3d787bdf..945b91d36e 100644
--- a/c/src/exec/score/cpu/mips/cpu.c
+++ b/c/src/exec/score/cpu/mips/cpu.c
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips/cpu_asm.S b/c/src/exec/score/cpu/mips/cpu_asm.S
index 1f23a9ca15..d6df3391e2 100644
--- a/c/src/exec/score/cpu/mips/cpu_asm.S
+++ b/c/src/exec/score/cpu/mips/cpu_asm.S
@@ -25,8 +25,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips/cpu_asm.h b/c/src/exec/score/cpu/mips/cpu_asm.h
index f443c55b00..8639b51eac 100644
--- a/c/src/exec/score/cpu/mips/cpu_asm.h
+++ b/c/src/exec/score/cpu/mips/cpu_asm.h
@@ -21,8 +21,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips/rtems.c b/c/src/exec/score/cpu/mips/rtems.c
index 07d01ec65b..65df506c8c 100644
--- a/c/src/exec/score/cpu/mips/rtems.c
+++ b/c/src/exec/score/cpu/mips/rtems.c
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.c b/c/src/exec/score/cpu/mips64orion/cpu.c
index 0b3d787bdf..945b91d36e 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.c
+++ b/c/src/exec/score/cpu/mips64orion/cpu.c
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.h b/c/src/exec/score/cpu/mips64orion/cpu.h
index 9ab59afa06..0f4f3d41fc 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu.h
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips64orion/cpu_asm.S b/c/src/exec/score/cpu/mips64orion/cpu_asm.S
index 1f23a9ca15..d6df3391e2 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu_asm.S
+++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.S
@@ -25,8 +25,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips64orion/cpu_asm.h b/c/src/exec/score/cpu/mips64orion/cpu_asm.h
index f443c55b00..8639b51eac 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu_asm.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.h
@@ -21,8 +21,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips64orion/mips64orion.h b/c/src/exec/score/cpu/mips64orion/mips64orion.h
index 413fc607ea..98516ea914 100644
--- a/c/src/exec/score/cpu/mips64orion/mips64orion.h
+++ b/c/src/exec/score/cpu/mips64orion/mips64orion.h
@@ -20,8 +20,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips64orion/mipstypes.h b/c/src/exec/score/cpu/mips64orion/mipstypes.h
index eaa07581ba..d873c107ec 100644
--- a/c/src/exec/score/cpu/mips64orion/mipstypes.h
+++ b/c/src/exec/score/cpu/mips64orion/mipstypes.h
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/mips64orion/rtems.c b/c/src/exec/score/cpu/mips64orion/rtems.c
index 07d01ec65b..65df506c8c 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems.c
+++ b/c/src/exec/score/cpu/mips64orion/rtems.c
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/no_cpu/cpu.c b/c/src/exec/score/cpu/no_cpu/cpu.c
index b546ba2158..9db152f5d5 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu.c
+++ b/c/src/exec/score/cpu/no_cpu/cpu.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/no_cpu/cpu.h b/c/src/exec/score/cpu/no_cpu/cpu.h
index 44103b919b..a8fe5715aa 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/cpu.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/no_cpu/cpu_asm.c b/c/src/exec/score/cpu/no_cpu/cpu_asm.c
index 4b788b014c..e3182275bc 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu_asm.c
+++ b/c/src/exec/score/cpu/no_cpu/cpu_asm.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/no_cpu/cpu_asm.h b/c/src/exec/score/cpu/no_cpu/cpu_asm.h
index d1fa17b582..ae08c214e7 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu_asm.h
+++ b/c/src/exec/score/cpu/no_cpu/cpu_asm.h
@@ -8,8 +8,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/no_cpu/no_cpu.h b/c/src/exec/score/cpu/no_cpu/no_cpu.h
index 03bfb215f4..79e965857b 100644
--- a/c/src/exec/score/cpu/no_cpu/no_cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/no_cpu.h
@@ -7,8 +7,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/no_cpu/no_cputypes.h b/c/src/exec/score/cpu/no_cpu/no_cputypes.h
index cf79fe180b..6205a88b19 100644
--- a/c/src/exec/score/cpu/no_cpu/no_cputypes.h
+++ b/c/src/exec/score/cpu/no_cpu/no_cputypes.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/no_cpu/rtems.c b/c/src/exec/score/cpu/no_cpu/rtems.c
index fad4f79870..1a41008aa6 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems.c
+++ b/c/src/exec/score/cpu/no_cpu/rtems.c
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/powerpc/cpu.c b/c/src/exec/score/cpu/powerpc/cpu.c
index 30ddc9e58a..bdfcdd5212 100644
--- a/c/src/exec/score/cpu/powerpc/cpu.c
+++ b/c/src/exec/score/cpu/powerpc/cpu.c
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/powerpc/cpu.h b/c/src/exec/score/cpu/powerpc/cpu.h
index ba419b0256..a468970e4c 100644
--- a/c/src/exec/score/cpu/powerpc/cpu.h
+++ b/c/src/exec/score/cpu/powerpc/cpu.h
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/powerpc/cpu_asm.s b/c/src/exec/score/cpu/powerpc/cpu_asm.s
index 9fd2885b93..d36892be06 100644
--- a/c/src/exec/score/cpu/powerpc/cpu_asm.s
+++ b/c/src/exec/score/cpu/powerpc/cpu_asm.s
@@ -25,8 +25,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/powerpc/ppc.h b/c/src/exec/score/cpu/powerpc/ppc.h
index b76aa16338..bd95a537fa 100644
--- a/c/src/exec/score/cpu/powerpc/ppc.h
+++ b/c/src/exec/score/cpu/powerpc/ppc.h
@@ -23,8 +23,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
*
diff --git a/c/src/exec/score/cpu/powerpc/ppctypes.h b/c/src/exec/score/cpu/powerpc/ppctypes.h
index 71f1b814b2..8ca40c5da7 100644
--- a/c/src/exec/score/cpu/powerpc/ppctypes.h
+++ b/c/src/exec/score/cpu/powerpc/ppctypes.h
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/powerpc/rtems.s b/c/src/exec/score/cpu/powerpc/rtems.s
index b653152411..75e83e59d8 100644
--- a/c/src/exec/score/cpu/powerpc/rtems.s
+++ b/c/src/exec/score/cpu/powerpc/rtems.s
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/sparc/cpu.c b/c/src/exec/score/cpu/sparc/cpu.c
index 1cf96a4bb7..b7779e9ba6 100644
--- a/c/src/exec/score/cpu/sparc/cpu.c
+++ b/c/src/exec/score/cpu/sparc/cpu.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/exec/score/cpu/sparc/cpu.h b/c/src/exec/score/cpu/sparc/cpu.h
index 7969b9aa0c..0192089a74 100644
--- a/c/src/exec/score/cpu/sparc/cpu.h
+++ b/c/src/exec/score/cpu/sparc/cpu.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/exec/score/cpu/sparc/cpu_asm.s b/c/src/exec/score/cpu/sparc/cpu_asm.s
index 9209e79081..16e6df26b8 100644
--- a/c/src/exec/score/cpu/sparc/cpu_asm.s
+++ b/c/src/exec/score/cpu/sparc/cpu_asm.s
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/exec/score/cpu/sparc/erc32.h b/c/src/exec/score/cpu/sparc/erc32.h
index d8d70e3e30..e28104cf32 100644
--- a/c/src/exec/score/cpu/sparc/erc32.h
+++ b/c/src/exec/score/cpu/sparc/erc32.h
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/exec/score/cpu/sparc/rtems.s b/c/src/exec/score/cpu/sparc/rtems.s
index 25418bdd6e..c30a7f13be 100644
--- a/c/src/exec/score/cpu/sparc/rtems.s
+++ b/c/src/exec/score/cpu/sparc/rtems.s
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/exec/score/cpu/sparc/sparc.h b/c/src/exec/score/cpu/sparc/sparc.h
index 2e1efec392..57ad4b947a 100644
--- a/c/src/exec/score/cpu/sparc/sparc.h
+++ b/c/src/exec/score/cpu/sparc/sparc.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/exec/score/cpu/sparc/sparctypes.h b/c/src/exec/score/cpu/sparc/sparctypes.h
index 16ca4eae59..840b4aa779 100644
--- a/c/src/exec/score/cpu/sparc/sparctypes.h
+++ b/c/src/exec/score/cpu/sparc/sparctypes.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/exec/score/cpu/unix/cpu.c b/c/src/exec/score/cpu/unix/cpu.c
index 1efd9df54b..6fe63f844f 100644
--- a/c/src/exec/score/cpu/unix/cpu.c
+++ b/c/src/exec/score/cpu/unix/cpu.c
@@ -3,8 +3,8 @@
*
* COPYRIGHT (c) 1994,95 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h
index 01cbdaaa5c..e6c9f8c63e 100644
--- a/c/src/exec/score/cpu/unix/cpu.h
+++ b/c/src/exec/score/cpu/unix/cpu.h
@@ -5,8 +5,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h
index 2fd9072b24..7f275d4e7c 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/cpu/unix/unixtypes.h b/c/src/exec/score/cpu/unix/unixtypes.h
index 052853ccba..72896d0e8d 100644
--- a/c/src/exec/score/cpu/unix/unixtypes.h
+++ b/c/src/exec/score/cpu/unix/unixtypes.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/address.h b/c/src/exec/score/headers/address.h
index b94483df34..d0200892f8 100644
--- a/c/src/exec/score/headers/address.h
+++ b/c/src/exec/score/headers/address.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/apiext.h b/c/src/exec/score/headers/apiext.h
index ae45348303..22ca2f18f7 100644
--- a/c/src/exec/score/headers/apiext.h
+++ b/c/src/exec/score/headers/apiext.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/bitfield.h b/c/src/exec/score/headers/bitfield.h
index da84344af8..8fd2c2062b 100644
--- a/c/src/exec/score/headers/bitfield.h
+++ b/c/src/exec/score/headers/bitfield.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/chain.h b/c/src/exec/score/headers/chain.h
index a1c8675fae..c902af856e 100644
--- a/c/src/exec/score/headers/chain.h
+++ b/c/src/exec/score/headers/chain.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/context.h b/c/src/exec/score/headers/context.h
index 4b4ac5960c..9394f94242 100644
--- a/c/src/exec/score/headers/context.h
+++ b/c/src/exec/score/headers/context.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/copyrt.h b/c/src/exec/score/headers/copyrt.h
index 659f328661..a4c3c400eb 100644
--- a/c/src/exec/score/headers/copyrt.h
+++ b/c/src/exec/score/headers/copyrt.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/coremsg.h b/c/src/exec/score/headers/coremsg.h
index a5052a7ffd..1cae884d2d 100644
--- a/c/src/exec/score/headers/coremsg.h
+++ b/c/src/exec/score/headers/coremsg.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/coremutex.h b/c/src/exec/score/headers/coremutex.h
index 9f3ad2b46d..6484b42079 100644
--- a/c/src/exec/score/headers/coremutex.h
+++ b/c/src/exec/score/headers/coremutex.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/coresem.h b/c/src/exec/score/headers/coresem.h
index f98673d514..1ff04e4793 100644
--- a/c/src/exec/score/headers/coresem.h
+++ b/c/src/exec/score/headers/coresem.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/debug.h b/c/src/exec/score/headers/debug.h
index 37b3a053a5..4796460836 100644
--- a/c/src/exec/score/headers/debug.h
+++ b/c/src/exec/score/headers/debug.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/heap.h b/c/src/exec/score/headers/heap.h
index a5a8d3f0c2..68e151ccac 100644
--- a/c/src/exec/score/headers/heap.h
+++ b/c/src/exec/score/headers/heap.h
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/interr.h b/c/src/exec/score/headers/interr.h
index b322aefe73..4b601ca9e9 100644
--- a/c/src/exec/score/headers/interr.h
+++ b/c/src/exec/score/headers/interr.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/isr.h b/c/src/exec/score/headers/isr.h
index 4e6c5c6f94..ceb69fc2bb 100644
--- a/c/src/exec/score/headers/isr.h
+++ b/c/src/exec/score/headers/isr.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/mpci.h b/c/src/exec/score/headers/mpci.h
index 1d5578b21e..70072fe612 100644
--- a/c/src/exec/score/headers/mpci.h
+++ b/c/src/exec/score/headers/mpci.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/mppkt.h b/c/src/exec/score/headers/mppkt.h
index 2e98357afe..9a8e46a705 100644
--- a/c/src/exec/score/headers/mppkt.h
+++ b/c/src/exec/score/headers/mppkt.h
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/object.h b/c/src/exec/score/headers/object.h
index 7364639391..1cf73fdeb8 100644
--- a/c/src/exec/score/headers/object.h
+++ b/c/src/exec/score/headers/object.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/objectmp.h b/c/src/exec/score/headers/objectmp.h
index d84f4c3caa..68b8eb9e16 100644
--- a/c/src/exec/score/headers/objectmp.h
+++ b/c/src/exec/score/headers/objectmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/priority.h b/c/src/exec/score/headers/priority.h
index f1fb7b5f01..43f810efcf 100644
--- a/c/src/exec/score/headers/priority.h
+++ b/c/src/exec/score/headers/priority.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/stack.h b/c/src/exec/score/headers/stack.h
index eb9a68fe8c..010c64619b 100644
--- a/c/src/exec/score/headers/stack.h
+++ b/c/src/exec/score/headers/stack.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/states.h b/c/src/exec/score/headers/states.h
index 02c0f0c590..b72ca33966 100644
--- a/c/src/exec/score/headers/states.h
+++ b/c/src/exec/score/headers/states.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/sysstate.h b/c/src/exec/score/headers/sysstate.h
index 38e6ce36f1..3f915f8fff 100644
--- a/c/src/exec/score/headers/sysstate.h
+++ b/c/src/exec/score/headers/sysstate.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/system.h b/c/src/exec/score/headers/system.h
index b9255d45d5..98f1073228 100644
--- a/c/src/exec/score/headers/system.h
+++ b/c/src/exec/score/headers/system.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h
index c394a92079..11d8368075 100644
--- a/c/src/exec/score/headers/thread.h
+++ b/c/src/exec/score/headers/thread.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/threadmp.h b/c/src/exec/score/headers/threadmp.h
index bcaa423d70..cf0bf36d29 100644
--- a/c/src/exec/score/headers/threadmp.h
+++ b/c/src/exec/score/headers/threadmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/threadq.h b/c/src/exec/score/headers/threadq.h
index 943eaf10f8..c0842162c3 100644
--- a/c/src/exec/score/headers/threadq.h
+++ b/c/src/exec/score/headers/threadq.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/tod.h b/c/src/exec/score/headers/tod.h
index 36d0097669..6c1e9d0e57 100644
--- a/c/src/exec/score/headers/tod.h
+++ b/c/src/exec/score/headers/tod.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/tqdata.h b/c/src/exec/score/headers/tqdata.h
index 0011b62766..408a4c5b2e 100644
--- a/c/src/exec/score/headers/tqdata.h
+++ b/c/src/exec/score/headers/tqdata.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/userext.h b/c/src/exec/score/headers/userext.h
index f8a862080b..6a048b847e 100644
--- a/c/src/exec/score/headers/userext.h
+++ b/c/src/exec/score/headers/userext.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/watchdog.h b/c/src/exec/score/headers/watchdog.h
index 697ae9bcc0..e048521054 100644
--- a/c/src/exec/score/headers/watchdog.h
+++ b/c/src/exec/score/headers/watchdog.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/headers/wkspace.h b/c/src/exec/score/headers/wkspace.h
index 8de23a6c61..8ec693db2b 100644
--- a/c/src/exec/score/headers/wkspace.h
+++ b/c/src/exec/score/headers/wkspace.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/debug.h b/c/src/exec/score/include/rtems/debug.h
index 37b3a053a5..4796460836 100644
--- a/c/src/exec/score/include/rtems/debug.h
+++ b/c/src/exec/score/include/rtems/debug.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/address.h b/c/src/exec/score/include/rtems/score/address.h
index b94483df34..d0200892f8 100644
--- a/c/src/exec/score/include/rtems/score/address.h
+++ b/c/src/exec/score/include/rtems/score/address.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/apiext.h b/c/src/exec/score/include/rtems/score/apiext.h
index ae45348303..22ca2f18f7 100644
--- a/c/src/exec/score/include/rtems/score/apiext.h
+++ b/c/src/exec/score/include/rtems/score/apiext.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/bitfield.h b/c/src/exec/score/include/rtems/score/bitfield.h
index da84344af8..8fd2c2062b 100644
--- a/c/src/exec/score/include/rtems/score/bitfield.h
+++ b/c/src/exec/score/include/rtems/score/bitfield.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/chain.h b/c/src/exec/score/include/rtems/score/chain.h
index a1c8675fae..c902af856e 100644
--- a/c/src/exec/score/include/rtems/score/chain.h
+++ b/c/src/exec/score/include/rtems/score/chain.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/context.h b/c/src/exec/score/include/rtems/score/context.h
index 4b4ac5960c..9394f94242 100644
--- a/c/src/exec/score/include/rtems/score/context.h
+++ b/c/src/exec/score/include/rtems/score/context.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/copyrt.h b/c/src/exec/score/include/rtems/score/copyrt.h
index 659f328661..a4c3c400eb 100644
--- a/c/src/exec/score/include/rtems/score/copyrt.h
+++ b/c/src/exec/score/include/rtems/score/copyrt.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/coremsg.h b/c/src/exec/score/include/rtems/score/coremsg.h
index a5052a7ffd..1cae884d2d 100644
--- a/c/src/exec/score/include/rtems/score/coremsg.h
+++ b/c/src/exec/score/include/rtems/score/coremsg.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/coremutex.h b/c/src/exec/score/include/rtems/score/coremutex.h
index 9f3ad2b46d..6484b42079 100644
--- a/c/src/exec/score/include/rtems/score/coremutex.h
+++ b/c/src/exec/score/include/rtems/score/coremutex.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/coresem.h b/c/src/exec/score/include/rtems/score/coresem.h
index f98673d514..1ff04e4793 100644
--- a/c/src/exec/score/include/rtems/score/coresem.h
+++ b/c/src/exec/score/include/rtems/score/coresem.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/heap.h b/c/src/exec/score/include/rtems/score/heap.h
index a5a8d3f0c2..68e151ccac 100644
--- a/c/src/exec/score/include/rtems/score/heap.h
+++ b/c/src/exec/score/include/rtems/score/heap.h
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/interr.h b/c/src/exec/score/include/rtems/score/interr.h
index b322aefe73..4b601ca9e9 100644
--- a/c/src/exec/score/include/rtems/score/interr.h
+++ b/c/src/exec/score/include/rtems/score/interr.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/isr.h b/c/src/exec/score/include/rtems/score/isr.h
index 4e6c5c6f94..ceb69fc2bb 100644
--- a/c/src/exec/score/include/rtems/score/isr.h
+++ b/c/src/exec/score/include/rtems/score/isr.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/mpci.h b/c/src/exec/score/include/rtems/score/mpci.h
index 1d5578b21e..70072fe612 100644
--- a/c/src/exec/score/include/rtems/score/mpci.h
+++ b/c/src/exec/score/include/rtems/score/mpci.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/mppkt.h b/c/src/exec/score/include/rtems/score/mppkt.h
index 2e98357afe..9a8e46a705 100644
--- a/c/src/exec/score/include/rtems/score/mppkt.h
+++ b/c/src/exec/score/include/rtems/score/mppkt.h
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/object.h b/c/src/exec/score/include/rtems/score/object.h
index 7364639391..1cf73fdeb8 100644
--- a/c/src/exec/score/include/rtems/score/object.h
+++ b/c/src/exec/score/include/rtems/score/object.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/objectmp.h b/c/src/exec/score/include/rtems/score/objectmp.h
index d84f4c3caa..68b8eb9e16 100644
--- a/c/src/exec/score/include/rtems/score/objectmp.h
+++ b/c/src/exec/score/include/rtems/score/objectmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/priority.h b/c/src/exec/score/include/rtems/score/priority.h
index f1fb7b5f01..43f810efcf 100644
--- a/c/src/exec/score/include/rtems/score/priority.h
+++ b/c/src/exec/score/include/rtems/score/priority.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/stack.h b/c/src/exec/score/include/rtems/score/stack.h
index eb9a68fe8c..010c64619b 100644
--- a/c/src/exec/score/include/rtems/score/stack.h
+++ b/c/src/exec/score/include/rtems/score/stack.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/states.h b/c/src/exec/score/include/rtems/score/states.h
index 02c0f0c590..b72ca33966 100644
--- a/c/src/exec/score/include/rtems/score/states.h
+++ b/c/src/exec/score/include/rtems/score/states.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/sysstate.h b/c/src/exec/score/include/rtems/score/sysstate.h
index 38e6ce36f1..3f915f8fff 100644
--- a/c/src/exec/score/include/rtems/score/sysstate.h
+++ b/c/src/exec/score/include/rtems/score/sysstate.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h
index c394a92079..11d8368075 100644
--- a/c/src/exec/score/include/rtems/score/thread.h
+++ b/c/src/exec/score/include/rtems/score/thread.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/threadmp.h b/c/src/exec/score/include/rtems/score/threadmp.h
index bcaa423d70..cf0bf36d29 100644
--- a/c/src/exec/score/include/rtems/score/threadmp.h
+++ b/c/src/exec/score/include/rtems/score/threadmp.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/threadq.h b/c/src/exec/score/include/rtems/score/threadq.h
index 943eaf10f8..c0842162c3 100644
--- a/c/src/exec/score/include/rtems/score/threadq.h
+++ b/c/src/exec/score/include/rtems/score/threadq.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/tod.h b/c/src/exec/score/include/rtems/score/tod.h
index 36d0097669..6c1e9d0e57 100644
--- a/c/src/exec/score/include/rtems/score/tod.h
+++ b/c/src/exec/score/include/rtems/score/tod.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/tqdata.h b/c/src/exec/score/include/rtems/score/tqdata.h
index 0011b62766..408a4c5b2e 100644
--- a/c/src/exec/score/include/rtems/score/tqdata.h
+++ b/c/src/exec/score/include/rtems/score/tqdata.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/userext.h b/c/src/exec/score/include/rtems/score/userext.h
index f8a862080b..6a048b847e 100644
--- a/c/src/exec/score/include/rtems/score/userext.h
+++ b/c/src/exec/score/include/rtems/score/userext.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/watchdog.h b/c/src/exec/score/include/rtems/score/watchdog.h
index 697ae9bcc0..e048521054 100644
--- a/c/src/exec/score/include/rtems/score/watchdog.h
+++ b/c/src/exec/score/include/rtems/score/watchdog.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/score/wkspace.h b/c/src/exec/score/include/rtems/score/wkspace.h
index 8de23a6c61..8ec693db2b 100644
--- a/c/src/exec/score/include/rtems/score/wkspace.h
+++ b/c/src/exec/score/include/rtems/score/wkspace.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index b9255d45d5..98f1073228 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/address.inl b/c/src/exec/score/inline/address.inl
index e30ca616fa..b0379f007c 100644
--- a/c/src/exec/score/inline/address.inl
+++ b/c/src/exec/score/inline/address.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/chain.inl b/c/src/exec/score/inline/chain.inl
index 732010099f..06a12c291b 100644
--- a/c/src/exec/score/inline/chain.inl
+++ b/c/src/exec/score/inline/chain.inl
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/coremsg.inl b/c/src/exec/score/inline/coremsg.inl
index 9037e38d8c..f8e6e57d74 100644
--- a/c/src/exec/score/inline/coremsg.inl
+++ b/c/src/exec/score/inline/coremsg.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/coremutex.inl b/c/src/exec/score/inline/coremutex.inl
index 411c1d3a22..214bf2b46d 100644
--- a/c/src/exec/score/inline/coremutex.inl
+++ b/c/src/exec/score/inline/coremutex.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/coresem.inl b/c/src/exec/score/inline/coresem.inl
index dcca1761f1..274b3d8054 100644
--- a/c/src/exec/score/inline/coresem.inl
+++ b/c/src/exec/score/inline/coresem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/heap.inl b/c/src/exec/score/inline/heap.inl
index bca2e3ee92..db89dbc3f7 100644
--- a/c/src/exec/score/inline/heap.inl
+++ b/c/src/exec/score/inline/heap.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/isr.inl b/c/src/exec/score/inline/isr.inl
index 2cfbe6e1b9..ec71017de8 100644
--- a/c/src/exec/score/inline/isr.inl
+++ b/c/src/exec/score/inline/isr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/mppkt.inl b/c/src/exec/score/inline/mppkt.inl
index a805e24ac7..f412a70d5c 100644
--- a/c/src/exec/score/inline/mppkt.inl
+++ b/c/src/exec/score/inline/mppkt.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/object.inl b/c/src/exec/score/inline/object.inl
index 9e71164068..ab5d257ea6 100644
--- a/c/src/exec/score/inline/object.inl
+++ b/c/src/exec/score/inline/object.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/objectmp.inl b/c/src/exec/score/inline/objectmp.inl
index 12b0df642a..dbd41e8529 100644
--- a/c/src/exec/score/inline/objectmp.inl
+++ b/c/src/exec/score/inline/objectmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/priority.inl b/c/src/exec/score/inline/priority.inl
index 1dfa53057e..1bff46824f 100644
--- a/c/src/exec/score/inline/priority.inl
+++ b/c/src/exec/score/inline/priority.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/address.inl b/c/src/exec/score/inline/rtems/score/address.inl
index e30ca616fa..b0379f007c 100644
--- a/c/src/exec/score/inline/rtems/score/address.inl
+++ b/c/src/exec/score/inline/rtems/score/address.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/chain.inl b/c/src/exec/score/inline/rtems/score/chain.inl
index 732010099f..06a12c291b 100644
--- a/c/src/exec/score/inline/rtems/score/chain.inl
+++ b/c/src/exec/score/inline/rtems/score/chain.inl
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/coremsg.inl b/c/src/exec/score/inline/rtems/score/coremsg.inl
index 9037e38d8c..f8e6e57d74 100644
--- a/c/src/exec/score/inline/rtems/score/coremsg.inl
+++ b/c/src/exec/score/inline/rtems/score/coremsg.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/coremutex.inl b/c/src/exec/score/inline/rtems/score/coremutex.inl
index 411c1d3a22..214bf2b46d 100644
--- a/c/src/exec/score/inline/rtems/score/coremutex.inl
+++ b/c/src/exec/score/inline/rtems/score/coremutex.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/coresem.inl b/c/src/exec/score/inline/rtems/score/coresem.inl
index dcca1761f1..274b3d8054 100644
--- a/c/src/exec/score/inline/rtems/score/coresem.inl
+++ b/c/src/exec/score/inline/rtems/score/coresem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/heap.inl b/c/src/exec/score/inline/rtems/score/heap.inl
index bca2e3ee92..db89dbc3f7 100644
--- a/c/src/exec/score/inline/rtems/score/heap.inl
+++ b/c/src/exec/score/inline/rtems/score/heap.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/isr.inl b/c/src/exec/score/inline/rtems/score/isr.inl
index 2cfbe6e1b9..ec71017de8 100644
--- a/c/src/exec/score/inline/rtems/score/isr.inl
+++ b/c/src/exec/score/inline/rtems/score/isr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/mppkt.inl b/c/src/exec/score/inline/rtems/score/mppkt.inl
index a805e24ac7..f412a70d5c 100644
--- a/c/src/exec/score/inline/rtems/score/mppkt.inl
+++ b/c/src/exec/score/inline/rtems/score/mppkt.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/object.inl b/c/src/exec/score/inline/rtems/score/object.inl
index 9e71164068..ab5d257ea6 100644
--- a/c/src/exec/score/inline/rtems/score/object.inl
+++ b/c/src/exec/score/inline/rtems/score/object.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/objectmp.inl b/c/src/exec/score/inline/rtems/score/objectmp.inl
index 12b0df642a..dbd41e8529 100644
--- a/c/src/exec/score/inline/rtems/score/objectmp.inl
+++ b/c/src/exec/score/inline/rtems/score/objectmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/priority.inl b/c/src/exec/score/inline/rtems/score/priority.inl
index 1dfa53057e..1bff46824f 100644
--- a/c/src/exec/score/inline/rtems/score/priority.inl
+++ b/c/src/exec/score/inline/rtems/score/priority.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/stack.inl b/c/src/exec/score/inline/rtems/score/stack.inl
index 03eb35b554..2da4bf3d4a 100644
--- a/c/src/exec/score/inline/rtems/score/stack.inl
+++ b/c/src/exec/score/inline/rtems/score/stack.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/states.inl b/c/src/exec/score/inline/rtems/score/states.inl
index c65e9f90c8..c9eea8e33f 100644
--- a/c/src/exec/score/inline/rtems/score/states.inl
+++ b/c/src/exec/score/inline/rtems/score/states.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/sysstate.inl b/c/src/exec/score/inline/rtems/score/sysstate.inl
index bef8a6d8cd..50dc002191 100644
--- a/c/src/exec/score/inline/rtems/score/sysstate.inl
+++ b/c/src/exec/score/inline/rtems/score/sysstate.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/thread.inl b/c/src/exec/score/inline/rtems/score/thread.inl
index 8f969358dd..f8d562f339 100644
--- a/c/src/exec/score/inline/rtems/score/thread.inl
+++ b/c/src/exec/score/inline/rtems/score/thread.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/threadmp.inl b/c/src/exec/score/inline/rtems/score/threadmp.inl
index 0da7dbad7e..e6b2e098d2 100644
--- a/c/src/exec/score/inline/rtems/score/threadmp.inl
+++ b/c/src/exec/score/inline/rtems/score/threadmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/tod.inl b/c/src/exec/score/inline/rtems/score/tod.inl
index 3072393224..14038b6b6b 100644
--- a/c/src/exec/score/inline/rtems/score/tod.inl
+++ b/c/src/exec/score/inline/rtems/score/tod.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/tqdata.inl b/c/src/exec/score/inline/rtems/score/tqdata.inl
index 4da6629b27..00d25953f3 100644
--- a/c/src/exec/score/inline/rtems/score/tqdata.inl
+++ b/c/src/exec/score/inline/rtems/score/tqdata.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/userext.inl b/c/src/exec/score/inline/rtems/score/userext.inl
index 4f3e0fd42a..b09226dda8 100644
--- a/c/src/exec/score/inline/rtems/score/userext.inl
+++ b/c/src/exec/score/inline/rtems/score/userext.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/watchdog.inl b/c/src/exec/score/inline/rtems/score/watchdog.inl
index a9f5087f8a..38f6c756cf 100644
--- a/c/src/exec/score/inline/rtems/score/watchdog.inl
+++ b/c/src/exec/score/inline/rtems/score/watchdog.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/rtems/score/wkspace.inl b/c/src/exec/score/inline/rtems/score/wkspace.inl
index b71c648aae..0440f6c5cd 100644
--- a/c/src/exec/score/inline/rtems/score/wkspace.inl
+++ b/c/src/exec/score/inline/rtems/score/wkspace.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/stack.inl b/c/src/exec/score/inline/stack.inl
index 03eb35b554..2da4bf3d4a 100644
--- a/c/src/exec/score/inline/stack.inl
+++ b/c/src/exec/score/inline/stack.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/states.inl b/c/src/exec/score/inline/states.inl
index c65e9f90c8..c9eea8e33f 100644
--- a/c/src/exec/score/inline/states.inl
+++ b/c/src/exec/score/inline/states.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/sysstate.inl b/c/src/exec/score/inline/sysstate.inl
index bef8a6d8cd..50dc002191 100644
--- a/c/src/exec/score/inline/sysstate.inl
+++ b/c/src/exec/score/inline/sysstate.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/thread.inl b/c/src/exec/score/inline/thread.inl
index 8f969358dd..f8d562f339 100644
--- a/c/src/exec/score/inline/thread.inl
+++ b/c/src/exec/score/inline/thread.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/threadmp.inl b/c/src/exec/score/inline/threadmp.inl
index 0da7dbad7e..e6b2e098d2 100644
--- a/c/src/exec/score/inline/threadmp.inl
+++ b/c/src/exec/score/inline/threadmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/tod.inl b/c/src/exec/score/inline/tod.inl
index 3072393224..14038b6b6b 100644
--- a/c/src/exec/score/inline/tod.inl
+++ b/c/src/exec/score/inline/tod.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/tqdata.inl b/c/src/exec/score/inline/tqdata.inl
index 4da6629b27..00d25953f3 100644
--- a/c/src/exec/score/inline/tqdata.inl
+++ b/c/src/exec/score/inline/tqdata.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/userext.inl b/c/src/exec/score/inline/userext.inl
index 4f3e0fd42a..b09226dda8 100644
--- a/c/src/exec/score/inline/userext.inl
+++ b/c/src/exec/score/inline/userext.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/watchdog.inl b/c/src/exec/score/inline/watchdog.inl
index a9f5087f8a..38f6c756cf 100644
--- a/c/src/exec/score/inline/watchdog.inl
+++ b/c/src/exec/score/inline/watchdog.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/inline/wkspace.inl b/c/src/exec/score/inline/wkspace.inl
index b71c648aae..0440f6c5cd 100644
--- a/c/src/exec/score/inline/wkspace.inl
+++ b/c/src/exec/score/inline/wkspace.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/address.inl b/c/src/exec/score/macros/address.inl
index ec748b7534..794f416397 100644
--- a/c/src/exec/score/macros/address.inl
+++ b/c/src/exec/score/macros/address.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/chain.inl b/c/src/exec/score/macros/chain.inl
index bfd3f0ac96..34d710fa65 100644
--- a/c/src/exec/score/macros/chain.inl
+++ b/c/src/exec/score/macros/chain.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/coremsg.inl b/c/src/exec/score/macros/coremsg.inl
index 9f7135aa91..bddc5301be 100644
--- a/c/src/exec/score/macros/coremsg.inl
+++ b/c/src/exec/score/macros/coremsg.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/coremutex.inl b/c/src/exec/score/macros/coremutex.inl
index 91126301f8..dfe45bcd25 100644
--- a/c/src/exec/score/macros/coremutex.inl
+++ b/c/src/exec/score/macros/coremutex.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/coresem.inl b/c/src/exec/score/macros/coresem.inl
index a053fcd5f5..ea37a1901a 100644
--- a/c/src/exec/score/macros/coresem.inl
+++ b/c/src/exec/score/macros/coresem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/heap.inl b/c/src/exec/score/macros/heap.inl
index 26f8145245..39256e865a 100644
--- a/c/src/exec/score/macros/heap.inl
+++ b/c/src/exec/score/macros/heap.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/isr.inl b/c/src/exec/score/macros/isr.inl
index 69ae8fe690..4ed8feb572 100644
--- a/c/src/exec/score/macros/isr.inl
+++ b/c/src/exec/score/macros/isr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/mppkt.inl b/c/src/exec/score/macros/mppkt.inl
index 22832c6748..a2e52be523 100644
--- a/c/src/exec/score/macros/mppkt.inl
+++ b/c/src/exec/score/macros/mppkt.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/object.inl b/c/src/exec/score/macros/object.inl
index de1c9f256c..a71ee20636 100644
--- a/c/src/exec/score/macros/object.inl
+++ b/c/src/exec/score/macros/object.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/objectmp.inl b/c/src/exec/score/macros/objectmp.inl
index 2b499e70e5..7c518c414d 100644
--- a/c/src/exec/score/macros/objectmp.inl
+++ b/c/src/exec/score/macros/objectmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/priority.inl b/c/src/exec/score/macros/priority.inl
index e18567ba8c..cfb1420fd1 100644
--- a/c/src/exec/score/macros/priority.inl
+++ b/c/src/exec/score/macros/priority.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/address.inl b/c/src/exec/score/macros/rtems/score/address.inl
index ec748b7534..794f416397 100644
--- a/c/src/exec/score/macros/rtems/score/address.inl
+++ b/c/src/exec/score/macros/rtems/score/address.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/chain.inl b/c/src/exec/score/macros/rtems/score/chain.inl
index bfd3f0ac96..34d710fa65 100644
--- a/c/src/exec/score/macros/rtems/score/chain.inl
+++ b/c/src/exec/score/macros/rtems/score/chain.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/coremsg.inl b/c/src/exec/score/macros/rtems/score/coremsg.inl
index 9f7135aa91..bddc5301be 100644
--- a/c/src/exec/score/macros/rtems/score/coremsg.inl
+++ b/c/src/exec/score/macros/rtems/score/coremsg.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/coremutex.inl b/c/src/exec/score/macros/rtems/score/coremutex.inl
index 91126301f8..dfe45bcd25 100644
--- a/c/src/exec/score/macros/rtems/score/coremutex.inl
+++ b/c/src/exec/score/macros/rtems/score/coremutex.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/coresem.inl b/c/src/exec/score/macros/rtems/score/coresem.inl
index a053fcd5f5..ea37a1901a 100644
--- a/c/src/exec/score/macros/rtems/score/coresem.inl
+++ b/c/src/exec/score/macros/rtems/score/coresem.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/heap.inl b/c/src/exec/score/macros/rtems/score/heap.inl
index 26f8145245..39256e865a 100644
--- a/c/src/exec/score/macros/rtems/score/heap.inl
+++ b/c/src/exec/score/macros/rtems/score/heap.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/isr.inl b/c/src/exec/score/macros/rtems/score/isr.inl
index 69ae8fe690..4ed8feb572 100644
--- a/c/src/exec/score/macros/rtems/score/isr.inl
+++ b/c/src/exec/score/macros/rtems/score/isr.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/mppkt.inl b/c/src/exec/score/macros/rtems/score/mppkt.inl
index 22832c6748..a2e52be523 100644
--- a/c/src/exec/score/macros/rtems/score/mppkt.inl
+++ b/c/src/exec/score/macros/rtems/score/mppkt.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/object.inl b/c/src/exec/score/macros/rtems/score/object.inl
index de1c9f256c..a71ee20636 100644
--- a/c/src/exec/score/macros/rtems/score/object.inl
+++ b/c/src/exec/score/macros/rtems/score/object.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/objectmp.inl b/c/src/exec/score/macros/rtems/score/objectmp.inl
index 2b499e70e5..7c518c414d 100644
--- a/c/src/exec/score/macros/rtems/score/objectmp.inl
+++ b/c/src/exec/score/macros/rtems/score/objectmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/priority.inl b/c/src/exec/score/macros/rtems/score/priority.inl
index e18567ba8c..cfb1420fd1 100644
--- a/c/src/exec/score/macros/rtems/score/priority.inl
+++ b/c/src/exec/score/macros/rtems/score/priority.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/stack.inl b/c/src/exec/score/macros/rtems/score/stack.inl
index 31ad922bd3..ff6f820a26 100644
--- a/c/src/exec/score/macros/rtems/score/stack.inl
+++ b/c/src/exec/score/macros/rtems/score/stack.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/states.inl b/c/src/exec/score/macros/rtems/score/states.inl
index 993f6841ea..7d97aed99b 100644
--- a/c/src/exec/score/macros/rtems/score/states.inl
+++ b/c/src/exec/score/macros/rtems/score/states.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/sysstate.inl b/c/src/exec/score/macros/rtems/score/sysstate.inl
index 8d5e02a1e3..5b8a616474 100644
--- a/c/src/exec/score/macros/rtems/score/sysstate.inl
+++ b/c/src/exec/score/macros/rtems/score/sysstate.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/thread.inl b/c/src/exec/score/macros/rtems/score/thread.inl
index c792941026..c520e613ad 100644
--- a/c/src/exec/score/macros/rtems/score/thread.inl
+++ b/c/src/exec/score/macros/rtems/score/thread.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/threadmp.inl b/c/src/exec/score/macros/rtems/score/threadmp.inl
index 89f5deeaba..ec76d2625d 100644
--- a/c/src/exec/score/macros/rtems/score/threadmp.inl
+++ b/c/src/exec/score/macros/rtems/score/threadmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/tod.inl b/c/src/exec/score/macros/rtems/score/tod.inl
index 65a4de5017..ab2881b7dc 100644
--- a/c/src/exec/score/macros/rtems/score/tod.inl
+++ b/c/src/exec/score/macros/rtems/score/tod.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/tqdata.inl b/c/src/exec/score/macros/rtems/score/tqdata.inl
index 0431840846..72892b9c72 100644
--- a/c/src/exec/score/macros/rtems/score/tqdata.inl
+++ b/c/src/exec/score/macros/rtems/score/tqdata.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/userext.inl b/c/src/exec/score/macros/rtems/score/userext.inl
index 6d69edb096..ec5535ed4a 100644
--- a/c/src/exec/score/macros/rtems/score/userext.inl
+++ b/c/src/exec/score/macros/rtems/score/userext.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/watchdog.inl b/c/src/exec/score/macros/rtems/score/watchdog.inl
index 5c75565080..0988109892 100644
--- a/c/src/exec/score/macros/rtems/score/watchdog.inl
+++ b/c/src/exec/score/macros/rtems/score/watchdog.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/rtems/score/wkspace.inl b/c/src/exec/score/macros/rtems/score/wkspace.inl
index c47993f752..afa36689c9 100644
--- a/c/src/exec/score/macros/rtems/score/wkspace.inl
+++ b/c/src/exec/score/macros/rtems/score/wkspace.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/stack.inl b/c/src/exec/score/macros/stack.inl
index 31ad922bd3..ff6f820a26 100644
--- a/c/src/exec/score/macros/stack.inl
+++ b/c/src/exec/score/macros/stack.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/states.inl b/c/src/exec/score/macros/states.inl
index 993f6841ea..7d97aed99b 100644
--- a/c/src/exec/score/macros/states.inl
+++ b/c/src/exec/score/macros/states.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/sysstate.inl b/c/src/exec/score/macros/sysstate.inl
index 8d5e02a1e3..5b8a616474 100644
--- a/c/src/exec/score/macros/sysstate.inl
+++ b/c/src/exec/score/macros/sysstate.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/thread.inl b/c/src/exec/score/macros/thread.inl
index c792941026..c520e613ad 100644
--- a/c/src/exec/score/macros/thread.inl
+++ b/c/src/exec/score/macros/thread.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/threadmp.inl b/c/src/exec/score/macros/threadmp.inl
index 89f5deeaba..ec76d2625d 100644
--- a/c/src/exec/score/macros/threadmp.inl
+++ b/c/src/exec/score/macros/threadmp.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/tod.inl b/c/src/exec/score/macros/tod.inl
index 65a4de5017..ab2881b7dc 100644
--- a/c/src/exec/score/macros/tod.inl
+++ b/c/src/exec/score/macros/tod.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/tqdata.inl b/c/src/exec/score/macros/tqdata.inl
index 0431840846..72892b9c72 100644
--- a/c/src/exec/score/macros/tqdata.inl
+++ b/c/src/exec/score/macros/tqdata.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/userext.inl b/c/src/exec/score/macros/userext.inl
index 6d69edb096..ec5535ed4a 100644
--- a/c/src/exec/score/macros/userext.inl
+++ b/c/src/exec/score/macros/userext.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/watchdog.inl b/c/src/exec/score/macros/watchdog.inl
index 5c75565080..0988109892 100644
--- a/c/src/exec/score/macros/watchdog.inl
+++ b/c/src/exec/score/macros/watchdog.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/macros/wkspace.inl b/c/src/exec/score/macros/wkspace.inl
index c47993f752..afa36689c9 100644
--- a/c/src/exec/score/macros/wkspace.inl
+++ b/c/src/exec/score/macros/wkspace.inl
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/apiext.c b/c/src/exec/score/src/apiext.c
index 8c7c956ff9..4185105b95 100644
--- a/c/src/exec/score/src/apiext.c
+++ b/c/src/exec/score/src/apiext.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/chain.c b/c/src/exec/score/src/chain.c
index 747728b64d..0d1390fa73 100644
--- a/c/src/exec/score/src/chain.c
+++ b/c/src/exec/score/src/chain.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/coremsg.c b/c/src/exec/score/src/coremsg.c
index b40e6a0e7c..4e050fad50 100644
--- a/c/src/exec/score/src/coremsg.c
+++ b/c/src/exec/score/src/coremsg.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/coremutex.c b/c/src/exec/score/src/coremutex.c
index a056a35d5c..5323b48ca8 100644
--- a/c/src/exec/score/src/coremutex.c
+++ b/c/src/exec/score/src/coremutex.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/coresem.c b/c/src/exec/score/src/coresem.c
index ac7d82f21b..c9cfb7ccaa 100644
--- a/c/src/exec/score/src/coresem.c
+++ b/c/src/exec/score/src/coresem.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/coretod.c b/c/src/exec/score/src/coretod.c
index 5cc9031024..c4350a31ac 100644
--- a/c/src/exec/score/src/coretod.c
+++ b/c/src/exec/score/src/coretod.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/heap.c b/c/src/exec/score/src/heap.c
index 284991f0ef..1444426bc2 100644
--- a/c/src/exec/score/src/heap.c
+++ b/c/src/exec/score/src/heap.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/interr.c b/c/src/exec/score/src/interr.c
index 2011e653af..0d00ddae5a 100644
--- a/c/src/exec/score/src/interr.c
+++ b/c/src/exec/score/src/interr.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/isr.c b/c/src/exec/score/src/isr.c
index 712696b97c..a15971f830 100644
--- a/c/src/exec/score/src/isr.c
+++ b/c/src/exec/score/src/isr.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/mpci.c b/c/src/exec/score/src/mpci.c
index 5730e93353..661449b095 100644
--- a/c/src/exec/score/src/mpci.c
+++ b/c/src/exec/score/src/mpci.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/object.c b/c/src/exec/score/src/object.c
index 05339f3d13..56d653e3f1 100644
--- a/c/src/exec/score/src/object.c
+++ b/c/src/exec/score/src/object.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/objectmp.c b/c/src/exec/score/src/objectmp.c
index db784abfa4..e5f47a7ad6 100644
--- a/c/src/exec/score/src/objectmp.c
+++ b/c/src/exec/score/src/objectmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/thread.c b/c/src/exec/score/src/thread.c
index b63ad619bd..122a19b3cc 100644
--- a/c/src/exec/score/src/thread.c
+++ b/c/src/exec/score/src/thread.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id$
diff --git a/c/src/exec/score/src/threadmp.c b/c/src/exec/score/src/threadmp.c
index c34d89d7bc..0d29ad26de 100644
--- a/c/src/exec/score/src/threadmp.c
+++ b/c/src/exec/score/src/threadmp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/threadq.c b/c/src/exec/score/src/threadq.c
index b5039d719b..b7a46e0a8b 100644
--- a/c/src/exec/score/src/threadq.c
+++ b/c/src/exec/score/src/threadq.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/tod.c b/c/src/exec/score/src/tod.c
index 5cc9031024..c4350a31ac 100644
--- a/c/src/exec/score/src/tod.c
+++ b/c/src/exec/score/src/tod.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/userext.c b/c/src/exec/score/src/userext.c
index 868be5578f..74b83a0a47 100644
--- a/c/src/exec/score/src/userext.c
+++ b/c/src/exec/score/src/userext.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/watchdog.c b/c/src/exec/score/src/watchdog.c
index 67aaf267e9..3017b2f99f 100644
--- a/c/src/exec/score/src/watchdog.c
+++ b/c/src/exec/score/src/watchdog.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/src/wkspace.c b/c/src/exec/score/src/wkspace.c
index b5c760c8b2..29a85646bd 100644
--- a/c/src/exec/score/src/wkspace.c
+++ b/c/src/exec/score/src/wkspace.c
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/exec/score/tools/hppa1.1/genoffsets.c b/c/src/exec/score/tools/hppa1.1/genoffsets.c
index 44a31bc7b0..0adec18b6d 100644
--- a/c/src/exec/score/tools/hppa1.1/genoffsets.c
+++ b/c/src/exec/score/tools/hppa1.1/genoffsets.c
@@ -9,8 +9,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
@@ -51,8 +51,8 @@ printf(
" * On-Line Applications Research Corporation (OAR).\n"
" * Copyright assigned to U.S. Government, 1994.\n"
" *\n"
- " * The license and distribution terms for this file may in\n"
- " * the file LICENSE in this distribution or at\n"
+ " * The license and distribution terms for this file may be\n"
+ " * found in the file LICENSE in this distribution or at\n"
" * http://www.OARcorp.com/rtems/license.html.\n"
" */\n"
"\n"
diff --git a/c/src/exec/score/tools/unix/gensize.c b/c/src/exec/score/tools/unix/gensize.c
index bb9d3bd20a..b36235b6f2 100644
--- a/c/src/exec/score/tools/unix/gensize.c
+++ b/c/src/exec/score/tools/unix/gensize.c
@@ -8,8 +8,8 @@
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
@@ -63,8 +63,8 @@ printf(
" * On-Line Applications Research Corporation (OAR).\n"
" * Copyright assigned to U.S. Government, 1994.\n"
" *\n"
- " * The license and distribution terms for this file may in\n"
- " * the file LICENSE in this distribution or at\n"
+ " * The license and distribution terms for this file may be\n"
+ " * found in the file LICENSE in this distribution or at\n"
" * http://www.OARcorp.com/rtems/license.html.\n"
" */\n"
"\n"
diff --git a/c/src/lib/include/clockdrv.h b/c/src/lib/include/clockdrv.h
index 368c292f8f..36eed5048a 100644
--- a/c/src/lib/include/clockdrv.h
+++ b/c/src/lib/include/clockdrv.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/console.h b/c/src/lib/include/console.h
index b3437eed91..208b2b2f3a 100644
--- a/c/src/lib/include/console.h
+++ b/c/src/lib/include/console.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/iosupp.h b/c/src/lib/include/iosupp.h
index 69e6195a2f..2a656ca002 100644
--- a/c/src/lib/include/iosupp.h
+++ b/c/src/lib/include/iosupp.h
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/motorola/mc68230.h b/c/src/lib/include/motorola/mc68230.h
index cafcd318be..736a83f0ca 100644
--- a/c/src/lib/include/motorola/mc68230.h
+++ b/c/src/lib/include/motorola/mc68230.h
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/rtems/libcsupport.h b/c/src/lib/include/rtems/libcsupport.h
index 470a35b51a..b48950f4c0 100644
--- a/c/src/lib/include/rtems/libcsupport.h
+++ b/c/src/lib/include/rtems/libcsupport.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/spurious.h b/c/src/lib/include/spurious.h
index 1250b60d56..36fcaba904 100644
--- a/c/src/lib/include/spurious.h
+++ b/c/src/lib/include/spurious.h
@@ -5,8 +5,8 @@
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/sys/termios.h b/c/src/lib/include/sys/termios.h
index d64d57b8c3..4f068e4adb 100644
--- a/c/src/lib/include/sys/termios.h
+++ b/c/src/lib/include/sys/termios.h
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/timerdrv.h b/c/src/lib/include/timerdrv.h
index e7dd1c37a3..3c520ee579 100644
--- a/c/src/lib/include/timerdrv.h
+++ b/c/src/lib/include/timerdrv.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/vmeintr.h b/c/src/lib/include/vmeintr.h
index 2052acecbb..afb429bcc7 100644
--- a/c/src/lib/include/vmeintr.h
+++ b/c/src/lib/include/vmeintr.h
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/zilog/z8036.h b/c/src/lib/include/zilog/z8036.h
index b2b2c073cb..ead98b1742 100644
--- a/c/src/lib/include/zilog/z8036.h
+++ b/c/src/lib/include/zilog/z8036.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/zilog/z8530.h b/c/src/lib/include/zilog/z8530.h
index cd6399844f..e1e0dd3731 100644
--- a/c/src/lib/include/zilog/z8530.h
+++ b/c/src/lib/include/zilog/z8530.h
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/include/zilog/z8536.h b/c/src/lib/include/zilog/z8536.h
index 8d72f2c8af..e011816253 100644
--- a/c/src/lib/include/zilog/z8536.h
+++ b/c/src/lib/include/zilog/z8536.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/console/console.c b/c/src/lib/libbsp/a29k/portsw/console/console.c
index 6920e37067..82911398f9 100644
--- a/c/src/lib/libbsp/a29k/portsw/console/console.c
+++ b/c/src/lib/libbsp/a29k/portsw/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/include/bsp.h b/c/src/lib/libbsp/a29k/portsw/include/bsp.h
index ec571c6fc5..3ccc1fa4e1 100644
--- a/c/src/lib/libbsp/a29k/portsw/include/bsp.h
+++ b/c/src/lib/libbsp/a29k/portsw/include/bsp.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/include/coverhd.h b/c/src/lib/libbsp/a29k/portsw/include/coverhd.h
index 48bf498500..f334713d97 100644
--- a/c/src/lib/libbsp/a29k/portsw/include/coverhd.h
+++ b/c/src/lib/libbsp/a29k/portsw/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c
index 3a180c437c..85148511a8 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/addrconv.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c
index 7445c44168..be7806f766 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/getcfg.c
@@ -25,8 +25,8 @@ XXX: FIX THE COMMENTS BELOW WHEN THE CPU IS KNOWN
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c
index 8e16b727fd..ad38010a89 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c b/c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c
index 3f6dfb2876..e508178204 100644
--- a/c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/mpisr.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/startup/bspclean.c b/c/src/lib/libbsp/a29k/portsw/startup/bspclean.c
index 5243205870..09c418fa0a 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/bspclean.c
+++ b/c/src/lib/libbsp/a29k/portsw/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c b/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
index 695a4e25ca..d2f75a8723 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
+++ b/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/startup/main.c b/c/src/lib/libbsp/a29k/portsw/startup/main.c
index e6029d05fe..c4a29337ef 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/main.c
+++ b/c/src/lib/libbsp/a29k/portsw/startup/main.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/a29k/portsw/startup/setvec.c b/c/src/lib/libbsp/a29k/portsw/startup/setvec.c
index d0246590df..5990daf593 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/setvec.c
+++ b/c/src/lib/libbsp/a29k/portsw/startup/setvec.c
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
index 5b53da8b6c..3fc5ecb2b3 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h
index c0abf6bf3d..83ff2ff4e7 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c
index cb1d3ec2f1..45c48e259e 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
index 5be4975624..a2543febbb 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c
@@ -27,8 +27,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
index 81c329898a..88d3ffcf40 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c
index b42918249b..94d180a797 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c
index da22325789..496def017a 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/mpisr.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c
index 910640ed2c..ad850175d5 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspclean.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
index a77c43c822..8456015199 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c
index 3da6284ab6..faad4df585 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/setvec.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/tools/print_dump.c b/c/src/lib/libbsp/hppa1.1/simhppa/tools/print_dump.c
index 7e210f8804..fa8d02b9ad 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/tools/print_dump.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/tools/print_dump.c
@@ -3,8 +3,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/tty/tty.c b/c/src/lib/libbsp/hppa1.1/simhppa/tty/tty.c
index b89a707739..cc854b1f25 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/tty/tty.c
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/tty/tty.c
@@ -7,8 +7,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/clock/ckinit.c b/c/src/lib/libbsp/i386/force386/clock/ckinit.c
index 49644a2edc..511f74397c 100644
--- a/c/src/lib/libbsp/i386/force386/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/force386/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/console/console.c b/c/src/lib/libbsp/i386/force386/console/console.c
index 1919825310..b6958ac8e6 100644
--- a/c/src/lib/libbsp/i386/force386/console/console.c
+++ b/c/src/lib/libbsp/i386/force386/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/include/bsp.h b/c/src/lib/libbsp/i386/force386/include/bsp.h
index 501103e646..d9e99263f1 100644
--- a/c/src/lib/libbsp/i386/force386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/force386/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/include/coverhd.h b/c/src/lib/libbsp/i386/force386/include/coverhd.h
index 2d4e6f5a85..7df9c617a3 100644
--- a/c/src/lib/libbsp/i386/force386/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/force386/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c b/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c
index 945f8ad26b..5d031a296b 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/addrconv.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c b/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c
index 6a9399657d..23ca8b5581 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/getcfg.c
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/lock.c b/c/src/lib/libbsp/i386/force386/shmsupp/lock.c
index 04d28b3d33..544611b2a7 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/lock.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c b/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c
index 451485acfc..b771887549 100644
--- a/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/i386/force386/shmsupp/mpisr.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/startup/bspstart.c b/c/src/lib/libbsp/i386/force386/startup/bspstart.c
index 94071a8217..987458a892 100644
--- a/c/src/lib/libbsp/i386/force386/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/force386/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/startup/exit.c b/c/src/lib/libbsp/i386/force386/startup/exit.c
index e1b8c807e7..562d33b57d 100644
--- a/c/src/lib/libbsp/i386/force386/startup/exit.c
+++ b/c/src/lib/libbsp/i386/force386/startup/exit.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/startup/ldsegs.s b/c/src/lib/libbsp/i386/force386/startup/ldsegs.s
index 7eeff26e81..ca27cd49f0 100644
--- a/c/src/lib/libbsp/i386/force386/startup/ldsegs.s
+++ b/c/src/lib/libbsp/i386/force386/startup/ldsegs.s
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/startup/linkcmds b/c/src/lib/libbsp/i386/force386/startup/linkcmds
index d404986df6..53a02ae699 100644
--- a/c/src/lib/libbsp/i386/force386/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/force386/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/startup/setvec.c b/c/src/lib/libbsp/i386/force386/startup/setvec.c
index 88cf40a289..70e6a7505e 100644
--- a/c/src/lib/libbsp/i386/force386/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/force386/startup/setvec.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/timer/timer.c b/c/src/lib/libbsp/i386/force386/timer/timer.c
index e5c4eff942..5f553f0615 100644
--- a/c/src/lib/libbsp/i386/force386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/force386/timer/timer.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/force386/timer/timerisr.s b/c/src/lib/libbsp/i386/force386/timer/timerisr.s
index 5a6b2d1c6b..9770b447e0 100644
--- a/c/src/lib/libbsp/i386/force386/timer/timerisr.s
+++ b/c/src/lib/libbsp/i386/force386/timer/timerisr.s
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/go32/include/bsp.h b/c/src/lib/libbsp/i386/go32/include/bsp.h
index 9519c5d257..61083da8cf 100644
--- a/c/src/lib/libbsp/i386/go32/include/bsp.h
+++ b/c/src/lib/libbsp/i386/go32/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/go32/include/coverhd.h b/c/src/lib/libbsp/i386/go32/include/coverhd.h
index 6317db3e35..b7763b93bb 100644
--- a/c/src/lib/libbsp/i386/go32/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/go32/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/go32/startup/bspstart.c b/c/src/lib/libbsp/i386/go32/startup/bspstart.c
index 5b7fe5df75..812c946e41 100644
--- a/c/src/lib/libbsp/i386/go32/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/go32/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/go32/startup/exit.c b/c/src/lib/libbsp/i386/go32/startup/exit.c
index bc78f7e7ba..5680dcbe85 100644
--- a/c/src/lib/libbsp/i386/go32/startup/exit.c
+++ b/c/src/lib/libbsp/i386/go32/startup/exit.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/go32/startup/setvec.c b/c/src/lib/libbsp/i386/go32/startup/setvec.c
index 1df27f075d..98cf1677ed 100644
--- a/c/src/lib/libbsp/i386/go32/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/go32/startup/setvec.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/go32/timer/timer.c b/c/src/lib/libbsp/i386/go32/timer/timer.c
index 252c1a771f..f170a3d586 100644
--- a/c/src/lib/libbsp/i386/go32/timer/timer.c
+++ b/c/src/lib/libbsp/i386/go32/timer/timer.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/go32/timer/timerisr.s b/c/src/lib/libbsp/i386/go32/timer/timerisr.s
index 4264f32d9c..499bd6a8a8 100644
--- a/c/src/lib/libbsp/i386/go32/timer/timerisr.s
+++ b/c/src/lib/libbsp/i386/go32/timer/timerisr.s
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c
index 41b3a0e18c..c613513daa 100644
--- a/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/i386ex/clock/ckinit.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/console/console.c b/c/src/lib/libbsp/i386/i386ex/console/console.c
index daad347b1a..b36bb561a6 100644
--- a/c/src/lib/libbsp/i386/i386ex/console/console.c
+++ b/c/src/lib/libbsp/i386/i386ex/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/include/bsp.h b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
index a40f3c20eb..73aa4add0a 100644
--- a/c/src/lib/libbsp/i386/i386ex/include/bsp.h
+++ b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/include/coverhd.h b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h
index 2d4e6f5a85..7df9c617a3 100644
--- a/c/src/lib/libbsp/i386/i386ex/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/i386ex/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c b/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c
index 604993ae87..82eb75387f 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/i386ex/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
index 308e313b40..3946acd49d 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* linkcmds,v 1.0 1995/11/30 16:52:02 Erik Ivanenko
diff --git a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
index 88cf40a289..70e6a7505e 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
+++ b/c/src/lib/libbsp/i386/i386ex/startup/setvec.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/timer/timer.c b/c/src/lib/libbsp/i386/i386ex/timer/timer.c
index 497343ee2c..c240340e25 100644
--- a/c/src/lib/libbsp/i386/i386ex/timer/timer.c
+++ b/c/src/lib/libbsp/i386/i386ex/timer/timer.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/i386ex/timer/timerisr.s b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.s
index 5a6b2d1c6b..9770b447e0 100644
--- a/c/src/lib/libbsp/i386/i386ex/timer/timerisr.s
+++ b/c/src/lib/libbsp/i386/i386ex/timer/timerisr.s
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c b/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
index 22a4d43b89..c914380a72 100644
--- a/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
+++ b/c/src/lib/libbsp/i960/cvme961/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/console/console.c b/c/src/lib/libbsp/i960/cvme961/console/console.c
index 5bd72011a4..6564ce3b51 100644
--- a/c/src/lib/libbsp/i960/cvme961/console/console.c
+++ b/c/src/lib/libbsp/i960/cvme961/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/include/bsp.h b/c/src/lib/libbsp/i960/cvme961/include/bsp.h
index 802c3fc0cb..cac97755f2 100644
--- a/c/src/lib/libbsp/i960/cvme961/include/bsp.h
+++ b/c/src/lib/libbsp/i960/cvme961/include/bsp.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/include/coverhd.h b/c/src/lib/libbsp/i960/cvme961/include/coverhd.h
index e83f387c82..f7664e5f31 100644
--- a/c/src/lib/libbsp/i960/cvme961/include/coverhd.h
+++ b/c/src/lib/libbsp/i960/cvme961/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c
index 86d465c499..fd6243e612 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/addrconv.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c
index aac8d9c52b..dd523edcd3 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/getcfg.c
@@ -35,8 +35,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
index f74188a1b3..4377c97133 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c b/c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c
index df7aac41bf..e4f27ea68f 100644
--- a/c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/mpisr.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c b/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c
index 35db01a0f7..6e36512fef 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c
+++ b/c/src/lib/libbsp/i960/cvme961/startup/bspclean.c
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/startup/bspstart.c b/c/src/lib/libbsp/i960/cvme961/startup/bspstart.c
index 19e848490e..8cd1ef6d63 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/bspstart.c
+++ b/c/src/lib/libbsp/i960/cvme961/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/startup/exit.c b/c/src/lib/libbsp/i960/cvme961/startup/exit.c
index 12aa1ab480..890de7e388 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/exit.c
+++ b/c/src/lib/libbsp/i960/cvme961/startup/exit.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/startup/linkcmds b/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
index e209c433fb..e4c31503bd 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
+++ b/c/src/lib/libbsp/i960/cvme961/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/startup/setvec.c b/c/src/lib/libbsp/i960/cvme961/startup/setvec.c
index c4da27e22c..df063c5897 100644
--- a/c/src/lib/libbsp/i960/cvme961/startup/setvec.c
+++ b/c/src/lib/libbsp/i960/cvme961/startup/setvec.c
@@ -39,8 +39,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/timer/timer.c b/c/src/lib/libbsp/i960/cvme961/timer/timer.c
index 332ddd9ef5..0e1dd9547d 100644
--- a/c/src/lib/libbsp/i960/cvme961/timer/timer.c
+++ b/c/src/lib/libbsp/i960/cvme961/timer/timer.c
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s b/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
index 3c1368f130..31dcc71f20 100644
--- a/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
+++ b/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c b/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
index c9fa0b7efc..d5562c03b6 100644
--- a/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/dmv152/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/console/console.c b/c/src/lib/libbsp/m68k/dmv152/console/console.c
index 43127ef8a9..407c9378e4 100644
--- a/c/src/lib/libbsp/m68k/dmv152/console/console.c
+++ b/c/src/lib/libbsp/m68k/dmv152/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/include/bsp.h b/c/src/lib/libbsp/m68k/dmv152/include/bsp.h
index eec450ca7b..244da175a2 100644
--- a/c/src/lib/libbsp/m68k/dmv152/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/dmv152/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/include/coverhd.h b/c/src/lib/libbsp/m68k/dmv152/include/coverhd.h
index 25fd29af85..0fcea59d70 100644
--- a/c/src/lib/libbsp/m68k/dmv152/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/dmv152/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/spurious/spinit.c b/c/src/lib/libbsp/m68k/dmv152/spurious/spinit.c
index e20dd875ce..deefb00ebc 100644
--- a/c/src/lib/libbsp/m68k/dmv152/spurious/spinit.c
+++ b/c/src/lib/libbsp/m68k/dmv152/spurious/spinit.c
@@ -9,8 +9,8 @@
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c b/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c
index 77f181abdf..1426b8bc43 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
index 087d01e78a..be5b325ad8 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c b/c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c
index 1808d7a9d4..2e3f71bb16 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/vmeintr.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/timer/timer.c b/c/src/lib/libbsp/m68k/dmv152/timer/timer.c
index 4e8b2a5fc3..1bec0f1199 100644
--- a/c/src/lib/libbsp/m68k/dmv152/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/dmv152/timer/timer.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s b/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s
index 291d58b65a..102e670dd3 100644
--- a/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s
+++ b/c/src/lib/libbsp/m68k/dmv152/timer/timerisr.s
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/clock/ckinit.c b/c/src/lib/libbsp/m68k/efi332/clock/ckinit.c
index 6f4cdef439..dceb3754d8 100644
--- a/c/src/lib/libbsp/m68k/efi332/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/efi332/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/console/console.c b/c/src/lib/libbsp/m68k/efi332/console/console.c
index 4d2dcdeef4..e263bbd88a 100644
--- a/c/src/lib/libbsp/m68k/efi332/console/console.c
+++ b/c/src/lib/libbsp/m68k/efi332/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/include/bsp.h b/c/src/lib/libbsp/m68k/efi332/include/bsp.h
index 2449449f93..6cfa88e4d4 100644
--- a/c/src/lib/libbsp/m68k/efi332/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/efi332/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/include/coverhd.h b/c/src/lib/libbsp/m68k/efi332/include/coverhd.h
index 4066ae6756..455705cc52 100644
--- a/c/src/lib/libbsp/m68k/efi332/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/efi332/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/misc/interr.c b/c/src/lib/libbsp/m68k/efi332/misc/interr.c
index e3c3bd41aa..ab0d7bf405 100644
--- a/c/src/lib/libbsp/m68k/efi332/misc/interr.c
+++ b/c/src/lib/libbsp/m68k/efi332/misc/interr.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/spurious/spinit.c b/c/src/lib/libbsp/m68k/efi332/spurious/spinit.c
index ef355e780e..8310dab000 100644
--- a/c/src/lib/libbsp/m68k/efi332/spurious/spinit.c
+++ b/c/src/lib/libbsp/m68k/efi332/spurious/spinit.c
@@ -9,8 +9,8 @@
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/startup/bspclean.c b/c/src/lib/libbsp/m68k/efi332/startup/bspclean.c
index 7d165c208e..19c12515c5 100644
--- a/c/src/lib/libbsp/m68k/efi332/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/efi332/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/startup/bspstart.c b/c/src/lib/libbsp/m68k/efi332/startup/bspstart.c
index aac266aac0..b922431e3f 100644
--- a/c/src/lib/libbsp/m68k/efi332/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/efi332/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi332/timer/timer.c b/c/src/lib/libbsp/m68k/efi332/timer/timer.c
index 19cea7fedb..5f03c44899 100644
--- a/c/src/lib/libbsp/m68k/efi332/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/efi332/timer/timer.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c b/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
index fd44e47909..a9911252a7 100644
--- a/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/efi68k/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/console/console.c b/c/src/lib/libbsp/m68k/efi68k/console/console.c
index 66668652b8..4e4ee8016f 100644
--- a/c/src/lib/libbsp/m68k/efi68k/console/console.c
+++ b/c/src/lib/libbsp/m68k/efi68k/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/include/bsp.h b/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
index 0c9e1c11ee..e9e71d9b80 100644
--- a/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/efi68k/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/include/coverhd.h b/c/src/lib/libbsp/m68k/efi68k/include/coverhd.h
index 4066ae6756..455705cc52 100644
--- a/c/src/lib/libbsp/m68k/efi68k/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/efi68k/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c b/c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c
index 2ae1346be2..d3d622d399 100644
--- a/c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c
+++ b/c/src/lib/libbsp/m68k/efi68k/spurious/spinit.c
@@ -9,8 +9,8 @@
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993.
* On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c b/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
index 7d165c208e..19c12515c5 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/efi68k/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c b/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
index 37341ce248..d27c79a835 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c b/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
index 2b3603007b..95af636c00 100644
--- a/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
+++ b/c/src/lib/libbsp/m68k/efi68k/startup/setvec.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/efi68k/timer/timer.c b/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
index fdac13f106..cde73b020a 100644
--- a/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/efi68k/timer/timer.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
index f5745821f4..e824886283 100644
--- a/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/console/console.c b/c/src/lib/libbsp/m68k/gen68302/console/console.c
index 190f1e4b31..68ea72352e 100644
--- a/c/src/lib/libbsp/m68k/gen68302/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68302/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/include/bsp.h b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
index 2e0797a911..8c016d765e 100644
--- a/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h b/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
index 547d603912..3db9ffa8b0 100644
--- a/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/gen68302/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/start/start302.s b/c/src/lib/libbsp/m68k/gen68302/start/start302.s
index ceafba807d..b8a2f7d276 100644
--- a/c/src/lib/libbsp/m68k/gen68302/start/start302.s
+++ b/c/src/lib/libbsp/m68k/gen68302/start/start302.s
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/start302/start302.s b/c/src/lib/libbsp/m68k/gen68302/start302/start302.s
index ceafba807d..b8a2f7d276 100644
--- a/c/src/lib/libbsp/m68k/gen68302/start302/start302.s
+++ b/c/src/lib/libbsp/m68k/gen68302/start302/start302.s
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c
index 90f64272a3..4d7131f1e1 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
index 7d03b0f646..61a6c7afb8 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
index cabf3a2adc..1a94a31dce 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
index 83a10c4803..4bcb9c6a9c 100644
--- a/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68302/timer/timer.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c b/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c
index c86427fc43..066d6666a7 100644
--- a/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/gen68360/clock/ckinit.c
@@ -25,8 +25,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*/
diff --git a/c/src/lib/libbsp/m68k/gen68360/console/console.c b/c/src/lib/libbsp/m68k/gen68360/console/console.c
index a28bbf1acd..f3e617f08c 100644
--- a/c/src/lib/libbsp/m68k/gen68360/console/console.c
+++ b/c/src/lib/libbsp/m68k/gen68360/console/console.c
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*/
diff --git a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
index 70d18cdceb..ba1b8395b3 100644
--- a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*/
diff --git a/c/src/lib/libbsp/m68k/gen68360/start/start360.s b/c/src/lib/libbsp/m68k/gen68360/start/start360.s
index 7abd906af0..b361569753 100644
--- a/c/src/lib/libbsp/m68k/gen68360/start/start360.s
+++ b/c/src/lib/libbsp/m68k/gen68360/start/start360.s
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Based on the `gen68302' board support package, and covered by the
diff --git a/c/src/lib/libbsp/m68k/gen68360/start360/start360.s b/c/src/lib/libbsp/m68k/gen68360/start360/start360.s
index 7abd906af0..b361569753 100644
--- a/c/src/lib/libbsp/m68k/gen68360/start360/start360.s
+++ b/c/src/lib/libbsp/m68k/gen68360/start360/start360.s
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Based on the `gen68302' board support package, and covered by the
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c b/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c
index 0fba254933..44f7c80e2d 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
index 9ad122e18f..0d2527fdd2 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/gen68360/timer/timer.c b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
index 7d87c1397a..477f7c204d 100644
--- a/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/gen68360/timer/timer.c
@@ -30,8 +30,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*/
diff --git a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
index 1d3c22d280..8909a2e696 100644
--- a/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/idp/clock/ckinit.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/idp/include/coverhd.h b/c/src/lib/libbsp/m68k/idp/include/coverhd.h
index 4066ae6756..455705cc52 100644
--- a/c/src/lib/libbsp/m68k/idp/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/idp/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/idp/startup/bspstart.c b/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
index ef5205cde7..27c726a6d3 100644
--- a/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/idp/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/idp/timer/timer.c b/c/src/lib/libbsp/m68k/idp/timer/timer.c
index b3ca95e13f..1445d5ea4f 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/idp/timer/timer.c
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/idp/timer/timerisr.s b/c/src/lib/libbsp/m68k/idp/timer/timerisr.s
index caeff93a3d..1cecc4d9ef 100644
--- a/c/src/lib/libbsp/m68k/idp/timer/timerisr.s
+++ b/c/src/lib/libbsp/m68k/idp/timer/timerisr.s
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
index d543673c11..29b2b8dc5f 100644
--- a/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme136/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/console/console.c b/c/src/lib/libbsp/m68k/mvme136/console/console.c
index 3d4e46aa96..35710de91d 100644
--- a/c/src/lib/libbsp/m68k/mvme136/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme136/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
index 993a6dc0fd..f839a81d36 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
index 3add9961ff..518bae5198 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
index b8fa52d182..c41d75f0ab 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/addrconv.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
index 05f7123f50..c311621f45 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/getcfg.c
@@ -26,8 +26,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
index f65d77adc7..7ba2504dc9 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
index b63d12ac1b..8138c7b2de 100644
--- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/mpisr.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
index 8343a39eef..75a6ecd736 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
index be0af2f83b..af00b9b626 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
index fced582c19..845cb9f303 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/timer.c b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
index 866e1c7b6a..1bb0857127 100644
--- a/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme136/timer/timer.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
index d74429be4d..cf34b1141f 100644
--- a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
+++ b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
index 9c8f05d104..303e6a801f 100644
--- a/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme147/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147/console/console.c b/c/src/lib/libbsp/m68k/mvme147/console/console.c
index bb3105db56..e6598c6c7c 100644
--- a/c/src/lib/libbsp/m68k/mvme147/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme147/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
index cb54564fbe..b184fcf6ad 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
index 3add9961ff..518bae5198 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
index 7b052c8cfd..cc46ceda8d 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
index 230b4ad98a..0417d095bb 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
index c6c4fa75e0..b23268d99e 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
index cfdf409eaf..7e1fdea2bd 100644
--- a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
index 78fe1bc333..f46a74befc 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
index 3add9961ff..518bae5198 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme147s/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
index aa41e2a63e..0640d60bba 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/addrconv.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
index 479a5bc1a8..45e5b0afb9 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/getcfg.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
index f65d77adc7..7ba2504dc9 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
index b8732c8f26..d0444906f3 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/mpisr.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
index 3a56e63942..a5814522dd 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
index 3f35f87fe8..60d2c762ce 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* MVME147 port for TNI - Telecom Bretagne
diff --git a/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
index 6490737731..780288c130 100644
--- a/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/mvme162/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/mvme162/console/console.c b/c/src/lib/libbsp/m68k/mvme162/console/console.c
index bbe41ecc89..34e15cd3d2 100644
--- a/c/src/lib/libbsp/m68k/mvme162/console/console.c
+++ b/c/src/lib/libbsp/m68k/mvme162/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c b/c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c
index 899703892d..2614890d18 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/cTest.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
index 8e05fd2d44..24e09ed7e4 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
index b7ccb2a464..17d0b84e08 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
@@ -20,8 +20,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
*/
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/bsp.h b/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
index b2c4395ed8..6dd1f04213 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h b/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
index 25fd29af85..0fcea59d70 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
index 5ece315688..13ba87ed4a 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
*
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
index 278bf7acc1..c27c7ee398 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
index 27c41cfb28..e754786917 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/mvme162/timer/timer.c b/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
index 5028ea1293..5485967040 100644
--- a/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme162/timer/timer.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s b/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s
index 18951ef7d3..a278b79fed 100644
--- a/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s
+++ b/c/src/lib/libbsp/m68k/mvme162/timer/timerisr.s
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
diff --git a/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
index f5745821f4..e824886283 100644
--- a/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
+++ b/c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/ods68302/console/console.c b/c/src/lib/libbsp/m68k/ods68302/console/console.c
index e9963301f7..02a753c744 100644
--- a/c/src/lib/libbsp/m68k/ods68302/console/console.c
+++ b/c/src/lib/libbsp/m68k/ods68302/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/bsp.h b/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
index f2d2ec397b..3849bf8071 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/bsp.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h b/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
index 7b69ec046b..a621e596ae 100644
--- a/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
+++ b/c/src/lib/libbsp/m68k/ods68302/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c b/c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c
index 90f64272a3..4d7131f1e1 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c
index c3c7bd538b..48879a064e 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/ods68302/timer/timer.c b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
index 83a10c4803..4bcb9c6a9c 100644
--- a/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/ods68302/timer/timer.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/m68k/shared/setvec.c b/c/src/lib/libbsp/m68k/shared/setvec.c
index 04c99b6981..34ab232ce7 100644
--- a/c/src/lib/libbsp/m68k/shared/setvec.c
+++ b/c/src/lib/libbsp/m68k/shared/setvec.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips/p4000/console/console.c b/c/src/lib/libbsp/mips/p4000/console/console.c
index 62515de67e..e5f8d083c3 100644
--- a/c/src/lib/libbsp/mips/p4000/console/console.c
+++ b/c/src/lib/libbsp/mips/p4000/console/console.c
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips/p4000/include/bsp.h b/c/src/lib/libbsp/mips/p4000/include/bsp.h
index 697a269a49..46b5a1c67e 100644
--- a/c/src/lib/libbsp/mips/p4000/include/bsp.h
+++ b/c/src/lib/libbsp/mips/p4000/include/bsp.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips/p4000/include/coverhd.h b/c/src/lib/libbsp/mips/p4000/include/coverhd.h
index 7eaf008239..0fb81d0550 100644
--- a/c/src/lib/libbsp/mips/p4000/include/coverhd.h
+++ b/c/src/lib/libbsp/mips/p4000/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
index f59599ee36..406b692f98 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
+++ b/c/src/lib/libbsp/mips/p4000/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips/p4000/startup/bspstart.c b/c/src/lib/libbsp/mips/p4000/startup/bspstart.c
index ef83394a24..222f0707cb 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/p4000/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips/p4000/startup/setvec.c b/c/src/lib/libbsp/mips/p4000/startup/setvec.c
index 0f6d3c5ce3..be88bcdf6e 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/setvec.c
+++ b/c/src/lib/libbsp/mips/p4000/startup/setvec.c
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips64orion/p4000/console/console.c b/c/src/lib/libbsp/mips64orion/p4000/console/console.c
index 62515de67e..e5f8d083c3 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/console/console.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/console/console.c
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h b/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
index 697a269a49..46b5a1c67e 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
+++ b/c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h b/c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
index 7eaf008239..0fb81d0550 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
+++ b/c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c b/c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
index f59599ee36..406b692f98 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c b/c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c
index ef83394a24..222f0707cb 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c b/c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
index 0f6d3c5ce3..be88bcdf6e 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
+++ b/c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c b/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
index 1925ceb3f3..2fd02ea563 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c b/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
index ac5ef47682..67edcc349c 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/console/console.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
index d8ba29d247..4166023a44 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h
index 48bf498500..f334713d97 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
index 3e1f16ec81..5461b0a665 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/addrconv.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
index c7bef36350..cc4847ee55 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/getcfg.c
@@ -25,8 +25,8 @@ XXX: FIX THE COMMENTS BELOW WHEN THE CPU IS KNOWN
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
index 54ee0b1ba7..ef0ce822c6 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
index de2a4b0f1f..457c3eafe6 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/mpisr.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c
index 90f64272a3..4d7131f1e1 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspclean.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
index 6bf337ddf2..c0325c021d 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
index 8eb0a140e3..eaf8f84c46 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
index 6b0a77bf44..3566b61d2c 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c b/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
index 8958537e53..1c031bf029 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/setvec.c
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
index 4c5c733537..08fc6c4f1e 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timer.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
index 1e39d76d2a..f347f27e7c 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
index 38d71954c7..993e63b430 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
@@ -23,8 +23,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h b/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
index fd2598db95..1d0156df29 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
index 34bc82c6a7..b65054d755 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
@@ -28,8 +28,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
index a27b1205d5..ee5e590ec4 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
@@ -30,8 +30,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c b/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
index bd0052c680..cf1702bceb 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
@@ -33,8 +33,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shared/sbrk.c b/c/src/lib/libbsp/shared/sbrk.c
index b24c538ac6..7b39681bac 100644
--- a/c/src/lib/libbsp/shared/sbrk.c
+++ b/c/src/lib/libbsp/shared/sbrk.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/addlq.c b/c/src/lib/libbsp/shmdr/addlq.c
index f139fbf645..e7eb83ec84 100644
--- a/c/src/lib/libbsp/shmdr/addlq.c
+++ b/c/src/lib/libbsp/shmdr/addlq.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/cnvpkt.c b/c/src/lib/libbsp/shmdr/cnvpkt.c
index 70f3047d8c..9249439217 100644
--- a/c/src/lib/libbsp/shmdr/cnvpkt.c
+++ b/c/src/lib/libbsp/shmdr/cnvpkt.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/dump.c b/c/src/lib/libbsp/shmdr/dump.c
index dc0bf850a7..057e90236a 100644
--- a/c/src/lib/libbsp/shmdr/dump.c
+++ b/c/src/lib/libbsp/shmdr/dump.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/fatal.c b/c/src/lib/libbsp/shmdr/fatal.c
index 453349d0e0..263e78a170 100644
--- a/c/src/lib/libbsp/shmdr/fatal.c
+++ b/c/src/lib/libbsp/shmdr/fatal.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/getlq.c b/c/src/lib/libbsp/shmdr/getlq.c
index 6233226eaa..beabdf953a 100644
--- a/c/src/lib/libbsp/shmdr/getlq.c
+++ b/c/src/lib/libbsp/shmdr/getlq.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/getpkt.c b/c/src/lib/libbsp/shmdr/getpkt.c
index 842b312816..0ef177244f 100644
--- a/c/src/lib/libbsp/shmdr/getpkt.c
+++ b/c/src/lib/libbsp/shmdr/getpkt.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/init.c b/c/src/lib/libbsp/shmdr/init.c
index c77d527682..5b2fadb5b1 100644
--- a/c/src/lib/libbsp/shmdr/init.c
+++ b/c/src/lib/libbsp/shmdr/init.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/initlq.c b/c/src/lib/libbsp/shmdr/initlq.c
index eb98d82176..4e9cfb264b 100644
--- a/c/src/lib/libbsp/shmdr/initlq.c
+++ b/c/src/lib/libbsp/shmdr/initlq.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/intr.c b/c/src/lib/libbsp/shmdr/intr.c
index d809471fec..83f56759b1 100644
--- a/c/src/lib/libbsp/shmdr/intr.c
+++ b/c/src/lib/libbsp/shmdr/intr.c
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/mpci.h b/c/src/lib/libbsp/shmdr/mpci.h
index 8c6aaf8654..2f15a47402 100644
--- a/c/src/lib/libbsp/shmdr/mpci.h
+++ b/c/src/lib/libbsp/shmdr/mpci.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/mpisr.c b/c/src/lib/libbsp/shmdr/mpisr.c
index 116956fe2e..6704f4e927 100644
--- a/c/src/lib/libbsp/shmdr/mpisr.c
+++ b/c/src/lib/libbsp/shmdr/mpisr.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/poll.c b/c/src/lib/libbsp/shmdr/poll.c
index 9afe6883df..118b3950ad 100644
--- a/c/src/lib/libbsp/shmdr/poll.c
+++ b/c/src/lib/libbsp/shmdr/poll.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/receive.c b/c/src/lib/libbsp/shmdr/receive.c
index f786379bde..07ac5397a4 100644
--- a/c/src/lib/libbsp/shmdr/receive.c
+++ b/c/src/lib/libbsp/shmdr/receive.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/retpkt.c b/c/src/lib/libbsp/shmdr/retpkt.c
index 4cdc07e097..302e1e72e0 100644
--- a/c/src/lib/libbsp/shmdr/retpkt.c
+++ b/c/src/lib/libbsp/shmdr/retpkt.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/send.c b/c/src/lib/libbsp/shmdr/send.c
index 5150aa4869..6bbcd627af 100644
--- a/c/src/lib/libbsp/shmdr/send.c
+++ b/c/src/lib/libbsp/shmdr/send.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/setckvec.c b/c/src/lib/libbsp/shmdr/setckvec.c
index 68477e1cf7..1e02afa483 100644
--- a/c/src/lib/libbsp/shmdr/setckvec.c
+++ b/c/src/lib/libbsp/shmdr/setckvec.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/shm.h b/c/src/lib/libbsp/shmdr/shm.h
index afdacd17a1..7757329aeb 100644
--- a/c/src/lib/libbsp/shmdr/shm.h
+++ b/c/src/lib/libbsp/shmdr/shm.h
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/shmdr/shm_driver.h b/c/src/lib/libbsp/shmdr/shm_driver.h
index afdacd17a1..7757329aeb 100644
--- a/c/src/lib/libbsp/shmdr/shm_driver.h
+++ b/c/src/lib/libbsp/shmdr/shm_driver.h
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c b/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
index be11ab8fe7..0954797e9b 100644
--- a/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc/erc32/clock/ckinit.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/sparc/erc32/console/console.c b/c/src/lib/libbsp/sparc/erc32/console/console.c
index b81f2a0663..44875f638b 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/console.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/console.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/sparc/erc32/include/bsp.h b/c/src/lib/libbsp/sparc/erc32/include/bsp.h
index d5e71b9598..74729de0d7 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/bsp.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/sparc/erc32/include/coverhd.h b/c/src/lib/libbsp/sparc/erc32/include/coverhd.h
index 9630bdb677..9caf6d3f90 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/coverhd.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/coverhd.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspclean.c b/c/src/lib/libbsp/sparc/erc32/startup/bspclean.c
index 1f58feb2a5..238819a547 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/bspclean.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/bspclean.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
index 4853bd4aa4..a1c007c722 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
index 3ba8c4fdeb..0d576d9eb6 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/sparc/erc32/timer/timer.c b/c/src/lib/libbsp/sparc/erc32/timer/timer.c
index 72259139ae..2fcf2a6889 100644
--- a/c/src/lib/libbsp/sparc/erc32/timer/timer.c
+++ b/c/src/lib/libbsp/sparc/erc32/timer/timer.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libbsp/unix/posix/clock/clock.c b/c/src/lib/libbsp/unix/posix/clock/clock.c
index d3586328ab..92b6a03c8d 100644
--- a/c/src/lib/libbsp/unix/posix/clock/clock.c
+++ b/c/src/lib/libbsp/unix/posix/clock/clock.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/console/console.c b/c/src/lib/libbsp/unix/posix/console/console.c
index 8490b01662..e3075286b0 100644
--- a/c/src/lib/libbsp/unix/posix/console/console.c
+++ b/c/src/lib/libbsp/unix/posix/console/console.c
@@ -7,8 +7,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h
index 0dded0b0ca..b033feae93 100644
--- a/c/src/lib/libbsp/unix/posix/include/bsp.h
+++ b/c/src/lib/libbsp/unix/posix/include/bsp.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/include/coverhd.h b/c/src/lib/libbsp/unix/posix/include/coverhd.h
index 31041f7044..34dabc1597 100644
--- a/c/src/lib/libbsp/unix/posix/include/coverhd.h
+++ b/c/src/lib/libbsp/unix/posix/include/coverhd.h
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c b/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
index 16b8c5c3e0..8e173d5466 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c b/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
index 7a1d57e0af..efa5871b76 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/intr.c b/c/src/lib/libbsp/unix/posix/shmsupp/intr.c
index 9dfdc8c4e7..bc7807f92f 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/intr.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/intr.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/lock.c b/c/src/lib/libbsp/unix/posix/shmsupp/lock.c
index 3de04e6082..02fff30aea 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/lock.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/lock.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c b/c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
index aec95008bc..c60b32451f 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/startup/bspclean.c b/c/src/lib/libbsp/unix/posix/startup/bspclean.c
index 1fbfb3115f..224cadf689 100644
--- a/c/src/lib/libbsp/unix/posix/startup/bspclean.c
+++ b/c/src/lib/libbsp/unix/posix/startup/bspclean.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/startup/bspstart.c b/c/src/lib/libbsp/unix/posix/startup/bspstart.c
index 23c7478776..34d463de30 100644
--- a/c/src/lib/libbsp/unix/posix/startup/bspstart.c
+++ b/c/src/lib/libbsp/unix/posix/startup/bspstart.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/startup/exit.c b/c/src/lib/libbsp/unix/posix/startup/exit.c
index d8b0f5ca7a..d0a9eaecaa 100644
--- a/c/src/lib/libbsp/unix/posix/startup/exit.c
+++ b/c/src/lib/libbsp/unix/posix/startup/exit.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/startup/setvec.c b/c/src/lib/libbsp/unix/posix/startup/setvec.c
index 6b07132450..89b2f74b61 100644
--- a/c/src/lib/libbsp/unix/posix/startup/setvec.c
+++ b/c/src/lib/libbsp/unix/posix/startup/setvec.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libbsp/unix/posix/timer/timer.c b/c/src/lib/libbsp/unix/posix/timer/timer.c
index 94720fbbb2..6056ddaef8 100644
--- a/c/src/lib/libbsp/unix/posix/timer/timer.c
+++ b/c/src/lib/libbsp/unix/posix/timer/timer.c
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/__brk.c b/c/src/lib/libc/__brk.c
index 853ace5e02..30d8a92b68 100644
--- a/c/src/lib/libc/__brk.c
+++ b/c/src/lib/libc/__brk.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/__gettod.c b/c/src/lib/libc/__gettod.c
index 1cb3fd8b60..b3f091a1b3 100644
--- a/c/src/lib/libc/__gettod.c
+++ b/c/src/lib/libc/__gettod.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/__times.c b/c/src/lib/libc/__times.c
index fb46d0238d..406ef9999c 100644
--- a/c/src/lib/libc/__times.c
+++ b/c/src/lib/libc/__times.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/hosterr.c b/c/src/lib/libc/hosterr.c
index 7c0838a2e0..a2703676be 100644
--- a/c/src/lib/libc/hosterr.c
+++ b/c/src/lib/libc/hosterr.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/internal.h b/c/src/lib/libc/internal.h
index 72833c823b..90e98cbab6 100644
--- a/c/src/lib/libc/internal.h
+++ b/c/src/lib/libc/internal.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/libcsupport.h b/c/src/lib/libc/libcsupport.h
index 470a35b51a..b48950f4c0 100644
--- a/c/src/lib/libc/libcsupport.h
+++ b/c/src/lib/libc/libcsupport.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/malloc.c b/c/src/lib/libc/malloc.c
index 580cb97da1..b93950131a 100644
--- a/c/src/lib/libc/malloc.c
+++ b/c/src/lib/libc/malloc.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/newlibc.c b/c/src/lib/libc/newlibc.c
index da50cdeeb5..9feb16e2db 100644
--- a/c/src/lib/libc/newlibc.c
+++ b/c/src/lib/libc/newlibc.c
@@ -2,8 +2,8 @@
/*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Description:
diff --git a/c/src/lib/libc/no_libc.c b/c/src/lib/libc/no_libc.c
index 19c9ac836d..6dd7c933e8 100644
--- a/c/src/lib/libc/no_libc.c
+++ b/c/src/lib/libc/no_libc.c
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/support.c b/c/src/lib/libc/support.c
index 4a33bd4086..3e711c188d 100644
--- a/c/src/lib/libc/support.c
+++ b/c/src/lib/libc/support.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libc/syscalls.c b/c/src/lib/libc/syscalls.c
index d324cfc5f0..a91ede2446 100644
--- a/c/src/lib/libc/syscalls.c
+++ b/c/src/lib/libc/syscalls.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/hppa1.1/clock/clock.c b/c/src/lib/libcpu/hppa1.1/clock/clock.c
index ff3260a269..aa2a7a0a56 100644
--- a/c/src/lib/libcpu/hppa1.1/clock/clock.c
+++ b/c/src/lib/libcpu/hppa1.1/clock/clock.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c
index 59d4dd7770..3819736d03 100644
--- a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c
+++ b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c
@@ -9,8 +9,8 @@
*
* COPYRIGHT (c) 1994 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h
index a5e92983a0..0ff4d13767 100644
--- a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h
+++ b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h
@@ -7,8 +7,8 @@
*
* COPYRIGHT (c) 1994,95 by Division Incorporated
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/hppa1.1/timer/timer.c b/c/src/lib/libcpu/hppa1.1/timer/timer.c
index 030a288645..ad50ceb87d 100644
--- a/c/src/lib/libcpu/hppa1.1/timer/timer.c
+++ b/c/src/lib/libcpu/hppa1.1/timer/timer.c
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/mips/clock/ckinit.c b/c/src/lib/libcpu/mips/clock/ckinit.c
index f2b41c997c..dbea660637 100644
--- a/c/src/lib/libcpu/mips/clock/ckinit.c
+++ b/c/src/lib/libcpu/mips/clock/ckinit.c
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/mips/timer/timer.c b/c/src/lib/libcpu/mips/timer/timer.c
index e8be7a2b3f..9412811515 100644
--- a/c/src/lib/libcpu/mips/timer/timer.c
+++ b/c/src/lib/libcpu/mips/timer/timer.c
@@ -31,8 +31,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/mips64orion/clock/ckinit.c b/c/src/lib/libcpu/mips64orion/clock/ckinit.c
index f2b41c997c..dbea660637 100644
--- a/c/src/lib/libcpu/mips64orion/clock/ckinit.c
+++ b/c/src/lib/libcpu/mips64orion/clock/ckinit.c
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/mips64orion/timer/timer.c b/c/src/lib/libcpu/mips64orion/timer/timer.c
index e8be7a2b3f..9412811515 100644
--- a/c/src/lib/libcpu/mips64orion/timer/timer.c
+++ b/c/src/lib/libcpu/mips64orion/timer/timer.c
@@ -31,8 +31,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
index 678df47f9d..8e25fc8294 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
@@ -24,8 +24,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/console.c b/c/src/lib/libcpu/powerpc/ppc403/console/console.c
index 1680e65351..ee74e6a3cc 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/console.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/console.c
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
index 9f266e847d..22d944a895 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
@@ -27,8 +27,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libcpu/sparc/include/erc32.h b/c/src/lib/libcpu/sparc/include/erc32.h
index d8d70e3e30..e28104cf32 100644
--- a/c/src/lib/libcpu/sparc/include/erc32.h
+++ b/c/src/lib/libcpu/sparc/include/erc32.h
@@ -22,8 +22,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* Ported to ERC32 implementation of the SPARC by On-Line Applications
diff --git a/c/src/lib/libmisc/cpuuse/cpuuse.c b/c/src/lib/libmisc/cpuuse/cpuuse.c
index 475765b4db..a3f0a6abfd 100644
--- a/c/src/lib/libmisc/cpuuse/cpuuse.c
+++ b/c/src/lib/libmisc/cpuuse/cpuuse.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* 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 db5a258e7e..dce07e05c7 100644
--- a/c/src/lib/libmisc/cpuuse/cpuuse.h
+++ b/c/src/lib/libmisc/cpuuse/cpuuse.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* 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 678973f517..e74b6d9afc 100644
--- a/c/src/lib/libmisc/cpuuse/internal.h
+++ b/c/src/lib/libmisc/cpuuse/internal.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* 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 45887c3929..4d95e9e1e8 100644
--- a/c/src/lib/libmisc/stackchk/check.c
+++ b/c/src/lib/libmisc/stackchk/check.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libmisc/stackchk/internal.h b/c/src/lib/libmisc/stackchk/internal.h
index 6d665a4594..64466bb9d9 100644
--- a/c/src/lib/libmisc/stackchk/internal.h
+++ b/c/src/lib/libmisc/stackchk/internal.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/libmisc/stackchk/stackchk.h b/c/src/lib/libmisc/stackchk/stackchk.h
index 006b6f3727..26e20df67c 100644
--- a/c/src/lib/libmisc/stackchk/stackchk.h
+++ b/c/src/lib/libmisc/stackchk/stackchk.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/start/i960/start.s b/c/src/lib/start/i960/start.s
index 0e5becb50d..d04ff88dad 100644
--- a/c/src/lib/start/i960/start.s
+++ b/c/src/lib/start/i960/start.s
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/lib/start/m68k/start.s b/c/src/lib/start/m68k/start.s
index 5c39cd52e2..0d44121970 100644
--- a/c/src/lib/start/m68k/start.s
+++ b/c/src/lib/start/m68k/start.s
@@ -9,8 +9,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/addlq.c b/c/src/libchip/shmdr/addlq.c
index f139fbf645..e7eb83ec84 100644
--- a/c/src/libchip/shmdr/addlq.c
+++ b/c/src/libchip/shmdr/addlq.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/cnvpkt.c b/c/src/libchip/shmdr/cnvpkt.c
index 70f3047d8c..9249439217 100644
--- a/c/src/libchip/shmdr/cnvpkt.c
+++ b/c/src/libchip/shmdr/cnvpkt.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/dump.c b/c/src/libchip/shmdr/dump.c
index dc0bf850a7..057e90236a 100644
--- a/c/src/libchip/shmdr/dump.c
+++ b/c/src/libchip/shmdr/dump.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/fatal.c b/c/src/libchip/shmdr/fatal.c
index 453349d0e0..263e78a170 100644
--- a/c/src/libchip/shmdr/fatal.c
+++ b/c/src/libchip/shmdr/fatal.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/getlq.c b/c/src/libchip/shmdr/getlq.c
index 6233226eaa..beabdf953a 100644
--- a/c/src/libchip/shmdr/getlq.c
+++ b/c/src/libchip/shmdr/getlq.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/getpkt.c b/c/src/libchip/shmdr/getpkt.c
index 842b312816..0ef177244f 100644
--- a/c/src/libchip/shmdr/getpkt.c
+++ b/c/src/libchip/shmdr/getpkt.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/init.c b/c/src/libchip/shmdr/init.c
index c77d527682..5b2fadb5b1 100644
--- a/c/src/libchip/shmdr/init.c
+++ b/c/src/libchip/shmdr/init.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/initlq.c b/c/src/libchip/shmdr/initlq.c
index eb98d82176..4e9cfb264b 100644
--- a/c/src/libchip/shmdr/initlq.c
+++ b/c/src/libchip/shmdr/initlq.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/intr.c b/c/src/libchip/shmdr/intr.c
index d809471fec..83f56759b1 100644
--- a/c/src/libchip/shmdr/intr.c
+++ b/c/src/libchip/shmdr/intr.c
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/mpci.h b/c/src/libchip/shmdr/mpci.h
index 8c6aaf8654..2f15a47402 100644
--- a/c/src/libchip/shmdr/mpci.h
+++ b/c/src/libchip/shmdr/mpci.h
@@ -8,8 +8,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/mpisr.c b/c/src/libchip/shmdr/mpisr.c
index 116956fe2e..6704f4e927 100644
--- a/c/src/libchip/shmdr/mpisr.c
+++ b/c/src/libchip/shmdr/mpisr.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/poll.c b/c/src/libchip/shmdr/poll.c
index 9afe6883df..118b3950ad 100644
--- a/c/src/libchip/shmdr/poll.c
+++ b/c/src/libchip/shmdr/poll.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/receive.c b/c/src/libchip/shmdr/receive.c
index f786379bde..07ac5397a4 100644
--- a/c/src/libchip/shmdr/receive.c
+++ b/c/src/libchip/shmdr/receive.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/retpkt.c b/c/src/libchip/shmdr/retpkt.c
index 4cdc07e097..302e1e72e0 100644
--- a/c/src/libchip/shmdr/retpkt.c
+++ b/c/src/libchip/shmdr/retpkt.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/send.c b/c/src/libchip/shmdr/send.c
index 5150aa4869..6bbcd627af 100644
--- a/c/src/libchip/shmdr/send.c
+++ b/c/src/libchip/shmdr/send.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/setckvec.c b/c/src/libchip/shmdr/setckvec.c
index 68477e1cf7..1e02afa483 100644
--- a/c/src/libchip/shmdr/setckvec.c
+++ b/c/src/libchip/shmdr/setckvec.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libchip/shmdr/shm_driver.h b/c/src/libchip/shmdr/shm_driver.h
index afdacd17a1..7757329aeb 100644
--- a/c/src/libchip/shmdr/shm_driver.h
+++ b/c/src/libchip/shmdr/shm_driver.h
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libmisc/cpuuse/cpuuse.c b/c/src/libmisc/cpuuse/cpuuse.c
index 475765b4db..a3f0a6abfd 100644
--- a/c/src/libmisc/cpuuse/cpuuse.c
+++ b/c/src/libmisc/cpuuse/cpuuse.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* check.c,v 1.13 1996/04/22 16:51:52 joel Exp
diff --git a/c/src/libmisc/cpuuse/cpuuse.h b/c/src/libmisc/cpuuse/cpuuse.h
index db5a258e7e..dce07e05c7 100644
--- a/c/src/libmisc/cpuuse/cpuuse.h
+++ b/c/src/libmisc/cpuuse/cpuuse.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp
diff --git a/c/src/libmisc/cpuuse/internal.h b/c/src/libmisc/cpuuse/internal.h
index 678973f517..e74b6d9afc 100644
--- a/c/src/libmisc/cpuuse/internal.h
+++ b/c/src/libmisc/cpuuse/internal.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* internal.h,v 1.5 1995/12/19 20:13:50 joel Exp
diff --git a/c/src/libmisc/stackchk/check.c b/c/src/libmisc/stackchk/check.c
index 45887c3929..4d95e9e1e8 100644
--- a/c/src/libmisc/stackchk/check.c
+++ b/c/src/libmisc/stackchk/check.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libmisc/stackchk/internal.h b/c/src/libmisc/stackchk/internal.h
index 6d665a4594..64466bb9d9 100644
--- a/c/src/libmisc/stackchk/internal.h
+++ b/c/src/libmisc/stackchk/internal.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/libmisc/stackchk/stackchk.h b/c/src/libmisc/stackchk/stackchk.h
index 006b6f3727..26e20df67c 100644
--- a/c/src/libmisc/stackchk/stackchk.h
+++ b/c/src/libmisc/stackchk/stackchk.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-dpmem.c b/c/src/optman/rtems/no-dpmem.c
index bab609f42f..4b9d78b426 100644
--- a/c/src/optman/rtems/no-dpmem.c
+++ b/c/src/optman/rtems/no-dpmem.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-event.c b/c/src/optman/rtems/no-event.c
index 63b1014351..ab3c11aa6c 100644
--- a/c/src/optman/rtems/no-event.c
+++ b/c/src/optman/rtems/no-event.c
@@ -5,8 +5,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index bad3476729..b4c974e6bb 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-msg.c b/c/src/optman/rtems/no-msg.c
index f5f3d6e551..8225114577 100644
--- a/c/src/optman/rtems/no-msg.c
+++ b/c/src/optman/rtems/no-msg.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-part.c b/c/src/optman/rtems/no-part.c
index 7efb5b6f06..5150abd033 100644
--- a/c/src/optman/rtems/no-part.c
+++ b/c/src/optman/rtems/no-part.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-region.c b/c/src/optman/rtems/no-region.c
index da97953e56..fe809ff96e 100644
--- a/c/src/optman/rtems/no-region.c
+++ b/c/src/optman/rtems/no-region.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-rtmon.c b/c/src/optman/rtems/no-rtmon.c
index 01f539524b..1fae6edeb8 100644
--- a/c/src/optman/rtems/no-rtmon.c
+++ b/c/src/optman/rtems/no-rtmon.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-sem.c b/c/src/optman/rtems/no-sem.c
index 334b94233e..ef725253f5 100644
--- a/c/src/optman/rtems/no-sem.c
+++ b/c/src/optman/rtems/no-sem.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-signal.c b/c/src/optman/rtems/no-signal.c
index a8e0b4e610..de61dd12c4 100644
--- a/c/src/optman/rtems/no-signal.c
+++ b/c/src/optman/rtems/no-signal.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/rtems/no-timer.c b/c/src/optman/rtems/no-timer.c
index 6a8f17e0f9..a7fd4d4c04 100644
--- a/c/src/optman/rtems/no-timer.c
+++ b/c/src/optman/rtems/no-timer.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/sapi/no-ext.c b/c/src/optman/sapi/no-ext.c
index 92387ba6cb..0d3413d544 100644
--- a/c/src/optman/sapi/no-ext.c
+++ b/c/src/optman/sapi/no-ext.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
index 273d9208ef..36de74cce3 100644
--- a/c/src/optman/sapi/no-io.c
+++ b/c/src/optman/sapi/no-io.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/cpuuse/init.c b/c/src/tests/libtests/cpuuse/init.c
index 743e32ccf9..a733ddab0d 100644
--- a/c/src/tests/libtests/cpuuse/init.c
+++ b/c/src/tests/libtests/cpuuse/init.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* init.c,v 1.6 1996/02/13 22:16:22 joel Exp
diff --git a/c/src/tests/libtests/cpuuse/system.h b/c/src/tests/libtests/cpuuse/system.h
index 0f427edcda..c3a14f3eb7 100644
--- a/c/src/tests/libtests/cpuuse/system.h
+++ b/c/src/tests/libtests/cpuuse/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* system.h,v 1.6 1995/12/19 20:18:39 joel Exp
diff --git a/c/src/tests/libtests/cpuuse/task1.c b/c/src/tests/libtests/cpuuse/task1.c
index 0c86e6bddf..d78b2d9119 100644
--- a/c/src/tests/libtests/cpuuse/task1.c
+++ b/c/src/tests/libtests/cpuuse/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* task1.c,v 1.6 1995/12/19 20:18:40 joel Exp
diff --git a/c/src/tests/libtests/cpuuse/task2.c b/c/src/tests/libtests/cpuuse/task2.c
index 4133eae42c..c2c100e722 100644
--- a/c/src/tests/libtests/cpuuse/task2.c
+++ b/c/src/tests/libtests/cpuuse/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* task2.c,v 1.3 1995/12/19 20:18:42 joel Exp
diff --git a/c/src/tests/libtests/cpuuse/task3.c b/c/src/tests/libtests/cpuuse/task3.c
index cbf7e9a242..fd89355c5b 100644
--- a/c/src/tests/libtests/cpuuse/task3.c
+++ b/c/src/tests/libtests/cpuuse/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* task3.c,v 1.3 1995/12/19 20:18:43 joel Exp
diff --git a/c/src/tests/libtests/cpuuse/tswitch.c b/c/src/tests/libtests/cpuuse/tswitch.c
index 4c208a35dd..ed0b76e277 100644
--- a/c/src/tests/libtests/cpuuse/tswitch.c
+++ b/c/src/tests/libtests/cpuuse/tswitch.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* tswitch.c,v 1.4 1995/12/19 20:18:44 joel Exp
diff --git a/c/src/tests/libtests/malloctest/init.c b/c/src/tests/libtests/malloctest/init.c
index a43766d3c6..8b9555df51 100644
--- a/c/src/tests/libtests/malloctest/init.c
+++ b/c/src/tests/libtests/malloctest/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/malloctest/system.h b/c/src/tests/libtests/malloctest/system.h
index 7b81f2adb9..9853050bd0 100644
--- a/c/src/tests/libtests/malloctest/system.h
+++ b/c/src/tests/libtests/malloctest/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/malloctest/task1.c b/c/src/tests/libtests/malloctest/task1.c
index d18a748c25..fbc9829632 100644
--- a/c/src/tests/libtests/malloctest/task1.c
+++ b/c/src/tests/libtests/malloctest/task1.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/monitor/init.c b/c/src/tests/libtests/monitor/init.c
index 8d88f759f9..4aaafc18bd 100644
--- a/c/src/tests/libtests/monitor/init.c
+++ b/c/src/tests/libtests/monitor/init.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* init.c,v 1.6 1995/12/19 20:21:09 joel Exp
diff --git a/c/src/tests/libtests/monitor/system.h b/c/src/tests/libtests/monitor/system.h
index 18574d1033..97f93cc76c 100644
--- a/c/src/tests/libtests/monitor/system.h
+++ b/c/src/tests/libtests/monitor/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/rtems++/Init.cc b/c/src/tests/libtests/rtems++/Init.cc
index edffed05e9..04f74a2021 100644
--- a/c/src/tests/libtests/rtems++/Init.cc
+++ b/c/src/tests/libtests/rtems++/Init.cc
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/rtems++/System.h b/c/src/tests/libtests/rtems++/System.h
index db607d7a07..db41e133bd 100644
--- a/c/src/tests/libtests/rtems++/System.h
+++ b/c/src/tests/libtests/rtems++/System.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/rtems++/Task1.cc b/c/src/tests/libtests/rtems++/Task1.cc
index 5dbd4d7ea9..da1329d4b1 100644
--- a/c/src/tests/libtests/rtems++/Task1.cc
+++ b/c/src/tests/libtests/rtems++/Task1.cc
@@ -16,8 +16,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/rtems++/Task2.cc b/c/src/tests/libtests/rtems++/Task2.cc
index 2052efdd57..b3e05cbdae 100644
--- a/c/src/tests/libtests/rtems++/Task2.cc
+++ b/c/src/tests/libtests/rtems++/Task2.cc
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/rtems++/Task3.cc b/c/src/tests/libtests/rtems++/Task3.cc
index ab28f3130d..2396da3200 100644
--- a/c/src/tests/libtests/rtems++/Task3.cc
+++ b/c/src/tests/libtests/rtems++/Task3.cc
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/rtmonuse/getall.c b/c/src/tests/libtests/rtmonuse/getall.c
index a6081a70ca..f8fffdea14 100644
--- a/c/src/tests/libtests/rtmonuse/getall.c
+++ b/c/src/tests/libtests/rtmonuse/getall.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* getall.c,v 1.3 1995/12/19 20:21:07 joel Exp
diff --git a/c/src/tests/libtests/rtmonuse/init.c b/c/src/tests/libtests/rtmonuse/init.c
index 16527c2812..baeeb9ce6f 100644
--- a/c/src/tests/libtests/rtmonuse/init.c
+++ b/c/src/tests/libtests/rtmonuse/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* init.c,v 1.6 1995/12/19 20:21:09 joel Exp
diff --git a/c/src/tests/libtests/rtmonuse/system.h b/c/src/tests/libtests/rtmonuse/system.h
index 4563730893..e545a5a180 100644
--- a/c/src/tests/libtests/rtmonuse/system.h
+++ b/c/src/tests/libtests/rtmonuse/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/rtmonuse/task1.c b/c/src/tests/libtests/rtmonuse/task1.c
index 89ec308fce..5e8998c5bc 100644
--- a/c/src/tests/libtests/rtmonuse/task1.c
+++ b/c/src/tests/libtests/rtmonuse/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* task1.c,v 1.3 1995/12/19 20:21:14 joel Exp
diff --git a/c/src/tests/libtests/stackchk/blow.c b/c/src/tests/libtests/stackchk/blow.c
index 53bcc5b6e5..c5f464de00 100644
--- a/c/src/tests/libtests/stackchk/blow.c
+++ b/c/src/tests/libtests/stackchk/blow.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/stackchk/init.c b/c/src/tests/libtests/stackchk/init.c
index 40fb30d124..e05604147f 100644
--- a/c/src/tests/libtests/stackchk/init.c
+++ b/c/src/tests/libtests/stackchk/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/stackchk/system.h b/c/src/tests/libtests/stackchk/system.h
index 9afe054ec0..4ccc07c65c 100644
--- a/c/src/tests/libtests/stackchk/system.h
+++ b/c/src/tests/libtests/stackchk/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/libtests/stackchk/task1.c b/c/src/tests/libtests/stackchk/task1.c
index 69fe9aa98d..c041183499 100644
--- a/c/src/tests/libtests/stackchk/task1.c
+++ b/c/src/tests/libtests/stackchk/task1.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp01/init.c b/c/src/tests/mptests/mp01/init.c
index bedb37bb97..a4789107f5 100644
--- a/c/src/tests/mptests/mp01/init.c
+++ b/c/src/tests/mptests/mp01/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp01/node1/mp01.doc b/c/src/tests/mptests/mp01/node1/mp01.doc
index d339393655..442d1af98d 100644
--- a/c/src/tests/mptests/mp01/node1/mp01.doc
+++ b/c/src/tests/mptests/mp01/node1/mp01.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp01/node2/mp01.doc b/c/src/tests/mptests/mp01/node2/mp01.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp01/node2/mp01.doc
+++ b/c/src/tests/mptests/mp01/node2/mp01.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp01/system.h b/c/src/tests/mptests/mp01/system.h
index b62ffe5c20..310437ef82 100644
--- a/c/src/tests/mptests/mp01/system.h
+++ b/c/src/tests/mptests/mp01/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp01/task1.c b/c/src/tests/mptests/mp01/task1.c
index 7b767637f6..8041ec5867 100644
--- a/c/src/tests/mptests/mp01/task1.c
+++ b/c/src/tests/mptests/mp01/task1.c
@@ -17,8 +17,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp02/init.c b/c/src/tests/mptests/mp02/init.c
index 6342835ae5..5dafad16db 100644
--- a/c/src/tests/mptests/mp02/init.c
+++ b/c/src/tests/mptests/mp02/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp02/node1/mp02.doc b/c/src/tests/mptests/mp02/node1/mp02.doc
index a7096e474a..df193c7313 100644
--- a/c/src/tests/mptests/mp02/node1/mp02.doc
+++ b/c/src/tests/mptests/mp02/node1/mp02.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp02/node2/mp02.doc b/c/src/tests/mptests/mp02/node2/mp02.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp02/node2/mp02.doc
+++ b/c/src/tests/mptests/mp02/node2/mp02.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp02/system.h b/c/src/tests/mptests/mp02/system.h
index e5759bc158..d6de0b7d41 100644
--- a/c/src/tests/mptests/mp02/system.h
+++ b/c/src/tests/mptests/mp02/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp02/task1.c b/c/src/tests/mptests/mp02/task1.c
index 7b9caab328..9748f71e0e 100644
--- a/c/src/tests/mptests/mp02/task1.c
+++ b/c/src/tests/mptests/mp02/task1.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp03/delay.c b/c/src/tests/mptests/mp03/delay.c
index aa52d05c8e..aa7825ab65 100644
--- a/c/src/tests/mptests/mp03/delay.c
+++ b/c/src/tests/mptests/mp03/delay.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp03/init.c b/c/src/tests/mptests/mp03/init.c
index ea3077ac97..58cf3917cc 100644
--- a/c/src/tests/mptests/mp03/init.c
+++ b/c/src/tests/mptests/mp03/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp03/node1/mp03.doc b/c/src/tests/mptests/mp03/node1/mp03.doc
index 1afc836704..718b5325bc 100644
--- a/c/src/tests/mptests/mp03/node1/mp03.doc
+++ b/c/src/tests/mptests/mp03/node1/mp03.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp03/node2/mp03.doc b/c/src/tests/mptests/mp03/node2/mp03.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp03/node2/mp03.doc
+++ b/c/src/tests/mptests/mp03/node2/mp03.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp03/system.h b/c/src/tests/mptests/mp03/system.h
index 4ddc6029d0..495f22c80f 100644
--- a/c/src/tests/mptests/mp03/system.h
+++ b/c/src/tests/mptests/mp03/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp03/task1.c b/c/src/tests/mptests/mp03/task1.c
index 11ccab539b..c30fc4442f 100644
--- a/c/src/tests/mptests/mp03/task1.c
+++ b/c/src/tests/mptests/mp03/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp04/init.c b/c/src/tests/mptests/mp04/init.c
index 5c4f5e1608..cba3c4e801 100644
--- a/c/src/tests/mptests/mp04/init.c
+++ b/c/src/tests/mptests/mp04/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp04/node1/mp04.doc b/c/src/tests/mptests/mp04/node1/mp04.doc
index 075c2d90f8..113887cd34 100644
--- a/c/src/tests/mptests/mp04/node1/mp04.doc
+++ b/c/src/tests/mptests/mp04/node1/mp04.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp04/node2/mp04.doc b/c/src/tests/mptests/mp04/node2/mp04.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp04/node2/mp04.doc
+++ b/c/src/tests/mptests/mp04/node2/mp04.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp04/system.h b/c/src/tests/mptests/mp04/system.h
index 687a25d169..c57181334f 100644
--- a/c/src/tests/mptests/mp04/system.h
+++ b/c/src/tests/mptests/mp04/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp04/task1.c b/c/src/tests/mptests/mp04/task1.c
index 4710d7c7b8..bb64eae576 100644
--- a/c/src/tests/mptests/mp04/task1.c
+++ b/c/src/tests/mptests/mp04/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp05/asr.c b/c/src/tests/mptests/mp05/asr.c
index 7ce01d6606..1192442b33 100644
--- a/c/src/tests/mptests/mp05/asr.c
+++ b/c/src/tests/mptests/mp05/asr.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp05/init.c b/c/src/tests/mptests/mp05/init.c
index b066be530f..95e4f20dbd 100644
--- a/c/src/tests/mptests/mp05/init.c
+++ b/c/src/tests/mptests/mp05/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp05/node1/mp05.doc b/c/src/tests/mptests/mp05/node1/mp05.doc
index d252619bec..ecafd648cd 100644
--- a/c/src/tests/mptests/mp05/node1/mp05.doc
+++ b/c/src/tests/mptests/mp05/node1/mp05.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp05/node2/mp05.doc b/c/src/tests/mptests/mp05/node2/mp05.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp05/node2/mp05.doc
+++ b/c/src/tests/mptests/mp05/node2/mp05.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp05/system.h b/c/src/tests/mptests/mp05/system.h
index 1ba4a78f87..cf389110e8 100644
--- a/c/src/tests/mptests/mp05/system.h
+++ b/c/src/tests/mptests/mp05/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp05/task1.c b/c/src/tests/mptests/mp05/task1.c
index 21f984847d..8c6abfb862 100644
--- a/c/src/tests/mptests/mp05/task1.c
+++ b/c/src/tests/mptests/mp05/task1.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp06/init.c b/c/src/tests/mptests/mp06/init.c
index a595dd75bd..49e7679f01 100644
--- a/c/src/tests/mptests/mp06/init.c
+++ b/c/src/tests/mptests/mp06/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp06/node1/mp06.doc b/c/src/tests/mptests/mp06/node1/mp06.doc
index 501cabbe24..44002dc39f 100644
--- a/c/src/tests/mptests/mp06/node1/mp06.doc
+++ b/c/src/tests/mptests/mp06/node1/mp06.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp06/node2/mp06.doc b/c/src/tests/mptests/mp06/node2/mp06.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp06/node2/mp06.doc
+++ b/c/src/tests/mptests/mp06/node2/mp06.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp06/system.h b/c/src/tests/mptests/mp06/system.h
index ee57a64147..4c688b0b19 100644
--- a/c/src/tests/mptests/mp06/system.h
+++ b/c/src/tests/mptests/mp06/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp06/task1.c b/c/src/tests/mptests/mp06/task1.c
index 473f566e2e..37a8fcbc56 100644
--- a/c/src/tests/mptests/mp06/task1.c
+++ b/c/src/tests/mptests/mp06/task1.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp07/init.c b/c/src/tests/mptests/mp07/init.c
index ce607eb555..d5e584ace9 100644
--- a/c/src/tests/mptests/mp07/init.c
+++ b/c/src/tests/mptests/mp07/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp07/node1/mp07.doc b/c/src/tests/mptests/mp07/node1/mp07.doc
index fcabab9e06..0d70ac6754 100644
--- a/c/src/tests/mptests/mp07/node1/mp07.doc
+++ b/c/src/tests/mptests/mp07/node1/mp07.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp07/node2/mp07.doc b/c/src/tests/mptests/mp07/node2/mp07.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp07/node2/mp07.doc
+++ b/c/src/tests/mptests/mp07/node2/mp07.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp07/system.h b/c/src/tests/mptests/mp07/system.h
index ee57a64147..4c688b0b19 100644
--- a/c/src/tests/mptests/mp07/system.h
+++ b/c/src/tests/mptests/mp07/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp07/task1.c b/c/src/tests/mptests/mp07/task1.c
index 44986f8bf5..646d50b0d6 100644
--- a/c/src/tests/mptests/mp07/task1.c
+++ b/c/src/tests/mptests/mp07/task1.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp08/init.c b/c/src/tests/mptests/mp08/init.c
index ea4002cade..b8de5eb859 100644
--- a/c/src/tests/mptests/mp08/init.c
+++ b/c/src/tests/mptests/mp08/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp08/node1/mp08.doc b/c/src/tests/mptests/mp08/node1/mp08.doc
index 174188dc63..786aa74fc5 100644
--- a/c/src/tests/mptests/mp08/node1/mp08.doc
+++ b/c/src/tests/mptests/mp08/node1/mp08.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp08/node2/mp08.doc b/c/src/tests/mptests/mp08/node2/mp08.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp08/node2/mp08.doc
+++ b/c/src/tests/mptests/mp08/node2/mp08.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp08/system.h b/c/src/tests/mptests/mp08/system.h
index 6a769bf062..6bd7f37e90 100644
--- a/c/src/tests/mptests/mp08/system.h
+++ b/c/src/tests/mptests/mp08/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp08/task1.c b/c/src/tests/mptests/mp08/task1.c
index 411b83aed2..8ed068af87 100644
--- a/c/src/tests/mptests/mp08/task1.c
+++ b/c/src/tests/mptests/mp08/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp09/init.c b/c/src/tests/mptests/mp09/init.c
index 74a34fceba..517624dc22 100644
--- a/c/src/tests/mptests/mp09/init.c
+++ b/c/src/tests/mptests/mp09/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp09/node1/mp09.doc b/c/src/tests/mptests/mp09/node1/mp09.doc
index a517608fb2..293d25047e 100644
--- a/c/src/tests/mptests/mp09/node1/mp09.doc
+++ b/c/src/tests/mptests/mp09/node1/mp09.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp09/node2/mp09.doc b/c/src/tests/mptests/mp09/node2/mp09.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp09/node2/mp09.doc
+++ b/c/src/tests/mptests/mp09/node2/mp09.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp09/recvmsg.c b/c/src/tests/mptests/mp09/recvmsg.c
index 5bac302d83..4f06234832 100644
--- a/c/src/tests/mptests/mp09/recvmsg.c
+++ b/c/src/tests/mptests/mp09/recvmsg.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp09/sendmsg.c b/c/src/tests/mptests/mp09/sendmsg.c
index 0d72d27c07..18ba7b294b 100644
--- a/c/src/tests/mptests/mp09/sendmsg.c
+++ b/c/src/tests/mptests/mp09/sendmsg.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp09/system.h b/c/src/tests/mptests/mp09/system.h
index 3c5f710ad9..90d7c9cd53 100644
--- a/c/src/tests/mptests/mp09/system.h
+++ b/c/src/tests/mptests/mp09/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp09/task1.c b/c/src/tests/mptests/mp09/task1.c
index bc0c75e404..038d7c8c98 100644
--- a/c/src/tests/mptests/mp09/task1.c
+++ b/c/src/tests/mptests/mp09/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp10/init.c b/c/src/tests/mptests/mp10/init.c
index 45400525a5..cad0b085db 100644
--- a/c/src/tests/mptests/mp10/init.c
+++ b/c/src/tests/mptests/mp10/init.c
@@ -21,8 +21,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp10/node1/mp10.doc b/c/src/tests/mptests/mp10/node1/mp10.doc
index 412c6c7b46..d5bee69ae7 100644
--- a/c/src/tests/mptests/mp10/node1/mp10.doc
+++ b/c/src/tests/mptests/mp10/node1/mp10.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp10/node2/mp10.doc b/c/src/tests/mptests/mp10/node2/mp10.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp10/node2/mp10.doc
+++ b/c/src/tests/mptests/mp10/node2/mp10.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp10/system.h b/c/src/tests/mptests/mp10/system.h
index 128a62363c..1b98db94ab 100644
--- a/c/src/tests/mptests/mp10/system.h
+++ b/c/src/tests/mptests/mp10/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp10/task1.c b/c/src/tests/mptests/mp10/task1.c
index b9ce51bcc3..dc349cc36b 100644
--- a/c/src/tests/mptests/mp10/task1.c
+++ b/c/src/tests/mptests/mp10/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp10/task2.c b/c/src/tests/mptests/mp10/task2.c
index 0627f795b3..5173ae9711 100644
--- a/c/src/tests/mptests/mp10/task2.c
+++ b/c/src/tests/mptests/mp10/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp10/task3.c b/c/src/tests/mptests/mp10/task3.c
index 2c3cd2b297..7d3d51c059 100644
--- a/c/src/tests/mptests/mp10/task3.c
+++ b/c/src/tests/mptests/mp10/task3.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp11/init.c b/c/src/tests/mptests/mp11/init.c
index 85cb06f2ee..7f5c73fb1c 100644
--- a/c/src/tests/mptests/mp11/init.c
+++ b/c/src/tests/mptests/mp11/init.c
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp11/node1/mp11.doc b/c/src/tests/mptests/mp11/node1/mp11.doc
index 613a4bfe67..e48b2c25d9 100644
--- a/c/src/tests/mptests/mp11/node1/mp11.doc
+++ b/c/src/tests/mptests/mp11/node1/mp11.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp11/node2/mp11.doc b/c/src/tests/mptests/mp11/node2/mp11.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp11/node2/mp11.doc
+++ b/c/src/tests/mptests/mp11/node2/mp11.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp11/system.h b/c/src/tests/mptests/mp11/system.h
index afd105e708..24ed362a51 100644
--- a/c/src/tests/mptests/mp11/system.h
+++ b/c/src/tests/mptests/mp11/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp12/init.c b/c/src/tests/mptests/mp12/init.c
index 1aac821240..90f4984729 100644
--- a/c/src/tests/mptests/mp12/init.c
+++ b/c/src/tests/mptests/mp12/init.c
@@ -20,8 +20,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp12/node1/mp12.doc b/c/src/tests/mptests/mp12/node1/mp12.doc
index 6c670b7da8..29a6fd9252 100644
--- a/c/src/tests/mptests/mp12/node1/mp12.doc
+++ b/c/src/tests/mptests/mp12/node1/mp12.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp12/node2/mp12.doc b/c/src/tests/mptests/mp12/node2/mp12.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp12/node2/mp12.doc
+++ b/c/src/tests/mptests/mp12/node2/mp12.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp12/system.h b/c/src/tests/mptests/mp12/system.h
index af91912676..6832af1814 100644
--- a/c/src/tests/mptests/mp12/system.h
+++ b/c/src/tests/mptests/mp12/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp13/init.c b/c/src/tests/mptests/mp13/init.c
index 92ff0b396a..9a7a5fea7f 100644
--- a/c/src/tests/mptests/mp13/init.c
+++ b/c/src/tests/mptests/mp13/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp13/node1/mp13.doc b/c/src/tests/mptests/mp13/node1/mp13.doc
index 999ec29615..aaf991ede8 100644
--- a/c/src/tests/mptests/mp13/node1/mp13.doc
+++ b/c/src/tests/mptests/mp13/node1/mp13.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp13/node2/mp13.doc b/c/src/tests/mptests/mp13/node2/mp13.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp13/node2/mp13.doc
+++ b/c/src/tests/mptests/mp13/node2/mp13.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp13/system.h b/c/src/tests/mptests/mp13/system.h
index cae888d912..78cfc94d7b 100644
--- a/c/src/tests/mptests/mp13/system.h
+++ b/c/src/tests/mptests/mp13/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp13/task1.c b/c/src/tests/mptests/mp13/task1.c
index a82104573e..bfbc9dcf86 100644
--- a/c/src/tests/mptests/mp13/task1.c
+++ b/c/src/tests/mptests/mp13/task1.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp13/task2.c b/c/src/tests/mptests/mp13/task2.c
index 51ce76e95e..b77fd9e673 100644
--- a/c/src/tests/mptests/mp13/task2.c
+++ b/c/src/tests/mptests/mp13/task2.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/delay.c b/c/src/tests/mptests/mp14/delay.c
index 81e79d99ea..747b5384b1 100644
--- a/c/src/tests/mptests/mp14/delay.c
+++ b/c/src/tests/mptests/mp14/delay.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/evtask1.c b/c/src/tests/mptests/mp14/evtask1.c
index 7242d08b77..2feb194414 100644
--- a/c/src/tests/mptests/mp14/evtask1.c
+++ b/c/src/tests/mptests/mp14/evtask1.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/evtmtask.c b/c/src/tests/mptests/mp14/evtmtask.c
index 8a724b9f54..59f7e0fcf0 100644
--- a/c/src/tests/mptests/mp14/evtmtask.c
+++ b/c/src/tests/mptests/mp14/evtmtask.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/exit.c b/c/src/tests/mptests/mp14/exit.c
index 8825a4bf13..f4dee4928e 100644
--- a/c/src/tests/mptests/mp14/exit.c
+++ b/c/src/tests/mptests/mp14/exit.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/init.c b/c/src/tests/mptests/mp14/init.c
index 61eca70a6e..a00cc667a5 100644
--- a/c/src/tests/mptests/mp14/init.c
+++ b/c/src/tests/mptests/mp14/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/msgtask1.c b/c/src/tests/mptests/mp14/msgtask1.c
index 6f9033cf17..d83f650145 100644
--- a/c/src/tests/mptests/mp14/msgtask1.c
+++ b/c/src/tests/mptests/mp14/msgtask1.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/node1/mp14.doc b/c/src/tests/mptests/mp14/node1/mp14.doc
index 4e7dde6c38..7ed1104b10 100644
--- a/c/src/tests/mptests/mp14/node1/mp14.doc
+++ b/c/src/tests/mptests/mp14/node1/mp14.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp14/node2/mp14.doc b/c/src/tests/mptests/mp14/node2/mp14.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/mptests/mp14/node2/mp14.doc
+++ b/c/src/tests/mptests/mp14/node2/mp14.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/mptests/mp14/pttask1.c b/c/src/tests/mptests/mp14/pttask1.c
index f2ab42f0cd..6d88524c7c 100644
--- a/c/src/tests/mptests/mp14/pttask1.c
+++ b/c/src/tests/mptests/mp14/pttask1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/smtask1.c b/c/src/tests/mptests/mp14/smtask1.c
index fbba4d8280..6c4ed2f141 100644
--- a/c/src/tests/mptests/mp14/smtask1.c
+++ b/c/src/tests/mptests/mp14/smtask1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/mptests/mp14/system.h b/c/src/tests/mptests/mp14/system.h
index 689614676f..d6087d142c 100644
--- a/c/src/tests/mptests/mp14/system.h
+++ b/c/src/tests/mptests/mp14/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx01/init.c b/c/src/tests/psxtests/psx01/init.c
index 848d130fb2..68a034ed59 100644
--- a/c/src/tests/psxtests/psx01/init.c
+++ b/c/src/tests/psxtests/psx01/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx01/system.h b/c/src/tests/psxtests/psx01/system.h
index 08be4fecd5..d41737771c 100644
--- a/c/src/tests/psxtests/psx01/system.h
+++ b/c/src/tests/psxtests/psx01/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx01/task.c b/c/src/tests/psxtests/psx01/task.c
index 13ce3bb67a..3622506b4d 100644
--- a/c/src/tests/psxtests/psx01/task.c
+++ b/c/src/tests/psxtests/psx01/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx02/init.c b/c/src/tests/psxtests/psx02/init.c
index 14a850fca4..a712169503 100644
--- a/c/src/tests/psxtests/psx02/init.c
+++ b/c/src/tests/psxtests/psx02/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx02/system.h b/c/src/tests/psxtests/psx02/system.h
index 2f9aaac4c7..b46fcbe346 100644
--- a/c/src/tests/psxtests/psx02/system.h
+++ b/c/src/tests/psxtests/psx02/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx02/task.c b/c/src/tests/psxtests/psx02/task.c
index 1b86d61f84..3510162452 100644
--- a/c/src/tests/psxtests/psx02/task.c
+++ b/c/src/tests/psxtests/psx02/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx03/init.c b/c/src/tests/psxtests/psx03/init.c
index 1dab1c7558..f45c404025 100644
--- a/c/src/tests/psxtests/psx03/init.c
+++ b/c/src/tests/psxtests/psx03/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx03/system.h b/c/src/tests/psxtests/psx03/system.h
index b5f82b7817..53f7f33170 100644
--- a/c/src/tests/psxtests/psx03/system.h
+++ b/c/src/tests/psxtests/psx03/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx03/task.c b/c/src/tests/psxtests/psx03/task.c
index c35f958315..3a046e8127 100644
--- a/c/src/tests/psxtests/psx03/task.c
+++ b/c/src/tests/psxtests/psx03/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx04/init.c b/c/src/tests/psxtests/psx04/init.c
index 6d87afad55..657f985115 100644
--- a/c/src/tests/psxtests/psx04/init.c
+++ b/c/src/tests/psxtests/psx04/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx04/system.h b/c/src/tests/psxtests/psx04/system.h
index 5d996f8601..854edc12ae 100644
--- a/c/src/tests/psxtests/psx04/system.h
+++ b/c/src/tests/psxtests/psx04/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx04/task1.c b/c/src/tests/psxtests/psx04/task1.c
index 8e2fe957c3..9b196d1dfc 100644
--- a/c/src/tests/psxtests/psx04/task1.c
+++ b/c/src/tests/psxtests/psx04/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx04/task2.c b/c/src/tests/psxtests/psx04/task2.c
index fbdd2011c7..2c87919c04 100644
--- a/c/src/tests/psxtests/psx04/task2.c
+++ b/c/src/tests/psxtests/psx04/task2.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx04/task3.c b/c/src/tests/psxtests/psx04/task3.c
index e32a0a341c..de5858f4a8 100644
--- a/c/src/tests/psxtests/psx04/task3.c
+++ b/c/src/tests/psxtests/psx04/task3.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx05/init.c b/c/src/tests/psxtests/psx05/init.c
index 1593cc65a7..b82685bd74 100644
--- a/c/src/tests/psxtests/psx05/init.c
+++ b/c/src/tests/psxtests/psx05/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx05/system.h b/c/src/tests/psxtests/psx05/system.h
index 7dff6eef2f..8aa9ad4e34 100644
--- a/c/src/tests/psxtests/psx05/system.h
+++ b/c/src/tests/psxtests/psx05/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx05/task.c b/c/src/tests/psxtests/psx05/task.c
index 44c6d04c13..33d53523dc 100644
--- a/c/src/tests/psxtests/psx05/task.c
+++ b/c/src/tests/psxtests/psx05/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx05/task2.c b/c/src/tests/psxtests/psx05/task2.c
index 13164518d5..8d1870fc93 100644
--- a/c/src/tests/psxtests/psx05/task2.c
+++ b/c/src/tests/psxtests/psx05/task2.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx05/task3.c b/c/src/tests/psxtests/psx05/task3.c
index f3adb243d1..b00e15cb40 100644
--- a/c/src/tests/psxtests/psx05/task3.c
+++ b/c/src/tests/psxtests/psx05/task3.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx06/init.c b/c/src/tests/psxtests/psx06/init.c
index e8bd1f5f0e..f1a7467004 100644
--- a/c/src/tests/psxtests/psx06/init.c
+++ b/c/src/tests/psxtests/psx06/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx06/system.h b/c/src/tests/psxtests/psx06/system.h
index 6a856e8bf6..b19f41f0f7 100644
--- a/c/src/tests/psxtests/psx06/system.h
+++ b/c/src/tests/psxtests/psx06/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx06/task.c b/c/src/tests/psxtests/psx06/task.c
index c64efb7190..2fa2d247f4 100644
--- a/c/src/tests/psxtests/psx06/task.c
+++ b/c/src/tests/psxtests/psx06/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx06/task2.c b/c/src/tests/psxtests/psx06/task2.c
index 48418d4a46..fad9aa3e85 100644
--- a/c/src/tests/psxtests/psx06/task2.c
+++ b/c/src/tests/psxtests/psx06/task2.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx07/init.c b/c/src/tests/psxtests/psx07/init.c
index 9e31b1605b..4838d15b49 100644
--- a/c/src/tests/psxtests/psx07/init.c
+++ b/c/src/tests/psxtests/psx07/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx07/system.h b/c/src/tests/psxtests/psx07/system.h
index cda511751e..b65425fc05 100644
--- a/c/src/tests/psxtests/psx07/system.h
+++ b/c/src/tests/psxtests/psx07/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx07/task.c b/c/src/tests/psxtests/psx07/task.c
index d4dc39d840..93420c1f08 100644
--- a/c/src/tests/psxtests/psx07/task.c
+++ b/c/src/tests/psxtests/psx07/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx08/init.c b/c/src/tests/psxtests/psx08/init.c
index bd6ad8c2b1..0344a58e6c 100644
--- a/c/src/tests/psxtests/psx08/init.c
+++ b/c/src/tests/psxtests/psx08/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx08/system.h b/c/src/tests/psxtests/psx08/system.h
index 84622608e0..6a4ae187d9 100644
--- a/c/src/tests/psxtests/psx08/system.h
+++ b/c/src/tests/psxtests/psx08/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx08/task.c b/c/src/tests/psxtests/psx08/task.c
index 2724d49783..11f5452d1e 100644
--- a/c/src/tests/psxtests/psx08/task.c
+++ b/c/src/tests/psxtests/psx08/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx08/task2.c b/c/src/tests/psxtests/psx08/task2.c
index eceefe5553..f42a7415fc 100644
--- a/c/src/tests/psxtests/psx08/task2.c
+++ b/c/src/tests/psxtests/psx08/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx09/init.c b/c/src/tests/psxtests/psx09/init.c
index 50119c3bc9..ee1241c30d 100644
--- a/c/src/tests/psxtests/psx09/init.c
+++ b/c/src/tests/psxtests/psx09/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx09/system.h b/c/src/tests/psxtests/psx09/system.h
index 32518e58b6..e1b8f8cf66 100644
--- a/c/src/tests/psxtests/psx09/system.h
+++ b/c/src/tests/psxtests/psx09/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx10/init.c b/c/src/tests/psxtests/psx10/init.c
index 17105591a6..35d4e90eaf 100644
--- a/c/src/tests/psxtests/psx10/init.c
+++ b/c/src/tests/psxtests/psx10/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx10/system.h b/c/src/tests/psxtests/psx10/system.h
index a3dfc0766d..b08a6a5939 100644
--- a/c/src/tests/psxtests/psx10/system.h
+++ b/c/src/tests/psxtests/psx10/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx10/task.c b/c/src/tests/psxtests/psx10/task.c
index 017d44e80d..2c8818ed58 100644
--- a/c/src/tests/psxtests/psx10/task.c
+++ b/c/src/tests/psxtests/psx10/task.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx10/task2.c b/c/src/tests/psxtests/psx10/task2.c
index 9190082bc8..431cf534ab 100644
--- a/c/src/tests/psxtests/psx10/task2.c
+++ b/c/src/tests/psxtests/psx10/task2.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx10/task3.c b/c/src/tests/psxtests/psx10/task3.c
index 3d73290440..c5aab031ed 100644
--- a/c/src/tests/psxtests/psx10/task3.c
+++ b/c/src/tests/psxtests/psx10/task3.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx11/init.c b/c/src/tests/psxtests/psx11/init.c
index 8eeca0f618..4961ab17ed 100644
--- a/c/src/tests/psxtests/psx11/init.c
+++ b/c/src/tests/psxtests/psx11/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx11/system.h b/c/src/tests/psxtests/psx11/system.h
index cda511751e..b65425fc05 100644
--- a/c/src/tests/psxtests/psx11/system.h
+++ b/c/src/tests/psxtests/psx11/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx11/task.c b/c/src/tests/psxtests/psx11/task.c
index 5c0a3751b0..ca6bcfbff9 100644
--- a/c/src/tests/psxtests/psx11/task.c
+++ b/c/src/tests/psxtests/psx11/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx12/init.c b/c/src/tests/psxtests/psx12/init.c
index aa223f1b91..22841d4767 100644
--- a/c/src/tests/psxtests/psx12/init.c
+++ b/c/src/tests/psxtests/psx12/init.c
@@ -3,8 +3,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx12/system.h b/c/src/tests/psxtests/psx12/system.h
index 87e8f92f94..05711aa0e2 100644
--- a/c/src/tests/psxtests/psx12/system.h
+++ b/c/src/tests/psxtests/psx12/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psx12/task.c b/c/src/tests/psxtests/psx12/task.c
index d4dc39d840..93420c1f08 100644
--- a/c/src/tests/psxtests/psx12/task.c
+++ b/c/src/tests/psxtests/psx12/task.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/clock01.c b/c/src/tests/psxtests/psxhdrs/clock01.c
index db6c7a1113..d3fb67ef9e 100644
--- a/c/src/tests/psxtests/psxhdrs/clock01.c
+++ b/c/src/tests/psxtests/psxhdrs/clock01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/clock02.c b/c/src/tests/psxtests/psxhdrs/clock02.c
index f18c8f8f12..c5fc82947c 100644
--- a/c/src/tests/psxtests/psxhdrs/clock02.c
+++ b/c/src/tests/psxtests/psxhdrs/clock02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/clock03.c b/c/src/tests/psxtests/psxhdrs/clock03.c
index 5a8d51b501..9fb4c3540f 100644
--- a/c/src/tests/psxtests/psxhdrs/clock03.c
+++ b/c/src/tests/psxtests/psxhdrs/clock03.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/clock04.c b/c/src/tests/psxtests/psxhdrs/clock04.c
index 3bdd0fe65c..970d7c02f7 100644
--- a/c/src/tests/psxtests/psxhdrs/clock04.c
+++ b/c/src/tests/psxtests/psxhdrs/clock04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/clock05.c b/c/src/tests/psxtests/psxhdrs/clock05.c
index 58d886f2d1..e7e6349e2b 100644
--- a/c/src/tests/psxtests/psxhdrs/clock05.c
+++ b/c/src/tests/psxtests/psxhdrs/clock05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/clock06.c b/c/src/tests/psxtests/psxhdrs/clock06.c
index 8f38f4d217..5502427c40 100644
--- a/c/src/tests/psxtests/psxhdrs/clock06.c
+++ b/c/src/tests/psxtests/psxhdrs/clock06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond01.c b/c/src/tests/psxtests/psxhdrs/cond01.c
index 9d77394ffc..cda9c1f1ef 100644
--- a/c/src/tests/psxtests/psxhdrs/cond01.c
+++ b/c/src/tests/psxtests/psxhdrs/cond01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond02.c b/c/src/tests/psxtests/psxhdrs/cond02.c
index 75575fe97b..c1c406c254 100644
--- a/c/src/tests/psxtests/psxhdrs/cond02.c
+++ b/c/src/tests/psxtests/psxhdrs/cond02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond03.c b/c/src/tests/psxtests/psxhdrs/cond03.c
index 0a3b58852b..45a3f62180 100644
--- a/c/src/tests/psxtests/psxhdrs/cond03.c
+++ b/c/src/tests/psxtests/psxhdrs/cond03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond04.c b/c/src/tests/psxtests/psxhdrs/cond04.c
index d06183e21f..38ab0f1982 100644
--- a/c/src/tests/psxtests/psxhdrs/cond04.c
+++ b/c/src/tests/psxtests/psxhdrs/cond04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond05.c b/c/src/tests/psxtests/psxhdrs/cond05.c
index 4775866dcc..6d82828c93 100644
--- a/c/src/tests/psxtests/psxhdrs/cond05.c
+++ b/c/src/tests/psxtests/psxhdrs/cond05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond06.c b/c/src/tests/psxtests/psxhdrs/cond06.c
index 39280757bc..0a0e464684 100644
--- a/c/src/tests/psxtests/psxhdrs/cond06.c
+++ b/c/src/tests/psxtests/psxhdrs/cond06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond07.c b/c/src/tests/psxtests/psxhdrs/cond07.c
index 66524c1beb..5dbea06fd7 100644
--- a/c/src/tests/psxtests/psxhdrs/cond07.c
+++ b/c/src/tests/psxtests/psxhdrs/cond07.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond08.c b/c/src/tests/psxtests/psxhdrs/cond08.c
index 65e90f5830..084ad68b4e 100644
--- a/c/src/tests/psxtests/psxhdrs/cond08.c
+++ b/c/src/tests/psxtests/psxhdrs/cond08.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond09.c b/c/src/tests/psxtests/psxhdrs/cond09.c
index 76b8f3c46e..b91b2b61ca 100644
--- a/c/src/tests/psxtests/psxhdrs/cond09.c
+++ b/c/src/tests/psxtests/psxhdrs/cond09.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/cond10.c b/c/src/tests/psxtests/psxhdrs/cond10.c
index 19acf9bb0b..7872964eb0 100644
--- a/c/src/tests/psxtests/psxhdrs/cond10.c
+++ b/c/src/tests/psxtests/psxhdrs/cond10.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/key01.c b/c/src/tests/psxtests/psxhdrs/key01.c
index c85c09772a..ab1c5a2deb 100644
--- a/c/src/tests/psxtests/psxhdrs/key01.c
+++ b/c/src/tests/psxtests/psxhdrs/key01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/key02.c b/c/src/tests/psxtests/psxhdrs/key02.c
index 89bac33ca9..75c83f3f22 100644
--- a/c/src/tests/psxtests/psxhdrs/key02.c
+++ b/c/src/tests/psxtests/psxhdrs/key02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/key03.c b/c/src/tests/psxtests/psxhdrs/key03.c
index c139dfbb34..a0d5cabdfa 100644
--- a/c/src/tests/psxtests/psxhdrs/key03.c
+++ b/c/src/tests/psxtests/psxhdrs/key03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/key04.c b/c/src/tests/psxtests/psxhdrs/key04.c
index 258748ff99..9837280703 100644
--- a/c/src/tests/psxtests/psxhdrs/key04.c
+++ b/c/src/tests/psxtests/psxhdrs/key04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex01.c b/c/src/tests/psxtests/psxhdrs/mutex01.c
index afaab3a6f8..a2ba71abb6 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex01.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex02.c b/c/src/tests/psxtests/psxhdrs/mutex02.c
index e707656aaa..a15aaceca8 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex02.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex03.c b/c/src/tests/psxtests/psxhdrs/mutex03.c
index 30c6226c28..597cbf0db8 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex03.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex04.c b/c/src/tests/psxtests/psxhdrs/mutex04.c
index 860f293621..1d71e00b0d 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex04.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex05.c b/c/src/tests/psxtests/psxhdrs/mutex05.c
index 1ea0d1140e..9cd71c8e24 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex05.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex06.c b/c/src/tests/psxtests/psxhdrs/mutex06.c
index 1d89311a62..7ec30126a2 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex06.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex07.c b/c/src/tests/psxtests/psxhdrs/mutex07.c
index 01edc72da7..239211454b 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex07.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex07.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex08.c b/c/src/tests/psxtests/psxhdrs/mutex08.c
index 56e31ca630..bedbdfcea6 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex08.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex08.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex09.c b/c/src/tests/psxtests/psxhdrs/mutex09.c
index af326a2611..90189c3a79 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex09.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex09.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex10.c b/c/src/tests/psxtests/psxhdrs/mutex10.c
index ea5eeb0faa..e5d93581c6 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex10.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex10.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex11.c b/c/src/tests/psxtests/psxhdrs/mutex11.c
index d9421ff6f6..ea98ec9bd0 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex11.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex11.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex12.c b/c/src/tests/psxtests/psxhdrs/mutex12.c
index 8167e27cd8..0b4bba6bfb 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex12.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex12.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex13.c b/c/src/tests/psxtests/psxhdrs/mutex13.c
index 09ee561ad9..d40d8eb8be 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex13.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex13.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex14.c b/c/src/tests/psxtests/psxhdrs/mutex14.c
index 9cba669732..7dee7a8981 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex14.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex14.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex15.c b/c/src/tests/psxtests/psxhdrs/mutex15.c
index e57abc68e5..a6b8a358d8 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex15.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex15.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/mutex16.c b/c/src/tests/psxtests/psxhdrs/mutex16.c
index 1ffdad38ca..2cccd6d78e 100644
--- a/c/src/tests/psxtests/psxhdrs/mutex16.c
+++ b/c/src/tests/psxtests/psxhdrs/mutex16.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc01.c b/c/src/tests/psxtests/psxhdrs/proc01.c
index 024caf436b..a2129cf14f 100644
--- a/c/src/tests/psxtests/psxhdrs/proc01.c
+++ b/c/src/tests/psxtests/psxhdrs/proc01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc02.c b/c/src/tests/psxtests/psxhdrs/proc02.c
index 3c578bf29d..1ee3385908 100644
--- a/c/src/tests/psxtests/psxhdrs/proc02.c
+++ b/c/src/tests/psxtests/psxhdrs/proc02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc03.c b/c/src/tests/psxtests/psxhdrs/proc03.c
index 1e5014b3b4..27318414aa 100644
--- a/c/src/tests/psxtests/psxhdrs/proc03.c
+++ b/c/src/tests/psxtests/psxhdrs/proc03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc04.c b/c/src/tests/psxtests/psxhdrs/proc04.c
index f569b6ffcc..665cb6fe8f 100644
--- a/c/src/tests/psxtests/psxhdrs/proc04.c
+++ b/c/src/tests/psxtests/psxhdrs/proc04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc05.c b/c/src/tests/psxtests/psxhdrs/proc05.c
index 5881dd83a0..b9d01d4cdc 100644
--- a/c/src/tests/psxtests/psxhdrs/proc05.c
+++ b/c/src/tests/psxtests/psxhdrs/proc05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc06.c b/c/src/tests/psxtests/psxhdrs/proc06.c
index 882bf09eec..ba3acae0b2 100644
--- a/c/src/tests/psxtests/psxhdrs/proc06.c
+++ b/c/src/tests/psxtests/psxhdrs/proc06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc07.c b/c/src/tests/psxtests/psxhdrs/proc07.c
index e0e4e42cd4..e0cae02e69 100644
--- a/c/src/tests/psxtests/psxhdrs/proc07.c
+++ b/c/src/tests/psxtests/psxhdrs/proc07.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc08.c b/c/src/tests/psxtests/psxhdrs/proc08.c
index 720e6a4641..bb2bddd52d 100644
--- a/c/src/tests/psxtests/psxhdrs/proc08.c
+++ b/c/src/tests/psxtests/psxhdrs/proc08.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc09.c b/c/src/tests/psxtests/psxhdrs/proc09.c
index f83e2e31b0..fd8bf6f73c 100644
--- a/c/src/tests/psxtests/psxhdrs/proc09.c
+++ b/c/src/tests/psxtests/psxhdrs/proc09.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc10.c b/c/src/tests/psxtests/psxhdrs/proc10.c
index 4d491f2c76..be26d1a88d 100644
--- a/c/src/tests/psxtests/psxhdrs/proc10.c
+++ b/c/src/tests/psxtests/psxhdrs/proc10.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc11.c b/c/src/tests/psxtests/psxhdrs/proc11.c
index fb7adc5b89..5c901a234a 100644
--- a/c/src/tests/psxtests/psxhdrs/proc11.c
+++ b/c/src/tests/psxtests/psxhdrs/proc11.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc12.c b/c/src/tests/psxtests/psxhdrs/proc12.c
index 67d35ce40c..c13ddb55bd 100644
--- a/c/src/tests/psxtests/psxhdrs/proc12.c
+++ b/c/src/tests/psxtests/psxhdrs/proc12.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc13.c b/c/src/tests/psxtests/psxhdrs/proc13.c
index 326777d254..d3798d88d8 100644
--- a/c/src/tests/psxtests/psxhdrs/proc13.c
+++ b/c/src/tests/psxtests/psxhdrs/proc13.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/proc14.c b/c/src/tests/psxtests/psxhdrs/proc14.c
index c07b0a8846..cb8988c808 100644
--- a/c/src/tests/psxtests/psxhdrs/proc14.c
+++ b/c/src/tests/psxtests/psxhdrs/proc14.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread01.c b/c/src/tests/psxtests/psxhdrs/pthread01.c
index 83656a33b5..ec20f3f98e 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread01.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread02.c b/c/src/tests/psxtests/psxhdrs/pthread02.c
index a232be1a4c..283077278c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread02.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread03.c b/c/src/tests/psxtests/psxhdrs/pthread03.c
index 1c3e476e27..12b1c6bb95 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread03.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread04.c b/c/src/tests/psxtests/psxhdrs/pthread04.c
index 3b3f355f33..29b4b7c4eb 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread04.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread05.c b/c/src/tests/psxtests/psxhdrs/pthread05.c
index 8abc331f6b..291d5d8cb9 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread05.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread06.c b/c/src/tests/psxtests/psxhdrs/pthread06.c
index 5bdbd0502a..b510ecf507 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread06.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread07.c b/c/src/tests/psxtests/psxhdrs/pthread07.c
index 24db17e912..02c3f34a95 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread07.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread07.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread08.c b/c/src/tests/psxtests/psxhdrs/pthread08.c
index 5a77557c4e..5b029a6402 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread08.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread08.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread09.c b/c/src/tests/psxtests/psxhdrs/pthread09.c
index 5c2399bedc..414d6253b0 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread09.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread09.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread10.c b/c/src/tests/psxtests/psxhdrs/pthread10.c
index ab7c39f4af..984ede4803 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread10.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread10.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread11.c b/c/src/tests/psxtests/psxhdrs/pthread11.c
index 48d09ea6d2..40a2398ed3 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread11.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread11.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread12.c b/c/src/tests/psxtests/psxhdrs/pthread12.c
index aa1aa7cef1..a86b837a6d 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread12.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread12.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread13.c b/c/src/tests/psxtests/psxhdrs/pthread13.c
index a116cadedb..e89af47a0c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread13.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread13.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread14.c b/c/src/tests/psxtests/psxhdrs/pthread14.c
index c0e5d62f5c..53068f96a8 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread14.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread14.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread15.c b/c/src/tests/psxtests/psxhdrs/pthread15.c
index 560e4b3998..a51c0c117b 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread15.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread15.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread16.c b/c/src/tests/psxtests/psxhdrs/pthread16.c
index 006022ac8f..a71a3c0be0 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread16.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread16.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread17.c b/c/src/tests/psxtests/psxhdrs/pthread17.c
index b234bde16e..e559f8740c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread17.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread17.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread18.c b/c/src/tests/psxtests/psxhdrs/pthread18.c
index 95ebdb88a0..fadd0bbb7c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread18.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread18.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread19.c b/c/src/tests/psxtests/psxhdrs/pthread19.c
index 9dec23a7c7..d4067ee852 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread19.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread19.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread20.c b/c/src/tests/psxtests/psxhdrs/pthread20.c
index 066dffc549..269d11d68a 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread20.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread20.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread21.c b/c/src/tests/psxtests/psxhdrs/pthread21.c
index 2afe366675..7bac45306f 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread21.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread21.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread22.c b/c/src/tests/psxtests/psxhdrs/pthread22.c
index 2f864248c0..352fb968b0 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread22.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread22.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread23.c b/c/src/tests/psxtests/psxhdrs/pthread23.c
index cea26984c4..64a02f5b57 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread23.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread23.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread24.c b/c/src/tests/psxtests/psxhdrs/pthread24.c
index 85be962d15..cbeee8c315 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread24.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread24.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread25.c b/c/src/tests/psxtests/psxhdrs/pthread25.c
index bc25003db8..6a50084d07 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread25.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread25.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread26.c b/c/src/tests/psxtests/psxhdrs/pthread26.c
index c32d313028..82b5d3f845 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread26.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread26.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread27.c b/c/src/tests/psxtests/psxhdrs/pthread27.c
index f91e4d777c..49d7b4e97d 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread27.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread27.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread28.c b/c/src/tests/psxtests/psxhdrs/pthread28.c
index 2cd78427e4..2ea07cc085 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread28.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread28.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread29.c b/c/src/tests/psxtests/psxhdrs/pthread29.c
index 0c0e3589cf..d226690311 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread29.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread29.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread30.c b/c/src/tests/psxtests/psxhdrs/pthread30.c
index 092ffeeed2..a9cc12f504 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread30.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread30.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread31.c b/c/src/tests/psxtests/psxhdrs/pthread31.c
index fc40bc0b5a..b12b707642 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread31.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread31.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread32.c b/c/src/tests/psxtests/psxhdrs/pthread32.c
index 9de9781b80..8e992e2a3c 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread32.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread32.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread33.c b/c/src/tests/psxtests/psxhdrs/pthread33.c
index ea650919d9..4943cb6c3a 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread33.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread33.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread34.c b/c/src/tests/psxtests/psxhdrs/pthread34.c
index 2e162dd8a1..c20e3446f0 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread34.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread34.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread35.c b/c/src/tests/psxtests/psxhdrs/pthread35.c
index d868eda810..0c0f3f4219 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread35.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread35.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/pthread36.c b/c/src/tests/psxtests/psxhdrs/pthread36.c
index ebe54464e6..2430d49135 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread36.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread36.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched01.c b/c/src/tests/psxtests/psxhdrs/sched01.c
index 224bd08be1..764fcd7b4c 100644
--- a/c/src/tests/psxtests/psxhdrs/sched01.c
+++ b/c/src/tests/psxtests/psxhdrs/sched01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched02.c b/c/src/tests/psxtests/psxhdrs/sched02.c
index 34bd1f2468..3825d080f1 100644
--- a/c/src/tests/psxtests/psxhdrs/sched02.c
+++ b/c/src/tests/psxtests/psxhdrs/sched02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched03.c b/c/src/tests/psxtests/psxhdrs/sched03.c
index def9ca05cf..2db2170537 100644
--- a/c/src/tests/psxtests/psxhdrs/sched03.c
+++ b/c/src/tests/psxtests/psxhdrs/sched03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched04.c b/c/src/tests/psxtests/psxhdrs/sched04.c
index 1473562c4c..7184acb08f 100644
--- a/c/src/tests/psxtests/psxhdrs/sched04.c
+++ b/c/src/tests/psxtests/psxhdrs/sched04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched05.c b/c/src/tests/psxtests/psxhdrs/sched05.c
index 812bde66ef..6a47cf0a17 100644
--- a/c/src/tests/psxtests/psxhdrs/sched05.c
+++ b/c/src/tests/psxtests/psxhdrs/sched05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched06.c b/c/src/tests/psxtests/psxhdrs/sched06.c
index 1539dae3bb..c94ed1fae7 100644
--- a/c/src/tests/psxtests/psxhdrs/sched06.c
+++ b/c/src/tests/psxtests/psxhdrs/sched06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched07.c b/c/src/tests/psxtests/psxhdrs/sched07.c
index beeb9fd6ef..c001922692 100644
--- a/c/src/tests/psxtests/psxhdrs/sched07.c
+++ b/c/src/tests/psxtests/psxhdrs/sched07.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/sched08.c b/c/src/tests/psxtests/psxhdrs/sched08.c
index 787c4c305c..a06c4c7634 100644
--- a/c/src/tests/psxtests/psxhdrs/sched08.c
+++ b/c/src/tests/psxtests/psxhdrs/sched08.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal01.c b/c/src/tests/psxtests/psxhdrs/signal01.c
index 7c12e3d55b..d228538ad9 100644
--- a/c/src/tests/psxtests/psxhdrs/signal01.c
+++ b/c/src/tests/psxtests/psxhdrs/signal01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal02.c b/c/src/tests/psxtests/psxhdrs/signal02.c
index 7aa18d7364..10f9cb8354 100644
--- a/c/src/tests/psxtests/psxhdrs/signal02.c
+++ b/c/src/tests/psxtests/psxhdrs/signal02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal03.c b/c/src/tests/psxtests/psxhdrs/signal03.c
index 75eedad35c..f45c11cdab 100644
--- a/c/src/tests/psxtests/psxhdrs/signal03.c
+++ b/c/src/tests/psxtests/psxhdrs/signal03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal04.c b/c/src/tests/psxtests/psxhdrs/signal04.c
index 807d13d2eb..f1e13e3dc8 100644
--- a/c/src/tests/psxtests/psxhdrs/signal04.c
+++ b/c/src/tests/psxtests/psxhdrs/signal04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal05.c b/c/src/tests/psxtests/psxhdrs/signal05.c
index dcd94620b3..5471c30478 100644
--- a/c/src/tests/psxtests/psxhdrs/signal05.c
+++ b/c/src/tests/psxtests/psxhdrs/signal05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal06.c b/c/src/tests/psxtests/psxhdrs/signal06.c
index 2a7b6ddd42..4d388823db 100644
--- a/c/src/tests/psxtests/psxhdrs/signal06.c
+++ b/c/src/tests/psxtests/psxhdrs/signal06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal07.c b/c/src/tests/psxtests/psxhdrs/signal07.c
index bf0c4343ff..2362e06f5f 100644
--- a/c/src/tests/psxtests/psxhdrs/signal07.c
+++ b/c/src/tests/psxtests/psxhdrs/signal07.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal08.c b/c/src/tests/psxtests/psxhdrs/signal08.c
index 62356abf6c..124ba858cc 100644
--- a/c/src/tests/psxtests/psxhdrs/signal08.c
+++ b/c/src/tests/psxtests/psxhdrs/signal08.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal09.c b/c/src/tests/psxtests/psxhdrs/signal09.c
index 8c618ed1a3..2d91f7ca1a 100644
--- a/c/src/tests/psxtests/psxhdrs/signal09.c
+++ b/c/src/tests/psxtests/psxhdrs/signal09.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal10.c b/c/src/tests/psxtests/psxhdrs/signal10.c
index b0fd6e4c01..ef94118a8f 100644
--- a/c/src/tests/psxtests/psxhdrs/signal10.c
+++ b/c/src/tests/psxtests/psxhdrs/signal10.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal11.c b/c/src/tests/psxtests/psxhdrs/signal11.c
index bf9e552c31..543b2f899c 100644
--- a/c/src/tests/psxtests/psxhdrs/signal11.c
+++ b/c/src/tests/psxtests/psxhdrs/signal11.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal12.c b/c/src/tests/psxtests/psxhdrs/signal12.c
index cfe2deecae..aa74a61b4b 100644
--- a/c/src/tests/psxtests/psxhdrs/signal12.c
+++ b/c/src/tests/psxtests/psxhdrs/signal12.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal13.c b/c/src/tests/psxtests/psxhdrs/signal13.c
index 0d8c23184e..33ca922924 100644
--- a/c/src/tests/psxtests/psxhdrs/signal13.c
+++ b/c/src/tests/psxtests/psxhdrs/signal13.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal14.c b/c/src/tests/psxtests/psxhdrs/signal14.c
index 460cfeb00c..f9f0fda130 100644
--- a/c/src/tests/psxtests/psxhdrs/signal14.c
+++ b/c/src/tests/psxtests/psxhdrs/signal14.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal15.c b/c/src/tests/psxtests/psxhdrs/signal15.c
index e9a6b29826..2eb0dc1ec7 100644
--- a/c/src/tests/psxtests/psxhdrs/signal15.c
+++ b/c/src/tests/psxtests/psxhdrs/signal15.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal16.c b/c/src/tests/psxtests/psxhdrs/signal16.c
index 9a53d6ba39..914af6a19b 100644
--- a/c/src/tests/psxtests/psxhdrs/signal16.c
+++ b/c/src/tests/psxtests/psxhdrs/signal16.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal17.c b/c/src/tests/psxtests/psxhdrs/signal17.c
index e71d600f41..8f4767c85e 100644
--- a/c/src/tests/psxtests/psxhdrs/signal17.c
+++ b/c/src/tests/psxtests/psxhdrs/signal17.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal18.c b/c/src/tests/psxtests/psxhdrs/signal18.c
index eae94ed30a..7c6b00c533 100644
--- a/c/src/tests/psxtests/psxhdrs/signal18.c
+++ b/c/src/tests/psxtests/psxhdrs/signal18.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal19.c b/c/src/tests/psxtests/psxhdrs/signal19.c
index e84b5df8af..7066fe3de9 100644
--- a/c/src/tests/psxtests/psxhdrs/signal19.c
+++ b/c/src/tests/psxtests/psxhdrs/signal19.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal20.c b/c/src/tests/psxtests/psxhdrs/signal20.c
index ae6755b53a..73513101ac 100644
--- a/c/src/tests/psxtests/psxhdrs/signal20.c
+++ b/c/src/tests/psxtests/psxhdrs/signal20.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal21.c b/c/src/tests/psxtests/psxhdrs/signal21.c
index 1655a837ba..c46ad2c6a9 100644
--- a/c/src/tests/psxtests/psxhdrs/signal21.c
+++ b/c/src/tests/psxtests/psxhdrs/signal21.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/signal22.c b/c/src/tests/psxtests/psxhdrs/signal22.c
index 6105899637..3d6a7600c7 100644
--- a/c/src/tests/psxtests/psxhdrs/signal22.c
+++ b/c/src/tests/psxtests/psxhdrs/signal22.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time01.c b/c/src/tests/psxtests/psxhdrs/time01.c
index 2528c0ee81..6df80b5b64 100644
--- a/c/src/tests/psxtests/psxhdrs/time01.c
+++ b/c/src/tests/psxtests/psxhdrs/time01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time02.c b/c/src/tests/psxtests/psxhdrs/time02.c
index 20a1183dd3..e29bc86bcb 100644
--- a/c/src/tests/psxtests/psxhdrs/time02.c
+++ b/c/src/tests/psxtests/psxhdrs/time02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time03.c b/c/src/tests/psxtests/psxhdrs/time03.c
index b470864da2..7218ea400d 100644
--- a/c/src/tests/psxtests/psxhdrs/time03.c
+++ b/c/src/tests/psxtests/psxhdrs/time03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time04.c b/c/src/tests/psxtests/psxhdrs/time04.c
index 02e18451d5..69d41cda82 100644
--- a/c/src/tests/psxtests/psxhdrs/time04.c
+++ b/c/src/tests/psxtests/psxhdrs/time04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time05.c b/c/src/tests/psxtests/psxhdrs/time05.c
index ad12f12e3b..6a0f52bc3c 100644
--- a/c/src/tests/psxtests/psxhdrs/time05.c
+++ b/c/src/tests/psxtests/psxhdrs/time05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time06.c b/c/src/tests/psxtests/psxhdrs/time06.c
index f44fcaeceb..d48d3d906e 100644
--- a/c/src/tests/psxtests/psxhdrs/time06.c
+++ b/c/src/tests/psxtests/psxhdrs/time06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time07.c b/c/src/tests/psxtests/psxhdrs/time07.c
index cc6b947c4a..d021450d1f 100644
--- a/c/src/tests/psxtests/psxhdrs/time07.c
+++ b/c/src/tests/psxtests/psxhdrs/time07.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time08.c b/c/src/tests/psxtests/psxhdrs/time08.c
index c66378e741..2b34daa505 100644
--- a/c/src/tests/psxtests/psxhdrs/time08.c
+++ b/c/src/tests/psxtests/psxhdrs/time08.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time09.c b/c/src/tests/psxtests/psxhdrs/time09.c
index d85ece0b27..162b3be26e 100644
--- a/c/src/tests/psxtests/psxhdrs/time09.c
+++ b/c/src/tests/psxtests/psxhdrs/time09.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time10.c b/c/src/tests/psxtests/psxhdrs/time10.c
index 6e7bd4dd45..c8605707c4 100644
--- a/c/src/tests/psxtests/psxhdrs/time10.c
+++ b/c/src/tests/psxtests/psxhdrs/time10.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time11.c b/c/src/tests/psxtests/psxhdrs/time11.c
index 588ea174be..0b1e56e704 100644
--- a/c/src/tests/psxtests/psxhdrs/time11.c
+++ b/c/src/tests/psxtests/psxhdrs/time11.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time12.c b/c/src/tests/psxtests/psxhdrs/time12.c
index 3568bad319..10c156a849 100644
--- a/c/src/tests/psxtests/psxhdrs/time12.c
+++ b/c/src/tests/psxtests/psxhdrs/time12.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/time13.c b/c/src/tests/psxtests/psxhdrs/time13.c
index a0d2e4e4bc..05e08dd541 100644
--- a/c/src/tests/psxtests/psxhdrs/time13.c
+++ b/c/src/tests/psxtests/psxhdrs/time13.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/timer01.c b/c/src/tests/psxtests/psxhdrs/timer01.c
index 9ca32a2bc6..87154742f1 100644
--- a/c/src/tests/psxtests/psxhdrs/timer01.c
+++ b/c/src/tests/psxtests/psxhdrs/timer01.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/timer02.c b/c/src/tests/psxtests/psxhdrs/timer02.c
index ff6b7ab1f6..8fcbabe5e2 100644
--- a/c/src/tests/psxtests/psxhdrs/timer02.c
+++ b/c/src/tests/psxtests/psxhdrs/timer02.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/timer03.c b/c/src/tests/psxtests/psxhdrs/timer03.c
index abbf3399f9..3b1e487dc3 100644
--- a/c/src/tests/psxtests/psxhdrs/timer03.c
+++ b/c/src/tests/psxtests/psxhdrs/timer03.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/timer04.c b/c/src/tests/psxtests/psxhdrs/timer04.c
index ae70418d00..55c9657e10 100644
--- a/c/src/tests/psxtests/psxhdrs/timer04.c
+++ b/c/src/tests/psxtests/psxhdrs/timer04.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/timer05.c b/c/src/tests/psxtests/psxhdrs/timer05.c
index f420b9c9ee..e2ea807a53 100644
--- a/c/src/tests/psxtests/psxhdrs/timer05.c
+++ b/c/src/tests/psxtests/psxhdrs/timer05.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/psxtests/psxhdrs/timer06.c b/c/src/tests/psxtests/psxhdrs/timer06.c
index 9989c87da7..d0919b80bd 100644
--- a/c/src/tests/psxtests/psxhdrs/timer06.c
+++ b/c/src/tests/psxtests/psxhdrs/timer06.c
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/README b/c/src/tests/samples/README
index d4ed109e3b..e832b4f80a 100644
--- a/c/src/tests/samples/README
+++ b/c/src/tests/samples/README
@@ -3,8 +3,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
# $Id$
diff --git a/c/src/tests/samples/base_mp/apptask.c b/c/src/tests/samples/base_mp/apptask.c
index d73f4e612c..3eb04536cd 100644
--- a/c/src/tests/samples/base_mp/apptask.c
+++ b/c/src/tests/samples/base_mp/apptask.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/base_mp/init.c b/c/src/tests/samples/base_mp/init.c
index 00ff01b1cf..69894c56a0 100644
--- a/c/src/tests/samples/base_mp/init.c
+++ b/c/src/tests/samples/base_mp/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/base_mp/node1/base_mp.doc b/c/src/tests/samples/base_mp/node1/base_mp.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/base_mp/node1/base_mp.doc
+++ b/c/src/tests/samples/base_mp/node1/base_mp.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/samples/base_mp/node2/base_mp.doc b/c/src/tests/samples/base_mp/node2/base_mp.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/base_mp/node2/base_mp.doc
+++ b/c/src/tests/samples/base_mp/node2/base_mp.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/samples/base_mp/system.h b/c/src/tests/samples/base_mp/system.h
index 0e86d0cce6..9754299b97 100644
--- a/c/src/tests/samples/base_mp/system.h
+++ b/c/src/tests/samples/base_mp/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/base_sp/apptask.c b/c/src/tests/samples/base_sp/apptask.c
index f3a7ff2bc8..c27b809ca1 100644
--- a/c/src/tests/samples/base_sp/apptask.c
+++ b/c/src/tests/samples/base_sp/apptask.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/base_sp/base_sp.doc b/c/src/tests/samples/base_sp/base_sp.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/base_sp/base_sp.doc
+++ b/c/src/tests/samples/base_sp/base_sp.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/samples/base_sp/init.c b/c/src/tests/samples/base_sp/init.c
index 7d3e8a0d6d..44fcccbf36 100644
--- a/c/src/tests/samples/base_sp/init.c
+++ b/c/src/tests/samples/base_sp/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/base_sp/system.h b/c/src/tests/samples/base_sp/system.h
index e86654304e..d523b4360b 100644
--- a/c/src/tests/samples/base_sp/system.h
+++ b/c/src/tests/samples/base_sp/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/cdtest/init.c b/c/src/tests/samples/cdtest/init.c
index d033fd4dda..94f4c1130f 100644
--- a/c/src/tests/samples/cdtest/init.c
+++ b/c/src/tests/samples/cdtest/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/cdtest/main.cc b/c/src/tests/samples/cdtest/main.cc
index e7b3cd02b3..47c28165fb 100644
--- a/c/src/tests/samples/cdtest/main.cc
+++ b/c/src/tests/samples/cdtest/main.cc
@@ -12,8 +12,8 @@
* COPYRIGHT (c) 1994 by Division Incorporated
* Based in part on OAR works.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/cdtest/system.h b/c/src/tests/samples/cdtest/system.h
index b7cea0b062..2aa8015e6d 100644
--- a/c/src/tests/samples/cdtest/system.h
+++ b/c/src/tests/samples/cdtest/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/hello/hello.doc b/c/src/tests/samples/hello/hello.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/hello/hello.doc
+++ b/c/src/tests/samples/hello/hello.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/samples/hello/init.c b/c/src/tests/samples/hello/init.c
index 0fc3555260..c417eb01a6 100644
--- a/c/src/tests/samples/hello/init.c
+++ b/c/src/tests/samples/hello/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/hello/system.h b/c/src/tests/samples/hello/system.h
index f3beb5cbce..4b922fd9f4 100644
--- a/c/src/tests/samples/hello/system.h
+++ b/c/src/tests/samples/hello/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/paranoia/init.c b/c/src/tests/samples/paranoia/init.c
index 00466ebb02..e65630d8c2 100644
--- a/c/src/tests/samples/paranoia/init.c
+++ b/c/src/tests/samples/paranoia/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/paranoia/paranoia.doc b/c/src/tests/samples/paranoia/paranoia.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/paranoia/paranoia.doc
+++ b/c/src/tests/samples/paranoia/paranoia.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/samples/paranoia/system.h b/c/src/tests/samples/paranoia/system.h
index 76bc3b25a2..0fd7a26818 100644
--- a/c/src/tests/samples/paranoia/system.h
+++ b/c/src/tests/samples/paranoia/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/init.c b/c/src/tests/samples/ticker/init.c
index 68da76ff07..5788c9f8fd 100644
--- a/c/src/tests/samples/ticker/init.c
+++ b/c/src/tests/samples/ticker/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/system.h b/c/src/tests/samples/ticker/system.h
index e12ae48f95..6e152b672b 100644
--- a/c/src/tests/samples/ticker/system.h
+++ b/c/src/tests/samples/ticker/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/tasks.c b/c/src/tests/samples/ticker/tasks.c
index 189b16f6da..6cddcb0dea 100644
--- a/c/src/tests/samples/ticker/tasks.c
+++ b/c/src/tests/samples/ticker/tasks.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/samples/ticker/ticker.doc b/c/src/tests/samples/ticker/ticker.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/samples/ticker/ticker.doc
+++ b/c/src/tests/samples/ticker/ticker.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp01/init.c b/c/src/tests/sptests/sp01/init.c
index 99d5922a16..0d5a2f5266 100644
--- a/c/src/tests/sptests/sp01/init.c
+++ b/c/src/tests/sptests/sp01/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp01/sp01.doc b/c/src/tests/sptests/sp01/sp01.doc
index d89d855f3c..2b32a2b435 100644
--- a/c/src/tests/sptests/sp01/sp01.doc
+++ b/c/src/tests/sptests/sp01/sp01.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp01/system.h b/c/src/tests/sptests/sp01/system.h
index 423315e590..9227eeb86a 100644
--- a/c/src/tests/sptests/sp01/system.h
+++ b/c/src/tests/sptests/sp01/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp01/task1.c b/c/src/tests/sptests/sp01/task1.c
index e911abd595..cbfc0f0bbd 100644
--- a/c/src/tests/sptests/sp01/task1.c
+++ b/c/src/tests/sptests/sp01/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp02/init.c b/c/src/tests/sptests/sp02/init.c
index e55f887074..5a7a3b2903 100644
--- a/c/src/tests/sptests/sp02/init.c
+++ b/c/src/tests/sptests/sp02/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp02/preempt.c b/c/src/tests/sptests/sp02/preempt.c
index 925b1d04a7..a62a69f258 100644
--- a/c/src/tests/sptests/sp02/preempt.c
+++ b/c/src/tests/sptests/sp02/preempt.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp02/sp02.doc b/c/src/tests/sptests/sp02/sp02.doc
index 0c4c99e31e..81af9bda1a 100644
--- a/c/src/tests/sptests/sp02/sp02.doc
+++ b/c/src/tests/sptests/sp02/sp02.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp02/system.h b/c/src/tests/sptests/sp02/system.h
index 15c15e1a18..7cb427ccda 100644
--- a/c/src/tests/sptests/sp02/system.h
+++ b/c/src/tests/sptests/sp02/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp02/task1.c b/c/src/tests/sptests/sp02/task1.c
index 560facc32c..a0dfc53dcf 100644
--- a/c/src/tests/sptests/sp02/task1.c
+++ b/c/src/tests/sptests/sp02/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp02/task2.c b/c/src/tests/sptests/sp02/task2.c
index 16c95eb798..3ddb9aac96 100644
--- a/c/src/tests/sptests/sp02/task2.c
+++ b/c/src/tests/sptests/sp02/task2.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp02/task3.c b/c/src/tests/sptests/sp02/task3.c
index c9231e7bd2..c7d4774cb7 100644
--- a/c/src/tests/sptests/sp02/task3.c
+++ b/c/src/tests/sptests/sp02/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp03/init.c b/c/src/tests/sptests/sp03/init.c
index 615a974c8b..a3f2b3d456 100644
--- a/c/src/tests/sptests/sp03/init.c
+++ b/c/src/tests/sptests/sp03/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp03/sp03.doc b/c/src/tests/sptests/sp03/sp03.doc
index 97dac0fd61..d944f72823 100644
--- a/c/src/tests/sptests/sp03/sp03.doc
+++ b/c/src/tests/sptests/sp03/sp03.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp03/system.h b/c/src/tests/sptests/sp03/system.h
index 2766458732..9ee0764ebb 100644
--- a/c/src/tests/sptests/sp03/system.h
+++ b/c/src/tests/sptests/sp03/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp03/task1.c b/c/src/tests/sptests/sp03/task1.c
index 8ad2adba27..4399e0e653 100644
--- a/c/src/tests/sptests/sp03/task1.c
+++ b/c/src/tests/sptests/sp03/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp03/task2.c b/c/src/tests/sptests/sp03/task2.c
index b25699ca45..6bc186b6e0 100644
--- a/c/src/tests/sptests/sp03/task2.c
+++ b/c/src/tests/sptests/sp03/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp04/init.c b/c/src/tests/sptests/sp04/init.c
index 954e8b1f32..e9a3342f01 100644
--- a/c/src/tests/sptests/sp04/init.c
+++ b/c/src/tests/sptests/sp04/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp04/sp04.doc b/c/src/tests/sptests/sp04/sp04.doc
index f15d9b73ef..d17f7b1658 100644
--- a/c/src/tests/sptests/sp04/sp04.doc
+++ b/c/src/tests/sptests/sp04/sp04.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp04/system.h b/c/src/tests/sptests/sp04/system.h
index eb9dc8ed14..2ccc012c2b 100644
--- a/c/src/tests/sptests/sp04/system.h
+++ b/c/src/tests/sptests/sp04/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp04/task1.c b/c/src/tests/sptests/sp04/task1.c
index b6dcdd6659..42af556515 100644
--- a/c/src/tests/sptests/sp04/task1.c
+++ b/c/src/tests/sptests/sp04/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp04/task2.c b/c/src/tests/sptests/sp04/task2.c
index 245c5a29bb..2ce06709c5 100644
--- a/c/src/tests/sptests/sp04/task2.c
+++ b/c/src/tests/sptests/sp04/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp04/task3.c b/c/src/tests/sptests/sp04/task3.c
index 424fb28d4f..0c253cabfa 100644
--- a/c/src/tests/sptests/sp04/task3.c
+++ b/c/src/tests/sptests/sp04/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp04/tswitch.c b/c/src/tests/sptests/sp04/tswitch.c
index 8697b9670a..d5f11a58da 100644
--- a/c/src/tests/sptests/sp04/tswitch.c
+++ b/c/src/tests/sptests/sp04/tswitch.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp05/init.c b/c/src/tests/sptests/sp05/init.c
index 10db3b6321..9e3b94e522 100644
--- a/c/src/tests/sptests/sp05/init.c
+++ b/c/src/tests/sptests/sp05/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp05/sp05.doc b/c/src/tests/sptests/sp05/sp05.doc
index 69c4a468b2..92b61cd8e4 100644
--- a/c/src/tests/sptests/sp05/sp05.doc
+++ b/c/src/tests/sptests/sp05/sp05.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp05/system.h b/c/src/tests/sptests/sp05/system.h
index fa31776238..13fdddec2e 100644
--- a/c/src/tests/sptests/sp05/system.h
+++ b/c/src/tests/sptests/sp05/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp05/task1.c b/c/src/tests/sptests/sp05/task1.c
index 878e1b447a..9022349629 100644
--- a/c/src/tests/sptests/sp05/task1.c
+++ b/c/src/tests/sptests/sp05/task1.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp05/task2.c b/c/src/tests/sptests/sp05/task2.c
index c631d53cd8..80db802faf 100644
--- a/c/src/tests/sptests/sp05/task2.c
+++ b/c/src/tests/sptests/sp05/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp05/task3.c b/c/src/tests/sptests/sp05/task3.c
index e0af170ce3..6826787a28 100644
--- a/c/src/tests/sptests/sp05/task3.c
+++ b/c/src/tests/sptests/sp05/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp06/init.c b/c/src/tests/sptests/sp06/init.c
index 3471294562..0cb973eac9 100644
--- a/c/src/tests/sptests/sp06/init.c
+++ b/c/src/tests/sptests/sp06/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp06/sp06.doc b/c/src/tests/sptests/sp06/sp06.doc
index e09b7c04f2..f28d8c5532 100644
--- a/c/src/tests/sptests/sp06/sp06.doc
+++ b/c/src/tests/sptests/sp06/sp06.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp06/system.h b/c/src/tests/sptests/sp06/system.h
index e2065c8196..09988f5dbc 100644
--- a/c/src/tests/sptests/sp06/system.h
+++ b/c/src/tests/sptests/sp06/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp06/task1.c b/c/src/tests/sptests/sp06/task1.c
index 033b33b348..525a93533f 100644
--- a/c/src/tests/sptests/sp06/task1.c
+++ b/c/src/tests/sptests/sp06/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp06/task2.c b/c/src/tests/sptests/sp06/task2.c
index 04d16dbffc..c5c9e4cd65 100644
--- a/c/src/tests/sptests/sp06/task2.c
+++ b/c/src/tests/sptests/sp06/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp06/task3.c b/c/src/tests/sptests/sp06/task3.c
index 21da8aea9f..b32b7da3a8 100644
--- a/c/src/tests/sptests/sp06/task3.c
+++ b/c/src/tests/sptests/sp06/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/init.c b/c/src/tests/sptests/sp07/init.c
index 545bace5a7..42a7b89ced 100644
--- a/c/src/tests/sptests/sp07/init.c
+++ b/c/src/tests/sptests/sp07/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/sp07.doc b/c/src/tests/sptests/sp07/sp07.doc
index 01af734c06..ea0b91c5c8 100644
--- a/c/src/tests/sptests/sp07/sp07.doc
+++ b/c/src/tests/sptests/sp07/sp07.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp07/system.h b/c/src/tests/sptests/sp07/system.h
index 89bc8ac9b6..fdefc7fc05 100644
--- a/c/src/tests/sptests/sp07/system.h
+++ b/c/src/tests/sptests/sp07/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/task1.c b/c/src/tests/sptests/sp07/task1.c
index a829d68218..2982f32168 100644
--- a/c/src/tests/sptests/sp07/task1.c
+++ b/c/src/tests/sptests/sp07/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/task2.c b/c/src/tests/sptests/sp07/task2.c
index 54a575b5d0..d091ba8f29 100644
--- a/c/src/tests/sptests/sp07/task2.c
+++ b/c/src/tests/sptests/sp07/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/task3.c b/c/src/tests/sptests/sp07/task3.c
index f725488aaa..bdbb511cf0 100644
--- a/c/src/tests/sptests/sp07/task3.c
+++ b/c/src/tests/sptests/sp07/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/task4.c b/c/src/tests/sptests/sp07/task4.c
index 9405a0a1f5..8e14ecf0ca 100644
--- a/c/src/tests/sptests/sp07/task4.c
+++ b/c/src/tests/sptests/sp07/task4.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/taskexit.c b/c/src/tests/sptests/sp07/taskexit.c
index 27977432b8..1732fd2bda 100644
--- a/c/src/tests/sptests/sp07/taskexit.c
+++ b/c/src/tests/sptests/sp07/taskexit.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/tcreate.c b/c/src/tests/sptests/sp07/tcreate.c
index 6e17e3ca56..601934b534 100644
--- a/c/src/tests/sptests/sp07/tcreate.c
+++ b/c/src/tests/sptests/sp07/tcreate.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/tdelete.c b/c/src/tests/sptests/sp07/tdelete.c
index ba59d6be7d..550bc948fe 100644
--- a/c/src/tests/sptests/sp07/tdelete.c
+++ b/c/src/tests/sptests/sp07/tdelete.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/trestart.c b/c/src/tests/sptests/sp07/trestart.c
index 0e93ae506c..68bf091191 100644
--- a/c/src/tests/sptests/sp07/trestart.c
+++ b/c/src/tests/sptests/sp07/trestart.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp07/tstart.c b/c/src/tests/sptests/sp07/tstart.c
index 0143260c4a..6146043fe5 100644
--- a/c/src/tests/sptests/sp07/tstart.c
+++ b/c/src/tests/sptests/sp07/tstart.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp08/init.c b/c/src/tests/sptests/sp08/init.c
index 0e235a9bc9..782f0410c0 100644
--- a/c/src/tests/sptests/sp08/init.c
+++ b/c/src/tests/sptests/sp08/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp08/sp08.doc b/c/src/tests/sptests/sp08/sp08.doc
index 72db2a37f9..982c2ed510 100644
--- a/c/src/tests/sptests/sp08/sp08.doc
+++ b/c/src/tests/sptests/sp08/sp08.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp08/system.h b/c/src/tests/sptests/sp08/system.h
index 2e43da787f..34d71edb70 100644
--- a/c/src/tests/sptests/sp08/system.h
+++ b/c/src/tests/sptests/sp08/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp08/task1.c b/c/src/tests/sptests/sp08/task1.c
index d2031fdde2..a441df64bb 100644
--- a/c/src/tests/sptests/sp08/task1.c
+++ b/c/src/tests/sptests/sp08/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/delay.c b/c/src/tests/sptests/sp09/delay.c
index a21516f216..0bdf07ddb3 100644
--- a/c/src/tests/sptests/sp09/delay.c
+++ b/c/src/tests/sptests/sp09/delay.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/init.c b/c/src/tests/sptests/sp09/init.c
index c0ff9d86c1..b94cc0704b 100644
--- a/c/src/tests/sptests/sp09/init.c
+++ b/c/src/tests/sptests/sp09/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/isr.c b/c/src/tests/sptests/sp09/isr.c
index d829ff8944..ce6e3b2313 100644
--- a/c/src/tests/sptests/sp09/isr.c
+++ b/c/src/tests/sptests/sp09/isr.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen01.c b/c/src/tests/sptests/sp09/screen01.c
index 25e4f58591..7a40e5b4ea 100644
--- a/c/src/tests/sptests/sp09/screen01.c
+++ b/c/src/tests/sptests/sp09/screen01.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen02.c b/c/src/tests/sptests/sp09/screen02.c
index 2b4cd3142e..df756151cf 100644
--- a/c/src/tests/sptests/sp09/screen02.c
+++ b/c/src/tests/sptests/sp09/screen02.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen03.c b/c/src/tests/sptests/sp09/screen03.c
index 2c0b44a517..f0f7aff476 100644
--- a/c/src/tests/sptests/sp09/screen03.c
+++ b/c/src/tests/sptests/sp09/screen03.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen04.c b/c/src/tests/sptests/sp09/screen04.c
index 0dd78deed9..625781bbf3 100644
--- a/c/src/tests/sptests/sp09/screen04.c
+++ b/c/src/tests/sptests/sp09/screen04.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen05.c b/c/src/tests/sptests/sp09/screen05.c
index 1070e654bf..94ddda8eec 100644
--- a/c/src/tests/sptests/sp09/screen05.c
+++ b/c/src/tests/sptests/sp09/screen05.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen06.c b/c/src/tests/sptests/sp09/screen06.c
index 967b68b867..e022c7ff5b 100644
--- a/c/src/tests/sptests/sp09/screen06.c
+++ b/c/src/tests/sptests/sp09/screen06.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen07.c b/c/src/tests/sptests/sp09/screen07.c
index 87e423f38c..331e8af94b 100644
--- a/c/src/tests/sptests/sp09/screen07.c
+++ b/c/src/tests/sptests/sp09/screen07.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen08.c b/c/src/tests/sptests/sp09/screen08.c
index 1aaa9df451..8638fef9ec 100644
--- a/c/src/tests/sptests/sp09/screen08.c
+++ b/c/src/tests/sptests/sp09/screen08.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen09.c b/c/src/tests/sptests/sp09/screen09.c
index 0810c7c0ab..cbb42819cb 100644
--- a/c/src/tests/sptests/sp09/screen09.c
+++ b/c/src/tests/sptests/sp09/screen09.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen10.c b/c/src/tests/sptests/sp09/screen10.c
index 5b8bc1f69a..1aaa2c4eaa 100644
--- a/c/src/tests/sptests/sp09/screen10.c
+++ b/c/src/tests/sptests/sp09/screen10.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen11.c b/c/src/tests/sptests/sp09/screen11.c
index 168c4c8788..a3d56cef8f 100644
--- a/c/src/tests/sptests/sp09/screen11.c
+++ b/c/src/tests/sptests/sp09/screen11.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen12.c b/c/src/tests/sptests/sp09/screen12.c
index e9f1724808..208cf2d376 100644
--- a/c/src/tests/sptests/sp09/screen12.c
+++ b/c/src/tests/sptests/sp09/screen12.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen13.c b/c/src/tests/sptests/sp09/screen13.c
index 779ef9e4f7..babaee00de 100644
--- a/c/src/tests/sptests/sp09/screen13.c
+++ b/c/src/tests/sptests/sp09/screen13.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/screen14.c b/c/src/tests/sptests/sp09/screen14.c
index fe39bab676..8f21723cee 100644
--- a/c/src/tests/sptests/sp09/screen14.c
+++ b/c/src/tests/sptests/sp09/screen14.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/sp09.doc b/c/src/tests/sptests/sp09/sp09.doc
index a7e296ca7d..20b341a738 100644
--- a/c/src/tests/sptests/sp09/sp09.doc
+++ b/c/src/tests/sptests/sp09/sp09.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp09/system.h b/c/src/tests/sptests/sp09/system.h
index 7c482db2a7..a0c23e16a2 100644
--- a/c/src/tests/sptests/sp09/system.h
+++ b/c/src/tests/sptests/sp09/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/task1.c b/c/src/tests/sptests/sp09/task1.c
index fb4f3f3941..60663146a5 100644
--- a/c/src/tests/sptests/sp09/task1.c
+++ b/c/src/tests/sptests/sp09/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/task2.c b/c/src/tests/sptests/sp09/task2.c
index 096a423640..034e2ac075 100644
--- a/c/src/tests/sptests/sp09/task2.c
+++ b/c/src/tests/sptests/sp09/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/task3.c b/c/src/tests/sptests/sp09/task3.c
index a96bfa5a68..5405c18396 100644
--- a/c/src/tests/sptests/sp09/task3.c
+++ b/c/src/tests/sptests/sp09/task3.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp09/task4.c b/c/src/tests/sptests/sp09/task4.c
index 05f92f0dec..22629b4ff5 100644
--- a/c/src/tests/sptests/sp09/task4.c
+++ b/c/src/tests/sptests/sp09/task4.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp11/init.c b/c/src/tests/sptests/sp11/init.c
index f0792ce456..18ee245fb1 100644
--- a/c/src/tests/sptests/sp11/init.c
+++ b/c/src/tests/sptests/sp11/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp11/sp11.doc b/c/src/tests/sptests/sp11/sp11.doc
index 22f487a56b..61d25ec353 100644
--- a/c/src/tests/sptests/sp11/sp11.doc
+++ b/c/src/tests/sptests/sp11/sp11.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp11/system.h b/c/src/tests/sptests/sp11/system.h
index b749025be5..5edd6090e7 100644
--- a/c/src/tests/sptests/sp11/system.h
+++ b/c/src/tests/sptests/sp11/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp11/task1.c b/c/src/tests/sptests/sp11/task1.c
index a7691dd2b0..3fa04858df 100644
--- a/c/src/tests/sptests/sp11/task1.c
+++ b/c/src/tests/sptests/sp11/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp11/task2.c b/c/src/tests/sptests/sp11/task2.c
index 9a233dd52c..a6f7807784 100644
--- a/c/src/tests/sptests/sp11/task2.c
+++ b/c/src/tests/sptests/sp11/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp11/timer.c b/c/src/tests/sptests/sp11/timer.c
index 4a7fb7044c..e215bb6bbc 100644
--- a/c/src/tests/sptests/sp11/timer.c
+++ b/c/src/tests/sptests/sp11/timer.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/init.c b/c/src/tests/sptests/sp12/init.c
index 862033ce1e..17cf47abde 100644
--- a/c/src/tests/sptests/sp12/init.c
+++ b/c/src/tests/sptests/sp12/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/pridrv.c b/c/src/tests/sptests/sp12/pridrv.c
index 8ddf90749a..6bb7dac81f 100644
--- a/c/src/tests/sptests/sp12/pridrv.c
+++ b/c/src/tests/sptests/sp12/pridrv.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/pritask.c b/c/src/tests/sptests/sp12/pritask.c
index 24a1ceb4d6..2cc0cc37b2 100644
--- a/c/src/tests/sptests/sp12/pritask.c
+++ b/c/src/tests/sptests/sp12/pritask.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/sp12.doc b/c/src/tests/sptests/sp12/sp12.doc
index c68b14bf58..5711d246d6 100644
--- a/c/src/tests/sptests/sp12/sp12.doc
+++ b/c/src/tests/sptests/sp12/sp12.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp12/system.h b/c/src/tests/sptests/sp12/system.h
index e06f3b1df8..fe0fb7ab32 100644
--- a/c/src/tests/sptests/sp12/system.h
+++ b/c/src/tests/sptests/sp12/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/task1.c b/c/src/tests/sptests/sp12/task1.c
index 75ca767d45..2a4ee380cf 100644
--- a/c/src/tests/sptests/sp12/task1.c
+++ b/c/src/tests/sptests/sp12/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/task2.c b/c/src/tests/sptests/sp12/task2.c
index 0e2b2a4dfc..5756ffcabe 100644
--- a/c/src/tests/sptests/sp12/task2.c
+++ b/c/src/tests/sptests/sp12/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/task3.c b/c/src/tests/sptests/sp12/task3.c
index c951a4bdc4..3834d8bce8 100644
--- a/c/src/tests/sptests/sp12/task3.c
+++ b/c/src/tests/sptests/sp12/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/task4.c b/c/src/tests/sptests/sp12/task4.c
index a0c8bb40c7..9b6f9d43e8 100644
--- a/c/src/tests/sptests/sp12/task4.c
+++ b/c/src/tests/sptests/sp12/task4.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp12/task5.c b/c/src/tests/sptests/sp12/task5.c
index ca3957015a..fbfc15420a 100644
--- a/c/src/tests/sptests/sp12/task5.c
+++ b/c/src/tests/sptests/sp12/task5.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp13/fillbuff.c b/c/src/tests/sptests/sp13/fillbuff.c
index b0d1186ddc..59fae47d7a 100644
--- a/c/src/tests/sptests/sp13/fillbuff.c
+++ b/c/src/tests/sptests/sp13/fillbuff.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp13/init.c b/c/src/tests/sptests/sp13/init.c
index afe7d4e19b..0984e4a0f8 100644
--- a/c/src/tests/sptests/sp13/init.c
+++ b/c/src/tests/sptests/sp13/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp13/putbuff.c b/c/src/tests/sptests/sp13/putbuff.c
index 6a4c08ee1d..57328098a2 100644
--- a/c/src/tests/sptests/sp13/putbuff.c
+++ b/c/src/tests/sptests/sp13/putbuff.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp13/sp13.doc b/c/src/tests/sptests/sp13/sp13.doc
index 25747815aa..5929e32e74 100644
--- a/c/src/tests/sptests/sp13/sp13.doc
+++ b/c/src/tests/sptests/sp13/sp13.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp13/system.h b/c/src/tests/sptests/sp13/system.h
index 7dbc55b933..bef2f940e6 100644
--- a/c/src/tests/sptests/sp13/system.h
+++ b/c/src/tests/sptests/sp13/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp13/task1.c b/c/src/tests/sptests/sp13/task1.c
index bfd43c3dd8..10f11019d1 100644
--- a/c/src/tests/sptests/sp13/task1.c
+++ b/c/src/tests/sptests/sp13/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp13/task2.c b/c/src/tests/sptests/sp13/task2.c
index 00a002e31a..af7826121e 100644
--- a/c/src/tests/sptests/sp13/task2.c
+++ b/c/src/tests/sptests/sp13/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp13/task3.c b/c/src/tests/sptests/sp13/task3.c
index 43c1a31b12..bdcaec5885 100644
--- a/c/src/tests/sptests/sp13/task3.c
+++ b/c/src/tests/sptests/sp13/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp14/asr.c b/c/src/tests/sptests/sp14/asr.c
index 85cf953b59..a6ff442025 100644
--- a/c/src/tests/sptests/sp14/asr.c
+++ b/c/src/tests/sptests/sp14/asr.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp14/init.c b/c/src/tests/sptests/sp14/init.c
index b85f8bda77..70d0d37ca5 100644
--- a/c/src/tests/sptests/sp14/init.c
+++ b/c/src/tests/sptests/sp14/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp14/sp14.doc b/c/src/tests/sptests/sp14/sp14.doc
index ffd7c51519..ec540ca506 100644
--- a/c/src/tests/sptests/sp14/sp14.doc
+++ b/c/src/tests/sptests/sp14/sp14.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp14/system.h b/c/src/tests/sptests/sp14/system.h
index dbc837b435..73a14448cb 100644
--- a/c/src/tests/sptests/sp14/system.h
+++ b/c/src/tests/sptests/sp14/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp14/task1.c b/c/src/tests/sptests/sp14/task1.c
index 8f5463c396..2729c14a00 100644
--- a/c/src/tests/sptests/sp14/task1.c
+++ b/c/src/tests/sptests/sp14/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp14/task2.c b/c/src/tests/sptests/sp14/task2.c
index 7a7927d981..d93de693b6 100644
--- a/c/src/tests/sptests/sp14/task2.c
+++ b/c/src/tests/sptests/sp14/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp15/init.c b/c/src/tests/sptests/sp15/init.c
index 23ece2e8c8..654a4d1d58 100644
--- a/c/src/tests/sptests/sp15/init.c
+++ b/c/src/tests/sptests/sp15/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp15/sp15.doc b/c/src/tests/sptests/sp15/sp15.doc
index 33e10b068c..d667c516ad 100644
--- a/c/src/tests/sptests/sp15/sp15.doc
+++ b/c/src/tests/sptests/sp15/sp15.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp15/system.h b/c/src/tests/sptests/sp15/system.h
index cbd2ae934c..7ac748c53d 100644
--- a/c/src/tests/sptests/sp15/system.h
+++ b/c/src/tests/sptests/sp15/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp15/task1.c b/c/src/tests/sptests/sp15/task1.c
index 11664da95b..7827325b1a 100644
--- a/c/src/tests/sptests/sp15/task1.c
+++ b/c/src/tests/sptests/sp15/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp16/init.c b/c/src/tests/sptests/sp16/init.c
index 2dff7629bc..99419206b7 100644
--- a/c/src/tests/sptests/sp16/init.c
+++ b/c/src/tests/sptests/sp16/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp16/sp16.doc b/c/src/tests/sptests/sp16/sp16.doc
index 86e8d7f236..219c1d3d87 100644
--- a/c/src/tests/sptests/sp16/sp16.doc
+++ b/c/src/tests/sptests/sp16/sp16.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp16/system.h b/c/src/tests/sptests/sp16/system.h
index c8def60e12..5dd09e77f9 100644
--- a/c/src/tests/sptests/sp16/system.h
+++ b/c/src/tests/sptests/sp16/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp16/task1.c b/c/src/tests/sptests/sp16/task1.c
index b7560d7e95..e18445ee53 100644
--- a/c/src/tests/sptests/sp16/task1.c
+++ b/c/src/tests/sptests/sp16/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp16/task2.c b/c/src/tests/sptests/sp16/task2.c
index 980b98bbe1..db7581feb6 100644
--- a/c/src/tests/sptests/sp16/task2.c
+++ b/c/src/tests/sptests/sp16/task2.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp16/task3.c b/c/src/tests/sptests/sp16/task3.c
index c4d727d2e2..b2a151459d 100644
--- a/c/src/tests/sptests/sp16/task3.c
+++ b/c/src/tests/sptests/sp16/task3.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp16/task4.c b/c/src/tests/sptests/sp16/task4.c
index 7d100ce7d0..5857d352c9 100644
--- a/c/src/tests/sptests/sp16/task4.c
+++ b/c/src/tests/sptests/sp16/task4.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp16/task5.c b/c/src/tests/sptests/sp16/task5.c
index c7f873f256..f015972d3d 100644
--- a/c/src/tests/sptests/sp16/task5.c
+++ b/c/src/tests/sptests/sp16/task5.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp17/asr.c b/c/src/tests/sptests/sp17/asr.c
index 08be97bb23..475cb59f3a 100644
--- a/c/src/tests/sptests/sp17/asr.c
+++ b/c/src/tests/sptests/sp17/asr.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp17/init.c b/c/src/tests/sptests/sp17/init.c
index df369f0b3a..88844b8379 100644
--- a/c/src/tests/sptests/sp17/init.c
+++ b/c/src/tests/sptests/sp17/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp17/sp17.doc b/c/src/tests/sptests/sp17/sp17.doc
index ff0586e337..638650c8cd 100644
--- a/c/src/tests/sptests/sp17/sp17.doc
+++ b/c/src/tests/sptests/sp17/sp17.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp17/system.h b/c/src/tests/sptests/sp17/system.h
index 7dd775af50..ea16bb8f28 100644
--- a/c/src/tests/sptests/sp17/system.h
+++ b/c/src/tests/sptests/sp17/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp17/task1.c b/c/src/tests/sptests/sp17/task1.c
index 656bdabc3c..b9607ac237 100644
--- a/c/src/tests/sptests/sp17/task1.c
+++ b/c/src/tests/sptests/sp17/task1.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp17/task2.c b/c/src/tests/sptests/sp17/task2.c
index 6d9c6878e8..207b129290 100644
--- a/c/src/tests/sptests/sp17/task2.c
+++ b/c/src/tests/sptests/sp17/task2.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp19/first.c b/c/src/tests/sptests/sp19/first.c
index c21537b1b9..228a1988cf 100644
--- a/c/src/tests/sptests/sp19/first.c
+++ b/c/src/tests/sptests/sp19/first.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp19/fptask.c b/c/src/tests/sptests/sp19/fptask.c
index 14da9cf5ca..d80bbe3309 100644
--- a/c/src/tests/sptests/sp19/fptask.c
+++ b/c/src/tests/sptests/sp19/fptask.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp19/fptest.h b/c/src/tests/sptests/sp19/fptest.h
index 7ea1dd7fcd..8fe1588ab0 100644
--- a/c/src/tests/sptests/sp19/fptest.h
+++ b/c/src/tests/sptests/sp19/fptest.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp19/init.c b/c/src/tests/sptests/sp19/init.c
index 016f818da2..4b6b1211de 100644
--- a/c/src/tests/sptests/sp19/init.c
+++ b/c/src/tests/sptests/sp19/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp19/inttest.h b/c/src/tests/sptests/sp19/inttest.h
index f06ede16ce..c9a6d7c96c 100644
--- a/c/src/tests/sptests/sp19/inttest.h
+++ b/c/src/tests/sptests/sp19/inttest.h
@@ -19,8 +19,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp19/sp19.doc b/c/src/tests/sptests/sp19/sp19.doc
index 75a35ac0d2..b7b5c83bef 100644
--- a/c/src/tests/sptests/sp19/sp19.doc
+++ b/c/src/tests/sptests/sp19/sp19.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp19/system.h b/c/src/tests/sptests/sp19/system.h
index 36571c52a1..2e8159483d 100644
--- a/c/src/tests/sptests/sp19/system.h
+++ b/c/src/tests/sptests/sp19/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp19/task1.c b/c/src/tests/sptests/sp19/task1.c
index 6337538f87..2ac1bbb029 100644
--- a/c/src/tests/sptests/sp19/task1.c
+++ b/c/src/tests/sptests/sp19/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp20/getall.c b/c/src/tests/sptests/sp20/getall.c
index 26465e3919..6d67ce8808 100644
--- a/c/src/tests/sptests/sp20/getall.c
+++ b/c/src/tests/sptests/sp20/getall.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp20/init.c b/c/src/tests/sptests/sp20/init.c
index 6fddd21688..7f21b9f8f9 100644
--- a/c/src/tests/sptests/sp20/init.c
+++ b/c/src/tests/sptests/sp20/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp20/sp20.doc b/c/src/tests/sptests/sp20/sp20.doc
index 9653ff4fa9..ff80b854e6 100644
--- a/c/src/tests/sptests/sp20/sp20.doc
+++ b/c/src/tests/sptests/sp20/sp20.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp20/system.h b/c/src/tests/sptests/sp20/system.h
index 4563730893..e545a5a180 100644
--- a/c/src/tests/sptests/sp20/system.h
+++ b/c/src/tests/sptests/sp20/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp20/task1.c b/c/src/tests/sptests/sp20/task1.c
index 71dd53021e..ed79f047a4 100644
--- a/c/src/tests/sptests/sp20/task1.c
+++ b/c/src/tests/sptests/sp20/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp21/init.c b/c/src/tests/sptests/sp21/init.c
index 63a6e5ed0d..a7dfaef70a 100644
--- a/c/src/tests/sptests/sp21/init.c
+++ b/c/src/tests/sptests/sp21/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp21/sp21.doc b/c/src/tests/sptests/sp21/sp21.doc
index 08f1b03c53..f2f84b0ad5 100644
--- a/c/src/tests/sptests/sp21/sp21.doc
+++ b/c/src/tests/sptests/sp21/sp21.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp21/system.h b/c/src/tests/sptests/sp21/system.h
index b48bd1ea2a..1dce050fc8 100644
--- a/c/src/tests/sptests/sp21/system.h
+++ b/c/src/tests/sptests/sp21/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp21/task1.c b/c/src/tests/sptests/sp21/task1.c
index 3106ad6a88..75702a5679 100644
--- a/c/src/tests/sptests/sp21/task1.c
+++ b/c/src/tests/sptests/sp21/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp22/delay.c b/c/src/tests/sptests/sp22/delay.c
index f63fb1877a..202f71df64 100644
--- a/c/src/tests/sptests/sp22/delay.c
+++ b/c/src/tests/sptests/sp22/delay.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp22/init.c b/c/src/tests/sptests/sp22/init.c
index 1c3459254f..c9ce13e603 100644
--- a/c/src/tests/sptests/sp22/init.c
+++ b/c/src/tests/sptests/sp22/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp22/prtime.c b/c/src/tests/sptests/sp22/prtime.c
index 58b3aa66f8..ff22a07177 100644
--- a/c/src/tests/sptests/sp22/prtime.c
+++ b/c/src/tests/sptests/sp22/prtime.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp22/sp22.doc b/c/src/tests/sptests/sp22/sp22.doc
index 3b319ec311..37df46d114 100644
--- a/c/src/tests/sptests/sp22/sp22.doc
+++ b/c/src/tests/sptests/sp22/sp22.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp22/system.h b/c/src/tests/sptests/sp22/system.h
index 5911cb1622..60755da0a0 100644
--- a/c/src/tests/sptests/sp22/system.h
+++ b/c/src/tests/sptests/sp22/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp22/task1.c b/c/src/tests/sptests/sp22/task1.c
index cd05c36273..db7fc298db 100644
--- a/c/src/tests/sptests/sp22/task1.c
+++ b/c/src/tests/sptests/sp22/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp23/init.c b/c/src/tests/sptests/sp23/init.c
index ddb9f51236..6d63e755b4 100644
--- a/c/src/tests/sptests/sp23/init.c
+++ b/c/src/tests/sptests/sp23/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp23/sp23.doc b/c/src/tests/sptests/sp23/sp23.doc
index 78bbc6f8cb..d42959f172 100644
--- a/c/src/tests/sptests/sp23/sp23.doc
+++ b/c/src/tests/sptests/sp23/sp23.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp23/system.h b/c/src/tests/sptests/sp23/system.h
index 680088dd71..cc42af3054 100644
--- a/c/src/tests/sptests/sp23/system.h
+++ b/c/src/tests/sptests/sp23/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp23/task1.c b/c/src/tests/sptests/sp23/task1.c
index cf1906ef37..7ee832f00a 100644
--- a/c/src/tests/sptests/sp23/task1.c
+++ b/c/src/tests/sptests/sp23/task1.c
@@ -13,8 +13,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp24/init.c b/c/src/tests/sptests/sp24/init.c
index 1741f80cb0..b7e1ee1bb2 100644
--- a/c/src/tests/sptests/sp24/init.c
+++ b/c/src/tests/sptests/sp24/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp24/resume.c b/c/src/tests/sptests/sp24/resume.c
index 8c975c5460..23465608a1 100644
--- a/c/src/tests/sptests/sp24/resume.c
+++ b/c/src/tests/sptests/sp24/resume.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp24/sp24.doc b/c/src/tests/sptests/sp24/sp24.doc
index d848553c93..c6eb7afdc8 100644
--- a/c/src/tests/sptests/sp24/sp24.doc
+++ b/c/src/tests/sptests/sp24/sp24.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp24/system.h b/c/src/tests/sptests/sp24/system.h
index a22c7cc021..1f07189488 100644
--- a/c/src/tests/sptests/sp24/system.h
+++ b/c/src/tests/sptests/sp24/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp24/task1.c b/c/src/tests/sptests/sp24/task1.c
index 19892d5aed..517ea3d750 100644
--- a/c/src/tests/sptests/sp24/task1.c
+++ b/c/src/tests/sptests/sp24/task1.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp25/init.c b/c/src/tests/sptests/sp25/init.c
index afb5e6f50e..ea95d402ce 100644
--- a/c/src/tests/sptests/sp25/init.c
+++ b/c/src/tests/sptests/sp25/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp25/sp25.doc b/c/src/tests/sptests/sp25/sp25.doc
index f9e6d621e1..2f8ca71ec2 100644
--- a/c/src/tests/sptests/sp25/sp25.doc
+++ b/c/src/tests/sptests/sp25/sp25.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/sp25/system.h b/c/src/tests/sptests/sp25/system.h
index b1eed6cf0f..6c4571f118 100644
--- a/c/src/tests/sptests/sp25/system.h
+++ b/c/src/tests/sptests/sp25/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/sp25/task1.c b/c/src/tests/sptests/sp25/task1.c
index e279d5c401..a2d3169141 100644
--- a/c/src/tests/sptests/sp25/task1.c
+++ b/c/src/tests/sptests/sp25/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spfatal/fatal.c b/c/src/tests/sptests/spfatal/fatal.c
index 6a996ed50b..2e032cb288 100644
--- a/c/src/tests/sptests/spfatal/fatal.c
+++ b/c/src/tests/sptests/spfatal/fatal.c
@@ -10,8 +10,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spfatal/init.c b/c/src/tests/sptests/spfatal/init.c
index 8ab0156dc7..c43a15bb05 100644
--- a/c/src/tests/sptests/spfatal/init.c
+++ b/c/src/tests/sptests/spfatal/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spfatal/puterr.c b/c/src/tests/sptests/spfatal/puterr.c
index d994afe231..1869567587 100644
--- a/c/src/tests/sptests/spfatal/puterr.c
+++ b/c/src/tests/sptests/spfatal/puterr.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spfatal/spfatal.doc b/c/src/tests/sptests/spfatal/spfatal.doc
index 449a87173b..288ade6e4e 100644
--- a/c/src/tests/sptests/spfatal/spfatal.doc
+++ b/c/src/tests/sptests/spfatal/spfatal.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/sptests/spfatal/system.h b/c/src/tests/sptests/spfatal/system.h
index 17ed231bfa..de7a9ac7eb 100644
--- a/c/src/tests/sptests/spfatal/system.h
+++ b/c/src/tests/sptests/spfatal/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spfatal/task1.c b/c/src/tests/sptests/spfatal/task1.c
index f0d0f51731..5599087572 100644
--- a/c/src/tests/sptests/spfatal/task1.c
+++ b/c/src/tests/sptests/spfatal/task1.c
@@ -11,8 +11,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spsize/getint.c b/c/src/tests/sptests/spsize/getint.c
index 3e0651e237..3b47be13bc 100644
--- a/c/src/tests/sptests/spsize/getint.c
+++ b/c/src/tests/sptests/spsize/getint.c
@@ -12,8 +12,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spsize/init.c b/c/src/tests/sptests/spsize/init.c
index f8dee65981..c3aba51b96 100644
--- a/c/src/tests/sptests/spsize/init.c
+++ b/c/src/tests/sptests/spsize/init.c
@@ -15,8 +15,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spsize/size.c b/c/src/tests/sptests/spsize/size.c
index e7183bb1d0..ab01e56489 100644
--- a/c/src/tests/sptests/spsize/size.c
+++ b/c/src/tests/sptests/spsize/size.c
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/sptests/spsize/system.h b/c/src/tests/sptests/spsize/system.h
index 9b4c33cf8d..bab5fb1db9 100644
--- a/c/src/tests/sptests/spsize/system.h
+++ b/c/src/tests/sptests/spsize/system.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/include/tmacros.h b/c/src/tests/support/include/tmacros.h
index 7f27f0b9c8..7fa5d6c561 100644
--- a/c/src/tests/support/include/tmacros.h
+++ b/c/src/tests/support/include/tmacros.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/stubdr/close.c b/c/src/tests/support/stubdr/close.c
index 4a6eadcc82..b9986e7e4c 100644
--- a/c/src/tests/support/stubdr/close.c
+++ b/c/src/tests/support/stubdr/close.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/stubdr/cntrl.c b/c/src/tests/support/stubdr/cntrl.c
index 1a9f142fe0..97f1711166 100644
--- a/c/src/tests/support/stubdr/cntrl.c
+++ b/c/src/tests/support/stubdr/cntrl.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/stubdr/init.c b/c/src/tests/support/stubdr/init.c
index 15af01ef48..a153f7b8ac 100644
--- a/c/src/tests/support/stubdr/init.c
+++ b/c/src/tests/support/stubdr/init.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/stubdr/open.c b/c/src/tests/support/stubdr/open.c
index 743b464cc7..d2a0351264 100644
--- a/c/src/tests/support/stubdr/open.c
+++ b/c/src/tests/support/stubdr/open.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/stubdr/read.c b/c/src/tests/support/stubdr/read.c
index 146ccf2b12..2c56d7d52e 100644
--- a/c/src/tests/support/stubdr/read.c
+++ b/c/src/tests/support/stubdr/read.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/stubdr/stubdrv.h b/c/src/tests/support/stubdr/stubdrv.h
index b2a190f340..1d6d033a72 100644
--- a/c/src/tests/support/stubdr/stubdrv.h
+++ b/c/src/tests/support/stubdr/stubdrv.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/support/stubdr/write.c b/c/src/tests/support/stubdr/write.c
index 98984c1290..33cc6e0b4a 100644
--- a/c/src/tests/support/stubdr/write.c
+++ b/c/src/tests/support/stubdr/write.c
@@ -14,8 +14,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/include/timesys.h b/c/src/tests/tmtests/include/timesys.h
index fb68ccb284..b1d229b67d 100644
--- a/c/src/tests/tmtests/include/timesys.h
+++ b/c/src/tests/tmtests/include/timesys.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm01/system.h b/c/src/tests/tmtests/tm01/system.h
index 25d3dede71..052abf82f2 100644
--- a/c/src/tests/tmtests/tm01/system.h
+++ b/c/src/tests/tmtests/tm01/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm01/task1.c b/c/src/tests/tmtests/tm01/task1.c
index 64f5fa1f3c..fcbd06d4cd 100644
--- a/c/src/tests/tmtests/tm01/task1.c
+++ b/c/src/tests/tmtests/tm01/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm01/tm01.doc b/c/src/tests/tmtests/tm01/tm01.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm01/tm01.doc
+++ b/c/src/tests/tmtests/tm01/tm01.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm02/system.h b/c/src/tests/tmtests/tm02/system.h
index 9cbcf06563..6a41e5c0f9 100644
--- a/c/src/tests/tmtests/tm02/system.h
+++ b/c/src/tests/tmtests/tm02/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm02/task1.c b/c/src/tests/tmtests/tm02/task1.c
index 5e415fa8bb..c2e14c9f0e 100644
--- a/c/src/tests/tmtests/tm02/task1.c
+++ b/c/src/tests/tmtests/tm02/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm02/tm02.doc b/c/src/tests/tmtests/tm02/tm02.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm02/tm02.doc
+++ b/c/src/tests/tmtests/tm02/tm02.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm03/system.h b/c/src/tests/tmtests/tm03/system.h
index 9cbcf06563..6a41e5c0f9 100644
--- a/c/src/tests/tmtests/tm03/system.h
+++ b/c/src/tests/tmtests/tm03/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm03/task1.c b/c/src/tests/tmtests/tm03/task1.c
index f4526f5a00..6f027204f7 100644
--- a/c/src/tests/tmtests/tm03/task1.c
+++ b/c/src/tests/tmtests/tm03/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm03/tm03.doc b/c/src/tests/tmtests/tm03/tm03.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm03/tm03.doc
+++ b/c/src/tests/tmtests/tm03/tm03.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm04/system.h b/c/src/tests/tmtests/tm04/system.h
index b984fea8b9..6ac416dbd1 100644
--- a/c/src/tests/tmtests/tm04/system.h
+++ b/c/src/tests/tmtests/tm04/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm04/task1.c b/c/src/tests/tmtests/tm04/task1.c
index 74cccadf2b..f8f2f96d85 100644
--- a/c/src/tests/tmtests/tm04/task1.c
+++ b/c/src/tests/tmtests/tm04/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm04/tm04.doc b/c/src/tests/tmtests/tm04/tm04.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm04/tm04.doc
+++ b/c/src/tests/tmtests/tm04/tm04.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm05/system.h b/c/src/tests/tmtests/tm05/system.h
index 9cbcf06563..6a41e5c0f9 100644
--- a/c/src/tests/tmtests/tm05/system.h
+++ b/c/src/tests/tmtests/tm05/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm05/task1.c b/c/src/tests/tmtests/tm05/task1.c
index 46e10407bd..3f660f9d12 100644
--- a/c/src/tests/tmtests/tm05/task1.c
+++ b/c/src/tests/tmtests/tm05/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm05/tm05.doc b/c/src/tests/tmtests/tm05/tm05.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm05/tm05.doc
+++ b/c/src/tests/tmtests/tm05/tm05.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm06/system.h b/c/src/tests/tmtests/tm06/system.h
index 9cbcf06563..6a41e5c0f9 100644
--- a/c/src/tests/tmtests/tm06/system.h
+++ b/c/src/tests/tmtests/tm06/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm06/task1.c b/c/src/tests/tmtests/tm06/task1.c
index 6edeb7a8e1..ba871591b1 100644
--- a/c/src/tests/tmtests/tm06/task1.c
+++ b/c/src/tests/tmtests/tm06/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm06/tm06.doc b/c/src/tests/tmtests/tm06/tm06.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm06/tm06.doc
+++ b/c/src/tests/tmtests/tm06/tm06.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm07/system.h b/c/src/tests/tmtests/tm07/system.h
index 9cbcf06563..6a41e5c0f9 100644
--- a/c/src/tests/tmtests/tm07/system.h
+++ b/c/src/tests/tmtests/tm07/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm07/task1.c b/c/src/tests/tmtests/tm07/task1.c
index 518cc28148..9bb6cfeb6c 100644
--- a/c/src/tests/tmtests/tm07/task1.c
+++ b/c/src/tests/tmtests/tm07/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm07/tm07.doc b/c/src/tests/tmtests/tm07/tm07.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm07/tm07.doc
+++ b/c/src/tests/tmtests/tm07/tm07.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm08/system.h b/c/src/tests/tmtests/tm08/system.h
index 9cbcf06563..6a41e5c0f9 100644
--- a/c/src/tests/tmtests/tm08/system.h
+++ b/c/src/tests/tmtests/tm08/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm08/task1.c b/c/src/tests/tmtests/tm08/task1.c
index 1b02b5e0ee..ca04555bcc 100644
--- a/c/src/tests/tmtests/tm08/task1.c
+++ b/c/src/tests/tmtests/tm08/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm08/tm08.doc b/c/src/tests/tmtests/tm08/tm08.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm08/tm08.doc
+++ b/c/src/tests/tmtests/tm08/tm08.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm09/system.h b/c/src/tests/tmtests/tm09/system.h
index 4db3a16eea..c5f5d5ef6b 100644
--- a/c/src/tests/tmtests/tm09/system.h
+++ b/c/src/tests/tmtests/tm09/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm09/task1.c b/c/src/tests/tmtests/tm09/task1.c
index 90d454b3d4..9da61a021f 100644
--- a/c/src/tests/tmtests/tm09/task1.c
+++ b/c/src/tests/tmtests/tm09/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm09/tm09.doc b/c/src/tests/tmtests/tm09/tm09.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm09/tm09.doc
+++ b/c/src/tests/tmtests/tm09/tm09.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm10/system.h b/c/src/tests/tmtests/tm10/system.h
index f16004b87b..518017a9c0 100644
--- a/c/src/tests/tmtests/tm10/system.h
+++ b/c/src/tests/tmtests/tm10/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm10/task1.c b/c/src/tests/tmtests/tm10/task1.c
index 7cb30f1c33..92f95bda2a 100644
--- a/c/src/tests/tmtests/tm10/task1.c
+++ b/c/src/tests/tmtests/tm10/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm10/tm10.doc b/c/src/tests/tmtests/tm10/tm10.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm10/tm10.doc
+++ b/c/src/tests/tmtests/tm10/tm10.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm11/system.h b/c/src/tests/tmtests/tm11/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm11/system.h
+++ b/c/src/tests/tmtests/tm11/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm11/task1.c b/c/src/tests/tmtests/tm11/task1.c
index a255c7cf2e..ff75acc69f 100644
--- a/c/src/tests/tmtests/tm11/task1.c
+++ b/c/src/tests/tmtests/tm11/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm11/tm11.doc b/c/src/tests/tmtests/tm11/tm11.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm11/tm11.doc
+++ b/c/src/tests/tmtests/tm11/tm11.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm12/system.h b/c/src/tests/tmtests/tm12/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm12/system.h
+++ b/c/src/tests/tmtests/tm12/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm12/task1.c b/c/src/tests/tmtests/tm12/task1.c
index d36f90a253..a2b999dc7a 100644
--- a/c/src/tests/tmtests/tm12/task1.c
+++ b/c/src/tests/tmtests/tm12/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm12/tm12.doc b/c/src/tests/tmtests/tm12/tm12.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm12/tm12.doc
+++ b/c/src/tests/tmtests/tm12/tm12.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm13/system.h b/c/src/tests/tmtests/tm13/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm13/system.h
+++ b/c/src/tests/tmtests/tm13/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm13/task1.c b/c/src/tests/tmtests/tm13/task1.c
index b32f323064..ea77e662ad 100644
--- a/c/src/tests/tmtests/tm13/task1.c
+++ b/c/src/tests/tmtests/tm13/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm13/tm13.doc b/c/src/tests/tmtests/tm13/tm13.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm13/tm13.doc
+++ b/c/src/tests/tmtests/tm13/tm13.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm14/system.h b/c/src/tests/tmtests/tm14/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm14/system.h
+++ b/c/src/tests/tmtests/tm14/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm14/task1.c b/c/src/tests/tmtests/tm14/task1.c
index 39dfd85c31..10fcda141e 100644
--- a/c/src/tests/tmtests/tm14/task1.c
+++ b/c/src/tests/tmtests/tm14/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm14/tm14.doc b/c/src/tests/tmtests/tm14/tm14.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm14/tm14.doc
+++ b/c/src/tests/tmtests/tm14/tm14.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm15/system.h b/c/src/tests/tmtests/tm15/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm15/system.h
+++ b/c/src/tests/tmtests/tm15/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm15/task1.c b/c/src/tests/tmtests/tm15/task1.c
index 85cb8d2e4d..0c84006498 100644
--- a/c/src/tests/tmtests/tm15/task1.c
+++ b/c/src/tests/tmtests/tm15/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm15/tm15.doc b/c/src/tests/tmtests/tm15/tm15.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm15/tm15.doc
+++ b/c/src/tests/tmtests/tm15/tm15.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm16/system.h b/c/src/tests/tmtests/tm16/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm16/system.h
+++ b/c/src/tests/tmtests/tm16/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm16/task1.c b/c/src/tests/tmtests/tm16/task1.c
index 142512c053..1979d984f3 100644
--- a/c/src/tests/tmtests/tm16/task1.c
+++ b/c/src/tests/tmtests/tm16/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm16/tm16.doc b/c/src/tests/tmtests/tm16/tm16.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm16/tm16.doc
+++ b/c/src/tests/tmtests/tm16/tm16.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm17/system.h b/c/src/tests/tmtests/tm17/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm17/system.h
+++ b/c/src/tests/tmtests/tm17/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm17/task1.c b/c/src/tests/tmtests/tm17/task1.c
index e7cbc8052f..49d6075e26 100644
--- a/c/src/tests/tmtests/tm17/task1.c
+++ b/c/src/tests/tmtests/tm17/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm17/tm17.doc b/c/src/tests/tmtests/tm17/tm17.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm17/tm17.doc
+++ b/c/src/tests/tmtests/tm17/tm17.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm18/system.h b/c/src/tests/tmtests/tm18/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm18/system.h
+++ b/c/src/tests/tmtests/tm18/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm18/task1.c b/c/src/tests/tmtests/tm18/task1.c
index f7a877d7ca..40268bef89 100644
--- a/c/src/tests/tmtests/tm18/task1.c
+++ b/c/src/tests/tmtests/tm18/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm18/tm18.doc b/c/src/tests/tmtests/tm18/tm18.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm18/tm18.doc
+++ b/c/src/tests/tmtests/tm18/tm18.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm19/system.h b/c/src/tests/tmtests/tm19/system.h
index e5e553ff19..ba0949ce58 100644
--- a/c/src/tests/tmtests/tm19/system.h
+++ b/c/src/tests/tmtests/tm19/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm19/task1.c b/c/src/tests/tmtests/tm19/task1.c
index 6c503531f1..41f84bc6d4 100644
--- a/c/src/tests/tmtests/tm19/task1.c
+++ b/c/src/tests/tmtests/tm19/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm19/tm19.doc b/c/src/tests/tmtests/tm19/tm19.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm19/tm19.doc
+++ b/c/src/tests/tmtests/tm19/tm19.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm20/system.h b/c/src/tests/tmtests/tm20/system.h
index 54be275388..65f7d37651 100644
--- a/c/src/tests/tmtests/tm20/system.h
+++ b/c/src/tests/tmtests/tm20/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm20/task1.c b/c/src/tests/tmtests/tm20/task1.c
index 62d9d9a261..f3fde41c52 100644
--- a/c/src/tests/tmtests/tm20/task1.c
+++ b/c/src/tests/tmtests/tm20/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm20/tm20.doc b/c/src/tests/tmtests/tm20/tm20.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm20/tm20.doc
+++ b/c/src/tests/tmtests/tm20/tm20.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm21/system.h b/c/src/tests/tmtests/tm21/system.h
index 4dd9ff035b..e80afec36e 100644
--- a/c/src/tests/tmtests/tm21/system.h
+++ b/c/src/tests/tmtests/tm21/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm21/task1.c b/c/src/tests/tmtests/tm21/task1.c
index 29184daecf..3f3a72be8d 100644
--- a/c/src/tests/tmtests/tm21/task1.c
+++ b/c/src/tests/tmtests/tm21/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm21/tm21.doc b/c/src/tests/tmtests/tm21/tm21.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm21/tm21.doc
+++ b/c/src/tests/tmtests/tm21/tm21.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm22/system.h b/c/src/tests/tmtests/tm22/system.h
index a91f3af44f..45e61ce398 100644
--- a/c/src/tests/tmtests/tm22/system.h
+++ b/c/src/tests/tmtests/tm22/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm22/task1.c b/c/src/tests/tmtests/tm22/task1.c
index ed71c734b8..57de753d81 100644
--- a/c/src/tests/tmtests/tm22/task1.c
+++ b/c/src/tests/tmtests/tm22/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm22/tm22.doc b/c/src/tests/tmtests/tm22/tm22.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm22/tm22.doc
+++ b/c/src/tests/tmtests/tm22/tm22.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm23/system.h b/c/src/tests/tmtests/tm23/system.h
index a76f89f27d..1fa8f9c3ee 100644
--- a/c/src/tests/tmtests/tm23/system.h
+++ b/c/src/tests/tmtests/tm23/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm23/task1.c b/c/src/tests/tmtests/tm23/task1.c
index 2ee1ae247b..45529a63c8 100644
--- a/c/src/tests/tmtests/tm23/task1.c
+++ b/c/src/tests/tmtests/tm23/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm23/tm23.doc b/c/src/tests/tmtests/tm23/tm23.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm23/tm23.doc
+++ b/c/src/tests/tmtests/tm23/tm23.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm24/system.h b/c/src/tests/tmtests/tm24/system.h
index 87dab5b295..a56e9b9d3a 100644
--- a/c/src/tests/tmtests/tm24/system.h
+++ b/c/src/tests/tmtests/tm24/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm24/task1.c b/c/src/tests/tmtests/tm24/task1.c
index 379e5eb54b..4d5bc3a201 100644
--- a/c/src/tests/tmtests/tm24/task1.c
+++ b/c/src/tests/tmtests/tm24/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm24/tm24.doc b/c/src/tests/tmtests/tm24/tm24.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm24/tm24.doc
+++ b/c/src/tests/tmtests/tm24/tm24.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm25/system.h b/c/src/tests/tmtests/tm25/system.h
index b984fea8b9..6ac416dbd1 100644
--- a/c/src/tests/tmtests/tm25/system.h
+++ b/c/src/tests/tmtests/tm25/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm25/task1.c b/c/src/tests/tmtests/tm25/task1.c
index 888946b04f..2c2c3bf846 100644
--- a/c/src/tests/tmtests/tm25/task1.c
+++ b/c/src/tests/tmtests/tm25/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm25/tm25.doc b/c/src/tests/tmtests/tm25/tm25.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm25/tm25.doc
+++ b/c/src/tests/tmtests/tm25/tm25.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm26/fptest.h b/c/src/tests/tmtests/tm26/fptest.h
index daeab550ce..00ac63b87f 100644
--- a/c/src/tests/tmtests/tm26/fptest.h
+++ b/c/src/tests/tmtests/tm26/fptest.h
@@ -18,8 +18,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm26/system.h b/c/src/tests/tmtests/tm26/system.h
index b984fea8b9..6ac416dbd1 100644
--- a/c/src/tests/tmtests/tm26/system.h
+++ b/c/src/tests/tmtests/tm26/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm26/task1.c b/c/src/tests/tmtests/tm26/task1.c
index 804418f9cd..b166b46ea0 100644
--- a/c/src/tests/tmtests/tm26/task1.c
+++ b/c/src/tests/tmtests/tm26/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm26/tm26.doc b/c/src/tests/tmtests/tm26/tm26.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm26/tm26.doc
+++ b/c/src/tests/tmtests/tm26/tm26.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm27/system.h b/c/src/tests/tmtests/tm27/system.h
index 87dab5b295..a56e9b9d3a 100644
--- a/c/src/tests/tmtests/tm27/system.h
+++ b/c/src/tests/tmtests/tm27/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm27/task1.c b/c/src/tests/tmtests/tm27/task1.c
index cb1c21da4a..ed7d73ddd2 100644
--- a/c/src/tests/tmtests/tm27/task1.c
+++ b/c/src/tests/tmtests/tm27/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm27/tm27.doc b/c/src/tests/tmtests/tm27/tm27.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm27/tm27.doc
+++ b/c/src/tests/tmtests/tm27/tm27.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm28/system.h b/c/src/tests/tmtests/tm28/system.h
index ae0265c1eb..ff9760f568 100644
--- a/c/src/tests/tmtests/tm28/system.h
+++ b/c/src/tests/tmtests/tm28/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm28/task1.c b/c/src/tests/tmtests/tm28/task1.c
index 96c8707c76..384017b91f 100644
--- a/c/src/tests/tmtests/tm28/task1.c
+++ b/c/src/tests/tmtests/tm28/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm28/tm28.doc b/c/src/tests/tmtests/tm28/tm28.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm28/tm28.doc
+++ b/c/src/tests/tmtests/tm28/tm28.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tm29/system.h b/c/src/tests/tmtests/tm29/system.h
index 276d7b92f6..515718710c 100644
--- a/c/src/tests/tmtests/tm29/system.h
+++ b/c/src/tests/tmtests/tm29/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm29/task1.c b/c/src/tests/tmtests/tm29/task1.c
index 6c54b4a120..4229a49a17 100644
--- a/c/src/tests/tmtests/tm29/task1.c
+++ b/c/src/tests/tmtests/tm29/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tm29/tm29.doc b/c/src/tests/tmtests/tm29/tm29.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tm29/tm29.doc
+++ b/c/src/tests/tmtests/tm29/tm29.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tmck/system.h b/c/src/tests/tmtests/tmck/system.h
index e5c25a505f..3133c79a52 100644
--- a/c/src/tests/tmtests/tmck/system.h
+++ b/c/src/tests/tmtests/tmck/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tmck/task1.c b/c/src/tests/tmtests/tmck/task1.c
index 2a6f3db9bb..f75dfea5bb 100644
--- a/c/src/tests/tmtests/tmck/task1.c
+++ b/c/src/tests/tmtests/tmck/task1.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tmck/tmck.doc b/c/src/tests/tmtests/tmck/tmck.doc
index a4fa6eb188..c159738f9d 100644
--- a/c/src/tests/tmtests/tmck/tmck.doc
+++ b/c/src/tests/tmtests/tmck/tmck.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#
diff --git a/c/src/tests/tmtests/tmoverhd/dumrtems.h b/c/src/tests/tmtests/tmoverhd/dumrtems.h
index db1146e3ae..00bb74b540 100644
--- a/c/src/tests/tmtests/tmoverhd/dumrtems.h
+++ b/c/src/tests/tmtests/tmoverhd/dumrtems.h
@@ -7,8 +7,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tmoverhd/empty.c b/c/src/tests/tmtests/tmoverhd/empty.c
index 8450272b3a..a3faa7e16f 100644
--- a/c/src/tests/tmtests/tmoverhd/empty.c
+++ b/c/src/tests/tmtests/tmoverhd/empty.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tmoverhd/system.h b/c/src/tests/tmtests/tmoverhd/system.h
index 4e12e00e24..c9d61db1d9 100644
--- a/c/src/tests/tmtests/tmoverhd/system.h
+++ b/c/src/tests/tmtests/tmoverhd/system.h
@@ -6,8 +6,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tmoverhd/testtask.c b/c/src/tests/tmtests/tmoverhd/testtask.c
index bc1d64279c..d8710a8af2 100644
--- a/c/src/tests/tmtests/tmoverhd/testtask.c
+++ b/c/src/tests/tmtests/tmoverhd/testtask.c
@@ -4,8 +4,8 @@
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
+ * 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.
*
* $Id$
diff --git a/c/src/tests/tmtests/tmoverhd/tmoverhd.doc b/c/src/tests/tmtests/tmoverhd/tmoverhd.doc
index 2346fb9b52..0978f6619c 100644
--- a/c/src/tests/tmtests/tmoverhd/tmoverhd.doc
+++ b/c/src/tests/tmtests/tmoverhd/tmoverhd.doc
@@ -5,8 +5,8 @@
# On-Line Applications Research Corporation (OAR).
# Copyright assigned to U.S. Government, 1994.
#
-# The license and distribution terms for this file may in
-# the file LICENSE in this distribution or at
+# 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.
#