annotate stk/stk-license.txt @ 1:2ca5d7440b5c tip

added README
author Fiore Martin <f.martin@qmul.ac.uk>
date Fri, 26 Feb 2016 16:11:20 +0000
parents 3004dd663202
children
rev   line source
f@0 1 The Synthesis ToolKit in C++ (STK) is a set of open source audio
f@0 2 signal processing and algorithmic synthesis classes written in the
f@0 3 C++ programming language. STK was designed to facilitate rapid
f@0 4 development of music synthesis and audio processing software, with
f@0 5 an emphasis on cross-platform functionality, realtime control,
f@0 6 ease of use, and educational example code. STK currently runs
f@0 7 with realtime support (audio and MIDI) on Linux, Macintosh OS X,
f@0 8 and Windows computer platforms. Generic, non-realtime support has
f@0 9 been tested under NeXTStep, Sun, and other platforms and should
f@0 10 work with any standard C++ compiler.
f@0 11
f@0 12 STK WWW site: http://ccrma.stanford.edu/software/stk/
f@0 13
f@0 14 The Synthesis ToolKit in C++ (STK)
f@0 15 Copyright (c) 1995--2014 Perry R. Cook and Gary P. Scavone
f@0 16
f@0 17 Permission is hereby granted, free of charge, to any person obtaining
f@0 18 a copy of this software and associated documentation files (the
f@0 19 "Software"), to deal in the Software without restriction, including
f@0 20 without limitation the rights to use, copy, modify, merge, publish,
f@0 21 distribute, sublicense, and/or sell copies of the Software, and to
f@0 22 permit persons to whom the Software is furnished to do so, subject to
f@0 23 the following conditions:
f@0 24
f@0 25 The above copyright notice and this permission notice shall be
f@0 26 included in all copies or substantial portions of the Software.
f@0 27
f@0 28 Any person wishing to distribute modifications to the Software is
f@0 29 asked to send the modifications to the original developer so that they
f@0 30 can be incorporated into the canonical version. This is, however, not
f@0 31 a binding provision of this license.
f@0 32
f@0 33 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
f@0 34 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
f@0 35 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
f@0 36 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
f@0 37 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
f@0 38 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
f@0 39 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.