From fb5877862d1ae6b065de9bb30dc7573e39e908b8 Mon Sep 17 00:00:00 2001 From: liqiang Date: Thu, 2 Jul 2020 14:36:06 +0800 Subject: [PATCH] New file copyright --- prefetch_reg.c | 16 ++++++++++++++++ tests/simple_test.sh | 14 ++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/prefetch_reg.c b/prefetch_reg.c index 11c137a..ab393f2 100644 --- a/prefetch_reg.c +++ b/prefetch_reg.c @@ -1,3 +1,19 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright(c) 2019 Huawei Technologies Co., Ltd + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * Create: 2020-07-02 + * Author: Liqiang (liqiang9102@gitee) + */ + #include #include #include diff --git a/tests/simple_test.sh b/tests/simple_test.sh index b9989b8..ded7d19 100644 --- a/tests/simple_test.sh +++ b/tests/simple_test.sh @@ -1,4 +1,18 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0 +# * Copyright(c) 2019 Huawei Technologies Co., Ltd +# * +# * This program is free software; you can redistribute it and/or modify it +# * under the terms and conditions of the GNU General Public License, +# * version 2, as published by the Free Software Foundation. +# * +# * This program is distributed in the hope it will be useful, but WITHOUT +# * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# * for more details. +# Create: 2020-07-02 +# Author: Liqiang (liqiang9102@gitee) + GREP=cpu\(1\) echo "Policy set test, (exp:0~15):" -- GitLab