Add missing license notice in header

This commit is contained in:
Aoran Zeng
2025-07-14 02:54:08 +08:00
parent cb7310845f
commit 2aef111e74
12 changed files with 32 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
:: ---------------------------------------------------------------
:: SPDX-License-Identifier: GPL-3.0-or-later
:: ---------------------------------------------------------------
:: File Name : run.bat
:: File Authors : Aoran Zeng <ccmywish@qq.com>
:: Contributors : Nul None <nul@none.org>

View File

@@ -1,4 +1,6 @@
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# ---------------------------------------------------------------
# File Name : run.ps1
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# ---------------------------------------------------------------
# File Name : run.sh
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env raku
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# ---------------------------------------------------------------
# File Name : Generator.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env raku
# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# ---------------------------------------------------------------
# File Name : Parser.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>