From ece97c0ee59eba8efa66aafe782b4a07c0de566a Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Fri, 16 Sep 2016 04:42:19 -0500 Subject: Update file headers Change-Id: Icdd7460d8e3213f9bbd3d52e7825242bc59fc9e9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29825 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/sbefw/Makefile | 1 + src/sbefw/assert.h | 1 + src/sbefw/pk_app_cfg.h | 1 + src/sbefw/plugins/sbeUserDataParser.C | 1 + src/sbefw/pool.C | 1 + src/sbefw/pool.H | 1 + src/sbefw/sbeFFDCType.H | 1 + src/sbefw/sbeFifoMsgUtils.H | 1 + src/sbefw/sbeHostMsg.H | 1 + src/sbefw/sbeHostUtils.C | 1 + src/sbefw/sbeHostUtils.H | 1 + src/sbefw/sbeXipUtils.H | 1 + src/sbefw/sbe_host_intf.H | 1 + src/sbefw/sbecmdcntlinst.C | 1 + src/sbefw/sbecmdcntlinst.H | 1 + src/sbefw/sbecmdcntrldmt.H | 1 + src/sbefw/sbecmdiplcontrol.C | 1 + src/sbefw/sbecmdiplcontrol.H | 1 + src/sbefw/sbecmdmemaccess.H | 1 + src/sbefw/sbecmdparser.H | 1 + src/sbefw/sbecmdprocessor.C | 1 + src/sbefw/sbecmdreceiver.C | 1 + src/sbefw/sbecmdregaccess.C | 1 + src/sbefw/sbecmdregaccess.H | 1 + src/sbefw/sbecmdringaccess.C | 1 + src/sbefw/sbecmdringaccess.H | 1 + src/sbefw/sbecmdscomaccess.H | 1 + src/sbefw/sbecmdsram.C | 1 + src/sbefw/sbecmdsram.H | 1 + src/sbefw/sbeerrorcodes.H | 1 + src/sbefw/sbeevents.H | 1 + src/sbefw/sbeexeintf.H | 1 + src/sbefw/sbefifo.H | 1 + src/sbefw/sbefwfiles.mk | 1 + src/sbefw/sbeirq.C | 1 + src/sbefw/sbeirq.H | 1 + src/sbefw/sberegaccess.C | 1 + src/sbefw/sberegaccess.H | 1 + src/sbefw/sbescom.H | 1 + src/sbefw/sbestates.H | 1 + src/sbefw/sbetrace.H | 1 + src/sbefw/sbeutil.H | 1 + src/sbefw/vector | 1 + 43 files changed, 43 insertions(+) (limited to 'src/sbefw') diff --git a/src/sbefw/Makefile b/src/sbefw/Makefile index f25f44f5..56c4fce5 100644 --- a/src/sbefw/Makefile +++ b/src/sbefw/Makefile @@ -6,6 +6,7 @@ # OpenPOWER sbe Project # # Contributors Listed Below - COPYRIGHT 2016 +# [+] International Business Machines Corp. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/sbefw/assert.h b/src/sbefw/assert.h index 4a5be085..49d86110 100644 --- a/src/sbefw/assert.h +++ b/src/sbefw/assert.h @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/pk_app_cfg.h b/src/sbefw/pk_app_cfg.h index d2fbfceb..b32ae27d 100644 --- a/src/sbefw/pk_app_cfg.h +++ b/src/sbefw/pk_app_cfg.h @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/plugins/sbeUserDataParser.C b/src/sbefw/plugins/sbeUserDataParser.C index 9ad2f48e..1e87ad53 100644 --- a/src/sbefw/plugins/sbeUserDataParser.C +++ b/src/sbefw/plugins/sbeUserDataParser.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/pool.C b/src/sbefw/pool.C index 6695135a..e4650ecf 100644 --- a/src/sbefw/pool.C +++ b/src/sbefw/pool.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/pool.H b/src/sbefw/pool.H index 3968852c..1ab107d2 100644 --- a/src/sbefw/pool.H +++ b/src/sbefw/pool.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeFFDCType.H b/src/sbefw/sbeFFDCType.H index f4ef95ad..9d5a8477 100644 --- a/src/sbefw/sbeFFDCType.H +++ b/src/sbefw/sbeFFDCType.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeFifoMsgUtils.H b/src/sbefw/sbeFifoMsgUtils.H index 609c0271..436ffdb0 100644 --- a/src/sbefw/sbeFifoMsgUtils.H +++ b/src/sbefw/sbeFifoMsgUtils.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeHostMsg.H b/src/sbefw/sbeHostMsg.H index 3467d59c..ceca1bc5 100644 --- a/src/sbefw/sbeHostMsg.H +++ b/src/sbefw/sbeHostMsg.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeHostUtils.C b/src/sbefw/sbeHostUtils.C index 3e4605d0..4cd95049 100644 --- a/src/sbefw/sbeHostUtils.C +++ b/src/sbefw/sbeHostUtils.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeHostUtils.H b/src/sbefw/sbeHostUtils.H index efca6bf4..d50483dc 100644 --- a/src/sbefw/sbeHostUtils.H +++ b/src/sbefw/sbeHostUtils.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeXipUtils.H b/src/sbefw/sbeXipUtils.H index b9ce992e..f95f0cac 100644 --- a/src/sbefw/sbeXipUtils.H +++ b/src/sbefw/sbeXipUtils.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbe_host_intf.H b/src/sbefw/sbe_host_intf.H index 24658f16..dc9a83ea 100644 --- a/src/sbefw/sbe_host_intf.H +++ b/src/sbefw/sbe_host_intf.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdcntlinst.C b/src/sbefw/sbecmdcntlinst.C index 8cb29927..40e5948b 100644 --- a/src/sbefw/sbecmdcntlinst.C +++ b/src/sbefw/sbecmdcntlinst.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdcntlinst.H b/src/sbefw/sbecmdcntlinst.H index 39e84135..80a985a0 100644 --- a/src/sbefw/sbecmdcntlinst.H +++ b/src/sbefw/sbecmdcntlinst.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdcntrldmt.H b/src/sbefw/sbecmdcntrldmt.H index 4f133947..29b4799d 100644 --- a/src/sbefw/sbecmdcntrldmt.H +++ b/src/sbefw/sbecmdcntrldmt.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdiplcontrol.C b/src/sbefw/sbecmdiplcontrol.C index a7b771d8..825db91f 100644 --- a/src/sbefw/sbecmdiplcontrol.C +++ b/src/sbefw/sbecmdiplcontrol.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdiplcontrol.H b/src/sbefw/sbecmdiplcontrol.H index e06757c5..07deac98 100644 --- a/src/sbefw/sbecmdiplcontrol.H +++ b/src/sbefw/sbecmdiplcontrol.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdmemaccess.H b/src/sbefw/sbecmdmemaccess.H index 6a2449fc..a96fa306 100644 --- a/src/sbefw/sbecmdmemaccess.H +++ b/src/sbefw/sbecmdmemaccess.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdparser.H b/src/sbefw/sbecmdparser.H index d51995f2..70b4e697 100644 --- a/src/sbefw/sbecmdparser.H +++ b/src/sbefw/sbecmdparser.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdprocessor.C b/src/sbefw/sbecmdprocessor.C index 6a945b4a..ab02c957 100644 --- a/src/sbefw/sbecmdprocessor.C +++ b/src/sbefw/sbecmdprocessor.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdreceiver.C b/src/sbefw/sbecmdreceiver.C index 50f24657..98126b5a 100644 --- a/src/sbefw/sbecmdreceiver.C +++ b/src/sbefw/sbecmdreceiver.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdregaccess.C b/src/sbefw/sbecmdregaccess.C index 59c6d93a..860f773a 100644 --- a/src/sbefw/sbecmdregaccess.C +++ b/src/sbefw/sbecmdregaccess.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdregaccess.H b/src/sbefw/sbecmdregaccess.H index 01199816..4468b955 100644 --- a/src/sbefw/sbecmdregaccess.H +++ b/src/sbefw/sbecmdregaccess.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdringaccess.C b/src/sbefw/sbecmdringaccess.C index 6ce16f35..7c2ccc1d 100644 --- a/src/sbefw/sbecmdringaccess.C +++ b/src/sbefw/sbecmdringaccess.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdringaccess.H b/src/sbefw/sbecmdringaccess.H index d2163646..578aa264 100644 --- a/src/sbefw/sbecmdringaccess.H +++ b/src/sbefw/sbecmdringaccess.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdscomaccess.H b/src/sbefw/sbecmdscomaccess.H index 8a4a4a28..df897a97 100644 --- a/src/sbefw/sbecmdscomaccess.H +++ b/src/sbefw/sbecmdscomaccess.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdsram.C b/src/sbefw/sbecmdsram.C index ac11ffc6..69850958 100644 --- a/src/sbefw/sbecmdsram.C +++ b/src/sbefw/sbecmdsram.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbecmdsram.H b/src/sbefw/sbecmdsram.H index 1c86aa2b..f274c9d3 100644 --- a/src/sbefw/sbecmdsram.H +++ b/src/sbefw/sbecmdsram.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeerrorcodes.H b/src/sbefw/sbeerrorcodes.H index 2e37bb2b..ded7dc19 100644 --- a/src/sbefw/sbeerrorcodes.H +++ b/src/sbefw/sbeerrorcodes.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeevents.H b/src/sbefw/sbeevents.H index 6506a050..1b085922 100644 --- a/src/sbefw/sbeevents.H +++ b/src/sbefw/sbeevents.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeexeintf.H b/src/sbefw/sbeexeintf.H index 8a8aff66..5316fc1f 100644 --- a/src/sbefw/sbeexeintf.H +++ b/src/sbefw/sbeexeintf.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbefifo.H b/src/sbefw/sbefifo.H index 47ce5beb..e624f390 100644 --- a/src/sbefw/sbefifo.H +++ b/src/sbefw/sbefifo.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbefwfiles.mk b/src/sbefw/sbefwfiles.mk index 24f9318e..80846adf 100644 --- a/src/sbefw/sbefwfiles.mk +++ b/src/sbefw/sbefwfiles.mk @@ -6,6 +6,7 @@ # OpenPOWER sbe Project # # Contributors Listed Below - COPYRIGHT 2015,2016 +# [+] International Business Machines Corp. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/sbefw/sbeirq.C b/src/sbefw/sbeirq.C index bf445245..bb53928a 100644 --- a/src/sbefw/sbeirq.C +++ b/src/sbefw/sbeirq.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeirq.H b/src/sbefw/sbeirq.H index 8102ce81..1862be6a 100644 --- a/src/sbefw/sbeirq.H +++ b/src/sbefw/sbeirq.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sberegaccess.C b/src/sbefw/sberegaccess.C index 71540e56..1e6067d5 100644 --- a/src/sbefw/sberegaccess.C +++ b/src/sbefw/sberegaccess.C @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sberegaccess.H b/src/sbefw/sberegaccess.H index 84e2c87e..ac380cd8 100644 --- a/src/sbefw/sberegaccess.H +++ b/src/sbefw/sberegaccess.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbescom.H b/src/sbefw/sbescom.H index 3809ba10..802a4c88 100644 --- a/src/sbefw/sbescom.H +++ b/src/sbefw/sbescom.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbestates.H b/src/sbefw/sbestates.H index 6acaba4d..b2916914 100644 --- a/src/sbefw/sbestates.H +++ b/src/sbefw/sbestates.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbetrace.H b/src/sbefw/sbetrace.H index 1d7df7e4..d73a2f95 100644 --- a/src/sbefw/sbetrace.H +++ b/src/sbefw/sbetrace.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/sbeutil.H b/src/sbefw/sbeutil.H index 07fc6b7f..425c771c 100644 --- a/src/sbefw/sbeutil.H +++ b/src/sbefw/sbeutil.H @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/src/sbefw/vector b/src/sbefw/vector index 5929f85f..053d9bfc 100644 --- a/src/sbefw/vector +++ b/src/sbefw/vector @@ -6,6 +6,7 @@ /* OpenPOWER sbe Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2016 */ +/* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ -- cgit v1.2.1