]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/qts-filter.sh
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-socfpga / qts-filter.sh
index 785a0d5ea21769a4e0de1903ff3ffd0f54c70bb2..02c28be2b7729673eae2d547276b0908ddd711a5 100755 (executable)
@@ -23,10 +23,9 @@ process_iocsr_config() {
 
        (
        cat << EOF
+/* SPDX-License-Identifier: BSD-3-Clause */
 /*
  * Altera SoCFPGA IOCSR configuration
- *
- * SPDX-License-Identifier:    BSD-3-Clause
  */
 
 #ifndef __SOCFPGA_IOCSR_CONFIG_H__
@@ -67,10 +66,9 @@ process_pinmux_config() {
 
        (
        cat << EOF
+/* SPDX-License-Identifier: BSD-3-Clause */
 /*
  * Altera SoCFPGA PinMux configuration
- *
- * SPDX-License-Identifier:    BSD-3-Clause
  */
 
 #ifndef __SOCFPGA_PINMUX_CONFIG_H__
@@ -104,10 +102,9 @@ process_pll_config() {
 
        (
        cat << EOF
+/* SPDX-License-Identifier: BSD-3-Clause */
 /*
  * Altera SoCFPGA Clock and PLL configuration
- *
- * SPDX-License-Identifier:    BSD-3-Clause
  */
 
 #ifndef __SOCFPGA_PLL_CONFIG_H__