diff options
Diffstat (limited to 'util/scripts/dts-to-fmd.sh')
-rwxr-xr-x | util/scripts/dts-to-fmd.sh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/util/scripts/dts-to-fmd.sh b/util/scripts/dts-to-fmd.sh index cff44e0ca7..5c3772697b 100755 --- a/util/scripts/dts-to-fmd.sh +++ b/util/scripts/dts-to-fmd.sh @@ -1,12 +1,6 @@ #!/usr/bin/env bash -# 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; version 2 of the License. -# -# 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. +# SPDX-License-Identifier: GPL-2.0-only + # converts a depthcharge fmap.dts into an fmaptool compatible .fmd format # requires fdt utilities (dtc, fdtget) # |