Merge pull request 'Update licensing info' (#174) from tjk/tangara-fw:update-reuse into main

Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/174
Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org>
This commit is contained in:
cooljqln
2025-01-13 04:50:49 +00:00
44 changed files with 700 additions and 102 deletions
@@ -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