comparison stream/udp.h @ 26737:a26e50cae389

Use standard license headers with standard formatting.
author diego
date Wed, 14 May 2008 17:20:42 +0000
parents 7ee4ae1648e6
children b542cd25f03d
comparison
equal deleted inserted replaced
26736:133ff1f43050 26737:a26e50cae389
1 /* 1 /*
2 * Copyright (C) 2006 Benjamin Zores 2 * network helpers for UDP connections (originally borrowed from rtp.c)
3 * Network helpers for UDP connections (originally borrowed from rtp.c).
4 * 3 *
5 * This program is free software; you can redistribute it and/or modify 4 * Copyright (C) 2006 Benjamin Zores
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 * 5 *
10 * This program is distributed in the hope that it will be useful, 6 * This file is part of MPlayer.
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 * 7 *
15 * You should have received a copy of the GNU General Public License 8 * MPlayer is free software; you can redistribute it and/or modify
16 * along with this program; if not, write to the Free Software Foundation, 9 * it under the terms of the GNU General Public License as published by
17 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * MPlayer is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */ 21 */
19 22
20 #ifndef MPLAYER_UDP_H 23 #ifndef MPLAYER_UDP_H
21 #define MPLAYER_UDP_H 24 #define MPLAYER_UDP_H
22 25