diff options
author | 2022-10-31 10:24:12 -0700 | |
---|---|---|
committer | 2022-10-31 13:24:12 -0400 | |
commit | 1b79ac70189cc54fd3dba91783921844bbe1ebd3 (patch) | |
tree | 6a6a4cfa19a7617e7748a4662dccc3028fa57dcf | |
parent | e25fed2f492b9fe1f2c9b6392f792cc8a5ab7ff6 (diff) | |
download | astro-1b79ac70189cc54fd3dba91783921844bbe1ebd3.tar.gz astro-1b79ac70189cc54fd3dba91783921844bbe1ebd3.tar.zst astro-1b79ac70189cc54fd3dba91783921844bbe1ebd3.zip |
Add a thank you to the original author of the original webapi package (#5246)
-rw-r--r-- | packages/webapi/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/webapi/README.md b/packages/webapi/README.md index 2b0efb82a..8e1c66280 100644 --- a/packages/webapi/README.md +++ b/packages/webapi/README.md @@ -162,9 +162,9 @@ polyfill(globalThis, { -## License +## License & Attribution -Code original to this project is licensed under the CC0-1.0 License. +Thank you to Jon Neal for his work on the original [webapi](https://github.com/astro-community/webapi) project that this package is forked from. Licensed under the CC0-1.0 License. Code from [abort-controller](https://www.npmjs.com/package/abort-controller) is licensed under the MIT License (MIT), Copyright Toru Nagashima. |