X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/77b9c8773c1b1a6f7731d4b5d4f6fa50446869b5..50baab1849bddf73ee88b54f52b28060de1ce289:/README.txt?ds=sidebyside

diff --git a/README.txt b/README.txt
index 49e9cd3..9dbbd8c 100644
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,8 @@ OVERVIEW
 ========
 
 Faustine is an interpreter for multi-rate FAUST programs, written in OCaml,
-at CRI of MINES ParisTech.
+at CRI of MINES ParisTech, and covered by the GNU Public License V3 (see
+LICENSE.txt).
 
 FAUST (Functional Audio Stream) is a functional programming language
 specifically designed for real-time signal processing and
@@ -24,13 +25,13 @@ Yann Orlarey, 2009:
 CONTENTS
 --------
 
-  architecture/         library files in Faustine (fft.lib, morpho.libÉ)
   benchmarks/           benchmark result files
   Changes.txt           what's new with each release
   configure             compilation configuration script
-  examples/             vector examples (fft, image processingÉ)
+  examples/             vector examples (fft, image processing...)
   INSTALL.txt           Faustine installation instructions
   interpreter/          Faustine's interpreter source code
+  lib/                  library files in Faustine (fft.lib, morpho.lib...)
   LICENSE.txt           license and copyright notice
   Makefile              main Makefile to compile and install
   README.txt            this file
@@ -68,4 +69,4 @@ Emacs Info files.  It is available on the World Wide Web, at
 
 
 
--- Karim Barkati and Haisheng Wang, 2013
+-- Karim Barkati and Haisheng Wang, MINES ParisTech, 2013