Ver código fonte

pinctrl: stm32: Add header with SPDX licence

Cosmetics: Add header with SPDX licence

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay 3 anos atrás
pai
commit
10bccd0dd3
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      drivers/pinctrl/pinctrl_stm32.c

+ 5 - 0
drivers/pinctrl/pinctrl_stm32.c

@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2017-2020 STMicroelectronics - All Rights Reserved
+ */
+
 #include <common.h>
 #include <dm.h>
 #include <hwspinlock.h>