# HG changeset patch # User Chris Cannam # Date 1386064901 0 # Node ID 0144558211ee00ae55ade6f198bf9b59e782a150 # Parent 40f8cfed5b5a33ff0ef464f6d432f0aa37c0956a Add CITATION file, and a note about credits &c in the README diff -r 40f8cfed5b5a -r 0144558211ee CITATION --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CITATION Tue Dec 03 10:01:41 2013 +0000 @@ -0,0 +1,6 @@ + @inproceedings{matthias2010a, + author = {Matthias Mauch and Simon Dixon}, + title = {Approximate Note Transcription for the Improved Identification of Difficult Chords}, + booktitle = {Proceedings of the 11th International Society for Music Information Retrieval Conference (ISMIR 2010)}, + year = {2010} +} diff -r 40f8cfed5b5a -r 0144558211ee README --- a/README Fri Sep 06 16:59:44 2013 +0100 +++ b/README Tue Dec 03 10:01:41 2013 +0000 @@ -78,5 +78,25 @@ ### References and Credits ### +If you make use of this software for any public or commercial purpose, +we ask you to kindly mention the authors and Queen Mary, University of +London in your user-visible documentation. We're very happy to see +this sort of use, but would much appreciate being credited, separately +from the requirements of the software license itself (see below). + +If you make use of this software for academic purposes, please cite: + Mauch, Matthias and Dixon, Simon: [*Approximate Note Transcription for the Improved Identification of Difficult Chords*](http://schall-und-mauch.de/artificialmusicality/?p=89), Proceedings of the 11th International Society for Music Information Retrieval Conference (ISMIR 2010), 2010. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see .