Skip to content

Commit 85054cf

Browse files
committed
Add missing copyright
1 parent 4798c26 commit 85054cf

File tree

13 files changed

+106
-0
lines changed

13 files changed

+106
-0
lines changed

examples/decrypt.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2016-2017 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#include <stdio.h>
210
#include <stdlib.h>
311

lib/upipe-modules/upipe_rtp_mpeg4.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2015-2017 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#include <stdlib.h>
210

311
#include "upipe/upipe.h"

lib/upipe-modules/uprobe_http_redirect.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2015 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#include "upipe/uprobe.h"
210
#include "upipe/uprobe_helper_alloc.h"
311
#include "upipe-modules/upipe_http_source.h"

lib/upipe/ustring.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2016 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#include "upipe/ustring.h"
210
#include "upipe/uclock.h"
311

tests/ucookie_test.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2015 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#undef NDEBUG
210

311
#include "upipe/ucookie.h"

tests/ulist_test.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2015 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#undef NDEBUG
210

311
#include "upipe/ubase.h"

tests/upipe_auto_source_test.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2020-2024 EasyTools
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#undef NDEBUG
210

311
#include "config.h"

tests/upipe_dvbcsa_test.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2017 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#undef NDEBUG
210

311
#include "upipe-dvbcsa/upipe_dvbcsa_common.h"

tests/upipe_m3u_reader_test.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (C) 2015-2017 OpenHeadend S.A.R.L.
3+
* Copyright (C) 2023-2024 EasyTools
4+
*
5+
* Authors: Arnaud de Turckheim
6+
*
7+
* SPDX-License-Identifier: MIT
8+
*/
9+
110
#undef NDEBUG
211

312
#include "upipe/ubase.h"

tests/upipe_worker_test.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (C) 2017 OpenHeadend S.A.R.L.
3+
*
4+
* Authors: Arnaud de Turckheim
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
8+
19
#undef NDEBUG
210

311
#include "upipe/upump.h"

0 commit comments

Comments
 (0)