summaryrefslogtreecommitdiffstats
path: root/libao2/ao_alsa5.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-26 15:06:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-26 15:06:44 +0000
commitc1cd81818a068386943775089f893e8cf848c7ea (patch)
tree1f92bd9cfc3cee935603841d0aa4b54267fe167e /libao2/ao_alsa5.c
parent5afe13e12a7c559cc032eaf483d83c4e36718fe5 (diff)
downloadmpv-c1cd81818a068386943775089f893e8cf848c7ea.tar.bz2
mpv-c1cd81818a068386943775089f893e8cf848c7ea.tar.xz
Add standard license headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28378 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/ao_alsa5.c')
-rw-r--r--libao2/ao_alsa5.c26
1 files changed, 20 insertions, 6 deletions
diff --git a/libao2/ao_alsa5.c b/libao2/ao_alsa5.c
index 7bec0371e6..abf2eff827 100644
--- a/libao2/ao_alsa5.c
+++ b/libao2/ao_alsa5.c
@@ -1,10 +1,24 @@
/*
- ao_alsa5 - ALSA-0.5.x output plugin for MPlayer
-
- (C) Alex Beregszaszi
-
- Thanks to Arpi for helping me ;)
-*/
+ * ALSA 0.5.x audio output driver
+ *
+ * Copyright (C) 2001 Alex Beregszaszi
+ *
+ * Thanks to Arpi for helping me ;)
+ *
+ * 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.
+ */
#include <errno.h>
#include <sys/asoundlib.h>