Skip to content

Commit 2cd677c

Browse files
zhqqzncrasbe
andauthored
dist/tools/board_doc_check: change license header to SPDX format
Co-authored-by: crasbe <crasbe@gmail.com>
1 parent 5dd1eef commit 2cd677c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

dist/tools/board_doc_check/check.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (C) 2026 Evgeniy Kuznetsov <evvykuznetsov@edu.hse.ru>
4-
#
5-
# This file is subject to the terms and conditions of the GNU Lesser
6-
# General Public License v2.1. See the file LICENSE in the top level
7-
# directory for more details.
3+
# SPDX-FileCopyrightText: 2026 Evgeniy Kuznetsov <evvykuznetsov@edu.hse.ru>
4+
# SPDX-License-Identifier: LGPL-2.1-only
85

96
: "${RIOTBASE:=$(cd "$(dirname "$0")"/../../../ || exit; pwd)}"
107
: "${RIOTTOOLS:=${RIOTBASE}/dist/tools}"

0 commit comments

Comments
 (0)