blob: 71e129b36f1ee31e5dbba06cc6befe69a60b22fa (
plain)
1
2
3
4
5
6
7
8
9
|
Because of the difference betwen the DFSG and "Free Software" the packages marked "Essential" should be checked for the type of license they use.
What will this consist of? At a basic level it will need to be simply a list of packages with their license marked next to them.
I am thinking of ways to automatically check the licenses and to get lists of the various "Priority:" packages. I thought this list of package names would be easy to obtain. The first step is getting the list by parsing /var/lib/dpkg/available, using dpkg or using apt-cache.
There is no dpkg package field available for license. Then a script to check licenses will involve using "apt-get source" to check the COPYING and/oror similar files in each package.
-- [[Main/GrantBow]] - 4 Oct 2002
|