Message ID | 20180205125029.21570-16-kishon@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
(Adding Kate Stewart) On Mon, 2018-02-05 at 18:20 +0530, Kishon Vijay Abraham I wrote: > The SPDX identifier is a legally binding shorthand, As far as I know that "legally binding" bit is unproven. So maybe, maybe not. I don't doubt that it should be added, but I would be hesitant to state in a commit message that it is legally binding. > which can be used > instead of the full boiler plate text. I would also be hesitant to remove existing license text. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 05/02/18 14:50, Kishon Vijay Abraham I wrote: > The SPDX identifier is a legally binding shorthand, which can be used > instead of the full boiler plate text. Update sdhci-omap driver with the > correct SPDX license identifier. > > Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> > --- > drivers/mmc/host/sdhci-omap.c | 22 ++++------------------ > 1 file changed, 4 insertions(+), 18 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-omap.c b/drivers/mmc/host/sdhci-omap.c > index 863f6736c2fe..d44918172197 100644 > --- a/drivers/mmc/host/sdhci-omap.c > +++ b/drivers/mmc/host/sdhci-omap.c > @@ -1,21 +1,7 @@ > -/** > - * SDHCI Controller driver for TI's OMAP SoCs > - * > - * Copyright (C) 2017 Texas Instruments > - * Author: Kishon Vijay Abraham I <kishon@ti.com> > - * > - * This program is free software: you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 of > - * the License as published by the Free Software Foundation. > - * > - * 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. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program. If not, see <http://www.gnu.org/licenses/>. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// Copyright (c) 2018 Texas Instruments > +// SDHCI Controller driver for TI's OMAP SoCs > +// Author: Kishon Vijay Abraham I <kishon@ti.com> > > #include <linux/delay.h> > #include <linux/mmc/slot-gpio.h> > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/mmc/host/sdhci-omap.c b/drivers/mmc/host/sdhci-omap.c index 863f6736c2fe..d44918172197 100644 --- a/drivers/mmc/host/sdhci-omap.c +++ b/drivers/mmc/host/sdhci-omap.c @@ -1,21 +1,7 @@ -/** - * SDHCI Controller driver for TI's OMAP SoCs - * - * Copyright (C) 2017 Texas Instruments - * Author: Kishon Vijay Abraham I <kishon@ti.com> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 of - * the License as published by the Free Software Foundation. - * - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (c) 2018 Texas Instruments +// SDHCI Controller driver for TI's OMAP SoCs +// Author: Kishon Vijay Abraham I <kishon@ti.com> #include <linux/delay.h> #include <linux/mmc/slot-gpio.h>
The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Update sdhci-omap driver with the correct SPDX license identifier. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> --- drivers/mmc/host/sdhci-omap.c | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-)