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/adc.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/peripherals/adc.ts') diff --git a/src/peripherals/adc.ts b/src/peripherals/adc.ts index 16ccdba..a601b09 100644 --- a/src/peripherals/adc.ts +++ b/src/peripherals/adc.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + /** * AVR-8 ADC * Part of AVR8js -- cgit v1.2.3