diff options
| author | William Bryan <wilbryan@us.ibm.com> | 2016-08-01 13:16:30 -0500 |
|---|---|---|
| committer | William A. Bryan <wilbryan@us.ibm.com> | 2016-08-02 14:12:55 -0400 |
| commit | 315680e0fd53cbc3f271b7d59393a4bf4661b8e2 (patch) | |
| tree | 7a604bfede856daeb8be72d04b09333e1c6c002a /src/lib | |
| parent | 9ad0d6f666fcd2392a5d6d3634df82264a5729eb (diff) | |
| download | talos-occ-315680e0fd53cbc3f271b7d59393a4bf4661b8e2.tar.gz talos-occ-315680e0fd53cbc3f271b7d59393a4bf4661b8e2.zip | |
Remove IBM Confidential Disclaimers
Change-Id: Ie3dcd5b6cee3e6b191cf136d30af634c9966318e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27718
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/lib')
47 files changed, 49 insertions, 375 deletions
diff --git a/src/lib/common/kernel.h b/src/lib/common/kernel.h index 063d35c..341d551 100644 --- a/src/lib/common/kernel.h +++ b/src/lib/common/kernel.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __KERNEL_H__ #define __KERNEL_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file kernel.h /// \brief Kernel agnostic macros that allow the same code to work with diff --git a/src/lib/common/libcommonfiles.mk b/src/lib/common/libcommonfiles.mk index 4a05fac..c9f067f 100644 --- a/src/lib/common/libcommonfiles.mk +++ b/src/lib/common/libcommonfiles.mk @@ -22,21 +22,11 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + # @file libcommonfiles.mk # # @brief mk for libcommon.a object files -# -# @page ChangeLogs Change Logs -# @section ofiles.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# -# @endverbatim -# + ########################################################################## # INCLUDES ########################################################################## diff --git a/src/lib/common/memcpy.c b/src/lib/common/memcpy.c index 77827dc..8b20f68 100644 --- a/src/lib/common/memcpy.c +++ b/src/lib/common/memcpy.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: memcpy.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/memcpy.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file memcpy.c /// \brief The memcpy() function diff --git a/src/lib/common/memset.c b/src/lib/common/memset.c index 1d98677..b8e67f1 100644 --- a/src/lib/common/memset.c +++ b/src/lib/common/memset.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: memset.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/memset.c,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file memset.c /// \brief The memset() function diff --git a/src/lib/common/string.c b/src/lib/common/string.c index 7c82653..2f0c361 100644 --- a/src/lib/common/string.c +++ b/src/lib/common/string.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file string.c /// \brief strlen(), strcmp() etc. functions diff --git a/src/lib/common/string.h b/src/lib/common/string.h index 71f54c9..9cf59a5 100644 --- a/src/lib/common/string.h +++ b/src/lib/common/string.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_H__ #define __STRING_H__ -// $Id: string.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/string.h,v $ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2013 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- - /// \file string.h /// \brief Replacement for <string.h> /// diff --git a/src/lib/occlib/ipc_api.h b/src/lib/occlib/ipc_api.h index e4756f5..e5269ad 100644 --- a/src/lib/occlib/ipc_api.h +++ b/src/lib/occlib/ipc_api.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_API_H__ #define __IPC_API_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_api.h /// \brief Common header for Interprocessor Communications API diff --git a/src/lib/occlib/ipc_async_cmd.h b/src/lib/occlib/ipc_async_cmd.h index db09e9e..9e39f82 100644 --- a/src/lib/occlib/ipc_async_cmd.h +++ b/src/lib/occlib/ipc_async_cmd.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_ASYNC_CMD_H__ #define __IPC_ASYNC_CMD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_async_cmd.h /// \brief This header is shared between the 405 and GPE's that need to diff --git a/src/lib/occlib/ipc_core.c b/src/lib/occlib/ipc_core.c index 342f024..dfa7422 100644 --- a/src/lib/occlib/ipc_core.c +++ b/src/lib/occlib/ipc_core.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_core.c /// \brief Implementation of core IPC (InterProcessor Communication) routines diff --git a/src/lib/occlib/ipc_init.c b/src/lib/occlib/ipc_init.c index 4d732b7..7797299 100644 --- a/src/lib/occlib/ipc_init.c +++ b/src/lib/occlib/ipc_init.c @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_init.c /// \brief Implementation of IPC (InterProcessor Communication) routines for diff --git a/src/lib/occlib/ipc_macros.h b/src/lib/occlib/ipc_macros.h index c95bff6..8ac6233 100644 --- a/src/lib/occlib/ipc_macros.h +++ b/src/lib/occlib/ipc_macros.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_MACROS_H__ #define __IPC_MACROS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_macros.h /// \brief Contains macros related to the Interprocessor Communications (IPC) diff --git a/src/lib/occlib/ipc_msgq.c b/src/lib/occlib/ipc_msgq.c index 0bf5331..e17bf72 100644 --- a/src/lib/occlib/ipc_msgq.c +++ b/src/lib/occlib/ipc_msgq.c @@ -22,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_msgq.c /// \brief Implementation of IPC (InterProcessor Communication) routines that diff --git a/src/lib/occlib/ipc_structs.h b/src/lib/occlib/ipc_structs.h index 5f1c90b..19aa7d9 100644 --- a/src/lib/occlib/ipc_structs.h +++ b/src/lib/occlib/ipc_structs.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __IPC_STRUCTS_H__ #define __IPC_STRUCTS_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file ipc_structs.h /// \brief Common header for Interprocessor Communication structures in the diff --git a/src/lib/occlib/liboccfiles.mk b/src/lib/occlib/liboccfiles.mk index 7b3c80a..77f5403 100644 --- a/src/lib/occlib/liboccfiles.mk +++ b/src/lib/occlib/liboccfiles.mk @@ -5,7 +5,7 @@ # # OpenPOWER OnChipController Project # -# Contributors Listed Below - COPYRIGHT 2015 +# Contributors Listed Below - COPYRIGHT 2015,2016 # [+] International Business Machines Corp. # # @@ -22,21 +22,11 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + # @file liboccfiles.mk # # @brief mk for libocc.a object files -# -# @page ChangeLogs Change Logs -# @section liboccfiles.mk -# @verbatim -# -# -# Change Log ****************************************************************** -# Flag Defect/Feature User Date Description -# ------ -------------- ---------- ------------ ----------- -# -# @endverbatim -# + ########################################################################## # INCLUDES ########################################################################## diff --git a/src/lib/occlib/occhw_scom_cmd.h b/src/lib/occlib/occhw_scom_cmd.h index c6051f5..52293b5 100644 --- a/src/lib/occlib/occhw_scom_cmd.h +++ b/src/lib/occlib/occhw_scom_cmd.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_SCOM_CMD_H__ #define __OCCHW_SCOM_CMD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_scom_cmd.h /// \brief Defines the shared scom command control block diff --git a/src/lib/occlib/occhw_shared_data.h b/src/lib/occlib/occhw_shared_data.h index 643691a..1d31576 100644 --- a/src/lib/occlib/occhw_shared_data.h +++ b/src/lib/occlib/occhw_shared_data.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_OSD_H__ #define __OCCHW_OSD_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_osd.h /// \brief Common header for shared data within the OCC complex diff --git a/src/lib/occlib/occhw_xir_dump.c b/src/lib/occlib/occhw_xir_dump.c index 7ff2e4e..d0edf31 100644 --- a/src/lib/occlib/occhw_xir_dump.c +++ b/src/lib/occlib/occhw_xir_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,11 +22,6 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_xir_dump.c /// \brief Implementation of the occhw_xir_dump function diff --git a/src/lib/occlib/occhw_xir_dump.h b/src/lib/occlib/occhw_xir_dump.h index 85e52ad..ab652a0 100644 --- a/src/lib/occlib/occhw_xir_dump.h +++ b/src/lib/occlib/occhw_xir_dump.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,11 +24,6 @@ /* IBM_PROLOG_END_TAG */ #ifndef __OCCHW_XIR_DUMP_H__ #define __OCCHW_XIR_DUMP_H__ -//----------------------------------------------------------------------------- -// *! (C) Copyright International Business Machines Corp. 2015 -// *! All Rights Reserved -- Property of IBM -// *! *** IBM Confidential *** -//----------------------------------------------------------------------------- /// \file occhw_xir_dump.h /// \brief header for the occhw_xir_dump function 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 <assert.h> 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 <ctype.h> 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 <ctype.h> /// 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 <ctype.h> 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 <errno.h> /// 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 \<stdio.h\> and \<unistd.h\> 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 <stdio.h> and <unistd.h> 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 <stdlib.h> 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 <string.h> 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 <time.h> |

