]> git.tnoah.ca Git - lora-radio.git/commitdiff
Cleanup
authorMark Qvist <mark@unsigned.io>
Fri, 11 Oct 2024 14:39:38 +0000 (16:39 +0200)
committerMark Qvist <mark@unsigned.io>
Fri, 11 Oct 2024 14:39:38 +0000 (16:39 +0200)
21 files changed:
BLESerial.cpp
BLESerial.h
Config.h
Console.h
Device.h
Display.h
Framing.h
Graphics.h
Makefile
Power.h
RNode_Firmware.ino
ROM.h
Utilities.h
partition_hashes
release_hashes.py
sx126x.cpp
sx126x.h
sx127x.cpp
sx127x.h
sx128x.cpp
sx128x.h

index 2dbffe30b1a4137bf685e8f617201c6da8f381e2..3460a86b3c89e06d8fa18a8f1169ccd05066aa10 100644 (file)
@@ -1,3 +1,18 @@
+// Copyright (C) 2024, 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 "Boards.h"
 
 #if PLATFORM != PLATFORM_NRF52
index b4bfb1ef7ad23a887f184c41a590e8deacd9954e..7b6d1c6f747d06ab057bbbc4f184bbfe08db07ae 100644 (file)
@@ -1,3 +1,18 @@
+// Copyright (C) 2024, 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 "Boards.h"
 
 #if PLATFORM != PLATFORM_NRF52
index 14f817390766d28d74222506e339f88d986ff374..555e1941994ef8ae6025475093f7d9ee083e64e0 100644 (file)
--- a/Config.h
+++ b/Config.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index 4321d9f7884873ec55b0ffdb1bbe798c781155e4..c59d3484148b5702f327a462efc9ebea91f25ce5 100644 (file)
--- a/Console.h
+++ b/Console.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index 944479dbb9ebf2d39b58f2d67796f4eb2995b293..b05e1539cf66fbe15d99cd4ded88dcdc78d1ff19 100644 (file)
--- a/Device.h
+++ b/Device.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index 7112b2c8327ff82181d44aa0cc6cd21ef544dfd7..f3ba8b2f5279a9cc38c80576d7acadb20dcce892 100644 (file)
--- a/Display.h
+++ b/Display.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index ac19f35d78416279999129909d094978c34890a5..efa4b31c2146d34337b50f96d37d1a2cbb57bfa8 100644 (file)
--- a/Framing.h
+++ b/Framing.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index 3f1daf591c116816cf1c572fa52b1d7e0bbb9ed2..3d8cbd71c320e23bbc049d9a13c7f2d8f30e0547 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index 34a5ba809efa292beb947dc28697bcc7639ce0b7..0d0fb51dd829745928b384acfd57463e2c5a8ae3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2023, Mark Qvist
+# Copyright (C) 2024, 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
diff --git a/Power.h b/Power.h
index 1a3dd75ed725d18c3d88a9f077c583425162fac7..1d1dfb824d92a07b848fa070ab31f2b1b7d021cd 100644 (file)
--- a/Power.h
+++ b/Power.h
@@ -1,3 +1,18 @@
+// Copyright (C) 2024, 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/>.
+
 #if BOARD_MODEL == BOARD_TBEAM || BOARD_MODEL == BOARD_TBEAM_S_V1
   #include <XPowersLib.h>
   XPowersLibInterface* PMU = NULL;
index 2064abe0c1ec1d43e6451bc5c95bf3cd8d67ead9..a10dbb8774556d8d4accd82f6694aaea79b118be 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
diff --git a/ROM.h b/ROM.h
index 8b9f8538d520a22fdd4dc1a4fd93f4ec287e12a1..9ab3a705e53738c4169d017e6e2e80dcfa0b8a9b 100644 (file)
--- a/ROM.h
+++ b/ROM.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index 29523cf997a22f10173153df199f9756fedb33f5..d532220162ea20a56f73c66e46e5af9a10fa0587 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023, Mark Qvist
+// Copyright (C) 2024, 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
index b520250882cb7149e7c836959e35989bc93881e0..a87c1531bcda54f36ebe2fb97d14586c0e95be06 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (C) 2023, Mark Qvist
+# Copyright (C) 2024, 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
index ce28a0c6f86f52e349df256161a27898fd08cbcc..3c08ca9f1d52f19c714b38e5d2cf426d5fe10f44 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/python
 
-# Copyright (C) 2023, Mark Qvist
+# Copyright (C) 2024, 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
index c0c07b1ca84dfb83ef3584dc1137bd19ea97b2a3..7f220cb23b19d754aa546ac94754f1c26fe4fd96 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2023 by Mark Qvist
+// Modifications and additions copyright 2024 by Mark Qvist
 // Obviously still under the MIT license.
 
 #include "Boards.h"
index 922c605ba859f3d68ffe8b76eed459e86bfc2f3f..488ba493625906728bb1ead2d39f8d72dca65f38 100644 (file)
--- a/sx126x.h
+++ b/sx126x.h
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2023 by Mark Qvist
+// Modifications and additions copyright 2024 by Mark Qvist
 // Obviously still under the MIT license.
 
 #ifndef SX126X_H
index 8cbe402e80818e1e19d575eb6f9ffc36a9d09b8f..e3a6c494b909b114e5921c36d867b445c7a76215 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2023 by Mark Qvist
+// Modifications and additions copyright 2024 by Mark Qvist
 // Obviously still under the MIT license.
 
 #include "Boards.h"
index 12a8419df1063aff751bedce92c725962c8f36c3..a45817eb6c1d6ee3f462c1a1b329504a156f9d48 100644 (file)
--- a/sx127x.h
+++ b/sx127x.h
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2023 by Mark Qvist
+// Modifications and additions copyright 2024 by Mark Qvist
 // Obviously still under the MIT license.
 
 #ifndef SX1276_H
index 9dc4b3a90e85ea1dbb622f8129a4e602750a52b8..ecd87a0c73b8c1e9ccbf5ff182b9602e63db6801 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2023 by Mark Qvist
+// Modifications and additions copyright 2024 by Mark Qvist
 // Obviously still under the MIT license.
 
 #include "sx128x.h"
index 9e13eec3c4023f9ccc6aa53617026d6546eddf3a..914010bc44799c6e86f1f6746911a42fbbf87bdb 100644 (file)
--- a/sx128x.h
+++ b/sx128x.h
@@ -1,7 +1,7 @@
 // Copyright (c) Sandeep Mistry. All rights reserved.
 // Licensed under the MIT license.
 
-// Modifications and additions copyright 2023 by Mark Qvist
+// Modifications and additions copyright 2024 by Mark Qvist
 // Obviously still under the MIT license.
 
 #ifndef SX128X_H