141-drivers-soc-atmel-add-spdx-license-identifier.patch 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. From acd4816cfa7811b13ca2864645f2de41031ccf4d Mon Sep 17 00:00:00 2001
  2. From: Claudiu Beznea <[email protected]>
  3. Date: Tue, 26 Jan 2021 11:29:30 +0200
  4. Subject: [PATCH 141/247] drivers: soc: atmel: add spdx license identifier
  5. Add SPDX-License-Identifier.
  6. Signed-off-by: Claudiu Beznea <[email protected]>
  7. [[email protected]: remove license boilerplate now it's useless]
  8. Signed-off-by: Nicolas Ferre <[email protected]>
  9. Link: https://lore.kernel.org/r/[email protected]
  10. ---
  11. drivers/soc/atmel/soc.c | 6 +-----
  12. drivers/soc/atmel/soc.h | 6 +-----
  13. 2 files changed, 2 insertions(+), 10 deletions(-)
  14. --- a/drivers/soc/atmel/soc.c
  15. +++ b/drivers/soc/atmel/soc.c
  16. @@ -1,13 +1,9 @@
  17. +// SPDX-License-Identifier: GPL-2.0-only
  18. /*
  19. * Copyright (C) 2015 Atmel
  20. *
  21. * Alexandre Belloni <[email protected]
  22. * Boris Brezillon <[email protected]
  23. - *
  24. - * This file is licensed under the terms of the GNU General Public
  25. - * License version 2. This program is licensed "as is" without any
  26. - * warranty of any kind, whether express or implied.
  27. - *
  28. */
  29. #define pr_fmt(fmt) "AT91: " fmt
  30. --- a/drivers/soc/atmel/soc.h
  31. +++ b/drivers/soc/atmel/soc.h
  32. @@ -1,12 +1,8 @@
  33. +/* SPDX-License-Identifier: GPL-2.0-only */
  34. /*
  35. * Copyright (C) 2015 Atmel
  36. *
  37. * Boris Brezillon <[email protected]
  38. - *
  39. - * This file is licensed under the terms of the GNU General Public
  40. - * License version 2. This program is licensed "as is" without any
  41. - * warranty of any kind, whether express or implied.
  42. - *
  43. */
  44. #ifndef __AT91_SOC_H