aboutsummaryrefslogtreecommitdiff
path: root/src/helper
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-06-27 16:10:57 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-07-23 13:59:25 +0000
commit757895b8ee2d6b82630f10d0a19abc3f56e09c44 (patch)
tree4ee1cb99367c3b515d0973c293e97bb980885994 /src/helper
parentb86f296ac6b967fa933ad06a44bf651d9c4a9b09 (diff)
downloadriscv-openocd-757895b8ee2d6b82630f10d0a19abc3f56e09c44.zip
riscv-openocd-757895b8ee2d6b82630f10d0a19abc3f56e09c44.tar.gz
riscv-openocd-757895b8ee2d6b82630f10d0a19abc3f56e09c44.tar.bz2
openocd: src: replace SPDX to remaining files
With most of the files already processed through scripts, replace manually the license to the few remaining files. Change-Id: I3c7131e66b89ddad482f1074b5be5a9a69fdf6fd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7073 Tested-by: jenkins
Diffstat (limited to 'src/helper')
-rwxr-xr-xsrc/helper/bin2char.sh1
-rwxr-xr-xsrc/helper/update_jep106.pl2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/helper/bin2char.sh b/src/helper/bin2char.sh
index 128ea9a..b89433d 100755
--- a/src/helper/bin2char.sh
+++ b/src/helper/bin2char.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-or-later
[ $# != 0 ] && {
echo "Usage: $0"
diff --git a/src/helper/update_jep106.pl b/src/helper/update_jep106.pl
index 561e04b..60472e3 100755
--- a/src/helper/update_jep106.pl
+++ b/src/helper/update_jep106.pl
@@ -1,4 +1,6 @@
#!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0-or-later
+
use strict;
use warnings;
use File::Basename;