diff options
Diffstat (limited to 'src/peripherals/eeprom.ts')
| -rw-r--r-- | src/peripherals/eeprom.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peripherals/eeprom.ts b/src/peripherals/eeprom.ts index 98c2cc6..186bdcc 100644 --- a/src/peripherals/eeprom.ts +++ b/src/peripherals/eeprom.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + import { AVRInterruptConfig, CPU } from '../cpu/cpu'; import { u16, u32, u8 } from '../types'; |
