From accf2cfc248b9826e6d5ce0e9aa92dbbffb7ab9f Mon Sep 17 00:00:00 2001 From: flying Date: Fri, 12 Jan 2024 06:19:27 +0000 Subject: [PATCH] update tools/syscap_check.py. Signed-off-by: flying --- tools/syscap_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/syscap_check.py b/tools/syscap_check.py index e2b97fa..ed3fc18 100644 --- a/tools/syscap_check.py +++ b/tools/syscap_check.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2022 Huawei Device Co., Ltd. +# Copyright (c) 2023 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