From 315680e0fd53cbc3f271b7d59393a4bf4661b8e2 Mon Sep 17 00:00:00 2001 From: William Bryan Date: Mon, 1 Aug 2016 13:16:30 -0500 Subject: Remove IBM Confidential Disclaimers Change-Id: Ie3dcd5b6cee3e6b191cf136d30af634c9966318e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27718 Tested-by: FSP CI Jenkins Reviewed-by: William A. Bryan Reviewed-by: Martha Broyles --- src/lib/ppc405lib/assert.c | 9 +-------- src/lib/ppc405lib/chip_config.h | 8 +------- src/lib/ppc405lib/ctype.c | 9 +-------- src/lib/ppc405lib/ctype.h | 10 +--------- src/lib/ppc405lib/ctype_table.c | 9 +-------- src/lib/ppc405lib/errno.h | 10 +--------- src/lib/ppc405lib/fgetc.c | 9 +-------- src/lib/ppc405lib/libppc405files.mk | 16 +--------------- src/lib/ppc405lib/libssx.h | 10 +--------- src/lib/ppc405lib/polling.c | 9 +-------- src/lib/ppc405lib/polling.h | 10 +--------- src/lib/ppc405lib/printf.c | 9 +-------- src/lib/ppc405lib/puts.c | 9 +-------- src/lib/ppc405lib/simics_stdio.c | 9 +-------- src/lib/ppc405lib/simics_stdio.h | 10 +--------- src/lib/ppc405lib/simics_stdio_addresses.h | 10 +--------- src/lib/ppc405lib/sprintf.c | 9 +-------- src/lib/ppc405lib/ssx_dump.c | 9 +-------- src/lib/ppc405lib/ssx_dump.h | 10 +--------- src/lib/ppc405lib/ssx_io.c | 9 +-------- src/lib/ppc405lib/ssx_io.h | 10 +--------- src/lib/ppc405lib/stdlib.c | 9 +-------- src/lib/ppc405lib/strcasecmp.c | 9 +-------- src/lib/ppc405lib/strdup.c | 9 +-------- src/lib/ppc405lib/string_stream.c | 9 +-------- src/lib/ppc405lib/string_stream.h | 10 +--------- src/lib/ppc405lib/strtox.c | 9 +-------- src/lib/ppc405lib/strtox.h | 10 +--------- src/lib/ppc405lib/time.c | 9 +-------- 29 files changed, 29 insertions(+), 248 deletions(-) (limited to 'src/lib/ppc405lib') diff --git a/src/lib/ppc405lib/assert.c b/src/lib/ppc405lib/assert.c index 96143a4..a6772dd 100644 --- a/src/lib/ppc405lib/assert.c +++ b/src/lib/ppc405lib/assert.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: assert.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/assert.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file assert.c /// \brief Implementation of library routines implied by diff --git a/src/lib/ppc405lib/chip_config.h b/src/lib/ppc405lib/chip_config.h index 6bb2753..7e495de 100644 --- a/src/lib/ppc405lib/chip_config.h +++ b/src/lib/ppc405lib/chip_config.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,12 +25,6 @@ #ifndef __CHIP_CONFIG_H__ #define __CHIP_CONFIG_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2014 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file chip_config.h /// \brief Chip configuration data structures for OCC procedures diff --git a/src/lib/ppc405lib/ctype.c b/src/lib/ppc405lib/ctype.c index 5069590..ebf0cf3 100644 --- a/src/lib/ppc405lib/ctype.c +++ b/src/lib/ppc405lib/ctype.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ctype.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ctype.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ctype.c /// \brief Replacement for functions diff --git a/src/lib/ppc405lib/ctype.h b/src/lib/ppc405lib/ctype.h index 9e41e45..1c5f815 100644 --- a/src/lib/ppc405lib/ctype.h +++ b/src/lib/ppc405lib/ctype.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __CTYPE_H__ #define __CTYPE_H__ -// $Id: ctype.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ctype.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ctype.h /// \brief Replacement for /// diff --git a/src/lib/ppc405lib/ctype_table.c b/src/lib/ppc405lib/ctype_table.c index 01dd08a..a91483b 100644 --- a/src/lib/ppc405lib/ctype_table.c +++ b/src/lib/ppc405lib/ctype_table.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ctype_table.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ctype_table.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ctype_table.c /// \brief Character table for functions. diff --git a/src/lib/ppc405lib/errno.h b/src/lib/ppc405lib/errno.h index e5ac6a9..6f80261 100644 --- a/src/lib/ppc405lib/errno.h +++ b/src/lib/ppc405lib/errno.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __ERRNO_H__ #define __ERRNO_H__ -// $Id: errno.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/errno.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file errno.h /// \brief Replacement for /// diff --git a/src/lib/ppc405lib/fgetc.c b/src/lib/ppc405lib/fgetc.c index 6e6a1f9..aaf84d8 100644 --- a/src/lib/ppc405lib/fgetc.c +++ b/src/lib/ppc405lib/fgetc.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: fgetc.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/fgetc.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file fgetc.c /// \brief Implementation of fgetc() and ungetc() diff --git a/src/lib/ppc405lib/libppc405files.mk b/src/lib/ppc405lib/libppc405files.mk index b042616..17028d1 100644 --- a/src/lib/ppc405lib/libppc405files.mk +++ b/src/lib/ppc405lib/libppc405files.mk @@ -22,21 +22,7 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG -# @file libppc405files.mk -# -# @brief mk for libppc405.a object files -# -# @page ChangeLogs Change Logs -# @section libppc405files.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# -# @endverbatim -# + ########################################################################## # INCLUDES ########################################################################## diff --git a/src/lib/ppc405lib/libssx.h b/src/lib/ppc405lib/libssx.h index 601eb00..d1190ba 100644 --- a/src/lib/ppc405lib/libssx.h +++ b/src/lib/ppc405lib/libssx.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __LIBSSX_H__ #define __LIBSSX_H__ -// $Id: libssx.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/libssx.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file libssx.h /// \brief Header definitions with no other obvious home diff --git a/src/lib/ppc405lib/polling.c b/src/lib/ppc405lib/polling.c index a013202..cb3fb0b 100644 --- a/src/lib/ppc405lib/polling.c +++ b/src/lib/ppc405lib/polling.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: polling.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/polling.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file polling.c /// \brief Library APIs for polling diff --git a/src/lib/ppc405lib/polling.h b/src/lib/ppc405lib/polling.h index 99afbe7..118df2c 100644 --- a/src/lib/ppc405lib/polling.h +++ b/src/lib/ppc405lib/polling.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __POLLING_H__ #define __POLLING_H__ -// $Id: polling.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/polling.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file polling.c /// \brief Library APIs for polling and busy-waiting diff --git a/src/lib/ppc405lib/printf.c b/src/lib/ppc405lib/printf.c index d75cdf3..e6afcba 100644 --- a/src/lib/ppc405lib/printf.c +++ b/src/lib/ppc405lib/printf.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: printf.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/printf.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file printf.c /// \brief Clean-room implementation of printf() functions for SSX I/O diff --git a/src/lib/ppc405lib/puts.c b/src/lib/ppc405lib/puts.c index 446671a..b1f87c0 100644 --- a/src/lib/ppc405lib/puts.c +++ b/src/lib/ppc405lib/puts.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: puts.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/puts.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file puts.c /// \brief Implementation of puts(), fputs(), putchar(), fputc() diff --git a/src/lib/ppc405lib/simics_stdio.c b/src/lib/ppc405lib/simics_stdio.c index 6ff1fa9..b790095 100644 --- a/src/lib/ppc405lib/simics_stdio.c +++ b/src/lib/ppc405lib/simics_stdio.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: simics_stdio.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/simics_stdio.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file simics_stdio.c /// \brief SSX I/O drivers for Simics stdio streams diff --git a/src/lib/ppc405lib/simics_stdio.h b/src/lib/ppc405lib/simics_stdio.h index b9ebfcf..8e861cc 100644 --- a/src/lib/ppc405lib/simics_stdio.h +++ b/src/lib/ppc405lib/simics_stdio.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __SIMICS_STDIO_H__ #define __SIMICS_STDIO_H__ -// $Id: simics_stdio.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/simics_stdio.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file simics_stdio.h /// \brief SSX I/O implementations for Simics stdio streams diff --git a/src/lib/ppc405lib/simics_stdio_addresses.h b/src/lib/ppc405lib/simics_stdio_addresses.h index 4554bbf..c3dd4a5 100644 --- a/src/lib/ppc405lib/simics_stdio_addresses.h +++ b/src/lib/ppc405lib/simics_stdio_addresses.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __SIMICS_STDIO_ADDRESSES_H__ #define __SIMICS_STDIO_ADDRESSES_H__ -// $Id: simics_stdio_addresses.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/simics_stdio_addresses.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file simics_stdio_adresses.h /// \brief MMIO addresses and offsets of the Simics fake stdio model /// diff --git a/src/lib/ppc405lib/sprintf.c b/src/lib/ppc405lib/sprintf.c index 0a95416..8f11e81 100644 --- a/src/lib/ppc405lib/sprintf.c +++ b/src/lib/ppc405lib/sprintf.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: sprintf.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/sprintf.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file sprintf.c \brief Implementations of sprintf() and snprintf() using /// StringStream. diff --git a/src/lib/ppc405lib/ssx_dump.c b/src/lib/ppc405lib/ssx_dump.c index 52334ab..f01e251 100644 --- a/src/lib/ppc405lib/ssx_dump.c +++ b/src/lib/ppc405lib/ssx_dump.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ssx_dump.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_dump.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ssx_dump.c /// \brief Routines for dumping SSX kernel data structures diff --git a/src/lib/ppc405lib/ssx_dump.h b/src/lib/ppc405lib/ssx_dump.h index a413214..4f1d5f5 100644 --- a/src/lib/ppc405lib/ssx_dump.h +++ b/src/lib/ppc405lib/ssx_dump.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __SSX_DUMP_H__ #define __SSX_DUMP_H__ -// $Id: ssx_dump.h,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_dump.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_dump.h /// \brief Routines for dumping SSX kernel data structures diff --git a/src/lib/ppc405lib/ssx_io.c b/src/lib/ppc405lib/ssx_io.c index b517aeb..4128a87 100644 --- a/src/lib/ppc405lib/ssx_io.c +++ b/src/lib/ppc405lib/ssx_io.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: ssx_io.c,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_io.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ssx_io.c /// \brief SSX analog-replacement for C \ and \ functions diff --git a/src/lib/ppc405lib/ssx_io.h b/src/lib/ppc405lib/ssx_io.h index b30b32f..426cf47 100644 --- a/src/lib/ppc405lib/ssx_io.h +++ b/src/lib/ppc405lib/ssx_io.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __SSX_IO_H__ #define __SSX_IO_H__ -// $Id: ssx_io.h,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/ssx_io.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file ssx_io.h /// \brief SSX analog-replacement for C and functions diff --git a/src/lib/ppc405lib/stdlib.c b/src/lib/ppc405lib/stdlib.c index a15308d..fdf4d36 100644 --- a/src/lib/ppc405lib/stdlib.c +++ b/src/lib/ppc405lib/stdlib.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: stdlib.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/stdlib.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file stdlib.c /// \brief Functions from diff --git a/src/lib/ppc405lib/strcasecmp.c b/src/lib/ppc405lib/strcasecmp.c index fc7585c..841a13c 100644 --- a/src/lib/ppc405lib/strcasecmp.c +++ b/src/lib/ppc405lib/strcasecmp.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: strcasecmp.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strcasecmp.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file strcasecmp.c /// \brief Implementation of strcasecmp() and strncasecmp() diff --git a/src/lib/ppc405lib/strdup.c b/src/lib/ppc405lib/strdup.c index 6d205c7..fd13891 100644 --- a/src/lib/ppc405lib/strdup.c +++ b/src/lib/ppc405lib/strdup.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: strdup.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strdup.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file strdup.c /// \brief Functions from that require malloc() diff --git a/src/lib/ppc405lib/string_stream.c b/src/lib/ppc405lib/string_stream.c index 1dfc439..e482dce 100644 --- a/src/lib/ppc405lib/string_stream.c +++ b/src/lib/ppc405lib/string_stream.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: string_stream.c,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/string_stream.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file string_stream.c /// \brief Implementations of string streams. diff --git a/src/lib/ppc405lib/string_stream.h b/src/lib/ppc405lib/string_stream.h index 07891f5..f545617 100644 --- a/src/lib/ppc405lib/string_stream.h +++ b/src/lib/ppc405lib/string_stream.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __STRING_STREAM_H__ #define __STRING_STREAM_H__ -// $Id: string_stream.h,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/string_stream.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file string_stream.h /// \brief Implementations of string streams. diff --git a/src/lib/ppc405lib/strtox.c b/src/lib/ppc405lib/strtox.c index 56493fa..ca421fb 100644 --- a/src/lib/ppc405lib/strtox.c +++ b/src/lib/ppc405lib/strtox.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: strtox.c,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strtox.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file strtox.c /// \brief Implementation of strtol(), strtoul(), strtoll() and strtoull() diff --git a/src/lib/ppc405lib/strtox.h b/src/lib/ppc405lib/strtox.h index db2cef2..83cbe57 100644 --- a/src/lib/ppc405lib/strtox.h +++ b/src/lib/ppc405lib/strtox.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,14 +25,6 @@ #ifndef __STRTOX_H__ #define __STRTOX_H__ -// $Id: strtox.h,v 1.2 2014/02/03 01:30:25 daviddu Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/strtox.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file strtox.h /// \brief Underlying and extended APIs that support strtoX macros /// diff --git a/src/lib/ppc405lib/time.c b/src/lib/ppc405lib/time.c index 39d005c..1bc37e8 100644 --- a/src/lib/ppc405lib/time.c +++ b/src/lib/ppc405lib/time.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,13 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: time.c,v 1.1.1.1 2013/12/11 20:49:20 bcbrock Exp $ -// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/time.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file time.c /// \brief Implementation of functions from -- cgit v1.2.1