mirror of https://github.com/mpv-player/mpv
authors' notice changed/added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@868 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
35648100f9
commit
65696c5057
12
xa/xa_gsm.c
12
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,
|
Copyright 1992 by Jutta Degener and Carsten Bormann,
|
||||||
Technische Universitaet Berlin
|
Technische Universitaet Berlin
|
||||||
|
|
||||||
|
@ -16,7 +24,7 @@ improvements that may be of general interest.
|
||||||
Berlin, 15.09.1992
|
Berlin, 15.09.1992
|
||||||
Jutta Degener
|
Jutta Degener
|
||||||
Carsten Bormann
|
Carsten Bormann
|
||||||
********************************************************************/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue