diff options
author | Han Gao <gaohan@iscas.ac.cn> | 2023-07-12 22:13:38 +0800 |
---|---|---|
committer | Han Gao <rabenda.cn@gmail.com> | 2023-07-13 01:33:27 +0800 |
commit | 0cc8176254b6c14b30757ea00701bce28f89ece2 (patch) | |
tree | 3b558ed6ced78719899db06c0eaa1abfc45529a1 /common | |
parent | b69e053b49ceca201b70b10e4dedcdf9a7a8df60 (diff) |
feat: update slogan
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c index dd2c1f76..b8246d81 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c @@ -755,7 +755,7 @@ static void print_ruyisdk_logo(void) printf(" |_| \\_\\__,_|\\__, |_|_____/|_____/|_|\\_\\\n"); printf(" __/ | \n"); printf(" |___/ \n"); - printf(" -- powered by ISCAS\n"); + printf(" -- Presented by ISCAS\n"); printf("-----------------------------------------\n"); } |