diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-06-22 22:58:30 +0000 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-06-22 22:58:30 +0000 |
commit | 792fd531f67a9490f16eb594b4b3eb646128275e (patch) | |
tree | 15d365884caf2d2da5b3f4bf005a224d36d1af00 /src/capture.c | |
parent | fcc319c1cd7857816447b68036252c82d7365df3 (diff) | |
download | 2012-violon-leds-792fd531f67a9490f16eb594b4b3eb646128275e.tar.gz 2012-violon-leds-792fd531f67a9490f16eb594b4b3eb646128275e.tar.bz2 2012-violon-leds-792fd531f67a9490f16eb594b4b3eb646128275e.zip |
"Backport de l'IHM de test7 dans le projet principal.
Application licence GPL v3.0
Renommage appli Music2Light (homonymes existants) -> Instru2Light
git-svn-id: file:///var/svn/2012-violon-leds/trunk@30 6be1fa4d-33ac-4c33-becc-79fcb3794bb6
Diffstat (limited to 'src/capture.c')
-rw-r--r-- | src/capture.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/capture.c b/src/capture.c index 5a174d4..f9bb8f5 100644 --- a/src/capture.c +++ b/src/capture.c @@ -1,3 +1,20 @@ +/* + Instru2Light - Illumine un instrument de musique en temps réel + Copyright (C) 2012 Ludovic Pouzenc <lpouzenc@gmail.com> + + 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 3 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 <http://www.gnu.org/licenses/>. +*/ #include "capture.h" #include <pulse/pulseaudio.h> #include <gtk/gtk.h> |