File tree Expand file tree Collapse file tree 4 files changed +3
-37
lines changed
Expand file tree Collapse file tree 4 files changed +3
-37
lines changed Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: LGPL-2.1-or-later
12/*
23 * dmxdev.c - DVB demultiplexer device
34 *
45 * Copyright (C) 2000 Ralph Metzler & Marcus Metzler
56 * for convergence integrated media GmbH
6- *
7- * This program is free software; you can redistribute it and/or
8- * modify it under the terms of the GNU Lesser General Public License
9- * as published by the Free Software Foundation; either version 2.1
10- * of the License, or (at your option) any later version.
11- *
12- * This program is distributed in the hope that it will be useful,
13- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15- * GNU General Public License for more details.
16- *
177 */
188
199#define pr_fmt (fmt ) "dmxdev: " fmt
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: LGPL-2.1-or-later
12/*
23 * dvb_demux.c - DVB kernel demux API
34 *
45 * Copyright (C) 2000-2001 Ralph Metzler <[email protected] > 56 * & Marcus Metzler <[email protected] > 67 * for convergence integrated media GmbH
7- *
8- * This program is free software; you can redistribute it and/or
9- * modify it under the terms of the GNU Lesser General Public License
10- * as published by the Free Software Foundation; either version 2.1
11- * of the License, or (at your option) any later version.
12- *
13- * This program 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- *
188 */
199
2010#define pr_fmt (fmt ) "dvb_demux: " fmt
Original file line number Diff line number Diff line change 55 * Copyright (C) 2015 Samsung Electronics
66 *
778- *
9- * This program is free software; you can redistribute it and/or modify
10- * it under the terms of the GNU General Public License as published by
11- * the Free Software Foundation.
128 */
139
1410#include <linux/err.h>
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: LGPL-2.1-or-later
12/*
23 * dvbdev.c
34 *
45 * Copyright (C) 2000 Ralph Metzler <[email protected] > 56 * & Marcus Metzler <[email protected] > 67 * for convergence integrated media GmbH
7- *
8- * This program is free software; you can redistribute it and/or
9- * modify it under the terms of the GNU Lesser General Public License
10- * as published by the Free Software Foundation; either version 2.1
11- * of the License, or (at your option) any later version.
12- *
13- * This program 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- *
188 */
199
2010#define pr_fmt (fmt ) "dvbdev: " fmt
You can’t perform that action at this time.
0 commit comments