Mercurial > hg > may
changeset 596:5bbd6ce6e3ee
Add README and COPYING
author | Chris Cannam |
---|---|
date | Wed, 03 Feb 2016 19:28:38 +0000 |
parents | 3b1f2aa8d36b |
children | c62894d056c7 |
files | COPYING README |
diffstat | 2 files changed, 46 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/COPYING Wed Feb 03 19:28:38 2016 +0000 @@ -0,0 +1,29 @@ + + May + Copyright (c) 2013-2014 Chris Cannam + Copyright (c) 2013-2014 Queen Mary, University of London + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the names of the Centre for + Digital Music; Queen Mary, University of London; and Chris Cannam + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in this Software without prior written + authorization.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Feb 03 19:28:38 2016 +0000 @@ -0,0 +1,17 @@ + +MAY +=== + +May is a collection of modules for mathematical manipulation and audio +analysis and processing with the Yeti (https://mth.github.io/yeti/) +programming language. + +Yeti is a functional language that runs on the JVM, and May makes use +of both Java and native Yeti modules. + +This is an implementation exercise as much as anything. + +See https://code.soundsoftware.ac.uk/projects/may. + + +