This commit is contained in:
Michael McMahon 2024-09-27 01:33:02 -05:00 committed by GitHub
commit 33cff916f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 7 deletions

View File

@ -1,15 +1,15 @@
# Winamp Collaborative License (WCL) Version 1.0.1 # Winamp Collaborative License (WCL) Version 1.1.0
This License governs the use, modification, and distribution of the Winamp software. This License governs the use, modification, and distribution of the Winamp software.
By using, Modifying, or distributing this software, you agree to the following terms: By using, Modifying, or distributing this software, you agree to the following terms:
## Preamble ## Preamble
The Winamp Collaborative License is a free, copyleft license for software and other kinds of works. It is designed to ensure that you have the freedom to use, Modify, and study the software, but with certain restrictions on the distribution of modifications to maintain the integrity and collaboration of the project. The Winamp Collaborative License is a [Source-available](https://en.wikipedia.org/wiki/Source_available) license for software and other kinds of works. It is designed to ensure that you have the freedom to use, Modify, and study the software, but with certain restrictions on the distribution of modifications to maintain the integrity and collaboration of the project.
## TERMS AND CONDITIONS ## TERMS AND CONDITIONS
### 1. Definitions ### 1. Definitions
- "This License" refers to version 1.0.1 of the Winamp Collaborative License. - "This License" refers to version 1.1.0 of the Winamp Collaborative License.
- "The Program" refers to any copyrightable work Licensed under this License. - "The Program" refers to any copyrightable work Licensed under this License.
- "You" refers to each Licensee, whether an individual or organization. - "You" refers to each Licensee, whether an individual or organization.
- "Modify" means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. - "Modify" means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy.
@ -29,7 +29,7 @@ You are granted the right to Modify the software for private use only. You may m
- Waiver of Rights: You waive any rights to claim authorship of the contributions or to object to any distortion, mutilation, or other modifications of the contributions. - Waiver of Rights: You waive any rights to claim authorship of the contributions or to object to any distortion, mutilation, or other modifications of the contributions.
### 5. Restrictions ### 5. Restrictions
- No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or binary form. - No Distribution of Modified Versions: You may not distribute modified versions of the software in binary form.
- Official Distribution: Only the maintainers of the official repository are allowed to distribute the software and its modifications. - Official Distribution: Only the maintainers of the official repository are allowed to distribute the software and its modifications.
### 6. No Sublicensing ### 6. No Sublicensing

View File

@ -30,6 +30,10 @@ Run `unpack_libvpx_v1.8.2_msvc16.cmd` to unpack.
We take libmpg123 from [https://www.mpg123.de/download.shtml](https://www.mpg123.de/download.shtml), modify it, and pack it to archive. We take libmpg123 from [https://www.mpg123.de/download.shtml](https://www.mpg123.de/download.shtml), modify it, and pack it to archive.
Run `unpack_libmpg123.cmd` to unpack and process the DLLs. Run `unpack_libmpg123.cmd` to unpack and process the DLLs.
#### MilkDrop2
We take MilkDrop2 from [https://sourceforge.net/p/milkdrop2/code/ci/master/tree/src/vis_milk2/](https://sourceforge.net/p/milkdrop2/code/ci/master/tree/src/vis_milk2/), copy it in /Src/Plugins/Visualization/vis_milk2/
#### OpenSSL #### OpenSSL
You need to use `openssl-1.0.1u`. For that, you need to build a static version of these libs. You need to use `openssl-1.0.1u`. For that, you need to build a static version of these libs.