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/index.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index e529bb6..51ca120 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,5 @@ -/** - * AVR8js - * - * Copyright (C) 2019, 2020, Uri Shaked - */ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors export { CPU } from './cpu/cpu'; export type { CPUMemoryHook, CPUMemoryHooks } from './cpu/cpu'; -- cgit v1.2.3