From 19a2abed36be318bcfef4cd67053a2ff20e70f59 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 5 Jun 2024 18:02:36 -0400 Subject: license source code --- main.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index da1722f..5a04302 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,19 @@ +/** + * Copyright (C) 2024 Clyne Sullivan + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #include "hal.h" #include "ch.h" #include "sos-iir-filter.h" -- cgit v1.2.3