From: Dodji Seketeli Date: Fri, 6 Jan 2023 20:40:44 +0000 (+0100) Subject: Update the copyright notice for the BTF reader X-Git-Tag: upstream/2.3~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0cc439b2834c312fe347a8ac9eb992608db0cd4;p=platform%2Fupstream%2Flibabigail.git Update the copyright notice for the BTF reader * include/abg-btf-reader.h: Update the copyright notice for 2023. * src/abg-btf-reader.cc: Likewise. * tests/test-read-btf.cc: Likewise. Signed-off-by: Dodji Seketeli --- diff --git a/include/abg-btf-reader.h b/include/abg-btf-reader.h index c85ff9bd..9239d4f2 100644 --- a/include/abg-btf-reader.h +++ b/include/abg-btf-reader.h @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -*- Mode: C++ -*- // -// Copyright (C) 2022 Red Hat, Inc. +// Copyright (C) 2022-2023 Red Hat, Inc. // // Author: Dodji Seketeli diff --git a/src/abg-btf-reader.cc b/src/abg-btf-reader.cc index b3bcfe2f..abab0f66 100644 --- a/src/abg-btf-reader.cc +++ b/src/abg-btf-reader.cc @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -*- Mode: C++ -*- // -// Copyright (C) 2022 Red Hat, Inc. +// Copyright (C) 2022-2023 Red Hat, Inc. // // Author: Dodji Seketeli diff --git a/tests/test-read-btf.cc b/tests/test-read-btf.cc index 837fa585..9a1e3d9f 100644 --- a/tests/test-read-btf.cc +++ b/tests/test-read-btf.cc @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -*- Mode: C++ -*- // -// Copyright (C) 2022 Red Hat, Inc. +// Copyright (C) 2022-2023 Red Hat, Inc. // // Author: Dodji Seketeli