annotate stk/stk-license.txt @ 2:33aaa48d4d16 tip

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