Update DEVELOPERS.md with REUSE.toml file (#5733)

This commit is contained in:
Khairul Azhar Kasmiran 2026-01-05 21:32:34 +08:00 committed by GitHub
parent ec7f117c2f
commit f935f96323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,8 +357,8 @@ Rizin is trying to comply with the Software Package Data Exchange® (SPDX®),
an open standard to communicate in a clear way licenses and copyrights, among
other things, of a software. All files in the repository should either have
an header specifying the copyright and the license that apply or an entry in
.reuse/dep5 file. All pieces of code copied from other projects should have
a license/copyright entry as well.
the [REUSE.toml](REUSE.toml) file. All pieces of code copied from other projects
should have a license/copyright entry as well.
In particular, the SPDX header may look like:
```C