# Top level Makefile for the QuantiMotor software Debian package
-# Copyright 2025 Bdale Garbee <bdale@gag.com>, GPL-3+
+# Copyright (C) 2025 Bdale Garbee <bdale@gag.com>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
SUBDIRS := devicetree
SUBDIRS-clean := $(addsuffix -clean,$(SUBDIRS))
#!/usr/bin/env python3
-# Copyright (C) 2025 Bdale Garbee <bdale@gag.com>. GPLv3+
+# -*- coding: utf-8 -*-
+#
+# ADC initialization for the QuantiMotor system from Altus Metrum, LLC
+# Copyright (C) 2025 Bdale Garbee <bdale@gag.com>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
import gpiod
import iio
#!/bin/sh
+
# QuantiMotor application start-up script
-# Copyright 2025 Bdale Garbee <bdale@gag.com>, GPLv3
+# Copyright (C) 2025 Bdale Garbee <bdale@gag.com>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
# set up gpio lines, enabling ADC and setting channel parameters
/usr/share/quantimotor/enable_ads.py
#! /usr/bin/python3
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2025 Bdale Garbee <bdale@gag.com>. GPLv3+
+# Operational software for the QuantiMotor system from Altus Metrum, LLC
+# Copyright (C) 2025 Bdale Garbee <bdale@gag.com>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
import cherrypy
<!-- FOOTER -->
<footer class="w3-deep-purple w3-padding-xlarge w3-center">
- <p>QuantiMotor User Interface © 2025 Bdale Garbee, GPLv3</p>
+ <p>QuantiMotor User Interface © 2025 Bdale Garbee, AGPL v3</p>
</footer>
<!-- MODAL -->