From 92dcd19f390eed00216ae124c407ad15b76fa5ad Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Mon, 29 Dec 2025 19:45:54 +0800 Subject: [PATCH] =?UTF-8?q?[Impl]=20=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9D=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=90=8E=E7=BB=AD=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E6=88=90=E4=B8=BA=E5=8C=85=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Module/Library/std/formater/formater.fig | 2 ++ src/Module/Library/std/io/io.fig | 2 ++ src/Module/Library/std/io/noSpace.fig | 2 ++ src/Module/Library/std/math/math.fig | 2 ++ src/Module/Library/std/value/value.fig | 2 ++ 5 files changed, 10 insertions(+) diff --git a/src/Module/Library/std/formater/formater.fig b/src/Module/Library/std/formater/formater.fig index 31bb81c..d980345 100644 --- a/src/Module/Library/std/formater/formater.fig +++ b/src/Module/Library/std/formater/formater.fig @@ -1,6 +1,8 @@ /* Official Module `std.formater` Library/std/formater/formater.fig + + Copyright © 2025 PuqiAR. All rights reserved. */ import std.value; // `type` function and string_from diff --git a/src/Module/Library/std/io/io.fig b/src/Module/Library/std/io/io.fig index 66c86ef..f190865 100644 --- a/src/Module/Library/std/io/io.fig +++ b/src/Module/Library/std/io/io.fig @@ -1,6 +1,8 @@ /* Official Module `std.io` Library/std/io/io.fig + + Copyright © 2025 PuqiAR. All rights reserved. */ import _builtins; diff --git a/src/Module/Library/std/io/noSpace.fig b/src/Module/Library/std/io/noSpace.fig index 09e33a9..a8d67be 100644 --- a/src/Module/Library/std/io/noSpace.fig +++ b/src/Module/Library/std/io/noSpace.fig @@ -1,6 +1,8 @@ /* Official Module `std.io` Library/std/io/noSpaces.fig + + Copyright © 2025 PuqiAR. All rights reserved. */ import _builtins; diff --git a/src/Module/Library/std/math/math.fig b/src/Module/Library/std/math/math.fig index 3dc7089..4993462 100644 --- a/src/Module/Library/std/math/math.fig +++ b/src/Module/Library/std/math/math.fig @@ -1,6 +1,8 @@ /* Official Module `math` Library/math/math.fig + + Copyright © 2025 PuqiAR. All rights reserved. */ import _builtins; // load __fmath functions diff --git a/src/Module/Library/std/value/value.fig b/src/Module/Library/std/value/value.fig index 70d9c9d..568bd9b 100644 --- a/src/Module/Library/std/value/value.fig +++ b/src/Module/Library/std/value/value.fig @@ -1,6 +1,8 @@ /* Official Module `std.value` Library/std/value/value.fig + + Copyright © 2025 PuqiAR. All rights reserved. */ import _builtins;