File tree Expand file tree Collapse file tree 4 files changed +32
-4
lines changed
Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,13 @@ check-tests:
165165 test -z " $$ ret"
166166
167167check-licenses :
168- @for file in $$(find $(top_srcdir ) \
169- -path $(top_srcdir ) /lib/upipe-blackmagic/include -prune -o \
170- -path $(top_srcdir ) /lib/upipe-modules/http-parser -prune -o \
171- -path $(top_srcdir ) /tests/checkasm -prune -o \
168+ @cd $(top_srcdir ) && for file in $$ (find \
169+ -path ' ./lib/upipe-blackmagic/include' -prune -o \
170+ -path ' ./lib/upipe-filters/zoneplate/videotestsrc.[ch]' -prune -o \
171+ -path ' ./lib/upipe-modules/http-parser' -prune -o \
172+ -path ' ./lib/upipe-ts/rsa_asn1.[ch]' -prune -o \
173+ -path ' ./lib/upipe-dveo/asi_ioctl.h' -prune -o \
174+ -path ' ./tests/checkasm' -prune -o \
172175 \( -name ' *.c' -o -name ' *.h' -o -name ' *.cpp' \) -print); do \
173176 if ! grep -q SPDX-License-Identifier: " $$ file" ; then \
174177 echo " $$ {file#./}: missing SPDX-License-Identifier" ; \
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2016-2018 OpenHeadend S.A.R.L.
3+ *
4+ * Authors: Clément Vasseur
5+ *
6+ * SPDX-License-Identifier: MIT
7+ */
8+
19#include <stdarg.h>
210#include <string.h>
311#include <stdint.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2016-2019 OpenHeadend S.A.R.L.
3+ * Copyright (C) 2021-2025 EasyTools S.A.S.
4+ *
5+ * Authors: Clément Vasseur
6+ *
7+ * SPDX-License-Identifier: MIT
8+ */
9+
110#include "upipe/upipe_helper_upipe.h"
211#include "upipe/upipe_helper_urefcount.h"
312#include "upipe/upipe_helper_output.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (C) 2021 EasyTools S.A.S.
3+ *
4+ * Authors: Clément Vasseur
5+ *
6+ * SPDX-License-Identifier: MIT
7+ */
8+
19#undef NDEBUG
210
311#include "upipe/upump.h"
You can’t perform that action at this time.
0 commit comments