mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-09 21:33:23 +08:00
Update header
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user