diff options
Diffstat (limited to 'src/cpu/interrupt.spec.ts')
| -rw-r--r-- | src/cpu/interrupt.spec.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/interrupt.spec.ts b/src/cpu/interrupt.spec.ts index 944dbb9..fbf2ebe 100644 --- a/src/cpu/interrupt.spec.ts +++ b/src/cpu/interrupt.spec.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + import { describe, expect, it } from 'vitest'; import { CPU } from './cpu'; import { avrInterrupt } from './interrupt'; |
