summaryrefslogtreecommitdiffstats
path: root/libao2/ao_nas.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_nas.c')
-rw-r--r--libao2/ao_nas.c31
1 files changed, 25 insertions, 6 deletions
diff --git a/libao2/ao_nas.c b/libao2/ao_nas.c
index 92ca56a35f..9394649cc0 100644
--- a/libao2/ao_nas.c
+++ b/libao2/ao_nas.c
@@ -1,15 +1,34 @@
/*
- * NAS output plugin for mplayer
+ * NAS audio output driver
*
- * based on the libaudiooss parts rewritten by me, which were
- * originally based on the NAS output plugin for xmms.
+ * copyright (c) 2001 Tobias Diedrich <ranma@gmx.at>
*
- * xmms plugin by Willem Monsuwe
+ * Based on the libaudiooss parts rewritten by me, which were
+ * originally based on the NAS output plugin for XMMS.
+ *
+ * XMMS plugin by Willem Monsuwe
* adapted for libaudiooss by Jon Trulson
* further modified by Erik Inge Bolsø
- * largely rewritten and used for this
- * plugin by Tobias Diedrich
+ * largely rewritten and used for this ao driver by Tobias Diedrich
+ *
+ * This file is part of MPlayer.
+ *
+ * MPlayer 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.
+ *
+ * MPlayer 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 MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+/*
* Theory of operation:
*
* The NAS consists of two parts, a server daemon and a client.