[Loris-cvs] Loris/demo Makefile,1.5,1.6 morphdemo.py,1.20,1.21
C++ class library for sound analysis, synthesis, and morphing
Brought to you by:
kfitz
|
From: Kelly F. <kf...@us...> - 2010-01-02 04:55:25
|
Update of /cvsroot/loris/Loris/demo In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10992/demo Modified Files: Makefile morphdemo.py Log Message: updated copyright notice Index: morphdemo.py =================================================================== RCS file: /cvsroot/loris/Loris/demo/morphdemo.py,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** morphdemo.py 11 Mar 2009 04:48:04 -0000 1.20 --- morphdemo.py 2 Jan 2010 04:55:12 -0000 1.21 *************** *** 5,9 **** # Bandwidth-Enhanced Additive Sound Model. # ! # Loris is Copyright (c) 1999-2009 by Kelly Fitz and Lippold Haken # # This program is free software; you can redistribute it and/or modify --- 5,9 ---- # Bandwidth-Enhanced Additive Sound Model. # ! # Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken # # This program is free software; you can redistribute it and/or modify Index: Makefile =================================================================== RCS file: /cvsroot/loris/Loris/demo/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 11 Mar 2009 04:48:04 -0000 1.5 --- Makefile 2 Jan 2010 04:55:12 -0000 1.6 *************** *** 1,3 **** ! # Copyright (C) 1999-2009, Kelly Fitz and Lippold Haken <lo...@ce...> # # This file is free software; as a special exception the author gives --- 1,4 ---- ! # Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken ! # <lo...@ce...> # # This file is free software; as a special exception the author gives |