From a0cc439b2834c312fe347a8ac9eb992608db0cd4 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Fri, 6 Jan 2023 21:40:44 +0100 Subject: [PATCH] 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 --- include/abg-btf-reader.h | 2 +- src/abg-btf-reader.cc | 2 +- tests/test-read-btf.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1