diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000000000000000000000000000000000..dd707a4393d0c57a16f44c62eb926e6b9429ded9 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,9 @@ +# The original authors of the SRFI reference IMPL are kept in indivisual files +# This AUTHORS file is for S7 SRFI authors. +# +# Names should be added to this file like so: +# Name or Organization + +Liii Network Inc. + +沈达 diff --git a/srfi/srfi-78-test.scm b/srfi/srfi-78-test.scm index 08f81616e81f647a3aa9fca06c74250c985d929d..bb2dfd9a40e7fbb16cd05a940bceae95d657d58a 100644 --- a/srfi/srfi-78-test.scm +++ b/srfi/srfi-78-test.scm @@ -1,3 +1,19 @@ +; +; Copyright (C) 2024 The S7 SRFI Authors +; +; Licensed under the Apache License, Version 2.0 (the "License"); +; you may not use this file except in compliance with the License. +; You may obtain a copy of the License at +; +; http://www.apache.org/licenses/LICENSE-2.0 +; +; Unless required by applicable law or agreed to in writing, software +; distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +; WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +; License for the specific language governing permissions and limitations +; under the License. +; + (autoload 'srfi-78 "srfi-78.scm") (require 'srfi-78) diff --git a/srfi/srfi-78.scm b/srfi/srfi-78.scm index 048d319af14db0047ad63faadd6571fbb3f67a6c..7ba9ced65a487a5f04bf0f81abc3657d88b64b56 100644 --- a/srfi/srfi-78.scm +++ b/srfi/srfi-78.scm @@ -34,7 +34,7 @@ ; ; Naming convention "check:" is used only internally. ; -; Copyright (c) 2024 Da @ Liii Network Inc. +; Copyright (c) 2024 The S7 SRFI Authors ; Follow the same License as the original one (provide 'srfi-78) diff --git a/srfi/srfi-8-test.scm b/srfi/srfi-8-test.scm index 772d3738899f716a0406a0fcf0a7d93f932073e0..4fc5727de413538a576a2c7c016b7a343143fec3 100644 --- a/srfi/srfi-8-test.scm +++ b/srfi/srfi-8-test.scm @@ -1,5 +1,18 @@ -;;; Copyright (c) 2024 Da @ Liii Network Inc -;;; All rights reverved. +; +; Copyright (C) 2024 The S7 SRFI Authors +; +; Licensed under the Apache License, Version 2.0 (the "License"); +; you may not use this file except in compliance with the License. +; You may obtain a copy of the License at +; +; http://www.apache.org/licenses/LICENSE-2.0 +; +; Unless required by applicable law or agreed to in writing, software +; distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +; WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +; License for the specific language governing permissions and limitations +; under the License. +; (autoload 'check "srfi-78.scm") (autoload 'receive "srfi-8.scm") diff --git a/srfi/srfi-8.scm b/srfi/srfi-8.scm index 84cdb90f1c5f818bc139a4f2f111c19a730cdbf7..951c11540703e5826740a2b2c207a09ed050fde5 100644 --- a/srfi/srfi-8.scm +++ b/srfi/srfi-8.scm @@ -1,5 +1,18 @@ -;;; Copyright (c) 2024 Da @ Liii Network Inc -;;; All rights reverved. +; +; Copyright (C) 2024 The S7 SRFI Authors +; +; Licensed under the Apache License, Version 2.0 (the "License"); +; you may not use this file except in compliance with the License. +; You may obtain a copy of the License at +; +; http://www.apache.org/licenses/LICENSE-2.0 +; +; Unless required by applicable law or agreed to in writing, software +; distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +; WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +; License for the specific language governing permissions and limitations +; under the License. +; (provide 'srfi-8) (provide 'receive)