Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Self Developers horizontal](https://github.com/user-attachments/assets/14c33806-9549-4eee-a2b2-bcfcf873ae80)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fselfxyz%2Fself.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fselfxyz%2Fself?ref=badge_shield)

Monorepo for Self.

Expand Down Expand Up @@ -97,3 +98,7 @@ We are actively looking for contributors. Please check the [open issues](https:/
Thanks [Rémi](https://github.com/remicolin), [Florent](https://github.com/0xturboblitz), [Ayman](https://github.com/Nesopie), [Justin](https://github.com/transphorm), [Seshanth](https://github.com/seshanthS), [Nico](https://github.com/motemotech) and all other contributors for building Self.

Thanks [Aayush](https://twitter.com/yush_g), [Vivek](https://twitter.com/viv_boop), [Andy](https://twitter.com/AndyGuzmanEth) and [Vitalik](https://github.com/vbuterin) for contributing ideas and inspiring us to build this technology, and [PSE](https://pse.dev/) for supporting the initial work through grants!


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fselfxyz%2Fself.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fselfxyz%2Fself?ref=badge_large)
Comment on lines +103 to +104
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Complete the License section with actual license information.

The License section contains only a FOSSA badge without stating the project's actual license or referencing your LICENSE file. Users need clarity on what license this project operates under (e.g., MIT, Apache 2.0, GPL) and how they can use or contribute to the code.

Add the license type and file reference to the License section:

  ## License
+ This project is licensed under the [LICENSE](LICENSE) file.
+ 
  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fselfxyz%2Fself.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fselfxyz%2Fself?ref=badge_large)

If you have a specific license type (e.g., MIT), include it as well:

  ## License
+ This project is licensed under [MIT License](LICENSE).
+ 
  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fselfxyz%2Fself.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fselfxyz%2Fself?ref=badge_large)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fselfxyz%2Fself.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fselfxyz%2Fself?ref=badge_large)
## License
This project is licensed under the [LICENSE](LICENSE) file.
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fselfxyz%2Fself.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fselfxyz%2Fself?ref=badge_large)
🤖 Prompt for AI Agents
In README.md around lines 103–104 the License section currently only shows a
FOSSA badge; update it to explicitly state the project's license (e.g.,
"License: MIT" or whichever applies), add an SPDX identifier, and include a
relative link to the LICENSE file (e.g., "See LICENSE for details") so users can
find the full text; if multiple licenses or special terms apply, list them and
point to the LICENSE or LICENSES directory accordingly.