On Sat, Dec 20, 2008 at 10:46:46PM +0100, Sebastian Rother wrote:
> As I did "find /usr -name *GPL*" only one file was found (installed by
> qt3 in /usr/local/share/doc/qt3/LICENSE.GPL).
$ find /usr/local -type f | xargs grep -l 'GNU .* PUBLIC LICENSE'
> Would it propably make more sense to may save each license just once?
Absolutely. Do you want to do it? Walk through all ports, check the
license, check whether it installs the license and wether the license
may be installedf separately, fix the PLIST if necessary?
Ciao,
Kili