Tree:
5ce16c4b05
Kernel
Newvulkanfeatures
Update-some-barriers-test
atomicops-mxwell
bcn-ternary-soft
camille/bufferc
chore/NamespaceIndentation
chore/chore
civa
descriptor
descriptor_pool_opt
descriptor_set
discfix
display-modified-settings-first
dmnt2
dynarmic-coproc
dynarmic-ppc64
eden-orbis-ps4
eds-true-adreno-fixes
eds-true-adreno-fixes-pre-0.1.0
feat/qlaunchstability
ffmpeg-cross-compile
fix-fsr-crash-linux-waw
fix/audioin
fix/cyrillic_paths
fix/discord-rpc
fix/gbh_test
flatopsfixes23485
fs-try
fs_external_dlcupdates
install-vulkan-ps1-fix-windows-on-arm
interval-zero
lanobu
liz-crash-dumps-solaris
liz-dynarmic-macos-fbsd-port
liz-get-rid-of-mcl-intrusive-list
liz-heaptrack-fix
liz-no-rtti-allowance
lizzie/dynarmic-fix-pagetable-64-index
lizzie/dynarmic-sse3-impls
lizzie/exclude-translatable-android-1
lizzie/fix-bact-on-no-openssl-builds
lizzie/fix-vic-msvc-attempt-2
lizzie/openbsd-78-fix
lizzie/reorder-format-line-filename
lizzie/sgsr
lock-term-1
macroify-surface-stuffs
master
memsetopsyscallavoid
mmap-fixews
msvc-debug
msvc_fix-debug-build
mutliplayer-filter-better1
n64
nce_cpp
netgate1
netusejthreadstuff
pintocputhing
pipelinederivative
port/lr
qcomopts
refactoreds2
release/0.0.3
release/0.0.4
release/0.1.0
rem-dup-applet-launch
revert-2695
sgsrtry
showcase
showcase2
simp-word-man1
sjkdbsdfjkbsdf-2834
smartqueryreset
spookymansionreducecpuusage
spvopts
sured-revert
techno48473719
test-revert-gpu-optim
test2
true-eds-graphics
true-eds-pre-0.0.1
vk-fix-oom-force-maller-buffers
vk-surface-andpc
vulkan-thingy
woa-turnip-expr
xbzk-saf-recursive-write-with-permission-request
xbzk/bindless-textures-support
xbzk/joyverlay_longpress_autohide_fix
0.0.0
0.0.1-pre-alpha
0.0.2-pre-alpha
test-tag1
test-tag2
v0.0.3
v0.0.3-rc1
v0.0.3-rc2
v0.0.3-rc3
v0.0.3.git
v0.0.4
v0.0.4-rc1
v0.0.4-rc2
v0.0.4-rc2.test
v0.0.4-rc2.test2
v0.0.4-rc3
v0.0.4-rc3.test1
v0.0.4-rc3.test2
v0.0.4.test
v0.1.0-rc1
${ noResults }
1 Commits (5ce16c4b05ff2fb1aa3f9085c02dc5a994534d9f)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
6a2efdda2f |
chore: make yuzu REUSE compliant
[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
|
4 years ago |