From e71ce0712c5ecb7d6ed6638155ca984ec51c0f6a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Apr 1997 17:47:16 +0000 Subject: updated with new license information per Tony Bennett. --- c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c | 26 ++++++-------------------- c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h | 26 ++++++-------------------- 2 files changed, 12 insertions(+), 40 deletions(-) (limited to 'c/src/lib/libcpu') diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c index aa8b768b3a..59d4dd7770 100644 --- a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c +++ b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.c @@ -1,24 +1,4 @@ /* - * File: $RCSfile$ - * Project: PixelFlow - * Created: 94/11/29 - * RespEngr: tony bennett - * Revision: $Revision$ - * Last Mod: $Date$ - * - * COPYRIGHT (c) 1994 by Division Incorporated - * - * To anyone who acknowledges that this file is provided "AS IS" - * without any express or implied warranty: - * permission to use, copy, modify, and distribute this file - * for any purpose is hereby granted without fee, provided that - * the above copyright notice and this notice appears in all - * copies, and that the name of Division Incorporated not be - * used in advertising or publicity pertaining to distribution - * of the software without specific, written prior permission. - * Division Incorporated makes no representations about the - * suitability of this software for any purpose. - * * Description: * HPPA fast spinlock semaphores based on LDCWX instruction. * These semaphores are not known to RTEMS. @@ -27,6 +7,12 @@ * Put node number in high 16 bits of flag?? * XXX: Need h_s_deallocate * + * COPYRIGHT (c) 1994 by Division Incorporated + * + * The license and distribution terms for this file may in + * the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. + * * $Id$ */ diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h index 04f709cf64..a5e92983a0 100644 --- a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h +++ b/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h @@ -1,30 +1,16 @@ /* - * File: $RCSfile$ - * Project: PixelFlow - * Created: 94/11/29 - * RespEngr: tony e bennett - * Revision: $Revision$ - * Last Mod: $Date$ - * - * COPYRIGHT (c) 1994 by Division Incorporated - * - * To anyone who acknowledges that this file is provided "AS IS" - * without any express or implied warranty: - * permission to use, copy, modify, and distribute this file - * for any purpose is hereby granted without fee, provided that - * the above copyright notice and this notice appears in all - * copies, and that the name of Division Incorporated not be - * used in advertising or publicity pertaining to distribution - * of the software without specific, written prior permission. - * Division Incorporated makes no representations about the - * suitability of this software for any purpose. - * * Description: * HPPA fast spinlock semaphores based on LDCWX instruction. * These semaphores are not known to RTEMS. * * TODO: * + * 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 + * http://www.OARcorp.com/rtems/license.html. + * * $Id$ */ -- cgit v1.2.3