Browse Source

Add juce READMEs

tags/2020-12-27
falkTX 3 years ago
parent
commit
66d92c7d6b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 39 additions and 0 deletions
  1. +19
    -0
      libs/juce-current/source/README.md
  2. +20
    -0
      libs/juce-legacy/source/README.md

+ 19
- 0
libs/juce-current/source/README.md View File

@@ -0,0 +1,19 @@
# The JUCE Library

**The JUCE fork provided by this repository uses GPLv3 license.
See [GNU General Public License v.3](https://www.gnu.org/licenses/gpl-3.0.en.html)
for more details.**

JUCE is an open-source cross-platform C++ application framework used for rapidly
developing high quality desktop and mobile applications, including LV2, VST, AU (and AUv3),
RTAS and AAX audio plug-ins.

JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING WARRANTY OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE, ARE DISCLAIMED.

The core JUCE modules (juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core
and juce_events) are permissively licensed under the terms of the
[ISC license](http://www.isc.org/downloads/software-support-policy/isc-license/).
Other modules are covered by the
[GNU General Public License v.3](https://www.gnu.org/licenses/gpl-3.0.en.html).

+ 20
- 0
libs/juce-legacy/source/README.md View File

@@ -0,0 +1,20 @@
# The JUCE 5 Library

**The JUCE fork provided by this repository uses GPLv3 license.
See [GNU General Public License v.3](https://www.gnu.org/licenses/gpl-3.0.en.html)
for more details.**

JUCE is an all-encompassing C++ framework for developing cross-platform
software. JUCE is used by hundreds of companies to develop powerful,
cross-platform audio, interactive, embedded or graphic applications.

JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
EXPRESSED OR IMPLIED, INCLUDING WARRANTY OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE, ARE DISCLAIMED.

The juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and
juce_events modules are permissively licensed under the terms of the [ISC
license](http://www.isc.org/downloads/software-support-policy/isc-license).

For more information, visit the website:
[www.juce.com](https://www.juce.com)

Loading…
Cancel
Save