diff --git a/drivers/pwm/core.c b/drivers/pwm/core.c index 05dad93..878f4d7 100644 --- a/drivers/pwm/core.c +++ b/drivers/pwm/core.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: 2011 Sascha Hauer + /* * Generic pwmlib implementation - * - * Copyright (C) 2011 Sascha Hauer - * - * 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; either version 2, or (at your option) - * any later version. - * - * 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 #include diff --git a/drivers/pwm/pwm-mxs.c b/drivers/pwm/pwm-mxs.c index a06040a..08819b4 100644 --- a/drivers/pwm/pwm-mxs.c +++ b/drivers/pwm/pwm-mxs.c @@ -1,13 +1,5 @@ -/* - * Copyright 2012 Freescale Semiconductor, Inc. - * - * The code contained herein is licensed under the GNU General Public - * License. You may obtain a copy of the GNU General Public License - * Version 2 or later at the following locations: - * - * http://www.opensource.org/licenses/gpl-license.html - * http://www.gnu.org/copyleft/gpl.html - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: 2012 Freescale Semiconductor, Inc. #include #include diff --git a/drivers/pwm/pxa_pwm.c b/drivers/pwm/pxa_pwm.c index 78d1489..dc8e414 100644 --- a/drivers/pwm/pxa_pwm.c +++ b/drivers/pwm/pxa_pwm.c @@ -1,10 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only + /* * simple driver for PWM (Pulse Width Modulator) controller * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * 2008-02-13 initial version eric miao * 2012 Robert Jarzmik */