diff options
Diffstat (limited to 'util/scripts')
-rwxr-xr-x | util/scripts/cross-repo-cherrypick | 10 | ||||
-rwxr-xr-x | util/scripts/decode_spd.sh | 12 | ||||
-rwxr-xr-x | util/scripts/dts-to-fmd.sh | 10 | ||||
-rwxr-xr-x | util/scripts/gerrit-rebase | 9 | ||||
-rw-r--r-- | util/scripts/maintainers.go | 11 | ||||
-rwxr-xr-x | util/scripts/update_submodules | 10 |
6 files changed, 8 insertions, 54 deletions
diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick index 1f1931b35b..3fbc46faed 100755 --- a/util/scripts/cross-repo-cherrypick +++ b/util/scripts/cross-repo-cherrypick @@ -1,15 +1,7 @@ #!/bin/sh # cross-repo-cherrypick - rebase helper script # -# 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 # Adapt to your remote branch: BRANCH="origin/master" diff --git a/util/scripts/decode_spd.sh b/util/scripts/decode_spd.sh index 9ab9fa30cf..8ce28af18e 100755 --- a/util/scripts/decode_spd.sh +++ b/util/scripts/decode_spd.sh @@ -2,16 +2,8 @@ # # This file is part of the coreboot project. # -# 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 + # Parses spd hex files and outputs the contents in various formats # # 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) # diff --git a/util/scripts/gerrit-rebase b/util/scripts/gerrit-rebase index 83749137c3..9e4c791076 100755 --- a/util/scripts/gerrit-rebase +++ b/util/scripts/gerrit-rebase @@ -1,12 +1,5 @@ #!/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 # $0 from-branch to-branch # diff --git a/util/scripts/maintainers.go b/util/scripts/maintainers.go index 34841b3955..459c030d13 100644 --- a/util/scripts/maintainers.go +++ b/util/scripts/maintainers.go @@ -1,13 +1,4 @@ -/* - * 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 */ package main diff --git a/util/scripts/update_submodules b/util/scripts/update_submodules index cf0bdbd88f..993f58ef0b 100755 --- a/util/scripts/update_submodules +++ b/util/scripts/update_submodules @@ -1,15 +1,7 @@ #!/usr/bin/env bash # This file is part of the coreboot project. # -# 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 # Description: # Check all submodules for updates. If there are more than a minimum |