annotate COPYING @ 147:30bd89a8cbeb

Instead of using separate values and b64values entries, allow numeric arrays to be replaced by b64 variants wherever they appear (discriminating by type). Also rename values to featureValues in feature, as values turns out to be a hazardous name in a JS context
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 27 Sep 2016 15:03:29 +0100
parents 3e5bf8b59c72
children 420e9248e7b9
rev   line source
c@119 1
c@119 2 Vamp JSON Schema
c@119 3 Copyright (c) 2015-2016 Queen Mary, University of London
c@119 4
c@119 5 Permission is hereby granted, free of charge, to any person
c@119 6 obtaining a copy of this software and associated documentation
c@119 7 files (the "Software"), to deal in the Software without
c@119 8 restriction, including without limitation the rights to use, copy,
c@119 9 modify, merge, publish, distribute, sublicense, and/or sell copies
c@119 10 of the Software, and to permit persons to whom the Software is
c@119 11 furnished to do so, subject to the following conditions:
c@119 12
c@119 13 The above copyright notice and this permission notice shall be
c@119 14 included in all copies or substantial portions of the Software.
c@119 15
c@119 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
c@119 17 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
c@119 18 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
c@119 19 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
c@119 20 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
c@119 21 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
c@119 22 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
c@119 23
c@119 24 Except as contained in this notice, the names of the Centre for
c@119 25 Digital Music; Queen Mary, University of London; and Chris Cannam
c@119 26 shall not be used in advertising or otherwise to promote the sale,
c@119 27 use or other dealings in this Software without prior written
c@119 28 authorization.
c@119 29