chore: add reuse licence checking (#6659)

This PR aims to add very basic REUSE license checking
https://reuse.software.

My intention is not to sort out all errors in this PR, but instead sort
that out over multiple incrementals PR going forward in an undisruptive
way as possible.
This commit is contained in:
pajlada
2025-12-21 12:14:06 +01:00
committed by GitHub
parent 9554956d3a
commit e00b404bd4
7 changed files with 201 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@
- Dev: Refactored `Emotes` into `EmoteController`. (#6516)
- Dev: Fix Arch Linux partial upgrade error in CI. (#6553)
- Dev: Added Qt keyword and warning flags project wide. (#6520)
- Dev: Added REUSE license checking. (#6659)
- Def: Fixed compilation error in tests with Clang 21. (#6519)
- Dev: The 7TV and BTTV liveupdates now use Boost.Beast's WebSockets. (#6308)
- Dev: Fixed compilation warnings on clang-cl. (#6528)