We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :-)
The text was updated successfully, but these errors were encountered:
Fix namcap validation error
d905084
The LICENSE file will be included in PKGBUILD files until: - antirez/dump1090#34 - antirez/dump1090#61 - antirez/dump1090#164 are fixed
1e6db36
No branches or pull requests
For Fedora package, I used sed to extract a LICENSE file:
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 :-)
The text was updated successfully, but these errors were encountered: