mirror of
https://github.com/winapps-org/winapps.git
synced 2025-10-10 01:59:31 +02:00
fix: address comments
Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ The original project by Fmstrat <https://github.com/Fmstrat/winapps/> is not fre
|
|||||||
Due to lack of a license, it is All Rights Reserved by the original author.
|
Due to lack of a license, it is All Rights Reserved by the original author.
|
||||||
|
|
||||||
We have tried contacting Fmstrat about this, but they abandoned the project and did not reply nor apply an open-source license to the project.
|
We have tried contacting Fmstrat about this, but they abandoned the project and did not reply nor apply an open-source license to the project.
|
||||||
However, almost all parts of the codebase have been rewritten and all new contributions require signing a Developer Certificate of Origin (or historically, a CLA; see [CONTRIBUTING.md](./CONTRIBUTING.md)), making most parts of the codebase AGPLv3.
|
However, almost all parts of the codebase have been rewritten and all new contributions require signing a Developer Certificate of Origin (or historically, a CLA; see [CONTRIBUTING.md](./docs/CONTRIBUTING.md)), making most parts of the codebase AGPLv3.
|
||||||
|
|
||||||
Refer to a specific file for its respective license.
|
Refer to a specific file for its respective license.
|
||||||
|
|
||||||
|
@@ -19,11 +19,19 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: freerdp
|
||||||
|
attributes:
|
||||||
|
label: Your FreeRDP version and where you got it from
|
||||||
|
placeholder: "FreeRDP 3.10 (Debian Backports)"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: distro
|
id: distro
|
||||||
attributes:
|
attributes:
|
||||||
label: Your Linux distribution and version
|
label: Your Linux distribution and version
|
||||||
placeholder: "Ubuntu 22.04"
|
placeholder: "Debian Trixie"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user