diff --git a/bootstrap/README.md b/bootstrap/README.md index 7a93db8..f8dfe67 100644 --- a/bootstrap/README.md +++ b/bootstrap/README.md @@ -1,3 +1,15 @@ + + # Bootstrap ```ruby diff --git a/bootstrap/Termux.bash b/bootstrap/Termux.bash index 384a352..6a4e681 100644 --- a/bootstrap/Termux.bash +++ b/bootstrap/Termux.bash @@ -1,5 +1,7 @@ #!/usr/bin/env bash # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : Termux.bash # File Authors : Aoran Zeng # Contributors : Nul None diff --git a/rawstr4c.h b/rawstr4c.h deleted file mode 100644 index 99b69a5..0000000 --- a/rawstr4c.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -/** - * Generated by rawstr4c - * - * Date: 2025-07-13T23:31:21.307736+08:00 - */ - -char RAWSTR_wr_homebrew_read_config_cmd[] = "echo HOMEBREW_API_DOMAIN=$HOMEBREW_API_DOMAIN;\necho HOMEBREW_BOTTLE_DOMAIN=$HOMEBREW_BOTTLE_DOMAIN;\necho HOMEBREW_BREW_GIT_REMOTE=$HOMEBREW_BREW_GIT_REMOTE;\necho HOMEBREW_CORE_GIT_REMOTE=$HOMEBREW_CORE_GIT_REMOTE;\n"; -char RAWSTR_wr_homebrew_config_in_bash[] = "# ------ chsrc BLOCK BEGIN for Homebrew ------\nexport HOMEBREW_BREW_GIT_REMOTE=\"@1@/git/homebrew/brew.git\"\nexport HOMEBREW_CORE_GIT_REMOTE=\"@1@/git/homebrew/homebrew-core.git\"\n# For Bottles\nexport HOMEBREW_API_DOMAIN=\"@1@/homebrew-bottles/api\"\nexport HOMEBREW_BOTTLE_DOMAIN=\"@1@/homebrew-bottles\"\n# ------ chsrc BLOCK ENDIN for Homebrew ------\n"; -char RAWSTR_wr_homebrew_config_in_fish[] = "# ------ chsrc BLOCK BEGIN for Homebrew ------\nset -x HOMEBREW_BREW_GIT_REMOTE \"@1@/git/homebrew/brew.git\"\nset -x HOMEBREW_CORE_GIT_REMOTE \"@1@/git/homebrew/homebrew-core.git\"\n# For Bottles\nset -x HOMEBREW_API_DOMAIN \"@1@/homebrew-bottles/api\"\nset -x HOMEBREW_BOTTLE_DOMAIN \"@1@/homebrew-bottles\"\n# ------ chsrc BLOCK ENDIN for Homebrew ------\n"; diff --git a/tool/README.txt b/tool/README.txt index b97df46..89e66fd 100644 --- a/tool/README.txt +++ b/tool/README.txt @@ -1,4 +1,6 @@ # --------------------------------------------------------------- +# SPDX-License-Identifier: GFDL-1.3-or-later +# --------------------------------------------------------------- # Doc Type : Text # Doc Name : (Tools Introduction.md) # Doc Authors : xuan diff --git a/tool/download-pre-on-GitHub.ps1 b/tool/download-pre-on-GitHub.ps1 index a8e3ce0..7aa2fe3 100644 --- a/tool/download-pre-on-GitHub.ps1 +++ b/tool/download-pre-on-GitHub.ps1 @@ -1,4 +1,6 @@ # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : download-pre-on-GitHub.ps1 # File Authors : Aoran Zeng # Created On : <2023-09-21> diff --git a/tool/installer.ps1 b/tool/installer.ps1 index b58d8c4..28bb14a 100644 --- a/tool/installer.ps1 +++ b/tool/installer.ps1 @@ -1,4 +1,6 @@ # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : installer.ps1 # File Authors : xuan # | ChatGPT diff --git a/tool/installer.sh b/tool/installer.sh index f369a46..0e6bd8b 100644 --- a/tool/installer.sh +++ b/tool/installer.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : installer.sh # File Authors : GnixAij # | xuan diff --git a/tool/rawstr4c/bin/run.bat b/tool/rawstr4c/bin/run.bat index aab6853..efeba91 100644 --- a/tool/rawstr4c/bin/run.bat +++ b/tool/rawstr4c/bin/run.bat @@ -1,4 +1,6 @@ :: --------------------------------------------------------------- +:: SPDX-License-Identifier: GPL-3.0-or-later +:: --------------------------------------------------------------- :: File Name : run.bat :: File Authors : Aoran Zeng :: Contributors : Nul None diff --git a/tool/rawstr4c/bin/run.ps1 b/tool/rawstr4c/bin/run.ps1 index 7676c61..69008ba 100644 --- a/tool/rawstr4c/bin/run.ps1 +++ b/tool/rawstr4c/bin/run.ps1 @@ -1,4 +1,6 @@ # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : run.ps1 # File Authors : Aoran Zeng # Contributors : Nul None diff --git a/tool/rawstr4c/bin/run.sh b/tool/rawstr4c/bin/run.sh index b7e3400..35e51f1 100644 --- a/tool/rawstr4c/bin/run.sh +++ b/tool/rawstr4c/bin/run.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : run.sh # File Authors : Aoran Zeng # Contributors : Nul None diff --git a/tool/rawstr4c/lib/Generator.rakumod b/tool/rawstr4c/lib/Generator.rakumod index 50a1837..6bb6194 100644 --- a/tool/rawstr4c/lib/Generator.rakumod +++ b/tool/rawstr4c/lib/Generator.rakumod @@ -1,5 +1,7 @@ #!/usr/bin/env raku # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : Generator.rakumod # File Authors : Aoran Zeng # Contributors : Nul None diff --git a/tool/rawstr4c/lib/Parser.rakumod b/tool/rawstr4c/lib/Parser.rakumod index 7cae441..80cd6ca 100644 --- a/tool/rawstr4c/lib/Parser.rakumod +++ b/tool/rawstr4c/lib/Parser.rakumod @@ -1,5 +1,7 @@ #!/usr/bin/env raku # --------------------------------------------------------------- +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : Parser.rakumod # File Authors : Aoran Zeng # Contributors : Nul None