diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-10-05 21:13:00 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-10-05 21:13:00 +0000 |
commit | b140bb9fa0f2121351263630e72b519a807017ef (patch) | |
tree | bc05c167448477d614447a6775b777ceddbb2fab | |
parent | d13395a192093169619578c733b7842491935b25 (diff) |
none
-rw-r--r-- | Hurd/DebianGNUHurdLicensing.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Hurd/DebianGNUHurdLicensing.mdwn b/Hurd/DebianGNUHurdLicensing.mdwn index 71e129b3..3768792f 100644 --- a/Hurd/DebianGNUHurdLicensing.mdwn +++ b/Hurd/DebianGNUHurdLicensing.mdwn @@ -1,9 +1,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. +There are differences betwen the [Debian Free Software Guidelines](http://www.debian.org/social_contract#guidelines) (DFSG) and [Free Software](http://www.fsf.org/philosophy/free-sw.html) as defined by the Free Software Foundation. The FSF's GNU project is the sponsor of the GNU/Hurd project. Debian GNU/Hurd is a "port" or distribution of this software. I have not yet performed a comparison between the list of acceptable DFSG licenses (if a list exists) and the acceptable Free Software [license list](http://www.gnu.org/licenses/license-list.html). 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. +What will this consist of? In the end the result will need to be simply a list of packages with their license marked next to them. This will be relatively simple for those packages that use a standard license. Software that has it's own custom license will need to be categorized. -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. +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 of packages. This is possible 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. +The next step is checking the licenses of the packages. There is no dpkg package field available for license. A script that checks licenses will involve using "apt-get source" to check the COPYING and/or similar files in each package. --- [[Main/GrantBow]] - 4 Oct 2002 +-- [[Main/GrantBow]] - 5 Oct 2002 |