[CentOS] Licences
Bryan J. Smith
thebs413 at earthlink.netWed Dec 7 20:34:03 UTC 2005
- Previous message: [CentOS] Re: Licences
- Next message: [CentOS] Licences
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ugo Bellavance wrote: > Hi, > I'm looking for a way to determine the licenses of > packages we're using. Really quick hack (haven't checked it myself, might be rather ugly): for i in `rpm -qa`; do echo $i; rpm -qi $i | grep -i license; done -- Bryan J. Smith | Sent from Yahoo Mail mailto:b.j.smith at ieee.org | (please excuse any http://thebs413.blogspot.com/ | missing headers)
- Previous message: [CentOS] Re: Licences
- Next message: [CentOS] Licences
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list