From bf09b6f728fd164923429770d78bef94e357efc7 Mon Sep 17 00:00:00 2001 From: liqiang Date: Thu, 2 Jul 2020 14:39:17 +0800 Subject: [PATCH] Copyright --- prefetch_mod.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/prefetch_mod.h b/prefetch_mod.h index 2f2a6df..387323f 100644 --- a/prefetch_mod.h +++ b/prefetch_mod.h @@ -1,3 +1,18 @@ +// 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) + */ #ifndef __PREFETCH_TUNING__ #define __PREFETCH_TUNING__ -- GitLab