annotate external/oscpack/LICENSE @ 509:0284d2152e17

Add support for outputting featutes using OSC (for use with the Wekinator, etc).
author tomwalters@google.com
date Fri, 22 Jun 2012 12:22:08 +0000
parents
children
rev   line source
tomwalters@509 1 oscpack -- Open Sound Control packet manipulation library
tomwalters@509 2 http://www.audiomulch.com/~rossb/code/oscpack
tomwalters@509 3
tomwalters@509 4 Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com>
tomwalters@509 5
tomwalters@509 6 Permission is hereby granted, free of charge, to any person obtaining
tomwalters@509 7 a copy of this software and associated documentation files
tomwalters@509 8 (the "Software"), to deal in the Software without restriction,
tomwalters@509 9 including without limitation the rights to use, copy, modify, merge,
tomwalters@509 10 publish, distribute, sublicense, and/or sell copies of the Software,
tomwalters@509 11 and to permit persons to whom the Software is furnished to do so,
tomwalters@509 12 subject to the following conditions:
tomwalters@509 13
tomwalters@509 14 The above copyright notice and this permission notice shall be
tomwalters@509 15 included in all copies or substantial portions of the Software.
tomwalters@509 16
tomwalters@509 17 Any person wishing to distribute modifications to the Software is
tomwalters@509 18 requested to send the modifications to the original developer so that
tomwalters@509 19 they can be incorporated into the canonical version.
tomwalters@509 20
tomwalters@509 21 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
tomwalters@509 22 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
tomwalters@509 23 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
tomwalters@509 24 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
tomwalters@509 25 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
tomwalters@509 26 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
tomwalters@509 27 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
tomwalters@509 28