diff --git a/src/recipe/lang/Rust/rustup.c b/src/recipe/lang/Rust/rustup.c index a1b2bfb..5ad9777 100644 --- a/src/recipe/lang/Rust/rustup.c +++ b/src/recipe/lang/Rust/rustup.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2024-10-02> * Last Modified : <2024-10-02> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/APT/Armbian.c b/src/recipe/os/APT/Armbian.c index 0b8effa..0b414f3 100644 --- a/src/recipe/os/APT/Armbian.c +++ b/src/recipe/os/APT/Armbian.c @@ -3,6 +3,7 @@ * ------------------------------------------------------------- * File Authors : Shengwei Chen <414685209@qq.com> * Contributors : Aoran Zeng + * | Yangmoooo * Created On : <2024-06-14> * Last Modified : <2024-08-27> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/APT/Debian.c b/src/recipe/os/APT/Debian.c index 196750e..75be91b 100644 --- a/src/recipe/os/APT/Debian.c +++ b/src/recipe/os/APT/Debian.c @@ -3,7 +3,7 @@ * ------------------------------------------------------------- * File Authors : Aoran Zeng * | Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-02> * Last Modified : <2024-10-31> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/APT/Kali-Linux.c b/src/recipe/os/APT/Kali-Linux.c index 59dfa0f..4f87f37 100644 --- a/src/recipe/os/APT/Kali-Linux.c +++ b/src/recipe/os/APT/Kali-Linux.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-29> * Last Modified : <2024-08-16> * diff --git a/src/recipe/os/APT/Linux-Lite.c b/src/recipe/os/APT/Linux-Lite.c index 2639b5a..dec86a0 100644 --- a/src/recipe/os/APT/Linux-Lite.c +++ b/src/recipe/os/APT/Linux-Lite.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-29> * Last Modified : <2024-08-16> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/APT/Raspberry-Pi-OS.c b/src/recipe/os/APT/Raspberry-Pi-OS.c index 6ab5160..65ce9aa 100644 --- a/src/recipe/os/APT/Raspberry-Pi-OS.c +++ b/src/recipe/os/APT/Raspberry-Pi-OS.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-29> * Last Modified : <2024-10-02> * diff --git a/src/recipe/os/APT/deepin.c b/src/recipe/os/APT/deepin.c index 8a74b7e..774b8da 100644 --- a/src/recipe/os/APT/deepin.c +++ b/src/recipe/os/APT/deepin.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Heng Guo <2085471348@qq.com> - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-26> * Last Modified : <2024-09-14> * diff --git a/src/recipe/os/Alpine-Linux.c b/src/recipe/os/Alpine-Linux.c index 1ca3305..ee08a3e 100644 --- a/src/recipe/os/Alpine-Linux.c +++ b/src/recipe/os/Alpine-Linux.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-24> * Last Modified : <2024-09-14> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/OpenWrt.c b/src/recipe/os/OpenWrt.c index 1b54e16..0d57ac2 100644 --- a/src/recipe/os/OpenWrt.c +++ b/src/recipe/os/OpenWrt.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2024-08-08> * Last Modified : <2024-08-08> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/Void-Linux.c b/src/recipe/os/Void-Linux.c index 4069a7c..da7906f 100644 --- a/src/recipe/os/Void-Linux.c +++ b/src/recipe/os/Void-Linux.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-24> * Last Modified : <2024-08-16> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/YUM/AlmaLinux.c b/src/recipe/os/YUM/AlmaLinux.c index c550233..1111253 100644 --- a/src/recipe/os/YUM/AlmaLinux.c +++ b/src/recipe/os/YUM/AlmaLinux.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2024-06-12> * Last Modified : <2024-08-16> * ------------------------------------------------------------*/ diff --git a/src/recipe/os/YUM/openEuler.c b/src/recipe/os/YUM/openEuler.c index cda3909..c6437b5 100644 --- a/src/recipe/os/YUM/openEuler.c +++ b/src/recipe/os/YUM/openEuler.c @@ -3,6 +3,7 @@ * ------------------------------------------------------------- * File Authors : Heng Guo <2085471348@qq.com> * Contributors : Aoran Zeng + * | Yangmoooo * Created On : <2023-09-06> * Last Modified : <2024-09-14> * ------------------------------------------------------------*/ diff --git a/src/recipe/ware/Anaconda.c b/src/recipe/ware/Anaconda.c index 9a259d2..6439629 100644 --- a/src/recipe/ware/Anaconda.c +++ b/src/recipe/ware/Anaconda.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- * File Authors : Aoran Zeng - * Contributors : Nil Null + * Contributors : Yangmoooo * Created On : <2023-09-10> * Last Modified : <2024-08-15> * ------------------------------------------------------------*/