antirez / dump1090

Dump1090 is a simple Mode S decoder for RTLSDR devices
2.43k stars 1.33k forks source link

Separate LICENSE file #164

Open sdgathman opened 3 years ago

sdgathman commented 3 years ago

For Fedora package, I used sed to extract a LICENSE file:

sed -ne '/Copyright/,/DAMAGE\./p' dump1090.c >LICENSE

to extract the license. Github and others recommend a file in addition to inline license in the source code. At least it is easier for packagers :-)