Mercurial > hg > vamp-plugin-sdk
diff examples/ZeroCrossing.cpp @ 7:c66551966b5f
* Fix a couple of memory management and corruption bugs
* Some textual fixes
author | cannam |
---|---|
date | Fri, 31 Mar 2006 17:39:49 +0000 |
parents | 8f10d35a4090 |
children | c4662bbef275 |
line wrap: on
line diff
--- a/examples/ZeroCrossing.cpp Fri Mar 31 16:26:28 2006 +0000 +++ b/examples/ZeroCrossing.cpp Fri Mar 31 17:39:49 2006 +0000 @@ -68,7 +68,7 @@ string ZeroCrossing::getMaker() const { - return "QMUL"; + return "Queen Mary, University of London"; } int @@ -80,7 +80,7 @@ string ZeroCrossing::getCopyright() const { - return "GPL"; + return "Freely redistributable (BSD license)"; } bool