docs: update LICENSE and README to reflect new copyright and project acknowledgments

This commit is contained in:
delibae 2026-03-02 23:04:47 +09:00
parent 91f307ee4e
commit f6395c2d68
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
MIT License MIT License
Copyright (c) 2025 assistant-ui Copyright (c) 2025 assistant-ui
Copyright (c) 2026 delibae
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -157,6 +157,10 @@ pnpm lint:fix # auto-fix
Contributions are welcome! Please use [Conventional Commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `docs:`, `chore:`). Contributions are welcome! Please use [Conventional Commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `docs:`, `chore:`).
## Acknowledgments
This project started from [Open Prism](https://github.com/assistant-ui/open-prism) by [assistant-ui](https://github.com/assistant-ui).
## License ## License
[MIT](./LICENSE) [MIT](./LICENSE)