summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Kirchner <git@halffull.org>2025-01-08 16:58:36 -0800
committerTom Kirchner <git@halffull.org>2025-01-08 16:58:36 -0800
commitd6db4b08260c2d9d426a8a83d997131f6449115d (patch)
tree47a449c614665a5ab3ddd05fc4569c081f3f91d5 /tools
parent88d2bbe067ac15b9224ec12a1b3ef3286f83fa2c (diff)
downloadtangara-fw-d6db4b08260c2d9d426a8a83d997131f6449115d.tar.gz
Add missing copyright/license headers
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cmake/check-for-sdkconfig-changes.sh5
-rwxr-xr-xtools/collate/mkcollator.sh5
-rwxr-xr-xtools/fonts/mkfonts.sh5
-rwxr-xr-xtools/luals-gendoc/gendoc.lua4
4 files changed, 19 insertions, 0 deletions
diff --git a/tools/cmake/check-for-sdkconfig-changes.sh b/tools/cmake/check-for-sdkconfig-changes.sh
index e6246c1a..809f1521 100755
--- a/tools/cmake/check-for-sdkconfig-changes.sh
+++ b/tools/cmake/check-for-sdkconfig-changes.sh
@@ -1,4 +1,9 @@
#!/bin/bash
+
+# SPDX-FileCopyrightText: 2023 jacqueline <me@jacqueline.id.au>
+#
+# SPDX-License-Identifier: GPL-3.0-only
+
SDKCONFIG=$PROJ_PATH/sdkconfig
SDKCONFIG_COMMON=$PROJ_PATH/sdkconfig.common
if [ ! -f "$SDKCONFIG" ]; then
diff --git a/tools/collate/mkcollator.sh b/tools/collate/mkcollator.sh
index e5962429..fc17d93d 100755
--- a/tools/collate/mkcollator.sh
+++ b/tools/collate/mkcollator.sh
@@ -1,4 +1,9 @@
#!/bin/bash
+
+# SPDX-FileCopyrightText: 2023 jacqueline <me@jacqueline.id.au>
+#
+# SPDX-License-Identifier: GPL-3.0-only
+
set -eu
if [ -z "${2:-}" ]; then
diff --git a/tools/fonts/mkfonts.sh b/tools/fonts/mkfonts.sh
index 3a87612b..a402536d 100755
--- a/tools/fonts/mkfonts.sh
+++ b/tools/fonts/mkfonts.sh
@@ -1,4 +1,9 @@
#!/bin/sh
+
+# SPDX-FileCopyrightText: 2023 jacqueline <me@jacqueline.id.au>
+#
+# SPDX-License-Identifier: GPL-3.0-only
+
# To install this tool:
# npm i lv_font_conv -g
fusion_12() {
diff --git a/tools/luals-gendoc/gendoc.lua b/tools/luals-gendoc/gendoc.lua
index ace0b6c9..5365ddfd 100755
--- a/tools/luals-gendoc/gendoc.lua
+++ b/tools/luals-gendoc/gendoc.lua
@@ -1,3 +1,7 @@
+-- SPDX-FileCopyrightText: 2023 jacqueline <me@jacqueline.id.au>
+--
+-- SPDX-License-Identifier: GPL-3.0-only
+
#!/usr/bin/env lua
local json = require "json"