Compare commits

2 Commits

Author SHA1 Message Date
winampgit
992b21b156 Merge pull request #1224 from WinampDesktop/community
Delete Src/Plugins/Input/in_vorbis directory
2024-09-27 08:34:06 +02:00
winampgit
9f8ca84746 Merge pull request #267 from WinampDesktop/community
merge to main
2024-09-26 18:54:03 +02:00
2 changed files with 7 additions and 11 deletions

View File

@@ -1,15 +1,15 @@
# Winamp Collaborative License (WCL) Version 1.1.0 # Winamp Collaborative License (WCL) Version 1.0.1
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 [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. 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.
## TERMS AND CONDITIONS ## TERMS AND CONDITIONS
### 1. Definitions ### 1. Definitions
- "This License" refers to version 1.1.0 of the Winamp Collaborative License. - "This License" refers to version 1.0.1 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 in binary form. - No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or 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,10 +30,6 @@ 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.