From bd475efa2a87d9e8e0eba597032a90c93a20a071 Mon Sep 17 00:00:00 2001 From: zhanghuanhuan Date: Fri, 16 Jun 2023 13:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E7=89=88=E6=9D=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash-5.1/builtins_rust/common/src/command.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash-5.1/builtins_rust/common/src/command.rs b/bash-5.1/builtins_rust/common/src/command.rs index c8ce39e3..f9d61fd5 100644 --- a/bash-5.1/builtins_rust/common/src/command.rs +++ b/bash-5.1/builtins_rust/common/src/command.rs @@ -1,3 +1,6 @@ +//# SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. + +//# SPDX-License-Identifier: GPL-3.0-or-later #[macro_export] macro_rules! SUBSHELL_PAREN { -- Gitee