]> git.ipfire.org Git - thirdparty/linux.git/blame - drivers/media/pci/ivtv/ivtv-version.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[thirdparty/linux.git] / drivers / media / pci / ivtv / ivtv-version.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1a0adaf3
HV
2/*
3 ivtv driver version information
4 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
5
1a0adaf3
HV
6 */
7
612570f2
HV
8#ifndef IVTV_VERSION_H
9#define IVTV_VERSION_H
10
1a0adaf3 11#define IVTV_DRIVER_NAME "ivtv"
3c2d464e 12#define IVTV_VERSION "1.4.3"
612570f2
HV
13
14#endif