summaryrefslogtreecommitdiffstats
path: root/import/hwpf/fapi2/include/target_states.H
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2015-12-14 14:19:48 -0600
committerGregory S. Still <stillgs@us.ibm.com>2016-01-07 08:59:00 -0600
commitd286a489f8d9f0f3a640063d1d78cf2f2a7213fe (patch)
tree320028e5329697fc82ba6e5f35dbba18525ea23b /import/hwpf/fapi2/include/target_states.H
parentf0731fde6a682ed2e39031a4d9fc4371e6f2fd91 (diff)
downloadtalos-sbe-d286a489f8d9f0f3a640063d1d78cf2f2a7213fe.tar.gz
talos-sbe-d286a489f8d9f0f3a640063d1d78cf2f2a7213fe.zip
Fix all incorrect copyright prologs
Change-Id: I293e79b5a37bf4180f6dd19d259fac3434327fb3 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22759 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23028 Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/hwpf/fapi2/include/target_states.H')
-rw-r--r--import/hwpf/fapi2/include/target_states.H38
1 files changed, 16 insertions, 22 deletions
diff --git a/import/hwpf/fapi2/include/target_states.H b/import/hwpf/fapi2/include/target_states.H
index bebd43d0..7d810db0 100644
--- a/import/hwpf/fapi2/include/target_states.H
+++ b/import/hwpf/fapi2/include/target_states.H
@@ -1,25 +1,19 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: $ */
+/* $Source: hwpf/fapi2/include/target_states.H $ */
/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
-/* [+] International Business Machines Corp. */
+/* IBM CONFIDENTIAL */
/* */
+/* EKB Project */
/* */
-/* Licensed under the Apache License, Version 2.0 (the "License"); */
-/* you may not use this file except in compliance with the License. */
-/* You may obtain a copy of the License at */
+/* COPYRIGHT 2012,2015 */
+/* [+] International Business Machines Corp. */
/* */
-/* http://www.apache.org/licenses/LICENSE-2.0 */
/* */
-/* Unless required by applicable law or agreed to in writing, software */
-/* distributed under the License is distributed on an "AS IS" BASIS, */
-/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
-/* implied. See the License for the specific language governing */
-/* permissions and limitations under the License. */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
/* */
/* IBM_PROLOG_END_TAG */
/**
@@ -32,14 +26,14 @@
namespace fapi2
{
- ///
- /// @brief Enumeration of target state values (bitmask values)
- ///
- enum TargetState
- {
- TARGET_STATE_PRESENT = 0x00000001,
- TARGET_STATE_FUNCTIONAL = 0x00000002,
- };
+///
+/// @brief Enumeration of target state values (bitmask values)
+///
+enum TargetState
+{
+ TARGET_STATE_PRESENT = 0x00000001,
+ TARGET_STATE_FUNCTIONAL = 0x00000002,
+};
}
#endif
OpenPOWER on IntegriCloud