Update header

This commit is contained in:
Aoran Zeng 2025-07-21 02:16:29 +08:00
parent 651a4cba3c
commit 42d6ba7716
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
5 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env raku
# ---------------------------------------------------------------
# Copyright © 2025-2025 Aoran Zeng
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: Artistic-2.0
# ---------------------------------------------------------------
# File Name : rawstr4c.raku
# File Authors : Aoran Zeng <ccmywish@qq.com>
@ -20,7 +20,7 @@ use Rawstr4c::Version;
sub USAGE() {
print qq:to/END/;
rawstr4c: Raw String for C (GPLv3+) v{Rawstr4c::Version::VERSION}-{Rawstr4c::Version::RELEASE_DATE}
rawstr4c: Raw Strings for C (Artistic-2.0) v{Rawstr4c::Version::VERSION}-{Rawstr4c::Version::RELEASE_DATE}
Usage: rawstr4c [options] <FILE.md|DIR>
@ -50,7 +50,7 @@ sub MAIN(
)
{
if ($version || $v) {
print Version::VERSION_CONTENT_FOR_-version;
print Rawstr4c::Version::VERSION_CONTENT_FOR_-version;
exit(0);
}

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

Internal Server Error - Gitea: Git server for yexuejc
500 Internal Server Error

Gitea Version: 1.23.8

@ -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