diff options
author | Iru Cai <mytbk920423@gmail.com> | 2021-04-24 12:22:47 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2021-04-24 12:22:47 +0800 |
commit | f154b1c9f43c06c080cf7e0ca76d9ca904675cb8 (patch) | |
tree | 8c079622d57c2207861a680c207fd5872ac86f21 /src/ui/zmodemdialog.ui | |
parent | 73a0a6e4118c6926029edf8850936719870fd5b3 (diff) | |
download | fqterm-master.tar.xz |
Use the following script and find tool:
grep 'GNU General Public License' "$1" || exit
grep 'either version 2 of the License' "$1" || exit
sed -n '/\*\*\*\*\*\//,$p' "$1" > /tmp/src.tmp
echo '// SPDX-License-Identifier: GPL-2.0-or-later' > /tmp/src.tmp2
sed -n '2,$p' /tmp/src.tmp >> /tmp/src.tmp2
mv /tmp/src.tmp2 "$1"
Diffstat (limited to 'src/ui/zmodemdialog.ui')
0 files changed, 0 insertions, 0 deletions