rdz_ttgo_sonde/Licenses
Hansi, dl9rdz 7e817f303b Finally, a new master version v0.8 with a lots of changes in the devel version over several months,
including (probably incomplete list)
- spectrum from large TFT
- bug fixes by cixio
- use PWR button as button2 on T-Beam 1.0
- additional display variants
- possibility to show kill timer values
- battery information display
- simple gpx export
- internal button pullup; touch calibration mode
- flip oled support
- circle diagram (on tft)
- better support for Heltec v2 board and T-Beam 1.0
2020-11-11 08:43:10 +01:00
..
Exceptions Finally, a new master version v0.8 with a lots of changes in the devel version over several months, 2020-11-11 08:43:10 +01:00
README
gpl-2.0.txt
gpl-3.0.txt
lgpl-2.1.txt

README

TTGOSonde is a Free Software code collection for decoding radiosondes with
the SX1278/ESP32-based TTGO board. The code is copyrighted by Hansi Reiser
(dl9rdz) and several other authors who have provided a valuable base and
additonal contributions. 

You can redistribute TTGOSonde and/or modify it under the terms of version 2
of the GNU General Public License as published by the Free Software Foundation,
or, at your option, under any later version of the GNU General Public License.
See individual files and the file 'Licenses/Exceptions' for exceptions.

Also note that the GPL and the other licenses are copyrighted by the Free 
Software Foundation and other organizations.

To avoid bloating individual code files with large license headers, the license
headers in the source files have been replaced with a single line reference to
a Unique License Identifier as defined by the Linux Foundation's SPDX project.
For example, in a source file the full "GPL v2.0 or later" header text will be
replaced by a single line:

	SPDX-License-Identifier:	GPL-2.0+

The SPDX Unique License Identifiers are available at http://spdx.org/licenses/

We use the following License Identifiers in this project:

Full name					SPDX Identifier	OSI Approved	File name		URI
=======================================================================================================================================
GNU General Public License v2.0 only		GPL-2.0		Y		gpl-2.0.txt		https://www.gnu.org/licenses/gpl-2.0.txt
GNU General Public License v2.0 or later	GPL-2.0+	Y		gpl-2.0.txt		https://www.gnu.org/licenses/gpl-2.0.txt
GNU Lesser General Public License v2.1		LGPL-2.1+	Y		lgpl-2.txt		https://www.gnu.org/licenses/lgpl-2.1.txt
GNU General Public License v3.0 only            GPL-3.0         Y               gpl-3.0.txt             https://www.gnu.org/licenses/gpl-3.0.txt