dump1090 icon indicating copy to clipboard operation
dump1090 copied to clipboard

Separate LICENSE file

Open sdgathman opened this issue 4 years ago • 0 comments

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 :-)

sdgathman avatar Aug 02 '21 22:08 sdgathman