Updated license headers
This commit is contained in:
		
							parent
							
								
									4683da0ec3
								
							
						
					
					
						commit
						f8dfbbaaa1
					
				
							
								
								
									
										15
									
								
								Config.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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" | #include "ROM.h" | ||||||
| 
 | 
 | ||||||
| #ifndef CONFIG_H | #ifndef CONFIG_H | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								Console.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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 <FS.h> | ||||||
| #include <SPIFFS.h> | #include <SPIFFS.h> | ||||||
| #include <WiFi.h> | #include <WiFi.h> | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								Device.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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 <Ed25519.h> | ||||||
| #include "mbedtls/md.h" | #include "mbedtls/md.h" | ||||||
| #include "esp_ota_ops.h" | #include "esp_ota_ops.h" | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								Display.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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 "Graphics.h" | ||||||
| #include <Wire.h> | #include <Wire.h> | ||||||
| #include <Adafruit_GFX.h> | #include <Adafruit_GFX.h> | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								Framing.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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 | #ifndef FRAMING_H | ||||||
| 	#define FRAMING_H | 	#define FRAMING_H | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								Graphics.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								Graphics.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/>.
 | ||||||
|  | 
 | ||||||
| const unsigned char bm_cable [] PROGMEM = { | const unsigned char bm_cable [] PROGMEM = { | ||||||
|    0x00, 0x00, 0x00, 0x1c, 0x00, 0x38, 0x07, 0xfc, 0x08, 0x38, 0x10, 0x1c, 0x10, 0x00, 0x08, 0x00,  |    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,  |    0x07, 0xc0, 0x00, 0x20, 0x00, 0x10, 0x00, 0x10, 0x00, 0x20, 0x07, 0xc0, 0x08, 0x00, 0x10, 0x00,  | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								LoRa.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								LoRa.cpp
									
									
									
									
									
								
							| @ -1,7 +1,7 @@ | |||||||
| // Copyright (c) Sandeep Mistry. All rights reserved.
 | // Copyright (c) Sandeep Mistry. All rights reserved.
 | ||||||
| // Licensed under the MIT license.
 | // 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.
 | // Obviously still under the MIT license.
 | ||||||
| 
 | 
 | ||||||
| #include "LoRa.h" | #include "LoRa.h" | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								LoRa.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								LoRa.h
									
									
									
									
									
								
							| @ -1,7 +1,7 @@ | |||||||
| // Copyright (c) Sandeep Mistry. All rights reserved.
 | // Copyright (c) Sandeep Mistry. All rights reserved.
 | ||||||
| // Licensed under the MIT license.
 | // 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.
 | // Obviously still under the MIT license.
 | ||||||
| 
 | 
 | ||||||
| #ifndef LORA_H | #ifndef LORA_H | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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 | all: release | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
|  | |||||||
| @ -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 <Arduino.h> | ||||||
| #include <SPI.h> | #include <SPI.h> | ||||||
| #include "Utilities.h" | #include "Utilities.h" | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								ROM.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								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 | #ifndef ROM_H | ||||||
| 	#define ROM_H | 	#define ROM_H | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								Utilities.h
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								Utilities.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 <EEPROM.h> | #include <EEPROM.h> | ||||||
| #include <stddef.h> | #include <stddef.h> | ||||||
| #include "Config.h" | #include "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/>. | ||||||
|  | 
 | ||||||
| #!/bin/python | #!/bin/python | ||||||
| import os | import os | ||||||
| import sys | import sys | ||||||
|  | |||||||
| @ -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 os | ||||||
| import json | import json | ||||||
| import hashlib | import hashlib | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user