aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorUri Shaked2025-02-11 11:01:48 +0200
committerUri Shaked2025-02-11 11:01:48 +0200
commit1378808fa3befb80582e1836705e472755505b73 (patch)
treecdc39d81d7958a6f155bcf0fd02e903d64bf9e08 /src/index.ts
parenttest(timer): fix typo #160 (diff)
downloadavr8js-1378808fa3befb80582e1836705e472755505b73.tar.gz
avr8js-1378808fa3befb80582e1836705e472755505b73.tar.bz2
avr8js-1378808fa3befb80582e1836705e472755505b73.zip
docs: add copyright notice to source code
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts7
1 files changed, 2 insertions, 5 deletions
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';