diff options
Diffstat (limited to 'drivers/media/dvb-frontends/dib7000m.c')
| -rw-r--r-- | drivers/media/dvb-frontends/dib7000m.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/dib7000m.c b/drivers/media/dvb-frontends/dib7000m.c index 389db9077ad5..e211830c9c99 100644 --- a/drivers/media/dvb-frontends/dib7000m.c +++ b/drivers/media/dvb-frontends/dib7000m.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Linux-DVB Driver for DiBcom's DiB7000M and   *              first generation DiB7000P-demodulator-family.   *   * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) - * - * This program is free software; you can redistribute it and/or - *	modify it under the terms of the GNU General Public License as - *	published by the Free Software Foundation, version 2.   */  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt  |