diff options
| author | Uri Shaked | 2025-02-11 11:01:48 +0200 |
|---|---|---|
| committer | Uri Shaked | 2025-02-11 11:01:48 +0200 |
| commit | 1378808fa3befb80582e1836705e472755505b73 (patch) | |
| tree | cdc39d81d7958a6f155bcf0fd02e903d64bf9e08 /src/index.ts | |
| parent | test(timer): fix typo #160 (diff) | |
| download | avr8js-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.ts | 7 |
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'; |
