Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
[REUSE] is a specification that aims at making file copyright
information consistent, so that it can be both human and machine
readable. It basically requires that all files have a header containing
copyright and licensing information. When this isn't possible, like
when dealing with binary assets, generated files or embedded third-party
dependencies, it is permitted to insert copyright information in the
`.reuse/dep5` file.
Oh, and it also requires that all the licenses used in the project are
present in the `LICENSES` folder, that's why the diff is so huge.
This can be done automatically with `reuse download --all`.
The `reuse` tool also contains a handy subcommand that analyzes the
project and tells whether or not the project is (still) compliant,
`reuse lint`.
Following REUSE has a few advantages over the current approach:
- Copyright information is easy to access for users / downstream
- Files like `dist/license.md` do not need to exist anymore, as
`.reuse/dep5` is used instead
- `reuse lint` makes it easy to ensure that copyright information of
files like binary assets / images is always accurate and up to date
To add copyright information of files that didn't have it I looked up
who committed what and when, for each file. As yuzu contributors do not
have to sign a CLA or similar I couldn't assume that copyright ownership
was of the "yuzu Emulator Project", so I used the name and/or email of
the commit author instead.
[REUSE]: https://reuse.software
Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254
|
|
`GPL-3.0-or-later OR MPL-2.0` is an SPDX expression: https://spdx.github.io/spdx-spec/SPDX-license-expressions/
Fixes #8219
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The MacOS build link was removed in the README.md because it no longer exist.
|
|
|
|
Co-Authored-By: Weiyi Wang <[email protected]>
|
|
|
|
|
|
Added Discord shield and direct link to contribution guide
|
|
|
|
|
|
* Update README.md
* Adress feedback
* Add link to our compatability page
* Address feedback
Co-Authored-By: Morph <[email protected]>
* Fix spelling
Co-Authored-By: Morph <[email protected]>
* Small fix
* Removed the mention of a specific game
* fix
|
|
Fix README change mistake
|
|
|
|
|
|
|
|
|
|
Yuzu can now render 3D graphics to some degree.
|
|
Clarifies the yuzu cannot play commercial games to any reasonable extent, rather than not at all.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed the broken links that were a result of the updated website.
|
|
Changed the FAQ link so it leads to the FAQ on the Citra website, instead of the FAQ hosted
on GitHub
|
|
|
|
Link main site donation page in readme instead of providing further donation info there.
|
|
|
|
|
|
|
|
|
|
Links on README.md don't exist.
|
|
|
|
|
|
Hopefully this should reduce the amount of drive-by spam and annoying support requests in the channel.
|
|
|