summaryrefslogtreecommitdiffstats
path: root/src/ssx/ssx
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2016-08-01 13:16:30 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-08-02 14:12:55 -0400
commit315680e0fd53cbc3f271b7d59393a4bf4661b8e2 (patch)
tree7a604bfede856daeb8be72d04b09333e1c6c002a /src/ssx/ssx
parent9ad0d6f666fcd2392a5d6d3634df82264a5729eb (diff)
downloadtalos-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/ssx/ssx')
-rw-r--r--src/ssx/ssx/ssx.h6
-rw-r--r--src/ssx/ssx/ssx_api.h6
-rw-r--r--src/ssx/ssx/ssx_core.c5
-rw-r--r--src/ssx/ssx/ssx_debug_ptrs.c5
-rw-r--r--src/ssx/ssx/ssx_debug_ptrs.h5
-rw-r--r--src/ssx/ssx/ssx_init.c5
-rw-r--r--src/ssx/ssx/ssx_kernel.h6
-rw-r--r--src/ssx/ssx/ssx_macros.h6
-rw-r--r--src/ssx/ssx/ssx_semaphore_core.c5
-rw-r--r--src/ssx/ssx/ssx_semaphore_init.c5
-rw-r--r--src/ssx/ssx/ssx_stack_init.c5
-rw-r--r--src/ssx/ssx/ssx_thread_core.c5
-rw-r--r--src/ssx/ssx/ssx_thread_init.c5
-rw-r--r--src/ssx/ssx/ssx_timer_core.c5
-rw-r--r--src/ssx/ssx/ssx_timer_init.c5
-rw-r--r--src/ssx/ssx/ssxssxfiles.mk15
16 files changed, 2 insertions, 92 deletions
diff --git a/src/ssx/ssx/ssx.h b/src/ssx/ssx/ssx.h
index 253530b..dd12091 100644
--- a/src/ssx/ssx/ssx.h
+++ b/src/ssx/ssx/ssx.h
@@ -25,12 +25,6 @@
#ifndef __SSX_H__
#define __SSX_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ssx.h
/// \brief The combined header of the SSX kernel.
///
diff --git a/src/ssx/ssx/ssx_api.h b/src/ssx/ssx/ssx_api.h
index d3b63ff..ba534f9 100644
--- a/src/ssx/ssx/ssx_api.h
+++ b/src/ssx/ssx/ssx_api.h
@@ -25,12 +25,6 @@
#ifndef __SSX_API_H__
#define __SSX_API_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ssx_api.h
/// \brief Macros and declarations for the SSX API.
diff --git a/src/ssx/ssx/ssx_core.c b/src/ssx/ssx/ssx_core.c
index 5fd364e..df2e128 100644
--- a/src/ssx/ssx/ssx_core.c
+++ b/src/ssx/ssx/ssx_core.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_core.c
/// \brief Core routines for the SSX kernel.
diff --git a/src/ssx/ssx/ssx_debug_ptrs.c b/src/ssx/ssx/ssx_debug_ptrs.c
index 2d34bd8..b53bc07 100644
--- a/src/ssx/ssx/ssx_debug_ptrs.c
+++ b/src/ssx/ssx/ssx_debug_ptrs.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 ssx_debug_ptrs.c
/// \brief Defines a table of pointers to important kernel debug data.
diff --git a/src/ssx/ssx/ssx_debug_ptrs.h b/src/ssx/ssx/ssx_debug_ptrs.h
index ad658a7..0ff93f9 100644
--- a/src/ssx/ssx/ssx_debug_ptrs.h
+++ b/src/ssx/ssx/ssx_debug_ptrs.h
@@ -24,11 +24,6 @@
/* IBM_PROLOG_END_TAG */
#ifndef __SSX_DEBUG_PTRS_H__
#define __SSX_DEBUG_PTRS_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2015
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_debug_ptrs.h
/// \brief Structure for a table of pointers to kernel debug data
diff --git a/src/ssx/ssx/ssx_init.c b/src/ssx/ssx/ssx_init.c
index 0aee583..350e05e 100644
--- a/src/ssx/ssx/ssx_init.c
+++ b/src/ssx/ssx/ssx_init.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_init.c
/// \brief SSX initialization
diff --git a/src/ssx/ssx/ssx_kernel.h b/src/ssx/ssx/ssx_kernel.h
index 9e0aa81..4927a64 100644
--- a/src/ssx/ssx/ssx_kernel.h
+++ b/src/ssx/ssx/ssx_kernel.h
@@ -25,12 +25,6 @@
#ifndef __SSX_KERNEL_H__
#define __SSX_KERNEL_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ssx_kernel.h
/// \brief SSX portable kernel (non-API) data and data structures
///
diff --git a/src/ssx/ssx/ssx_macros.h b/src/ssx/ssx/ssx_macros.h
index 780aa16..01d1a7f 100644
--- a/src/ssx/ssx/ssx_macros.h
+++ b/src/ssx/ssx/ssx_macros.h
@@ -25,12 +25,6 @@
#ifndef __SSX_MACROS_H__
#define __SSX_MACROS_H__
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
-
/// \file ssx_macros.h
/// \brief Boilerplate macros for SSX
diff --git a/src/ssx/ssx/ssx_semaphore_core.c b/src/ssx/ssx/ssx_semaphore_core.c
index 21abcd4..d42a0c0 100644
--- a/src/ssx/ssx/ssx_semaphore_core.c
+++ b/src/ssx/ssx/ssx_semaphore_core.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_semaphore_core.c
/// \brief SSX semaphore APIs
diff --git a/src/ssx/ssx/ssx_semaphore_init.c b/src/ssx/ssx/ssx_semaphore_init.c
index 0d5a432..4553f0d 100644
--- a/src/ssx/ssx/ssx_semaphore_init.c
+++ b/src/ssx/ssx/ssx_semaphore_init.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_semaphore_init.c
/// \brief SSX semaphore API initialization routines
diff --git a/src/ssx/ssx/ssx_stack_init.c b/src/ssx/ssx/ssx_stack_init.c
index a7892e6..8a92f82 100644
--- a/src/ssx/ssx/ssx_stack_init.c
+++ b/src/ssx/ssx/ssx_stack_init.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_stack_init.c
/// \brief SSX stack initialization
diff --git a/src/ssx/ssx/ssx_thread_core.c b/src/ssx/ssx/ssx_thread_core.c
index 3408a9e..5e0ac81 100644
--- a/src/ssx/ssx/ssx_thread_core.c
+++ b/src/ssx/ssx/ssx_thread_core.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_thread_core.c
/// \brief SSX thread APIs
diff --git a/src/ssx/ssx/ssx_thread_init.c b/src/ssx/ssx/ssx_thread_init.c
index 8db8513..1b475c0 100644
--- a/src/ssx/ssx/ssx_thread_init.c
+++ b/src/ssx/ssx/ssx_thread_init.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_thread_init.c
/// \brief SSX thread API initialization routines
diff --git a/src/ssx/ssx/ssx_timer_core.c b/src/ssx/ssx/ssx_timer_core.c
index dd95812..f23d260 100644
--- a/src/ssx/ssx/ssx_timer_core.c
+++ b/src/ssx/ssx/ssx_timer_core.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_timer_core.c
/// \brief SSX portable kernel timer handler
diff --git a/src/ssx/ssx/ssx_timer_init.c b/src/ssx/ssx/ssx_timer_init.c
index 9dc7930..5a3ddf7 100644
--- a/src/ssx/ssx/ssx_timer_init.c
+++ b/src/ssx/ssx/ssx_timer_init.c
@@ -22,11 +22,6 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-//-----------------------------------------------------------------------------
-// *! (C) Copyright International Business Machines Corp. 2014
-// *! All Rights Reserved -- Property of IBM
-// *! *** IBM Confidential ***
-//-----------------------------------------------------------------------------
/// \file ssx_timer_init.c
/// \brief SSX timer initialization
diff --git a/src/ssx/ssx/ssxssxfiles.mk b/src/ssx/ssx/ssxssxfiles.mk
index 2aa70b6..d362ffe 100644
--- a/src/ssx/ssx/ssxssxfiles.mk
+++ b/src/ssx/ssx/ssxssxfiles.mk
@@ -22,22 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
# @file ssxssxfiles.mk
#
# @brief mk for including ssx object files
-#
-# @page ChangeLogs Change Logs
-# @section ssxssxfiles.mk
-# @verbatim
-#
-#
-# Change Log ******************************************************************
-# Flag Defect/Feature User Date Description
-# ------ -------------- ---------- ------------ -----------
-# @pb00E pbavari 03/11/2012 Makefile ODE support
-#
-# @endverbatim
-#
+
##########################################################################
# Include
##########################################################################
OpenPOWER on IntegriCloud