Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Flac Licence.txt 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. =====================================================================
  2. I've incorporated FLAC directly into the Juce codebase because it makes
  3. things much easier than having to make all your builds link correctly to
  4. the appropriate libraries on every different platform.
  5. I've made minimal changes to the FLAC code - just tweaked a few include paths
  6. to make it build smoothly, added some headers to allow you to turn off FLAC
  7. compilation, and commented-out a couple of unused bits of code.
  8. =====================================================================
  9. The following license is the BSD-style license that comes with the
  10. Flac distribution, and which applies just to the files I've
  11. included in this directory. For more info, and to get the rest of the
  12. distribution, visit the Flac homepage: flac.sourceforge.net
  13. =====================================================================
  14. Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
  15. Redistribution and use in source and binary forms, with or without
  16. modification, are permitted provided that the following conditions
  17. are met:
  18. - Redistributions of source code must retain the above copyright
  19. notice, this list of conditions and the following disclaimer.
  20. - Redistributions in binary form must reproduce the above copyright
  21. notice, this list of conditions and the following disclaimer in the
  22. documentation and/or other materials provided with the distribution.
  23. - Neither the name of the Xiph.org Foundation nor the names of its
  24. contributors may be used to endorse or promote products derived from
  25. this software without specific prior written permission.
  26. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  27. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  28. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  29. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
  30. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  31. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  32. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  33. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  34. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  35. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  36. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.