[Impl] 增加版权信息,后续可能成为包要求

This commit is contained in:
2025-12-29 19:45:54 +08:00
parent edea443801
commit 92dcd19f39
5 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
/* /*
Official Module `std.formater` Official Module `std.formater`
Library/std/formater/formater.fig Library/std/formater/formater.fig
Copyright © 2025 PuqiAR. All rights reserved.
*/ */
import std.value; // `type` function and string_from import std.value; // `type` function and string_from

View File

@@ -1,6 +1,8 @@
/* /*
Official Module `std.io` Official Module `std.io`
Library/std/io/io.fig Library/std/io/io.fig
Copyright © 2025 PuqiAR. All rights reserved.
*/ */
import _builtins; import _builtins;

View File

@@ -1,6 +1,8 @@
/* /*
Official Module `std.io` Official Module `std.io`
Library/std/io/noSpaces.fig Library/std/io/noSpaces.fig
Copyright © 2025 PuqiAR. All rights reserved.
*/ */
import _builtins; import _builtins;

View File

@@ -1,6 +1,8 @@
/* /*
Official Module `math` Official Module `math`
Library/math/math.fig Library/math/math.fig
Copyright © 2025 PuqiAR. All rights reserved.
*/ */
import _builtins; // load __fmath functions import _builtins; // load __fmath functions

View File

@@ -1,6 +1,8 @@
/* /*
Official Module `std.value` Official Module `std.value`
Library/std/value/value.fig Library/std/value/value.fig
Copyright © 2025 PuqiAR. All rights reserved.
*/ */
import _builtins; import _builtins;