From 1378808fa3befb80582e1836705e472755505b73 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 11 Feb 2025 11:01:48 +0200 Subject: docs: add copyright notice to source code --- src/peripherals/twi.spec.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/peripherals/twi.spec.ts') diff --git a/src/peripherals/twi.spec.ts b/src/peripherals/twi.spec.ts index 5ddace5..49d06e5 100644 --- a/src/peripherals/twi.spec.ts +++ b/src/peripherals/twi.spec.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + import { describe, expect, it, vi } from 'vitest'; import { CPU } from '../cpu/cpu'; import { asmProgram, TestProgramRunner } from '../utils/test-utils'; -- cgit v1.2.3