From 2a760b4aba66ace3580b4aaaf7583e33091b55d0 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sun, 10 Dec 2023 12:45:58 +0800 Subject: [PATCH] update module header template --- csst_common/data/module_header.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csst_common/data/module_header.txt b/csst_common/data/module_header.txt index 6557c62..f7ac19b 100644 --- a/csst_common/data/module_header.txt +++ b/csst_common/data/module_header.txt @@ -1,4 +1,4 @@ -Identifier: KSC-{identifier}-{file_path} +Identifier: {package}/{file_path} Name: {file_name} Description: {description} Author: {author} -- GitLab