All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] dvb: pt3 etc.: SPDX License Identifier
@ 2018-03-27 17:08 tskd08
  2018-03-27 17:08 ` [PATCH 1/4] dvb-frontends/tc90522: use " tskd08
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tskd08 @ 2018-03-27 17:08 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, Akihiro Tsukada

From: Akihiro Tsukada <tskd08@gmail.com>

use SPDX License Identifier in the drivers that I wrote initially.

Akihiro Tsukada (4):
  dvb-frontends/tc90522: use SPDX License Identifier
  dvb/pci/pt3: use SPDX License Identifier
  tuners/mxl301rf: use SPDX License Identifier
  tuners/qm1d1c0042: use SPDX License Identifier

 drivers/media/dvb-frontends/tc90522.c | 11 +----------
 drivers/media/dvb-frontends/tc90522.h | 11 +----------
 drivers/media/pci/pt3/pt3.c           | 11 +----------
 drivers/media/pci/pt3/pt3.h           | 11 +----------
 drivers/media/pci/pt3/pt3_dma.c       | 11 +----------
 drivers/media/pci/pt3/pt3_i2c.c       | 11 +----------
 drivers/media/tuners/mxl301rf.c       | 11 +----------
 drivers/media/tuners/mxl301rf.h       | 11 +----------
 drivers/media/tuners/qm1d1c0042.c     | 11 +----------
 drivers/media/tuners/qm1d1c0042.h     | 11 +----------
 10 files changed, 10 insertions(+), 100 deletions(-)

-- 
2.16.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/4] dvb-frontends/tc90522: use SPDX License Identifier
  2018-03-27 17:08 [PATCH 0/4] dvb: pt3 etc.: SPDX License Identifier tskd08
@ 2018-03-27 17:08 ` tskd08
  2018-03-27 17:08 ` [PATCH 2/4] dvb/pci/pt3: " tskd08
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tskd08 @ 2018-03-27 17:08 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, Akihiro Tsukada

From: Akihiro Tsukada <tskd08@gmail.com>

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
---
 drivers/media/dvb-frontends/tc90522.c | 11 +----------
 drivers/media/dvb-frontends/tc90522.h | 11 +----------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/drivers/media/dvb-frontends/tc90522.c b/drivers/media/dvb-frontends/tc90522.c
index 04fb4922332..7abf6b0916e 100644
--- a/drivers/media/dvb-frontends/tc90522.c
+++ b/drivers/media/dvb-frontends/tc90522.c
@@ -1,17 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Toshiba TC90522 Demodulator
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 /*
diff --git a/drivers/media/dvb-frontends/tc90522.h b/drivers/media/dvb-frontends/tc90522.h
index 10e585f3249..ac0e2ab5192 100644
--- a/drivers/media/dvb-frontends/tc90522.h
+++ b/drivers/media/dvb-frontends/tc90522.h
@@ -1,17 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Toshiba TC90522 Demodulator
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 /*
-- 
2.16.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/4] dvb/pci/pt3: use SPDX License Identifier
  2018-03-27 17:08 [PATCH 0/4] dvb: pt3 etc.: SPDX License Identifier tskd08
  2018-03-27 17:08 ` [PATCH 1/4] dvb-frontends/tc90522: use " tskd08
@ 2018-03-27 17:08 ` tskd08
  2018-03-27 17:08 ` [PATCH 3/4] tuners/mxl301rf: " tskd08
  2018-03-27 17:08 ` [PATCH 4/4] tuners/qm1d1c0042: " tskd08
  3 siblings, 0 replies; 5+ messages in thread
From: tskd08 @ 2018-03-27 17:08 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, Akihiro Tsukada

From: Akihiro Tsukada <tskd08@gmail.com>

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
---
 drivers/media/pci/pt3/pt3.c     | 11 +----------
 drivers/media/pci/pt3/pt3.h     | 11 +----------
 drivers/media/pci/pt3/pt3_dma.c | 11 +----------
 drivers/media/pci/pt3/pt3_i2c.c | 11 +----------
 4 files changed, 4 insertions(+), 40 deletions(-)

diff --git a/drivers/media/pci/pt3/pt3.c b/drivers/media/pci/pt3/pt3.c
index b2d9fb976c9..a45cf06ae4f 100644
--- a/drivers/media/pci/pt3/pt3.c
+++ b/drivers/media/pci/pt3/pt3.c
@@ -1,17 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Earthsoft PT3 driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/freezer.h>
diff --git a/drivers/media/pci/pt3/pt3.h b/drivers/media/pci/pt3/pt3.h
index fbe8d9b847b..495891a4ee1 100644
--- a/drivers/media/pci/pt3/pt3.h
+++ b/drivers/media/pci/pt3/pt3.h
@@ -1,17 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Earthsoft PT3 driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #ifndef PT3_H
diff --git a/drivers/media/pci/pt3/pt3_dma.c b/drivers/media/pci/pt3/pt3_dma.c
index f0ce90437fa..de677b90ea5 100644
--- a/drivers/media/pci/pt3/pt3_dma.c
+++ b/drivers/media/pci/pt3/pt3_dma.c
@@ -1,17 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Earthsoft PT3 driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #include <linux/dma-mapping.h>
 #include <linux/kernel.h>
diff --git a/drivers/media/pci/pt3/pt3_i2c.c b/drivers/media/pci/pt3/pt3_i2c.c
index b66138c7b36..b02be789a8c 100644
--- a/drivers/media/pci/pt3/pt3_i2c.c
+++ b/drivers/media/pci/pt3/pt3_i2c.c
@@ -1,17 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Earthsoft PT3 driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #include <linux/delay.h>
 #include <linux/device.h>
-- 
2.16.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/4] tuners/mxl301rf: use SPDX License Identifier
  2018-03-27 17:08 [PATCH 0/4] dvb: pt3 etc.: SPDX License Identifier tskd08
  2018-03-27 17:08 ` [PATCH 1/4] dvb-frontends/tc90522: use " tskd08
  2018-03-27 17:08 ` [PATCH 2/4] dvb/pci/pt3: " tskd08
@ 2018-03-27 17:08 ` tskd08
  2018-03-27 17:08 ` [PATCH 4/4] tuners/qm1d1c0042: " tskd08
  3 siblings, 0 replies; 5+ messages in thread
From: tskd08 @ 2018-03-27 17:08 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, Akihiro Tsukada

From: Akihiro Tsukada <tskd08@gmail.com>

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
---
 drivers/media/tuners/mxl301rf.c | 11 +----------
 drivers/media/tuners/mxl301rf.h | 11 +----------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/drivers/media/tuners/mxl301rf.c b/drivers/media/tuners/mxl301rf.c
index 1575a5db776..57b0e4862aa 100644
--- a/drivers/media/tuners/mxl301rf.c
+++ b/drivers/media/tuners/mxl301rf.c
@@ -1,17 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * MaxLinear MxL301RF OFDM tuner driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 /*
diff --git a/drivers/media/tuners/mxl301rf.h b/drivers/media/tuners/mxl301rf.h
index d32d4e8dc44..1d5bb10ba07 100644
--- a/drivers/media/tuners/mxl301rf.h
+++ b/drivers/media/tuners/mxl301rf.h
@@ -1,17 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * MaxLinear MxL301RF OFDM tuner driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #ifndef MXL301RF_H
-- 
2.16.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 4/4] tuners/qm1d1c0042: use SPDX License Identifier
  2018-03-27 17:08 [PATCH 0/4] dvb: pt3 etc.: SPDX License Identifier tskd08
                   ` (2 preceding siblings ...)
  2018-03-27 17:08 ` [PATCH 3/4] tuners/mxl301rf: " tskd08
@ 2018-03-27 17:08 ` tskd08
  3 siblings, 0 replies; 5+ messages in thread
From: tskd08 @ 2018-03-27 17:08 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, Akihiro Tsukada

From: Akihiro Tsukada <tskd08@gmail.com>

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
---
 drivers/media/tuners/qm1d1c0042.c | 11 +----------
 drivers/media/tuners/qm1d1c0042.h | 11 +----------
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/drivers/media/tuners/qm1d1c0042.c b/drivers/media/tuners/qm1d1c0042.c
index 9af2a155cfc..642a065b9a0 100644
--- a/drivers/media/tuners/qm1d1c0042.c
+++ b/drivers/media/tuners/qm1d1c0042.c
@@ -1,17 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Sharp QM1D1C0042 8PSK tuner driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 /*
diff --git a/drivers/media/tuners/qm1d1c0042.h b/drivers/media/tuners/qm1d1c0042.h
index 8331f8baa09..b22fa98bf56 100644
--- a/drivers/media/tuners/qm1d1c0042.h
+++ b/drivers/media/tuners/qm1d1c0042.h
@@ -1,17 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Sharp QM1D1C0042 8PSK tuner driver
  *
  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
- *
- * 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.
- *
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #ifndef QM1D1C0042_H
-- 
2.16.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-27 17:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27 17:08 [PATCH 0/4] dvb: pt3 etc.: SPDX License Identifier tskd08
2018-03-27 17:08 ` [PATCH 1/4] dvb-frontends/tc90522: use " tskd08
2018-03-27 17:08 ` [PATCH 2/4] dvb/pci/pt3: " tskd08
2018-03-27 17:08 ` [PATCH 3/4] tuners/mxl301rf: " tskd08
2018-03-27 17:08 ` [PATCH 4/4] tuners/qm1d1c0042: " tskd08

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.