diff options
Diffstat (limited to 'scripts/logger.sh')
-rwxr-xr-x | scripts/logger.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/logger.sh b/scripts/logger.sh index 8412b0b..97e1f58 100755 --- a/scripts/logger.sh +++ b/scripts/logger.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2016 Renesas Electronics Corporation now() { awk '/^now/ {time=$3; printf("[%u.%06u]", time / 1000000000, (time % 1000000000) / 1000) ; exit}' /proc/timer_list |