diff options
Diffstat (limited to '')
| -rw-r--r-- | src/cpu/interrupt.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/interrupt.ts b/src/cpu/interrupt.ts index 2e4ceb9..73b56ee 100644 --- a/src/cpu/interrupt.ts +++ b/src/cpu/interrupt.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + /** * AVR-8 Interrupt Handling * Part of AVR8js |
