From aa093b46fe2a7192f0e212c147a35e7f8ec64512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Nov 2005 11:42:02 +0000 Subject: an external to control your alsa-soundcard (simple things like controlling the mixer (if your card has one, but also others like SyncMaster,...) this is a port of Kysela's "amixer" command-line tool svn path=/trunk/externals/iem/amixer/; revision=3826 --- LICENSE.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE.txt (limited to 'LICENSE.txt') diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..fc267a0 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +amixer - allows control of the mixer (controls) for the ALSA soundcard driver + +Copyright (C) 2005 IOhannes m zmoelnig (zmoelnig AT iem DOT at) + +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +In the official flext distribution, the GNU General Public License is +in the file GnuGPL.txt + -- cgit v1.2.1