Skip to content

Commit 14fcf5d

Browse files
committed
rxtx/ultragrid_rtp,common: fix copyrights + authors
the code still contains some amount of code moved with the commit e23ee02
1 parent aee0583 commit 14fcf5d

2 files changed

Lines changed: 56 additions & 16 deletions

File tree

src/rxtx/rtp_common.c

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
/**
2-
* @file rxtx/rtp_common.c
3-
* @author Martin Pulec <pulec@cesnet.cz>
4-
*/
51
/*
6-
* Copyright (c) 2013-2026 CESNET, zájmové sdružení právnických osob
7-
* All rights reserved.
2+
* FILE: rtp/rtp_common.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
820
*
921
* Redistribution and use in source and binary forms, with or without
1022
* modification, is permitted provided that the following conditions
@@ -17,8 +29,15 @@
1729
* notice, this list of conditions and the following disclaimer in the
1830
* documentation and/or other materials provided with the distribution.
1931
*
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
2241
* specific prior written permission.
2342
*
2443
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS
@@ -33,6 +52,7 @@
3352
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3453
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
3554
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55+
*
3656
*/
3757

3858
#include "rxtx/rtp_common.h"

src/rxtx/ultragrid_rtp.c

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
/**
2-
* @file rxtx/ultragrid_rtp.c
3-
* @author Martin Pulec <pulec@cesnet.cz>
4-
*/
51
/*
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
820
*
921
* Redistribution and use in source and binary forms, with or without
1022
* modification, is permitted provided that the following conditions
@@ -17,8 +29,15 @@
1729
* notice, this list of conditions and the following disclaimer in the
1830
* documentation and/or other materials provided with the distribution.
1931
*
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
2241
* specific prior written permission.
2342
*
2443
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS
@@ -33,6 +52,7 @@
3352
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
3453
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
3554
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55+
*
3656
*/
3757

3858
#include "rxtx/ultragrid_rtp.h"

0 commit comments

Comments
 (0)