From 5b778d95a123f7c011ff736d60ba311122b290d5 Mon Sep 17 00:00:00 2001 From: Andreas Gattringer <andreas.gattringer@univie.ac.at> Date: Sun, 7 Jul 2024 19:21:50 +0200 Subject: [PATCH] added license to adc_test.py --- programs/adc_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/adc_test.py b/programs/adc_test.py index b4f6348..35707c0 100644 --- a/programs/adc_test.py +++ b/programs/adc_test.py @@ -1,3 +1,4 @@ +# This file is licensed under the Apache License, Version 2.0 # based on https://github.com/jbentham/pico/blob/main/rp_adc_test.py # which is Copyright (c) 2021 Jeremy P Bentham and licensed under the Apache License, Version 2.0 -- GitLab