mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Remove some left-over from commit e2be04c7f9
("License cleanup: add
SPDX license identifier to uapi header files with a license")
When the SPDX-License-Identifier tag has been added, the corresponding
license text has not been removed.
Remove it now.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
15 lines
345 B
C
15 lines
345 B
C
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
|
|
/*
|
|
* version.h
|
|
*
|
|
* Copyright (C) 2000 Holger Waechtler <holger@convergence.de>
|
|
* for convergence integrated media GmbH
|
|
*/
|
|
|
|
#ifndef _DVBVERSION_H_
|
|
#define _DVBVERSION_H_
|
|
|
|
#define DVB_API_VERSION 5
|
|
#define DVB_API_VERSION_MINOR 11
|
|
|
|
#endif /*_DVBVERSION_H_*/
|