diff options
Diffstat (limited to 'src/cpu/cpu.ts')
| -rw-r--r-- | src/cpu/cpu.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/cpu.ts b/src/cpu/cpu.ts index cd9e3e4..62ff40a 100644 --- a/src/cpu/cpu.ts +++ b/src/cpu/cpu.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + /** * AVR 8 CPU data structures * Part of AVR8js |
