···11+// SPDX-License-Identifier: GPL-2.012/*23 * Earthsoft PT3 driver34 *45 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>55- *66- * This program is free software; you can redistribute it and/or77- * modify it under the terms of the GNU General Public License as88- * published by the Free Software Foundation version 2.99- *1010- *1111- * This program is distributed in the hope that it will be useful,1212- * but WITHOUT ANY WARRANTY; without even the implied warranty of1313- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414- * GNU General Public License for more details.156 */167178#include <linux/freezer.h>
+1-10
drivers/media/pci/pt3/pt3.h
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*23 * Earthsoft PT3 driver34 *45 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>55- *66- * This program is free software; you can redistribute it and/or77- * modify it under the terms of the GNU General Public License as88- * published by the Free Software Foundation version 2.99- *1010- *1111- * This program is distributed in the hope that it will be useful,1212- * but WITHOUT ANY WARRANTY; without even the implied warranty of1313- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414- * GNU General Public License for more details.156 */167178#ifndef PT3_H
+1-10
drivers/media/pci/pt3/pt3_dma.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Earthsoft PT3 driver34 *45 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>55- *66- * This program is free software; you can redistribute it and/or77- * modify it under the terms of the GNU General Public License as88- * published by the Free Software Foundation version 2.99- *1010- *1111- * This program is distributed in the hope that it will be useful,1212- * but WITHOUT ANY WARRANTY; without even the implied warranty of1313- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414- * GNU General Public License for more details.156 */167#include <linux/dma-mapping.h>178#include <linux/kernel.h>
+1-10
drivers/media/pci/pt3/pt3_i2c.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Earthsoft PT3 driver34 *45 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>55- *66- * This program is free software; you can redistribute it and/or77- * modify it under the terms of the GNU General Public License as88- * published by the Free Software Foundation version 2.99- *1010- *1111- * This program is distributed in the hope that it will be useful,1212- * but WITHOUT ANY WARRANTY; without even the implied warranty of1313- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414- * GNU General Public License for more details.156 */167#include <linux/delay.h>178#include <linux/device.h>