From 1378808fa3befb80582e1836705e472755505b73 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 11 Feb 2025 11:01:48 +0200 Subject: docs: add copyright notice to source code --- src/peripherals/gpio.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/peripherals/gpio.ts') diff --git a/src/peripherals/gpio.ts b/src/peripherals/gpio.ts index 92435b9..69db9b1 100644 --- a/src/peripherals/gpio.ts +++ b/src/peripherals/gpio.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + /** * AVR-8 GPIO Port implementation * Part of AVR8js @@ -5,6 +8,7 @@ * * Copyright (C) 2019-2023 Uri Shaked */ + import { AVRInterruptConfig, CPU } from '../cpu/cpu'; import { u8 } from '../types'; -- cgit v1.2.3