]> git.gag.com Git - fw/quantimotor/commitdiff
clean up license assertions, converge on AGPL-3+
authorBdale Garbee <bdale@gag.com>
Thu, 26 Jun 2025 21:02:38 +0000 (15:02 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 26 Jun 2025 21:02:38 +0000 (15:02 -0600)
Makefile
enable_ads.py
startup
ui/app.py
ui/index.html

index a351a88cb85fd99f4b1e01edaf07ed61e47ffe30..aa3d39dc6b1678cc4d878ef4ea09a111c6e739db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,19 @@
 # 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))
index dffa216425cf10823f3ed006fa48d15f47de47f2..86f68d88f7093638e7807e6b594a351444090737 100755 (executable)
@@ -1,5 +1,22 @@
 #!/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
diff --git a/startup b/startup
index 714e6bc7372235fb8c3f5f84005ccc7d1f5b4c0d..b778faafddf21fee6bdab28a095e621b75c4120d 100755 (executable)
--- a/startup
+++ b/startup
@@ -1,6 +1,21 @@
 #!/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
index 1d7abc9d239a69db1ab36166f2a0b7a1c0a3c945..03aff7b0b80ed010df958d09288f1d051a46b98f 100755 (executable)
--- a/ui/app.py
+++ b/ui/app.py
@@ -1,7 +1,21 @@
 #! /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
index 48c5c96361bdaa3df344ed8c5acac2798a15dffe..b616fccab82347c3b345756bcd8b9ebf68e1c990 100644 (file)
 
     <!-- FOOTER -->
     <footer class="w3-deep-purple w3-padding-xlarge w3-center">
-      <p>QuantiMotor User Interface &copy; 2025 Bdale Garbee, GPLv3</p>
+      <p>QuantiMotor User Interface &copy; 2025 Bdale Garbee, AGPL v3</p>
     </footer>
 
     <!-- MODAL -->