|
1 | | -/** |
2 | | - * @file rxtx/ultragrid_rtp.c |
3 | | - * @author Martin Pulec <pulec@cesnet.cz> |
4 | | - */ |
5 | 1 | /* |
6 | | - * Copyright (c) 2013-2026 CESNET, zájmové sdružení právnických osob |
7 | | - * All rights reserved. |
| 2 | + * FILE: rxtx/ultragrid_rtp.c |
| 3 | + * AUTHORS: Colin Perkins <csp@csperkins.org> |
| 4 | + * Ladan Gharai <ladan@isi.edu> |
| 5 | + * Martin Benes <martinbenesh@gmail.com> |
| 6 | + * Lukas Hejtmanek <xhejtman@ics.muni.cz> |
| 7 | + * Petr Holub <hopet@ics.muni.cz> |
| 8 | + * Milos Liska <xliska@fi.muni.cz> |
| 9 | + * Jiri Matela <matela@ics.muni.cz> |
| 10 | + * Dalibor Matura <255899@mail.muni.cz> |
| 11 | + * Ian Wesley-Smith <iwsmith@cct.lsu.edu> |
| 12 | + * David Cassany <david.cassany@i2cat.net> |
| 13 | + * Ignacio Contreras <ignacio.contreras@i2cat.net> |
| 14 | + * Gerard Castillo <gerard.castillo@i2cat.net> |
| 15 | + * |
| 16 | + * Copyright (c) 2001-2004 University of Southern California |
| 17 | + * Copyright (c) 2003-2004 University of Glasgow |
| 18 | + * Copyright (c) 2013-2014 Fundació i2CAT, Internet I Innovació Digital a Catalunya |
| 19 | + * Copyright (c) 2005-2026 CESNET, zájmové sdružení právnických osob |
8 | 20 | * |
9 | 21 | * Redistribution and use in source and binary forms, with or without |
10 | 22 | * modification, is permitted provided that the following conditions |
|
17 | 29 | * notice, this list of conditions and the following disclaimer in the |
18 | 30 | * documentation and/or other materials provided with the distribution. |
19 | 31 | * |
20 | | - * 3. Neither the name of CESNET nor the names of its contributors may be |
21 | | - * used to endorse or promote products derived from this software without |
| 32 | + * 3. All advertising materials mentioning features or use of this software |
| 33 | + * must display the following acknowledgement: |
| 34 | + * |
| 35 | + * This product includes software developed by the University of Southern |
| 36 | + * California Information Sciences Institute. This product also includes |
| 37 | + * software developed by CESNET, zájmové sdružení právnických osob. |
| 38 | + * |
| 39 | + * 4. Neither the name of the University nor of the Institute may be used |
| 40 | + * to endorse or promote products derived from this software without |
22 | 41 | * specific prior written permission. |
23 | 42 | * |
24 | 43 | * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS |
|
33 | 52 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
34 | 53 | * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
35 | 54 | * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | + * |
36 | 56 | */ |
37 | 57 |
|
38 | 58 | #include "rxtx/ultragrid_rtp.h" |
|
0 commit comments