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/additional_data_test.cpp | 15 +++++++++++++++ test/openpower-pels/ascii_string_test.cpp | 15 +++++++++++++++ test/openpower-pels/bcd_time_test.cpp | 15 +++++++++++++++ test/openpower-pels/failing_mtms_test.cpp | 15 +++++++++++++++ test/openpower-pels/fru_identity_test.cpp | 15 +++++++++++++++ test/openpower-pels/generic_section_test.cpp | 15 +++++++++++++++ test/openpower-pels/log_id_test.cpp | 15 +++++++++++++++ test/openpower-pels/mru_test.cpp | 15 +++++++++++++++ test/openpower-pels/mtms_test.cpp | 15 +++++++++++++++ test/openpower-pels/paths.cpp | 15 +++++++++++++++ test/openpower-pels/pce_identity_test.cpp | 15 +++++++++++++++ test/openpower-pels/pel_manager_test.cpp | 15 +++++++++++++++ test/openpower-pels/pel_test.cpp | 15 +++++++++++++++ test/openpower-pels/pel_utils.cpp | 15 +++++++++++++++ test/openpower-pels/pel_values_test.cpp | 15 +++++++++++++++ test/openpower-pels/private_header_test.cpp | 15 +++++++++++++++ test/openpower-pels/real_pel_test.cpp | 15 +++++++++++++++ test/openpower-pels/registry_test.cpp | 15 +++++++++++++++ test/openpower-pels/repository_test.cpp | 15 +++++++++++++++ test/openpower-pels/section_header_test.cpp | 15 +++++++++++++++ test/openpower-pels/severity_test.cpp | 15 +++++++++++++++ test/openpower-pels/src_callout_test.cpp | 15 +++++++++++++++ test/openpower-pels/src_callouts_test.cpp | 15 +++++++++++++++ test/openpower-pels/src_test.cpp | 15 +++++++++++++++ test/openpower-pels/stream_test.cpp | 15 +++++++++++++++ test/openpower-pels/user_data_test.cpp | 15 +++++++++++++++ test/openpower-pels/user_header_test.cpp | 15 +++++++++++++++ 27 files changed, 405 insertions(+) (limited to 'test') diff --git a/test/openpower-pels/additional_data_test.cpp b/test/openpower-pels/additional_data_test.cpp index 1bf4af7..f3f9824 100644 --- a/test/openpower-pels/additional_data_test.cpp +++ b/test/openpower-pels/additional_data_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 "extensions/openpower-pels/additional_data.hpp" #include diff --git a/test/openpower-pels/ascii_string_test.cpp b/test/openpower-pels/ascii_string_test.cpp index 022620d..96ee4ad 100644 --- a/test/openpower-pels/ascii_string_test.cpp +++ b/test/openpower-pels/ascii_string_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 "extensions/openpower-pels/ascii_string.hpp" #include "extensions/openpower-pels/registry.hpp" diff --git a/test/openpower-pels/bcd_time_test.cpp b/test/openpower-pels/bcd_time_test.cpp index c8342a2..6fe761c 100644 --- a/test/openpower-pels/bcd_time_test.cpp +++ b/test/openpower-pels/bcd_time_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 "extensions/openpower-pels/bcd_time.hpp" #include diff --git a/test/openpower-pels/failing_mtms_test.cpp b/test/openpower-pels/failing_mtms_test.cpp index 001f840..e377482 100644 --- a/test/openpower-pels/failing_mtms_test.cpp +++ b/test/openpower-pels/failing_mtms_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 "extensions/openpower-pels/failing_mtms.hpp" #include "mocks.hpp" diff --git a/test/openpower-pels/fru_identity_test.cpp b/test/openpower-pels/fru_identity_test.cpp index e985b80..a6839b8 100644 --- a/test/openpower-pels/fru_identity_test.cpp +++ b/test/openpower-pels/fru_identity_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 "extensions/openpower-pels/fru_identity.hpp" #include diff --git a/test/openpower-pels/generic_section_test.cpp b/test/openpower-pels/generic_section_test.cpp index 7cb9949..7c80894 100644 --- a/test/openpower-pels/generic_section_test.cpp +++ b/test/openpower-pels/generic_section_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 "extensions/openpower-pels/generic.hpp" #include "pel_utils.hpp" diff --git a/test/openpower-pels/log_id_test.cpp b/test/openpower-pels/log_id_test.cpp index e5f2632..93dff83 100644 --- a/test/openpower-pels/log_id_test.cpp +++ b/test/openpower-pels/log_id_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 "extensions/openpower-pels/log_id.hpp" #include "extensions/openpower-pels/paths.hpp" diff --git a/test/openpower-pels/mru_test.cpp b/test/openpower-pels/mru_test.cpp index 38e80f9..e73c69a 100644 --- a/test/openpower-pels/mru_test.cpp +++ b/test/openpower-pels/mru_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 "extensions/openpower-pels/mru.hpp" #include diff --git a/test/openpower-pels/mtms_test.cpp b/test/openpower-pels/mtms_test.cpp index 2290374..b9c0929 100644 --- a/test/openpower-pels/mtms_test.cpp +++ b/test/openpower-pels/mtms_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 "extensions/openpower-pels/mtms.hpp" #include diff --git a/test/openpower-pels/paths.cpp b/test/openpower-pels/paths.cpp index 502fcf0..254d2d0 100644 --- a/test/openpower-pels/paths.cpp +++ b/test/openpower-pels/paths.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 "extensions/openpower-pels/paths.hpp" #include diff --git a/test/openpower-pels/pce_identity_test.cpp b/test/openpower-pels/pce_identity_test.cpp index 8a3018c..de41dbb 100644 --- a/test/openpower-pels/pce_identity_test.cpp +++ b/test/openpower-pels/pce_identity_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 "extensions/openpower-pels/pce_identity.hpp" #include diff --git a/test/openpower-pels/pel_manager_test.cpp b/test/openpower-pels/pel_manager_test.cpp index b55e72e..1d4d3b7 100644 --- a/test/openpower-pels/pel_manager_test.cpp +++ b/test/openpower-pels/pel_manager_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 "extensions/openpower-pels/manager.hpp" #include "log_manager.hpp" #include "pel_utils.hpp" diff --git a/test/openpower-pels/pel_test.cpp b/test/openpower-pels/pel_test.cpp index c83b54f..9976c5c 100644 --- a/test/openpower-pels/pel_test.cpp +++ b/test/openpower-pels/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/generic.hpp" #include "extensions/openpower-pels/pel.hpp" diff --git a/test/openpower-pels/pel_utils.cpp b/test/openpower-pels/pel_utils.cpp index 133e259..5fdab54 100644 --- a/test/openpower-pels/pel_utils.cpp +++ b/test/openpower-pels/pel_utils.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 "pel_utils.hpp" #include "extensions/openpower-pels/private_header.hpp" diff --git a/test/openpower-pels/pel_values_test.cpp b/test/openpower-pels/pel_values_test.cpp index d44153c..50a672d 100644 --- a/test/openpower-pels/pel_values_test.cpp +++ b/test/openpower-pels/pel_values_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 "extensions/openpower-pels/pel_values.hpp" #include diff --git a/test/openpower-pels/private_header_test.cpp b/test/openpower-pels/private_header_test.cpp index 4eb052b..0349a94 100644 --- a/test/openpower-pels/private_header_test.cpp +++ b/test/openpower-pels/private_header_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 "extensions/openpower-pels/private_header.hpp" #include "pel_utils.hpp" 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" diff --git a/test/openpower-pels/registry_test.cpp b/test/openpower-pels/registry_test.cpp index 7105c82..c193c3f 100644 --- a/test/openpower-pels/registry_test.cpp +++ b/test/openpower-pels/registry_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 "extensions/openpower-pels/registry.hpp" #include diff --git a/test/openpower-pels/repository_test.cpp b/test/openpower-pels/repository_test.cpp index bd1953f..118cb12 100644 --- a/test/openpower-pels/repository_test.cpp +++ b/test/openpower-pels/repository_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 "extensions/openpower-pels/paths.hpp" #include "extensions/openpower-pels/repository.hpp" #include "pel_utils.hpp" diff --git a/test/openpower-pels/section_header_test.cpp b/test/openpower-pels/section_header_test.cpp index 2d5827c..b8ff732 100644 --- a/test/openpower-pels/section_header_test.cpp +++ b/test/openpower-pels/section_header_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 "extensions/openpower-pels/section_header.hpp" diff --git a/test/openpower-pels/severity_test.cpp b/test/openpower-pels/severity_test.cpp index 293196b..29c3bc3 100644 --- a/test/openpower-pels/severity_test.cpp +++ b/test/openpower-pels/severity_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 "extensions/openpower-pels/severity.hpp" #include diff --git a/test/openpower-pels/src_callout_test.cpp b/test/openpower-pels/src_callout_test.cpp index 0a78c94..3fd2a5c 100644 --- a/test/openpower-pels/src_callout_test.cpp +++ b/test/openpower-pels/src_callout_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 "extensions/openpower-pels/callout.hpp" #include "pel_utils.hpp" diff --git a/test/openpower-pels/src_callouts_test.cpp b/test/openpower-pels/src_callouts_test.cpp index 88dd721..f192c15 100644 --- a/test/openpower-pels/src_callouts_test.cpp +++ b/test/openpower-pels/src_callouts_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 "extensions/openpower-pels/callouts.hpp" #include "pel_utils.hpp" diff --git a/test/openpower-pels/src_test.cpp b/test/openpower-pels/src_test.cpp index abeda0b..2749c37 100644 --- a/test/openpower-pels/src_test.cpp +++ b/test/openpower-pels/src_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 "extensions/openpower-pels/src.hpp" #include "pel_utils.hpp" diff --git a/test/openpower-pels/stream_test.cpp b/test/openpower-pels/stream_test.cpp index 619952f..361cfc5 100644 --- a/test/openpower-pels/stream_test.cpp +++ b/test/openpower-pels/stream_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 "extensions/openpower-pels/stream.hpp" #include diff --git a/test/openpower-pels/user_data_test.cpp b/test/openpower-pels/user_data_test.cpp index be3f5cb..a350de9 100644 --- a/test/openpower-pels/user_data_test.cpp +++ b/test/openpower-pels/user_data_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 "extensions/openpower-pels/user_data.hpp" #include "pel_utils.hpp" diff --git a/test/openpower-pels/user_header_test.cpp b/test/openpower-pels/user_header_test.cpp index ab8b7d6..7b8842c 100644 --- a/test/openpower-pels/user_header_test.cpp +++ b/test/openpower-pels/user_header_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_types.hpp" #include "extensions/openpower-pels/private_header.hpp" -- cgit v1.2.1