From df494100c8e5f540099a1d9561f4429620398874 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Tue, 9 Sep 2025 23:36:51 +0300 Subject: [PATCH] Test buildcheck on ubuntu 22 --- static_core/compiler/compiler_options.cpp | 3 ++- static_core/libpandabase/concepts.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static_core/compiler/compiler_options.cpp b/static_core/compiler/compiler_options.cpp index eb743e1386..fd345705db 100644 --- a/static_core/compiler/compiler_options.cpp +++ b/static_core/compiler/compiler_options.cpp @@ -1,5 +1,6 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * + * Copyright (c) 2021-2025 Huawei Device Co., Ltd. * 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 diff --git a/static_core/libpandabase/concepts.h b/static_core/libpandabase/concepts.h index 279b80586e..d62162a2d0 100644 --- a/static_core/libpandabase/concepts.h +++ b/static_core/libpandabase/concepts.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024 Huawei Device Co., Ltd. + * Copyright (c) 2021-2025 Huawei Device Co., Ltd. * 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 -- Gitee