From 06b9cd71161d0dba26062a6bd1bd78099811a537 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Thu, 21 Mar 2024 10:29:12 +0100 Subject: [PATCH] Updated copyrights Signed-off-by: Grzegorz Latosinski --- .github/scripts/readme-tests.sh | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/scripts/readme-tests.sh b/.github/scripts/readme-tests.sh index 78da702..b48cdb6 100755 --- a/.github/scripts/readme-tests.sh +++ b/.github/scripts/readme-tests.sh @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright (c) 2023-2024 Antmicro +# +# SPDX-License-Identifier: Apache-2.0 + set -e -o pipefail export DEBIAN_FRONTEND=noninteractive diff --git a/README.md b/README.md index b97d153..1538d69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bare-metal IREE runtime for Kenning -Copyright (c) 2023 [Antmicro](https://www.antmicro.com) +Copyright (c) 2023-2024 [Antmicro](https://www.antmicro.com) This repository contains a bare metal implementation of `Runtime` and UART `Protocol` for [Kenning](https://github.com/antmicro/kenning), tested with [Renode](https://github.com/antmicro/renode).