From 97f7abcf70cead9fbed2719545faa13f870d0f02 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Wed, 6 Nov 2019 09:40:23 -0600 Subject: PEL: Add license prologue to test source files Signed-off-by: Matt Spinler Change-Id: I67c62ab5ac6e69ad0a84937834581f9a280a9167 --- test/openpower-pels/real_pel_test.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test/openpower-pels/real_pel_test.cpp') diff --git a/test/openpower-pels/real_pel_test.cpp b/test/openpower-pels/real_pel_test.cpp index 59cc84e..1846239 100644 --- a/test/openpower-pels/real_pel_test.cpp +++ b/test/openpower-pels/real_pel_test.cpp @@ -1,3 +1,18 @@ +/** + * Copyright © 2019 IBM Corporation + * + * 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 + * + * 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. + */ #include "elog_entry.hpp" #include "extensions/openpower-pels/pel.hpp" #include "pel_utils.hpp" -- cgit v1.2.1