Change license to BSD-2-Clause

This was announced on the Tillitis Blog the 2nd of October 2024, for
more info visit https://tillitis.se
This commit is contained in:
Daniel Jobson 2025-10-29 11:42:20 +01:00
parent ea82b0c1fd
commit a37f687881
99 changed files with 158 additions and 570 deletions

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2025 Tillitis AB <tillitis.se>
# SPDX-License-Identifier: BSD-2-Clause
P := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
LIBDIR ?= ../tkey-libs
OBJCOPY ?= llvm-objcopy

View file

@ -1,5 +1,5 @@
// Copyright (C) 2025 - Tillitis AB
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: BSD-2-Clause
#include <fw/tk1/reset.h>
#include <fw/tk1/syscall_num.h>

View file

@ -1,5 +1,5 @@
// Copyright (C) 2022, 2023 - Tillitis AB
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: BSD-2-Clause
#include <stdbool.h>
#include <stdint.h>

View file

@ -1,5 +1,5 @@
// Copyright (C) 2022, 2023 - Tillitis AB
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: BSD-2-Clause
#include <fw/tk1/proto.h>
#include <fw/tk1/reset.h>

View file

@ -1,5 +1,5 @@
// Copyright (C) 2022, 2023 - Tillitis AB
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: BSD-2-Clause
#include <fw/tk1/proto.h>
#include <fw/tk1/reset.h>

View file

@ -1,5 +1,5 @@
// Copyright (C) 2025 - Tillitis AB
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: BSD-2-Clause
#ifndef BLINK_APP_H
#define BLINK_APP_H

View file

@ -1,5 +1,5 @@
// Copyright (C) 2025 - Tillitis AB
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: BSD-2-Clause
#include <blake2s/blake2s.h>
#include <fw/tk1/reset.h>