[PR #83] [MERGED] chore: Make shadps4 REUSE compliant #1275

Closed
opened 2026-02-27 21:11:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/83
Author: @raphaelthegreat
Created: 2/23/2024
Status: Merged
Merged: 2/24/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (1)

  • 584b7d2 chore: Make shadps4 REUSE compliant

📊 Changes

124 files changed (+661 additions, -1893 deletions)

View changed files

📝 .ci/clang-format.sh (+3 -0)
.clang-format (+0 -7)
📝 .github/broken_workflows/linux.yml (+2 -9)
.github/workflows/ci.yml (+18 -0)
📝 .github/workflows/format.yml (+3 -0)
📝 .github/workflows/windows.yml (+2 -8)
📝 .gitignore (+3 -0)
📝 .gitmodules (+3 -0)
.reuse/dep5 (+10 -0)
📝 CMakeLists.txt (+3 -0)
LICENSES/GPL-2.0-or-later.txt (+117 -0)
LICENSES/MIT.txt (+9 -0)
📝 README.md (+5 -0)
📝 documents/building-windows.md (+5 -0)
📝 documents/linux_building.md (+4 -0)
📝 scripts/ps4_names2stubs.py (+3 -0)
📝 src/.clang-format (+3 -0)
📝 src/Emulator/Host/controller.cpp (+8 -3)
📝 src/Emulator/Host/controller.h (+5 -1)
📝 src/GUI/ElfViewer.cpp (+3 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/83 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 2/23/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`584b7d2`](https://github.com/shadps4-emu/shadPS4/commit/584b7d2b1523e72fe016d484d385d545f6ed418e) chore: Make shadps4 REUSE compliant ### 📊 Changes **124 files changed** (+661 additions, -1893 deletions) <details> <summary>View changed files</summary> 📝 `.ci/clang-format.sh` (+3 -0) ➖ `.clang-format` (+0 -7) 📝 `.github/broken_workflows/linux.yml` (+2 -9) ➕ `.github/workflows/ci.yml` (+18 -0) 📝 `.github/workflows/format.yml` (+3 -0) 📝 `.github/workflows/windows.yml` (+2 -8) 📝 `.gitignore` (+3 -0) 📝 `.gitmodules` (+3 -0) ➕ `.reuse/dep5` (+10 -0) 📝 `CMakeLists.txt` (+3 -0) ➕ `LICENSES/GPL-2.0-or-later.txt` (+117 -0) ➕ `LICENSES/MIT.txt` (+9 -0) 📝 `README.md` (+5 -0) 📝 `documents/building-windows.md` (+5 -0) 📝 `documents/linux_building.md` (+4 -0) 📝 `scripts/ps4_names2stubs.py` (+3 -0) 📝 `src/.clang-format` (+3 -0) 📝 `src/Emulator/Host/controller.cpp` (+8 -3) 📝 `src/Emulator/Host/controller.h` (+5 -1) 📝 `src/GUI/ElfViewer.cpp` (+3 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:11:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1275
No description provided.