* Greg Stark ([email protected]) wrote: > Perhaps we should make configure print a warning for each > non-Postgres-license software it's being configured to use with a > pointer to the license for the configured. That might make it more > obvious to people that while Postges is licensed under a given > license, they might be configuring their build to depend on other code > under other licenses.
apt-cache depends postgresql-9.0 |\
grep 'Depends: ' |\
cut -f4 -d' ' |\
sed -e 's:^:/usr/share/doc/:' -e 's:$:/copyright:' |\
xargs cat |\
wc -l
2364
Not too much to read. :)
Thanks,
Stephen
signature.asc
Description: Digital signature
