diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-05 18:02:36 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-05 18:02:36 -0400 |
commit | 19a2abed36be318bcfef4cd67053a2ff20e70f59 (patch) | |
tree | 734939c22f8ed31ac7dccc813436d216b49f023b /main.cpp | |
parent | 973d7553710cd9dba0b585c9f445f035a63dd056 (diff) |
license source code
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +/** + * Copyright (C) 2024 Clyne Sullivan <clyne@bitgloo.com> + * + * 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 <https://www.gnu.org/licenses/>. + */ #include "hal.h" #include "ch.h" #include "sos-iir-filter.h" |