]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated license headers
authorMark Qvist <mark@unsigned.io>
Fri, 13 Jan 2023 23:11:02 +0000 (00:11 +0100)
committerMark Qvist <mark@unsigned.io>
Fri, 13 Jan 2023 23:11:02 +0000 (00:11 +0100)
14 files changed:
Config.h
Console.h
Device.h
Display.h
Framing.h
Graphics.h
LoRa.cpp
LoRa.h
Makefile
RNode_Firmware.ino
ROM.h
Utilities.h
partition_hashes
release_hashes.py

index 656e1f13a583604e980b7c5267774f8834ace85e..beb975cb4e590a1b4fa61322c578e3e69bca1262 100644 (file)
--- a/Config.h
+++ b/Config.h
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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 "ROM.h"
 
 #ifndef CONFIG_H
index b9d0812813e96de8a5b3c2b45c1d71f17241ff69..4321d9f7884873ec55b0ffdb1bbe798c781155e4 100644 (file)
--- a/Console.h
+++ b/Console.h
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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 <FS.h>
 #include <SPIFFS.h>
 #include <WiFi.h>
index d18179a5bc8858f833f7088a0a31a10a3c8a3993..f70ea5509f9e8537411e282d6eda6c63136e9e12 100644 (file)
--- a/Device.h
+++ b/Device.h
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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 <Ed25519.h>
 #include "mbedtls/md.h"
 #include "esp_ota_ops.h"
index f7912c660d02b7db058ee621fca67cc520a24d12..706abe485047b76e234a8c785b2200ea8db962f8 100644 (file)
--- a/Display.h
+++ b/Display.h
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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 "Graphics.h"
 #include <Wire.h>
 #include <Adafruit_GFX.h>
index 56730c5f144d673a3377cd9abc46fe0e4a3790ed..8bd9f3a0b2c005a591306e543c7322c5cb38006f 100644 (file)
--- a/Framing.h
+++ b/Framing.h
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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/>.
+
 #ifndef FRAMING_H
        #define FRAMING_H
 
index b8b5fe667904a6c6b6813187ac3cd1a6a47f8b04..b694a8a815aae86334e71649993361ba5f5f031e 100644 (file)
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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/>.
+
 const unsigned char bm_cable [] PROGMEM = {
    0x00, 0x00, 0x00, 0x1c, 0x00, 0x38, 0x07, 0xfc, 0x08, 0x38, 0x10, 0x1c, 0x10, 0x00, 0x08, 0x00, 
    0x07, 0xc0, 0x00, 0x20, 0x00, 0x10, 0x00, 0x10, 0x00, 0x20, 0x07, 0xc0, 0x08, 0x00, 0x10, 0x00, 
index 8fa67035a113e5f244822e8c26c3ff64e635d70e..1edbd46ead5b6ea27791b617e94ad2d98ed9d2ac 100644 (file)
--- a/LoRa.cpp
+++ b/LoRa.cpp
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2018 by Mark Qvist
+// Modifications and additions copyright 2023 by Mark Qvist
 // Obviously still under the MIT license.
 
 #include "LoRa.h"
diff --git a/LoRa.h b/LoRa.h
index 1df158d207394e0e3b5de7825ab6a4a79c9975cf..596216e3fd20d72333ad6b54e950d5bbcc663dd6 100644 (file)
--- a/LoRa.h
+++ b/LoRa.h
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2018 by Mark Qvist
+// Modifications and additions copyright 2023 by Mark Qvist
 // Obviously still under the MIT license.
 
 #ifndef LORA_H
index dc0f6497f710ba5cf2e45dcbe3c5598a1e5dced1..29241a7be80fa2613f9b4bc46ce2ec2b5f799108 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,18 @@
+# Copyright (C) 2023, Mark Qvist
+
+# 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/>.
+
 all: release
 
 clean:
index 8ea6faa94dbbc3d977d5ba3622f84f1ecc376f3b..5969ffebd57e15ffd856a898d0c0eeb824f0931e 100644 (file)
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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 <Arduino.h>
 #include <SPI.h>
 #include "Utilities.h"
diff --git a/ROM.h b/ROM.h
index 587d795f3e1ce9d2ad4ee30fa80eb7c5742b114a..6ea56862825c24c2f525ce22ed8258c367688320 100644 (file)
--- a/ROM.h
+++ b/ROM.h
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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/>.
+
 #ifndef ROM_H
        #define ROM_H
 
index f49e1daa405cfd41c6c1c3c8ea5fe737e18791ed..6029b004f26d6e2de44571c911f828d9a0268fdb 100644 (file)
@@ -1,3 +1,18 @@
+// Copyright (C) 2023, Mark Qvist
+
+// 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 <EEPROM.h>
 #include <stddef.h>
 #include "Config.h"
index b3c8dac79a4fef24ca7765fdb75a4b52cf0e8723..8794e936c0626c06cd7f8812c6a0e13a7ca59155 100755 (executable)
@@ -1,3 +1,18 @@
+# Copyright (C) 2023, Mark Qvist
+
+# 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/>.
+
 #!/bin/python
 import os
 import sys
index 282dae631c8fb96350cc3af540b84b3807272afd..07aa6a6e859ffdf37723a378b5febdf57693f37f 100644 (file)
@@ -1,3 +1,18 @@
+# Copyright (C) 2023, Mark Qvist
+
+# 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/>.
+
 import os
 import json
 import hashlib