summaryrefslogtreecommitdiffstats
path: root/xa
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-25 05:57:41 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-25 05:57:41 +0000
commit65696c50572408e8923f8cab5041c02246dc9672 (patch)
tree0ab9efdfeddbcee0aaac84308ab2396b40bc7e19 /xa
parent35648100f92a8d9d6d382c6ff9532a86e64a9e0f (diff)
downloadmpv-65696c50572408e8923f8cab5041c02246dc9672.tar.bz2
mpv-65696c50572408e8923f8cab5041c02246dc9672.tar.xz
authors' notice changed/added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@868 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'xa')
-rw-r--r--xa/xa_gsm.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/xa/xa_gsm.c b/xa/xa_gsm.c
index 819a53ebe3..57d2fef251 100644
--- a/xa/xa_gsm.c
+++ b/xa/xa_gsm.c
@@ -1,5 +1,13 @@
-/********************************************************************
+/*
+ Written by Mark Podlipec <podlipec@ici.net>.
+
+ Most of this code comes from a GSM 06.10 library by
+ Jutta Degener and Carsten Bormann, available via
+ <http://www.pobox.com/~jutta/toast.html>.
+
+ That library is distributed with the following copyright:
+
Copyright 1992 by Jutta Degener and Carsten Bormann,
Technische Universitaet Berlin
@@ -16,7 +24,7 @@ improvements that may be of general interest.
Berlin, 15.09.1992
Jutta Degener
Carsten Bormann
-********************************************************************/
+*/
#include <stdio.h>