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,7 +1,7 @@
#!/usr/bin/env raku #!/usr/bin/env raku
# --------------------------------------------------------------- # ---------------------------------------------------------------
# Copyright © 2025-2025 Aoran Zeng # Copyright © 2025-2025 Aoran Zeng
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: Artistic-2.0
# --------------------------------------------------------------- # ---------------------------------------------------------------
# File Name : rawstr4c.raku # File Name : rawstr4c.raku
# File Authors : Aoran Zeng <ccmywish@qq.com> # File Authors : Aoran Zeng <ccmywish@qq.com>
@@ -20,7 +20,7 @@ use Rawstr4c::Version;
sub USAGE() { sub USAGE() {
print qq:to/END/; 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> Usage: rawstr4c [options] <FILE.md|DIR>
@@ -50,7 +50,7 @@ sub MAIN(
) )
{ {
if ($version || $v) { if ($version || $v) {
print Version::VERSION_CONTENT_FOR_-version; print Rawstr4c::Version::VERSION_CONTENT_FOR_-version;
exit(0); 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 Name : Config.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com> # 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 Name : Generator.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com> # 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 Name : Parser.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com> # 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 Name : Version.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com> # 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/ constant VERSION_CONTENT_FOR_-version = qq:to/EOF/
rawstr4c {VERSION} rawstr4c {VERSION}
Copyright (C) 2025 Aoran Zeng 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. This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. There is NO WARRANTY, to the extent permitted by law.