From: Bdale Garbee Date: Thu, 26 Jun 2025 21:02:38 +0000 (-0600) Subject: clean up license assertions, converge on AGPL-3+ X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8f98f5c5abe5d9e498b51ad1d33f2583da29e428;p=fw%2Fquantimotor clean up license assertions, converge on AGPL-3+ --- diff --git a/Makefile b/Makefile index a351a88..aa3d39d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,19 @@ # Top level Makefile for the QuantiMotor software Debian package -# Copyright 2025 Bdale Garbee , GPL-3+ +# Copyright (C) 2025 Bdale Garbee +# +# 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 . +# SUBDIRS := devicetree SUBDIRS-clean := $(addsuffix -clean,$(SUBDIRS)) diff --git a/enable_ads.py b/enable_ads.py index dffa216..86f68d8 100755 --- a/enable_ads.py +++ b/enable_ads.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 -# Copyright (C) 2025 Bdale Garbee . GPLv3+ +# -*- coding: utf-8 -*- +# +# ADC initialization for the QuantiMotor system from Altus Metrum, LLC +# Copyright (C) 2025 Bdale Garbee +# +# 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 . +# import gpiod import iio diff --git a/startup b/startup index 714e6bc..b778faa 100755 --- a/startup +++ b/startup @@ -1,6 +1,21 @@ #!/bin/sh + # QuantiMotor application start-up script -# Copyright 2025 Bdale Garbee , GPLv3 +# Copyright (C) 2025 Bdale Garbee +# +# 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 . +# # set up gpio lines, enabling ADC and setting channel parameters /usr/share/quantimotor/enable_ads.py diff --git a/ui/app.py b/ui/app.py index 1d7abc9..03aff7b 100755 --- a/ui/app.py +++ b/ui/app.py @@ -1,7 +1,21 @@ #! /usr/bin/python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2025 Bdale Garbee . GPLv3+ +# Operational software for the QuantiMotor system from Altus Metrum, LLC +# Copyright (C) 2025 Bdale Garbee +# +# 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 . # import cherrypy diff --git a/ui/index.html b/ui/index.html index 48c5c96..b616fcc 100644 --- a/ui/index.html +++ b/ui/index.html @@ -161,7 +161,7 @@
-

QuantiMotor User Interface © 2025 Bdale Garbee, GPLv3

+

QuantiMotor User Interface © 2025 Bdale Garbee, AGPL v3