Update header

This commit is contained in:
Aoran Zeng
2025-07-21 02:16:29 +08:00
parent 651a4cba3c
commit 42d6ba7716
5 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: Artistic-2.0
# ---------------------------------------------------------------
# File Name : Config.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com>

View File

@@ -1,5 +1,5 @@
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: Artistic-2.0
# ---------------------------------------------------------------
# File Name : Generator.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com>

View File

@@ -1,5 +1,5 @@
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: Artistic-2.0
# ---------------------------------------------------------------
# File Name : Parser.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com>

View File

@@ -1,5 +1,5 @@
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: Artistic-2.0
# ---------------------------------------------------------------
# File Name : Version.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com>
@@ -19,7 +19,7 @@ constant Maintain_URL2 = "https://gitee.com/RubyMetric/chsrc/blob/dev/tool/rawst
constant VERSION_CONTENT_FOR_-version = qq:to/EOF/
rawstr4c {VERSION}
Copyright (C) 2025 Aoran Zeng
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
License Artistic-2.0: Artistic License 2.0 <https://opensource.org/licenses/Artistic-2.0>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.